stosw
- 19
- 0
Homework Statement
dy/dx = y^3/(1-2xy^2)
The Attempt at a Solution
I converted it to this form:
(-y^3)dx + (1-2xy^2)dy = 0
My = 3y^2
Nx = -2y^2
so
My =/= Nx
Finding the integrating factor:
(Nx - My) / M
\frac{-2y^2 + 3y^2 }{-y^3} = \frac{-1}{y}
e\int(-1/y)dy\ = e^(-ln(y)) = -y
(After many attempts, I can't seem to get latex to do the integral sign...)
multiplying through by the integrating factor and recalculating the partial dirivatives i still get...
My = 4y^3
Nx = 2y^3
Can someone explain where i went wrong?