Solving ODE with Paper and Pencil: xy^2 - y = \frac {dy} {dx}

  • Thread starter Thread starter Neoma
  • Start date Start date
  • Tags Tags
    Ode
Neoma
Messages
9
Reaction score
0
\frac {dy} {dx} = x y^2 - y

I used Mathematica's DSolve function and found the correct answer:
y(x) = \frac {1} {1 + x + C e^{x}}

However, I don't have any idea what method to use to solve it with pencil and paper...
 
Physics news on Phys.org
I cheated,i know;i probably wouldn't have seen it,if you hadn't provided the answer.

Make the substitution:

y(x)=\frac{1}{u(x)}

I believe you'll like the ODE that comes out.

Daniel.
 
I wasn't familiar with the substitution method yet, so I looked it up after reading your post and it looks quite elegant :)

Thanks!
 
Just to put this problem in a general context, it's form is:

\frac {dy} {dx} = a(x) y + b(x) y^p

Which is a Bernoulli ODE (or a Ricatti with no constant term).

The substitution:

u(x) = y^{1-p}

reduces this to a first order linear ODE which can be solved in the usual way via an integrating factor.
 
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