1. Which of the following best describes what it means for a function $f(x, y)$ to be differentiable at a point $(a, b)$?
- A.Both partial derivatives $f_x(a,b)$ and $f_y(a,b)$ exist at the point.
- B.The function is continuous at $(a, b)$.
- C.The function can be well-approximated by its tangent plane near $(a, b)$, with the error going to zero faster than the distance to the point.
- D.The function has equal partial derivatives $f_x(a,b) = f_y(a,b)$ at the point.
View Answer
Answer: The function can be well-approximated by its tangent plane near $(a, b)$, with the error going to zero faster than the distance to the point.
Define differentiability in multivariable calculus: A function $f(x,y)$ is differentiable at $(a,b)$ if $f(x,y) = f(a,b) + f_x(a,b)(x-a) + f_y(a,b)(y-b) + \epsilon_1(x-a) + \epsilon_2(y-b)$, where $\epsilon_1, \epsilon_2 \to 0$ as $(x,y) \to (a,b)$. Equivalently, the tangent plane approximation error goes to zero faster than the distance to $(a,b)$. Why the correct answer works: Option C captures the precise meaning: the linear (tangent plane) approximation is accurate with a superlinear error term. Why distractors fail: Option A is necessary but not sufficient — partial derivatives can exist without the function being differentiable. Option B is a consequence of differentiability but not its definition; continuity alone does not guarantee differentiability. Option D is an arbitrary condition unrelated to the definition.