Solve Non-Linear ODE with a Substitution | Step-by-Step Guide

  • Context: Graduate 
  • Thread starter Thread starter SeReNiTy
  • Start date Start date
  • Tags Tags
    Non-linear Ode
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
3 replies · 4K views
SeReNiTy
Messages
170
Reaction score
0
Hi guys, just wondering if you can give a hand on a non-linear ODE, all you guys need to do if give me a good substituion to try...

xy''+y'+(y')^3 = 0

where ' = d/dx
 
Physics news on Phys.org
Because this is a problem in a text, so i believe when thye say find the exact analytical solution, they must mean one exists...
 
Okay, that's a good reason! Also I just noticed that you have y' twice and no y. If you let z= y', you can reduce the order of the equation:
xy''+y'+(y')^3 = 0 becomes xz'+ z+ z3= 0, a first order, separable equation. Solve for z and let y'= z.