Question
Mathematics Question on Differential equations
Find general solution: ydx+(x−y2)dy=0
Answer
y dx+(x-y2)dy = 0
⇒ydx = (y2-x)dy
\implies$$\frac {dx}{dy} = y2-yx = y-yx
\implies$$\frac {dx}{dy}+yx = y
This is a linear differential equation of the form:
dxdy+px = Q (where p=y1 and Q=y)
Now, I.F = e∫pdy = e∫y1dy = elog y = y
The general solution of the given differential equation is given by the relation,
x(I.F.) = ∫(Q×I.F.)dy + C
⟹xy = ∫(y.y)dy + C
⟹xy = ∫y2dy + C
⟹xy = 3y3 + C
⟹x = 3y2 + yC