Solving Second Order Differential Equation

Ed Aboud
Messages
200
Reaction score
0

Homework Statement



Solve \frac{d^2 y}{dt^2} = y

Homework Equations





The Attempt at a Solution



\frac{dy}{dt} = v

\frac{d^2 y}{dt^2} = v \frac{dv}{dy}


v \frac{dv}{dy} = y

v dv = y dy

\int v dv = \int y dy

v^2 = y^2 + C

( \frac{dy}{dt} )^2 = y^2 + C

\frac{dy}{dt} = \sqrt{ y^2 + C }

\int \frac{dy}{ \sqrt{ y^2 + C }} = \int dt

\int \frac{dy}{ \sqrt{ y^2 + C }} = t

I have no idea how to integrate this. Have I gone wrong somewhere?

Thanks in advance for any help.


 
Last edited by a moderator:
Physics news on Phys.org
There is one function whose derivative is exactly equal to the function itself. It follows that the second derivative would also be equal to the original function.
 
Oh wow how did I not see that.

Thanks for the help!
 
The is a "linear equation with constant coefficients" so there is an easy solution as Mark44 pointed out.

But your method is interesting- and right! To integrate
\int \frac{dy}{\sqrt{y^2+1}}
use a "hyperbolic" substitution. Let y= sinh(u). Since sinh2(u)+ 1= cosh2(u), \sqrt{y^2+ 1}= \sqrt{cosh^2(u)}= cosh(u). Also du= cosh(u) du so this becomes simply
\int du= u+ C2= sinh(y)+ C

Of course, since
sinh(y)= \frac{e^y- e^{-y}}{2}
You can see how that fits the "usual" solution.
 
I see, quite true. I don't know too much about hyperbolic functions but I see what your saying. Thanks for the help!
 
But should

u = sinh^-^1 (y) ?
 
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