Finding the general solution to y'' - 2(y')² = 0

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
scarlets99
Messages
10
Reaction score
0

Homework Statement



What is the general solution to y'' - 2(y')^2 = 0 ?


Homework Equations





The Attempt at a Solution



Let u = y '

u ' - 2u^2 = 0
u ' = 2u^2
u = (2 / 3)u^3 + C

This cannot be solved using separation of variables, what is done?
 
Physics news on Phys.org
your first step is correct when you chose u=y' , then you got the equation:
u'-2u^2=0 ,then : u'=2u^2

I believe that the last step you did is not correct, as far as i remember you should write u' = du/dx (or du/dt) according to what function is y originally, then from there you can use separation of variables .. :)