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

  • Thread starter Thread starter SeReNiTy
  • Start date Start date
  • Tags Tags
    Non-linear Ode
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
Do you have any reason to believe there is a "good substitution"?

Almost all non-linear differential equations cannot be solved exactly.
 
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.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top