Non-linear 2nd ODE involving squares of derivatives

iqjump123
Messages
58
Reaction score
0

Homework Statement



y''+(1/y)*(y')2=0

Homework Equations





The Attempt at a Solution



This is another problem I am having trouble with. I have done searches around the internet, but seen that all "non linear" ODE of second order involves a non linear form in a non differential term (like y''+xy^2=0, or something like that), instead of the DE term.

Punching through wolfram alpha gave a really simple straightforward answer, so I believe it shouldn't be too hard, as long as I get the general method to solve it.

thanks in advance.
 
Physics news on Phys.org
The question to ask might be, "Where have we seen something like this:

y'' + (1/y)*(y')2 = 0 ?"

We can see that y can't be zero, so let's multiply through by it to get

y y'' + (y')2 = 0 .

Now think about the Product Rule -- what is this the derivative of? You will then be led to a separable differential equation. (And I feel like I'm talking like a fortune cookie...)
 
A different hint, which can be applied to all second-order equations which do not contain the independent variable x explicitly: let be the independent variable y, and denote y'=u. Then

y''=u'=(du/dy)(dy/dx)=u (du/dy),

and you get a first-order equation for u.

ehild
 
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