Second Order ODE Using Laplace Transforms

jazznaz
Messages
23
Reaction score
0
Little homework problem that I'm beating myself up over...

Solve:

xy'' - 2y' + xy = -2\cos x

Using the method of Laplace transforms...

So I do some jiggling and get to:

(1+s^{2})\frac{dF}{ds}+4sF(s) = \frac{2s}{s^{2} + 1}

To which I find the following solution:

F(s) = \frac{C}{(1 + s^{2})^{2}} + \frac{s^{2}}{(1 + s^{2})^{2}}

But I'm supposed to get to:

F(s) = \frac{C}{(1 + s^{2})^{2}} + \frac{s^{2}-1}{(1 + s^{2})^{2}}

But the method I'm using to solve the first order ODE (variation of parameters/constants) won't seem to lead to the answer I need. It almost looks as though I should include an aribtrary constant where they're expecting me to get -1, but it seems that any constant value will be a solution to the first order DE obtained after applying the transform. So I don't really understand how they've deduced that it should be -1...

We've been given the answer to the problem,

y = \frac{C}{2}(\sin x - x\cos x) + x\cos x

Where the result is obtained easily using a table of Laplace Transforms.
 
Physics news on Phys.org
jazznaz said:
F(s) = \frac{C}{(1 + s^{2})^{2}} + \frac{s^{2}}{(1 + s^{2})^{2}}

But I'm supposed to get to:

F(s) = \frac{C}{(1 + s^{2})^{2}} + \frac{s^{2}-1}{(1 + s^{2})^{2}}

Those are equivalent. To see this, start from the second expression.

F(s) = \frac{C}{(1 + s^{2})^{2}} + \frac{s^{2}-1}{(1 + s^{2})^{2}}

F(s) = \frac{C+s^2-1}{(1 + s^{2})^{2}}

F(s) = \frac{s^2+(C-1)}{(1 + s^{2})^{2}}

Since C is an arbitrary constant, so is C-1.
 
So the justification is altering the constant to give a nice form for the inverse Laplace transform?

Thanks very much!
 
Yes, you can use either C or C-1. It doesn't matter.
 
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