Solve xy'=x^3+(1-2x^2)y+xy^2: Solutions & Tips

  • Thread starter Thread starter Math10
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
Math10
Messages
301
Reaction score
0

Homework Statement


Find all solutions of xy'=x^3+(1-2x^2)y+xy^2.

Homework Equations


None

The Attempt at a Solution


Here's my work:

xy'=x^3+y-2x^2*y+xy^2
xy'=x(x^2-2xy+y^2)+y
xy'=x(x-y)^2+y
y'=(x-y)^2+y/x
Now I'm stucked. Please help me.
 
Physics news on Phys.org
Math10 said:

Homework Statement


Find all solutions of xy'=x^3+(1-2x^2)y+xy^2.

Homework Equations


None

The Attempt at a Solution


Here's my work:

xy'=x^3+y-2x^2*y+xy^2
xy'=x(x^2-2xy+y^2)+y
xy'=x(x-y)^2+y
y'=(x-y)^2+y/x
Now I'm stucked. Please help me.

You can see from the last line that [itex]y(x) = x[/itex] is one solution, although there may be others. But your rearrangement is not separable, so you are unlikely to make further progress.

The left hand side of the original is [itex]xy'[/itex]. There's a [itex]y[/itex] on the right, so bringing that across makes the LHS [itex]xy' - y = x^2(y/x)'[/itex], so the substitution [itex]v = y/x[/itex] is worth considering.
 
Thank you so much for the help, Hallsoflvy.