How Do You Solve This Differential Equation Correctly?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
stosw
Messages
19
Reaction score
0

Homework Statement



[tex]dy/dx[/tex] = [tex]y^3/(1-2xy^2)[/tex]

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

[tex]\frac{-2y^2 + 3y^2 }{-y^3}[/tex] = [tex]\frac{-1}{y}[/tex]

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?
 
Physics news on Phys.org
e^(-ln(y)) = -y

Just an arithmetic error. This should be

[tex]e^{-ln(y)}=e^{ln(y^{-1})}=y^{-1}[/tex]