autodidude
- 332
- 0
Homework Statement
Determine whether a function with partial derivatives f_x(x,y)=x+4y and f_y(x+y)=3x-y exist.
The Attempt at a Solution
The method I've seen is to integrate f_x with respect to x, differentiate with respect to y, set it equal to the given f_y and show that it can't be possible.
So after integrating f_x, we get f(x, y) = \frac{1}{2}x^2+4xy+g(y)
Then differentating that w.r.t y gives
f_y(x,y)=4x+g'(y)
So
3x-y = 4x+g'(y)
g'(y)=-x-y
Why would this be a contradiction? Is it because g'(y) can only be in terms of y and not x? Couldn't x be treated as a constant?
Would integrating both derivatives and showing that they're not equal be a valid method?
So with respect to x would be f(x,y)=\frac{1}{2}x^2+4xy+g(y) and with respect to y would be f(x,y)=\frac{3}{2}x^2-\frac{1}{2}y^2+g(x)