How to Solve and Verify Second Order Inhomogeneous ODEs?

vj9
Messages
14
Reaction score
0
Hello All,

I am stuck on the following question. Can you please help to find the solutions

Using the complementary function and particular integral method, find the solution of the diffential equation which satisfies y(0) = 1 and y'(0) = 0.

y'' + 3y' + 2y = 20cos2x

and then can you help about how to check the answer using technology.
 
Physics news on Phys.org
D^2 + 3D +2=0
c1e^(-x) +c2e^(-2x) +(3sin2x -cos2x)/10
c1+c2-0.1=1
-c1-2c2 +6=0
c2=4.9, c1=-3.8
 
Can you be more specific . I tried to solve the way u suggested but i am stuck.

Many Thanks,
Vj9
 
First he found the characteristic equation for the homogeneous equation, D^2+ 3D+ 2= (D+ 1)(D+ 2)= 0 so that D= -1 and -2 and the "complementary solution" is C_1e^{-x}+ C_2e^{-2x}.

Since the right hand side is 20cos(2x), you look for a specific solution of the form Acos(2x)+ B sin(2x). Put that into the equation and solve for A and B.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top