How Do You Solve a Tricky Second Order Nonhomogeneous Differential Equation?

  • Thread starter Thread starter whatababy
  • Start date Start date
  • Tags Tags
    Ode
whatababy
Messages
5
Reaction score
0

Homework Statement


solve the initial value problem:
y''+8.4y'+17.64y=e-4.2x
y(0)=1, y'(0)=1

y(x)=?


Homework Equations


y=yc+yp


The Attempt at a Solution



The way I tried to achieve is to solve the corresponding homo equation first:
y''+8.4y'+17.64y=0, which gives yc;
yc=c1e-4.2x+c2e-4.2xx

Then try to find yp, generally I would assume a yp=Ae-4.2x, but from the yc got above, clearly yp=Ae-4.2x or yp=Ae-4.2xx is not good. If I add one more 'x' in yp assumption,in which it seems A has to be 0, which is not right either...

Any idea? Or I made some mistake?

Meric.
 
Physics news on Phys.org
Assuming that the work you show is correct, yp = Ax2e-4.2x is the right choice. Plug it into your DE and solve for A.
 
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