Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Forced Oscillations We study forced oscillations because they describe the motion and dynamics of molecules and atoms. We use the model of the spring -

Forced Oscillations We study forced oscillations because they describe the motion and dynamics of molecules and atoms. We use the model of the spring-mass system to describe the oscillatory behavior observed at the molecular level. To this end, consider the following IVP (initial-value problem).
u''+u=3cos(t),u(0)=0,u'(0)=0.
In this problem, 0=1 is the natural frequency of the homogenous equation.
(a) Find the solution, using dsolve for =0.5,0.6,0.7,0.8,0.9. Plot the solution curves. What happens as 0? To do this, you may want to use a 'for' loop as you did in the previous problem:
clear all;
Use dsolve to solve the equation, using a variable for omega, such as w. This process is similar to what you did in 1(c) of MATLAB Assignment 1.(b) Plot the solution for omega=0.9 on a longer interval. What do you notice?(c) The formula found in part (a) is invalid when omega=1(why?). Find and plot the solution for omega=1(using MATLAB). What seems to happen? Why might you expect this? (You may have to search for some information on forced vibrations in your textbook). Use mat lab to answer
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions