autodidude
- 332
- 0
Homework Statement
Determine whether a function with partial derivatives [tex]f_x(x,y)=x+4y[/tex] and [tex]f_y(x+y)=3x-y[/tex] exist.
The Attempt at a Solution
The method I've seen is to integrate [tex]f_x[/tex] with respect to x, differentiate with respect to y, set it equal to the given [tex]f_y[/tex] and show that it can't be possible.
So after integrating [tex]f_x[/tex], we get [tex]f(x, y) = \frac{1}{2}x^2+4xy+g(y)[/tex]
Then differentating that w.r.t y gives
[tex]f_y(x,y)=4x+g'(y)[/tex]
So
[tex]3x-y = 4x+g'(y)[/tex]
[tex]g'(y)=-x-y[/tex]
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 [tex]f(x,y)=\frac{1}{2}x^2+4xy+g(y)[/tex] and with respect to y would be [tex]f(x,y)=\frac{3}{2}x^2-\frac{1}{2}y^2+g(x)[/tex]