Derivation step in ODE solution in textbook

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
D_Tr
Messages
43
Reaction score
4
This is not homework but is part of the solution process of an ODE and I cannot understand how the author made a derivation step. After a change of variable in the original ODE, the ODE in the new independent variable has a standard method of solution. But instead of using this method, the author takes a shortcut but the exact steps are skipped and I cannot reproduce the transition on my own.

Homework Statement



How do we go from: [itex]y'' + 2y^{-3} = 0[/itex] to: [itex]y' = \sqrt{2(c_1 + 1/y^2)}[/itex] ?

The only hint given by the author is: "...but in this case we can multiply through by y' and integrate directly to obtain..."

Homework Equations



N/A

The Attempt at a Solution



I tried myltiplying through by y' and integrating both sides by parts but that gave me nothing I could use to go further.. I cannot even get back the first eq. by differentiating the second..
 
Physics news on Phys.org
Thanks vanhees71! Your comment helped
So the intermediate steps are:

[tex] y''y' = -2y^{-3}y' \implies y''y' = \frac{d(y^-2)}{dt} \implies \int{y''y'}dt = y^{-2} + c1[/tex]
[tex] \implies \frac{y'^{2}}{2} = y^{-2} + c1 + c2 \implies y' = \pm \sqrt{2(c + y^{-2})}[/tex]