Questions: Tangent Planes and Linear Approximation

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

For z = f(x,y) with f(1, 2) = 5, fₓ(1, 2) = 3, and f_y(1, 2) = −1, what does the linear approximation give for f(1.1, 1.9)?

Az ≈ 5 + 3(0.1) + (−1)(−0.1) = 5.4
Bz ≈ 5 + 3(1.1) + (−1)(1.9) = 6.4
Cz ≈ 3(0.1) + (−1)(−0.1) = 0.4
Dz ≈ 5 + 3(0.1)(−0.1) = 4.97
Question 2 Multiple Choice

A student claims: 'The tangent plane to f(x,y) at (a,b) is horizontal if and only if both fₓ(a,b) = 0 and f_y(a,b) = 0. So the tangent plane only exists at critical points where the plane happens to be horizontal.' What is the error?

AThe tangent plane exists everywhere f is continuous, not just where it is differentiable
BThe tangent plane exists wherever f is differentiable — critical points are where the plane happens to be horizontal, but the plane exists at all differentiable points
CThe tangent plane exists only at saddle points, not at local extrema
DThe tangent plane requires fₓ = f_y = 0 to be well-defined, so the student is correct
Question 3 True / False

If both partial derivatives fₓ(a,b) and f_y(a,b) exist at a point, then the tangent plane formula gives a valid linear approximation to f near (a,b).

TTrue
FFalse
Question 4 True / False

The gradient vector ∇f(a,b) = (fₓ(a,b), f_y(a,b)) contains all the information needed to specify the tangent plane's orientation, given also the base value f(a,b).

TTrue
FFalse
Question 5 Short Answer

Why is the tangent plane useful for error propagation — estimating how uncertainty in inputs x and y translates to uncertainty in the output f(x,y)?

Think about your answer, then reveal below.