hover said:
Homework Statement
The differential equation y + 4y^4 = (y^3 + 3x)y' can be written in differential form:
M(x,y)dx + N(x,y)dy = 0
where
M(x,y)= y+4y^4 , and N(x,y)= -y^3-3x
The term (M(x,y)dx + N(x,y) dy) becomes an exact differential if the left hand side above is divided by y^4. Integrating that new equation, the solution of the differential equation is "answer goes here" = C
Homework Equations
The Attempt at a Solution
Am I suppose to do this and integrate?
(y+4y^4-y^3-3x)/y^4 = 0
or am I off the ball completely?
Thanks!
No, you cannot just combine two functions like that. You are saying that
\frac{y+ 4y^4}{y^4}dx- \frac{y^3+ 3x}{y^4}dy= (y^{-3}+ 4)dy- (y^{-1}- 3xy^{-4})dy
is an
exact differential. That means that there must exist some function F(x, y) such that
dF= \frac{\partial F}{\partial x}dx+ \frac{\partial F}{\partial y}dy= (y^{-3}+ 4)dy- (y^{-1}- 3xy^{-4})dy
That means you need to solve
\frac{\partial F}{\partial x}= \frac{y+ 4y^4}{y^4}= y^{-3}+ 4
and
\frac{\partial F}{\partial y}= \frac{-y^3- 3x}{y^4}= -y^{-1}- 3xy^{-4}
The first is easy. Integrating with respect to x (treating y as a constant)
F(x,y)= (y^{-3}+ 4)x+ f(y)= xy^{-3}+ 4x+ f(y)
where f can be any function of y (the derivative of any function of y
with respect to x is 0).
Now differentiate that with respect to y:
\frac{\partial F}{\partial y}= -3xy^{-4}+ f'(y)
and that must be equal to
-y^{-1}- 3xy^{-4}
Set them equal, solve for f' and then f.