twoflower
- 363
- 0
Hi all,
I can't figure out where I've doing mistake in this quite simple problem:
<br /> y''' - y = x^3 - 1<br />
FSS = [e^{x}, e^{-\frac{1}{2}x} \cos \left(\frac{\sqrt{3}}{2}x\right), e^{-\frac{1}{2}x} \sin \left(\frac{\sqrt{3}}{2}x\right)]
Then, because on the right side there is quasipolynom, I can solve it using the method of indeterminate coefficients.
So I look for solution of form
<br /> y(x) = a\sin (0x) + b\cos (0x) = b<br />
<br /> y' = b'<br />
My condition will be
<br /> b' = 0<br />
So
<br /> y'' = y''' = 0<br />
And I get
<br /> y''' - y = -b = x^3 - 1<br />
<br /> b = 1 - x^3<br />
Anyway, this is not correct...can you see where am I doing the mistake?
Thank you!
I can't figure out where I've doing mistake in this quite simple problem:
<br /> y''' - y = x^3 - 1<br />
FSS = [e^{x}, e^{-\frac{1}{2}x} \cos \left(\frac{\sqrt{3}}{2}x\right), e^{-\frac{1}{2}x} \sin \left(\frac{\sqrt{3}}{2}x\right)]
Then, because on the right side there is quasipolynom, I can solve it using the method of indeterminate coefficients.
So I look for solution of form
<br /> y(x) = a\sin (0x) + b\cos (0x) = b<br />
<br /> y' = b'<br />
My condition will be
<br /> b' = 0<br />
So
<br /> y'' = y''' = 0<br />
And I get
<br /> y''' - y = -b = x^3 - 1<br />
<br /> b = 1 - x^3<br />
Anyway, this is not correct...can you see where am I doing the mistake?
Thank you!