Questions: Tangent Planes and Linear Approximation

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A function f(x,y) has partial derivatives f_x(0,0) = 2 and f_y(0,0) = 3 at the origin. A student concludes that the tangent plane z = f(0,0) + 2x + 3y must exist and provide a good local approximation. What assumption is this student making that may be wrong?

AThe student forgot to evaluate the partial derivatives at the specific point — they need numerical values, not symbolic expressions
BThe student is assuming differentiability, but the existence of both partial derivatives at a point does not guarantee differentiability — the tangent plane only gives a reliable approximation when the error vanishes faster than the distance to (0,0)
CThe student should use the gradient vector ∇f rather than individual partial derivatives
DThe tangent plane formula also requires second-order partial derivatives to be meaningful
Question 2 Multiple Choice

You know f(1, 3) = 5, f_x(1, 3) = 2, and f_y(1, 3) = −1. Using the linear approximation, what is the best estimate of f(1.01, 2.98)?

A5 + 2(1.01) + (−1)(2.98) = 4.04 — substitute the full coordinates into the partial derivatives
B5 + 2(0.01) + (−1)(−0.02) = 5.04 — substitute the changes Δx = 0.01 and Δy = −0.02
C5 + 2(0.01) + (−1)(0.02) = 4.98 — treat both changes as positive displacements
D5 × [1 + 2(0.01) − 1(0.02)] = 5.00 — the correction terms multiply the base value
Question 3 True / False

If both partial derivatives f_x and f_y exist at a point (a,b), then f is differentiable at (a,b) and the tangent plane exists as a reliable local approximation.

TTrue
FFalse
Question 4 True / False

The tangent plane to z = f(x,y) at the point (a, b, f(a,b)) shares the same z-value and the same slopes in both the x and y directions as the surface f at that point.

TTrue
FFalse
Question 5 Short Answer

A student says: 'I computed both partial derivatives at a point — that gives me the tangent plane.' Why might the student be wrong, and what additional condition is needed for the tangent plane to be a valid linear approximation?

Think about your answer, then reveal below.