PDA

View Full Version : Help with a difficult ODE


hyime
Jan25-10, 08:19 PM
This is really difficult for me(at least for me), though it seems simple!
Could anyone help me to solve it or give some suggestion?

y''+C1*y^2+C2*y=0

Thank you!

tiny-tim
Jan26-10, 05:59 AM
Hi hyime! Welcome to PF! :smile:

(try using the X2 tag just above the Reply box :wink:)

Hint: if D represents "differentiate", then this is (D2 + C1D + C2)y = 0 :smile:

HallsofIvy
Jan26-10, 06:18 AM
Hi hyime! Welcome to PF! :smile:

(try using the X2 tag just above the Reply box :wink:)

Hint: if D represents "differentiate", then this is (D2 + C1D + C2)y = 0 :smile:
No, it isn't. The second term has y^2, not y'. That's a non-linear d.e. and is NOT simple.

tiny-tim
Jan26-10, 06:37 AM
No, it isn't. The second term has y^2, not y'. That's a non-linear d.e. and is NOT simple.

oops! :biggrin: …

show how it pays to write clearly! :smile:

kosovtsov
Jan26-10, 06:48 AM
The integrating factor to your ODE is y', so

y'(y''+C1*y^2+C2*y)=0

is an exact ODE, that is it can be presented as

(2/3*C1*y^3+C2*y^2+(y')^2)'=0

or

2/3*C1*y^3+C2*y^2+(y')^2=c

where c is an arbitrary constant. The last first order ODE (with constant coefficients) is solvable by "separation of variables".

gato_
Jan26-10, 06:53 AM
Look for elliptic functions and it's associated differential equation.

hyime
Jan26-10, 07:25 AM
Thank you for all your help, I am working on it.