Solve Homogeneous DE Easier: Better Substitution?

  • Thread starter Thread starter Werg22
  • Start date Start date
  • Tags Tags
    Substitution
Werg22
Messages
1,431
Reaction score
1
Given y' = y / (x + y^2), the substitution u = y^2 will give a homogeneous DE which can then be easily solved. Is there a substitution which would make things easier?
 
Physics news on Phys.org
Try V=y/x

But it is kinda long in my opinion.


EDIT: The easiest way is your substitution of u=y^{-2}, anything else, is just harder.
 
Last edited:
I think the substitution u = y^2 + x is better. I haven't tried it though.
 
There is a solution that does not involve a substitution... if that's any help...

First, multiply through by x + y^2, to get

x y^{\prime} + y^2 y^{\prime} = y

rearrange to get

x y^{\prime} - y = -y^2 y^{\prime}

but

x y^{\prime} - y = y^2 ( \phi - \frac{x}{y})^{\prime}

(where \phi is a constant.) So,

( \phi - \frac{x}{y})^{\prime} = -y^{\prime}

which you can integrate to get

\phi - \frac{x}{y} = - y

which you can turn into a quadratic by multiplying through by y, leaving you with.

y(x) = \frac{-\phi \pm \sqrt{\phi^2 + 4x}}{2}
 
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