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)

?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top