τheory
- 43
- 0
Homework Statement
Use the "mixed partials" check to see if the following differential equation is exact.
If it is exact find a function F(x,y) whose differential, dF(x,y) is the left hand side of the differential equation. That is, level curves F(x,y) = C are solutions to the differential equation:
(-4xy^2+y)dx+(-4x^y+x)dy = 0
Find:
M_{y}(x,y) = ?
N_{x}(x,y) = ?
F(x,y) = ?2. The attempt at a solution
I first partially differentiated each part (M and N) with respect to y and x, respectively. This got me this and they are exact:
M(x,y) = -4xy^2+y
\frac{∂M}{∂y} = -8xy+1
N(x,y) = 4x^2y+x
\frac{∂N}{∂y} = -8xy+1
Then I integrated M(x,y) with respect to x which got me:
-2x^2y^2+xy+h(y)
Then I partially differentiated that equation with respect to y:
\frac{∂M}{∂y} = -4x^2y+x+h'(y)
Next, I set that equation equal to N(x,y) and solved for h'(y):
-4x^2y+x+h'(y) = 4x^2y+x
h'(y) = 0
I then integrated with respect to y:
∫ h'(y) dy = ∫ 0 dy
h(y) = 0 + C
Finally I plug it back into the original equation:
-2x^2y^2+xy+h(y)
h(y) = 0 + C
-2x^2y^2 + xy + C = -2x^2y^2 + C
But because the website (WeBWorK) does not allow the input of "C", I just left it as:
-2x^2y^2 + xy
Thus, my answers were:
M_{y}(x,y) = -8xy+1
N_{x}(x,y) = -8xy+1
F(x,y) = -2x^2y^2 + xy
I submitted the answers but the site said they were wrong, and I don't know which ones are wrong because the question is one of those, "get all right for a point" kind of thing.