Posted by shasha on Monday, March 14, 2011 at 7:36am.
Normalize the equation by multiplying by 5:
0.2 d²y/dt² + 1.2 dy/dt +2y = 5 cos(4t) = r(t)
to:
d²y/dt² + 6 dy/dt + 10y = 25cos(4t)
Find the complementary solution:
m²+6m+10=0
m=-3±i
So the solution to the homogeneous equation is:
yc=e^(-3t)(C1*cos(t)+C2*sin(t))
Now find the particular solution by undetermined coefficients:
Assume the particular solution to be:
yp=Acos(4t)+Bsin(4t)
and substitute in y of the the original equation:
d²yp/dt² + 6 dyp/dt + 10yp = 25cos(4t)
-16Acos(4t)-16Bsin(4t)
+6(4Bcos(4t)-4Asin(4t))
+10Acos(4t)+10Bsin(4t)
=(-6A+24B)cos(4t)+(-24A-6B)sin(4t)
Compare coefficients of cos(4t) and sin(4t):
-24A-6B=0 => B=-4A
-6A+24B=25 => -102A=25 => A=-25/102
Therefore
yp(t)=-(25/102)cos(4t)+(100/102)sin(4t)
(substitute in homogeneous equation to verify that you get 25cos(4t) )
The general solution is therefore:
y=yc+yp=e^(-3t)(C1*cos(t)+C2*sin(t))-(25/102)cos(4t)+(100/102)sin(4t)
Initial conditions:
To solve the second order problem completely, you'll need two initial conditions. We are givn y(0)=0 at t=0.
We need another one (such as y'(0)=5 at t=0).
Substitute the initial conditions into the general solution above and solve for C1 and C2 to give the final solution of the initial value problem.
Related Questions
Calculus - If x = t^2 + 1 and y = t^3, then d^2y/dx^2 = I know I can solve for t...
Calc - 1. Determine an expression for dy/dt if x^2+2y^2=8 and dx/dt=3. 2. A ...
Differential equation- Math - Find the general solution of the following system ...
calculus - a particle moves along the curve xy=10. if x=2 and dy/dt=3, what is ...
calculus - Xan you please tell me how you find the rate of change of Y= the ...
Calculus - 1)Suppose Q = x^3 y^2 . If [dQ/dt] = −1 and [dx/dt] = 2, ...
Differential Equations - a) Sketch the phase line for the differential equation ...
Differential eqns - a) Sketch the phase line for the differential equation dy/dt...
Differential Equations - a) Sketch the phase line for the differential equation ...
Diff eqn- IVP - A simple pendulum of length is oscillating through a small ...
For Further Reading