How can I improve my solution for this 2nd Order D.E.?

  • Thread starter Thread starter gbacsf
  • Start date Start date
  • Tags Tags
    2nd order
gbacsf
Messages
15
Reaction score
0
I'm have a lot of trouble trying to find the general solution to the following D.E.

y'' + 6.4y' + 10.24y = e^(-3.2x)

I get the homogeneous solution as

C1*e^(-3.2x)+C2*x*e^(-3.2x)

and the particular solution as 0

So a general solution of

Y=C1*e^(-3.2x)+C2*x*e^(-3.2x)

I know my solution is not right, there is some trick to it, any help?

Gab
 
Last edited:
Physics news on Phys.org
You DO mean the diff.eq y''+6.4y'+10.24y=e^(-3.2x), right?
 
Ops, yes I do.
 
The reason you obtained 0 as your particular solution in your approach is because the inhomogeneous term is also a solution to the homogeneous equation.

What should you do in that situation?
 
uh? Variation of parameters to get something like

Yg=u1y1+u2y2+c1(x)y1+c2(x)y2

where Yh= u1y1+u2y2

and Yp=c1(x)y1+c2(x)y2

?
 
So...

Yg= u1*e^(-3.2x)+u2*x*e^(-3.2x)+0.5*(X^2)*e^(-3.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