Nano-Passion
- 1,291
- 0
Homework Statement
Find a 1 parameter family of solutions for the differential equation yx^2 dy - y^3 dx = 2x^2 dy
The Attempt at a Solution
yx^2 dy - y^3 dx = 2x^2 dy
x^2 dy - y^2 dx = 2x^2/y dy
dy - y^2/x^2 dx =
- y^2/x^2 dx = 2/y dy - dy
Divide all by y^2
dx/x^2 = (2dy/y - dy ) * -1/y^2
dx/x^2 = -2dy/y^3 + dy/y^2
Integrate
-1/x = y^2 - y + C
Where y ≠ 0 & x ≠ 0
While the book gives an answer of
(cx+1)y^2 = (y -1)x
with the same domain