Solving ODE with Bernoulli's Method: y''+(y')2 = y

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
manenbu
Messages
101
Reaction score
0

Homework Statement



y''+(y')2 = y, y(0)=1, y'(0)=1/√2

Homework Equations



Bernoulli's method.

The Attempt at a Solution



Using the substitution p=y' I get this:
p'p + p2 = y, so I can use z=p2 to solve this.
However, I'm getting something wrong.
I think it could be because I'm having too much letters - p, z, y, x so I might be missing some chain rules.
 
Physics news on Phys.org
Not worked through this, but using the substitution p = y', surely you would get:

p'+p^2 = y and NOT p'p +p^2?
 
but I'm using p(y), not p(x)
so y'' = dp/dy dy/dx = dp/dy p = p' p
 
oh well, I got it. Took me 2 pages of text. If you're interested I can post the solution here. :)