Second order differential 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
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 .. :)