This is a Bernoulli differential equation.
dxdy=x22y2+x3y
Let's divide both sides by −y2
−y2dxdy=−x22−xy3
Using the substitution v=y−1 , v′=−y2y′ will lead us to
v′=−x22−x3v
This is a first-order linear equation which can be solved using an integrating factor
M=e∫x3dx=e3lnx=x3
Multiplying both sides by M we get
x3v′+3x2v=−2x
(x3v)′=−2x
x3v=−x2+C
v=x3C−x2
Hence
y=v1=C−x2x3
Comments