Im trying to find following first order partial derivative in the given point:
$$ f(x,y) = \frac{x-y}{x+y} \text{at} (2,-1)$$
Im sort of confused as to how to solve this. I have tried the quotiënt rule which gave me the following:
$$ (\frac{f}{g})' = \frac{f'*g - g'*f}{g^2} $$
$$\frac{\partial f}{\partial y} = \frac{(x+y)*-1(x-y)*-1}{x^2+2xy+y^2}$$
with $x = 2$ and $y = -1$ i get the correct solution of $-4$. But when i apply the same method for the partial derivative to x i keep getting a wrong answer.
Am I coming at this the right way or not? All pointers would be very helpful, thanks.
I see that in the derivative to $x$, you multiply by $1$ twice In the derivative to $y$ you multiply by $1$ once and by $-1$ once. How does the sign change here?
– TheAlPaca02 Dec 26 '16 at 12:01