2nd order differential equation

james.farrow
Messages
44
Reaction score
0
I have the following equation

d^2y/dx^2 +4dy/dx +8y = 4sin(2x) - 12cos(2x) y(0)=1 & y'(0)=-6

For the auxillary equation I have (m + 2)^2 = sqrt -4

which gives m=-2-2i & m=-2+2i

Which gives y=e^-2x(Ccos(-2x) + Dsin(-2x))

Now to tackle particular integral.

Try y=acos(2x) + bsin(2x)

After differentiatiing twice and equating I have a=-5 and b=-9


Finally I get y=e^-2x(Ccos(-2x) + Dsin(-2x)) - 5cos(2x) -9sin(2x)

After aplying the initial conditions my final answer is

y=6e^-2xcos(-2x) - 18e^-2sin(-2x) - 5cos(2x) - 9sin(2x)


In all my working it is only e that is raised to the power of -2x, I know it looks like the whole statement is raised but it isnt, the e^-2x is multiplied by the trig expression.

James
 
Physics news on Phys.org
What's your question? You can check your solution yourself by confirming that for your solution,
1. y(0) = 1 and y'(0) = -6, and
2. y'' + 4y' + 8y = 4sin(2x) - 12cos(2x)
 
That's just it! I've tried putting my solution back in n it doesn't work... I'm going to have another go at it but I can't see where I've gone wrong!
 
Your particular solution -5cos(2x)-9sin(2x) is wrong. It doesn't solve y''+4y'+8y=4*sin(2x)-12*cos(2x). There's something wrong with how you got 'a=-5 and b=-9'.
 
You made a mistake on you calculation of the coefficients of your particular solution. I get a = -1, b = -1.

Also, the solution to the homogeneous equation should be yp = e-2x(C*cos(2x) + D*sin(2x)). You have cos(-2x) and sin(-2x).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top