Dif. eq. problem - dont know why it is wrong

  • Thread starter Thread starter UrbanXrisis
  • Start date Start date
UrbanXrisis
Messages
1,192
Reaction score
1
dif. eq. problem -- don't know why it is wrong

I did this problem three times with the same wrong answer...

solve for y:
y'''-9y''+18y'=0
y(0)=5
y'(0)=7
y''(0)=6

so I change it into the auxiliary equation then solve for the variables, i get the roots: 3 and 6. so the general solution would be:

y'=c_1e^{3x}+c_2e^{6x}
solving for c1 and c2 i get:

7=c_1+c_2
2=c_1+2c_2
c_1=12
c_2=-5

y=\int{12e^{3x}-5e^{6x}}
y=36e^{3x}-30e^{6x}+c

solving for c when x=0 and y=5, i get

y=36e^{3x}-30e^{6x}-1

what am i donig wrong?
 
Physics news on Phys.org
Hey! y'''- 9y"+ 18y'= 0 is a third order differential equation!
Its auxiliary equation, r3- 9r2+ 18r= r(r2- 9r+ 18)= r(r- 3)(r- 6) has three roots! They are 0, 3, and 6.

The general solution for y is y(x)= C1e3x+ C2e6x+ C3 (since e0x= e0= 1). Use that to satisfy the initial conditions:
y(0)= C1+ C2+ C3= 5. y'(0)= 3C1+ 6C2= 7, and y"(0)= 9C1+ 36C2= 6.

That's how I would have done it. What you did was treat it as a second order d.e. for y' and then integrate. You would have gotten exactly right answer except the anti-derivative of ea is (1/a)eax, not aeax!
 
Double check your integration:

\int 12 e^{3x}=12\frac{e^{3x}}{3}+c

and so on...
 
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