Solving Nonlinear ODEs: Homework Statement and Attempt at Solution

  • Thread starter Thread starter member 428835
  • Start date Start date
  • Tags Tags
    Nonlinear Ode
member 428835

Homework Statement


$$y''+6y^{2/3}=0$$

Homework Equations


Nothing comes to mind

The Attempt at a Solution


I don't really know where to start. Any tricks or tips are appreciated. This isn't a homework question, but I posted here since I didn't know where else to post.

Thanks for your time
 
Physics news on Phys.org
joshmccraney said:

Homework Statement


$$y''+6y^{2/3}=0$$

Homework Equations


Nothing comes to mind

The Attempt at a Solution


I don't really know where to start. Any tricks or tips are appreciated. This isn't a homework question, but I posted here since I didn't know where else to post.

Thanks for your time
If it's not a HW problem, you can post it in one of the Technical Math Forums, like Calculus or Differential Equations. That's what those Fora are for.

As to the solution to this particular ODE, probably a substitution of some kind to reduce the second order equation to a first order equation is the best approach.

This article shows some general techniques for such transformations:

http://users.math.msu.edu/users/gnagy/teaching/13-fall/mth340/L09-340.pdf
 
Thanks for the response. Should I move this thread then?

Also, I found that link before posting, but it doesn't apply to this particular problem since the nonlinear ##2/3## exponent. Any other ideas or sources?
 
joshmccraney said:
Thanks for the response. Should I move this thread then?

Also, I found that link before posting, but it doesn't apply to this particular problem since the nonlinear ##2/3## exponent. Any other ideas or sources?

Maple gets an "implicit" solution, defined via an equation of the form
a - x = \int_0^{y(x)} \frac{dt}{\sqrt{b-t^{5/3}}}
 
  • Like
Likes member 428835
I didn't even think about letting a computer try it. Is that function at all related to the hypergeometric function? I ask because when solving in mathematica I also receive an implicit solution involving the hypergeometric function. Your solution looks much simpler, though.

Any ideas how Maple arrived at such a solution?

Also, if a boundary condition was ##y'(0)=0## then the maple solution would be $$-1=\frac{1}{\sqrt{b-y^{5/3}}}y'(x) \implies -1=0$$ Then doesn't this boundary condition precludes this solution?
 
Last edited by a moderator:
Equations of the form y'' = f(y) can always be reduced to \frac12 y'^2 = \int f(y)\,dy by multiplying both sides by y' and integrating.
 
  • Like
Likes member 428835, hunt_mat and epenguin
Always useful to ask have I seen anything like this before? (Polya principle). You probably have, and you will again.

pasmith said:
Equations of the form y'' = f(y)

LHS acceleration, RHS a force as function of distance y.

pasmith said:
\frac12 y'^2 = \int f(y)\,dy

When made definite integral, RHS minus potential energy difference LHS kinetic energy difference

Discovery of conservation of energy., kinetic plus potential.

Owed to
https://www.aps.org/publications/apsnews/200812/physicshistory.cfm
 
Last edited:
  • Like
Likes member 428835
Thanks pastime and epenguin!

It does look like ##y=-x^6/125## comes close to analytically solving (everything except the boundary condition ##y(1)=0##). I forgot to mention the two associated boundary conditions: ##y'(0)=0## and ##y(1)=0##.
 
Last edited by a moderator:
joshmccraney said:
Thanks pastime and epenguin!

It does look like ##y=-x^6/125## comes close to analytically solving (everything except the boundary condition ##y(1)=0##). I forgot to mention the two associated boundary conditions: ##y'(0)=0## and ##y(1)=0##.

y = 0 is a solution...
 
  • #10
pasmith said:
y = 0 is a solution...
It totally is! But it's trivial for the context of the equation. :(
 
Back
Top