Non-linear second order equation

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
3 replies · 2K views
Leo Klem
Messages
13
Reaction score
0
I am not able to find the general integral of the following non-linear 2nd order equation:

y^2 y'' + a y^3 - b = 0

in which:

y = f(x)

0 < a <= 1, is a constant

b > 0 , is a constant.
 
Physics news on Phys.org
Hello Leo Klem,

Not an easy one. The only method I know that can be used to solve this equation is Lie point transformations. By setting:

[tex]u=y[/tex]
[tex]v=y'[/tex]
and
[tex]w=\frac{dv}{du}=\frac{y''}{y'}[/tex]

You can transform the equation into:

[tex]v\frac{dv}{du}=\frac{b}{u^2}-au[/tex]

Which has as solution:

[tex]v^2=-\frac{2b}{u}-au^2+K_1[/tex]

Taking the root and inverting the substitution you end up with:

[tex]\pm x+K_2=\int \frac{\sqrt{y}dy}{\sqrt{K_1y-2b-ay^3}}[/tex]

Which is not an easy integral. Maybe by trying to find the roots you can solve it, I did not try this. (check the calculations for errors to be sure)

Hope this helps so far,

coomast
 
It's an elliptic integral, not elementary.
Maple evaluates it in terms of the elliptic integrals [itex]F[/itex] and [itex]\Pi[/itex], but too complicated to copy here.
 
16 August 2009

Many thanks for the attention paid both by "coomast" and by "g_edgar".
The solution for x given by "ccomast" is just the point where I too had to stop. Unfortunately, I am not in condition to calculate the integral indicated.
Leo Klem