How Do I Solve This Complex ODE Involving y''+C1*y^2+C2*y=0?

  • Thread starter Thread starter hyime
  • Start date Start date
  • Tags Tags
    Ode
hyime
Messages
2
Reaction score
0
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!
 
Physics news on Phys.org
Welcome to PF!

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:
 


tiny-tim said:
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.
 
HallsofIvy said:
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:
 
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".
 
Look for elliptic functions and it's associated differential equation.
 
Thank you for all your help, I am working on it.
 
Back
Top