Solve Homogeneous DE Easier: Better Substitution?

  • Context: Graduate 
  • Thread starter Thread starter Werg22
  • Start date Start date
  • Tags Tags
    Substitution
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
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 [itex]u=y^{-2}[/itex], 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 [tex]x + y^2[/tex], to get

[tex]x y^{\prime} + y^2 y^{\prime} = y[/tex]

rearrange to get

[tex]x y^{\prime} - y = -y^2 y^{\prime}[/tex]

but

[tex]x y^{\prime} - y = y^2 ( \phi - \frac{x}{y})^{\prime}[/tex]

(where [tex]\phi[/tex] is a constant.) So,

[tex]( \phi - \frac{x}{y})^{\prime} = -y^{\prime}[/tex]

which you can integrate to get

[tex]\phi - \frac{x}{y} = - y[/tex]

which you can turn into a quadratic by multiplying through by [tex]y[/tex], leaving you with.

[tex]y(x) = \frac{-\phi \pm \sqrt{\phi^2 + 4x}}{2}[/tex]