2

What's is the derivative of $f(x,y)= \ln(1-x^2-y^2)$?

I got it to $f_x(x,y)= 2x^-1$ and the same for $f_y(x,y)$, but that's obviously incorrect. How do I solve this problem properly?

Emil
  • 41

1 Answers1

1

You have to use the chain rule,

$$f_x(x,y) = \frac{-2x}{1-x^2-y^2}$$

$$f_y(x,y) = \frac{-2y}{1-x^2-y^2}$$

fosho
  • 6,334