Solving Nonlinear ODE: y'y''=-1 - Get Help Now

  • Thread starter Thread starter apolski
  • Start date Start date
  • Tags Tags
    Nonlinear Ode
apolski
Messages
7
Reaction score
0
Hello, i am trying to solve this nonlinear ODE

y'y''=-1

can someone help me?

p.s maybe 2y'y''=-2 => (y'y')'=-2...
 
Physics news on Phys.org
That's a good start. Now integrate ((y')^2)'=(-2).
 
οκ. (y')^2=-2x+c and

y(x)=\int\sqrt{-2x+c}\hspace{3}dx+c_2=-\frac{2\sqrt{2}}{3}\sqrt{(c_1 - x)^3}+c_2

but i see that y(x)=\frac{2\sqrt{2}}{3}\sqrt{(c_1 - x)^3}+c_2 is sol'n too. How to show that?
 
Last edited:
If (y')^2=c-2x then y' is either +sqrt(c-2x) or -sqrt(c-2x). There are two solutions.
 
Thanx! o:)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top