Questions: Tangent Planes to Surfaces

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

For the surface z = f(x,y), which vector is normal to the tangent plane at the point (x₀, y₀, z₀)?

A⟨f_x, f_y⟩ — the 2D gradient vector evaluated at (x₀, y₀)
B⟨f_x, f_y, −1⟩ — the gradient components plus −1 as the z-component
C⟨f_x, f_y, 1⟩ — the gradient components plus +1 as the z-component
D⟨−f_x, −f_y, 0⟩ — the negative gradient in the xy-plane
Question 2 Multiple Choice

For an implicitly defined surface F(x, y, z) = c, which vector is normal to the surface at a point?

AThe 2D gradient ⟨F_x, F_y⟩ evaluated on the surface
BThe 3D gradient ∇F = ⟨F_x, F_y, F_z⟩
CThe unit tangent vector to any curve lying on the surface
DThe Hessian matrix of F at the point
Question 3 True / False

The 2D gradient vector ∇f = ⟨f_x, f_y⟩ is the normal vector to the tangent plane of the surface z = f(x,y).

TTrue
FFalse
Question 4 True / False

The tangent plane to z = f(x,y) at a point (x₀, y₀, z₀) contains the tangent line to the cross-sectional curve obtained by fixing y = y₀.

TTrue
FFalse
Question 5 Short Answer

Explain why the normal vector to the tangent plane of z = f(x,y) has −1 as its z-component, rather than +1 or some other value.

Think about your answer, then reveal below.