How Do You Solve This Differential Equation Correctly?

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

Just an arithmetic error. This should be

e^{-ln(y)}=e^{ln(y^{-1})}=y^{-1}
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top