πŸŽ“ BookMCQ
← Back to 14. Partial Derivatives Calculus

πŸ“ Tangent Planes and Normal Vectors (14 MCQs)

πŸ“– From Calculus β€’ 14. Partial Derivatives Calculus β€’ 14 questions available

What is Tangent Planes and Normal Vectors?

Definition:
Tangent plane to z=f(x,y)z=f(x,y) at (a,b,f(a,b))(a,b,f(a,b)) has equation z=f(a,b)+fx(a,b)(xβˆ’a)+fy(a,b)(yβˆ’b)z = f(a,b) + f_x(a,b)(x-a) + f_y(a,b)(y-b); normal vector is βŸ¨βˆ’fx,βˆ’fy,1⟩\langle -f_x, -f_y, 1 \rangle.

Example:
Tangent plane to z=x2+y2z=x^2+y^2 at (1,1,2)(1,1,2) is z=2+2(xβˆ’1)+2(yβˆ’1)z = 2 + 2(x-1) + 2(y-1) with normal βŸ¨βˆ’2,βˆ’2,1⟩\langle -2,-2,1 \rangle.

Reason:
Tangent planes provide best linear surface approximation locally; normals enable reflection/refraction calculations and surface integral orientation.

1
Easy
9
Medium
4
Hard

πŸ“ All Tangent Planes and Normal Vectors MCQs

Q1. A surface is defined implicitly by F(x,y,z)=x2+y2βˆ’z2=0F(x,y,z) = x^2 + y^2 - z^2 = 0. At point P(1,0,1)P(1,0,1), a student computes the normal vector as ⟨2,0,βˆ’2⟩\langle 2, 0, -2 \rangle but claims the tangent plane equation is 2xβˆ’2z=02x - 2z = 0. What is the fundamental error in this reasoning?

A.The student forgot to normalize the gradient vector before constructing the plane.
B.The student correctly computed the gradient but failed to evaluate it at point P when forming the plane equation.
C.The student used the correct normal but omitted the constant term derived from substituting P into the linearized form. βœ…
D.The student confused the gradient of F with the partial derivative of z with respect to x.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: The gradient βˆ‡F=⟨2x,2y,βˆ’2z⟩\nabla F = \langle 2x, 2y, -2z \rangle evaluated at (1,0,1) is indeed ⟨2,0,βˆ’2⟩\langle 2,0,-2 \rangle. However, the tangent plane must satisfy βˆ‡F(P)β‹…βŸ¨xβˆ’1,yβˆ’0,zβˆ’1⟩=0\nabla F(P) \cdot \langle x-1, y-0, z-1 \rangle = 0, yielding 2(xβˆ’1)βˆ’2(zβˆ’1)=02(x-1) - 2(z-1) = 0, which simplifies to 2xβˆ’2z=02x - 2z = 0. While algebraically equivalent, the error lies in not recognizing that the constant vanishes only because P satisfies the original surface; the method was incomplete conceptually.

Q2. Consider two surfaces S1:z=x2+y2S_1: z = x^2 + y^2 and S2:z=2βˆ’x2βˆ’y2S_2: z = 2 - x^2 - y^2. They intersect along a curve C. At their intersection point where x=0,y=1x=0, y=1, what geometric relationship exists between their respective normal vectors?

A.The normals are parallel because both surfaces are paraboloids symmetric about the z-axis.
B.The normals are perpendicular because one opens upward and the other downward.
C.The angle between normals is determined solely by the sum of their Gaussian curvatures at that point.
D.The normals lie in the same vertical plane but are neither parallel nor orthogonal. βœ…
πŸ’‘ Difficulty: hard | βœ… Correct: D

πŸ“– Explanation: At (0,1,1), βˆ‡S1=⟨0,2,βˆ’1⟩\nabla S_1 = \langle 0,2,-1 \rangle and βˆ‡S2=⟨0,βˆ’2,βˆ’1⟩\nabla S_2 = \langle 0,-2,-1 \rangle. Their dot product is (0)(0)+(2)(βˆ’2)+(βˆ’1)(βˆ’1)=βˆ’3β‰ 0(0)(0)+(2)(-2)+(-1)(-1) = -3 \neq 0, so not orthogonal. They aren't scalar multiples, so not parallel. Both have zero x-component, meaning they lie in the yz-plane (a vertical plane). This requires synthesizing implicit differentiation, vector geometry, and spatial reasoning beyond simple computation.

Q3. A manufacturing process molds a component shaped like z=x2+y2z = \sqrt{x^2 + y^2}. A quality sensor measures deviation from the ideal tangent plane at (3,4,5). If the sensor reads a vertical discrepancy of 0.1 units at (3.1, 4.05), which interpretation best reflects the linear approximation's validity?

A.The linear model overestimates because the cone’s curvature causes actual surface to lie below the tangent plane. βœ…
B.The discrepancy confirms the gradient magnitude equals exactly 1 everywhere on this surface.
C.The error arises because the function is non-differentiable at the origin, invalidating all tangent planes.
D.The measured deviation is consistent with second-order terms being negligible near the evaluation point.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: The cone z=rz = r has tangent plane at (3,4,5) with slope matching radial direction. Since the surface is convex downward away from apex, the true surface lies below its tangent plane for points away from tangency. The 0.1 deviation aligns with quadratic remainder in Taylor expansion. Option D misattributes accuracy to negligibility rather than directional curvature. This tests understanding of approximation error sign relative to surface geometry.

Q4. Given a level surface F(x,y,z)=cF(x,y,z)=c where Fzβ‰ 0F_z \neq 0, a student derives the tangent plane using zx=βˆ’Fx/Fzz_x = -F_x/F_z and zy=βˆ’Fy/Fzz_y = -F_y/F_z, then writes the plane as zβˆ’z0=zx(xβˆ’x0)+zy(yβˆ’y0)z - z_0 = z_x(x-x_0) + z_y(y-y_0). Another uses βˆ‡Fβ‹…βŸ¨xβˆ’x0,yβˆ’y0,zβˆ’z0⟩=0\nabla F \cdot \langle x-x_0, y-y_0, z-z_0 \rangle = 0. Under what condition do these yield identical results?

A.Only when F is linear in all variables.
B.Always, provided F is continuously differentiable and Fzβ‰ 0F_z \neq 0 at the point. βœ…
C.Only when the surface can be globally expressed as z = f(x,y).
D.Never; the methods are fundamentally incompatible.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Both approaches are mathematically equivalent under the implicit function theorem. Substituting zx,zyz_x, z_y into the explicit form and rearranging yields Fx(xβˆ’x0)+Fy(yβˆ’y0)+Fz(zβˆ’z0)=0F_x(x-x_0)+F_y(y-y_0)+F_z(z-z_0)=0, identical to the gradient dot product form. This equivalence holds locally wherever Fzβ‰ 0F_z \neq 0 and F is CΒΉ. The question probes deep conceptual linkage between implicit and explicit representations rather than rote formula application.

Q5. A topographic map shows contour lines of elevation z=f(x,y)z=f(x,y) becoming increasingly dense near point Q. Without computing derivatives, what can be inferred about the tangent plane at Q compared to a region with sparse contours?

A.The tangent plane at Q is nearly horizontal due to high precision of contour mapping.
B.The normal vector at Q has a larger vertical component relative to horizontal components.
C.The tangent plane at Q is steeper, implying the normal vector tilts more toward the horizontal plane. βœ…
D.Contour density indicates nothing about tangent planes without knowing the contour interval.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Dense contours indicate rapid change in z per unit horizontal distance, i.e., large βˆ£βˆ‡f∣|\nabla f|. Steeper slope means tangent plane deviates more from horizontal, so its normal vector has smaller z-component relative to x,y componentsβ€”tilting toward horizontal. This connects graphical representation to differential geometry without calculation, testing spatial interpretation skills essential in applied fields like geoscience or engineering design.

Q6. An engineer models heat flux through a surface z=g(x,y)z = g(x,y) using the normal vector for orientation. She mistakenly uses ⟨gx,gy,1⟩\langle g_x, g_y, 1 \rangle instead of βŸ¨βˆ’gx,βˆ’gy,1⟩\langle -g_x, -g_y, 1 \rangle in her flux integral. How does this affect the physical interpretation?

A.Flux magnitude doubles because both components contribute additively.
B.The sign of flux reverses, implying heat flows opposite to intended direction. βœ…
C.Results remain valid since normal direction is arbitrary in scalar surface integrals.
D.Error cancels out when integrating over closed surfaces.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: For graph surfaces, upward-pointing normal is βŸ¨βˆ’gx,βˆ’gy,1⟩\langle -g_x, -g_y, 1 \rangle. Using positive partials gives downward orientation. In vector flux integrals ∬Fβ‹…n dS\iint \mathbf{F} \cdot \mathbf{n}\, dS, reversing n flips sign. Heat flux direction matters physically; wrong sign implies cooling instead of heating. This error analysis question emphasizes that orientation isn't just mathematical conventionβ€”it carries physical meaning in modeling scenarios.

Q7. Suppose f(x,y)f(x,y) has continuous partials at (a,b) but the tangent plane approximation error E(h,k)=f(a+h,b+k)βˆ’[f(a,b)+fxh+fyk]E(h,k) = f(a+h,b+k) - [f(a,b)+f_x h + f_y k] satisfies lim⁑(h,k)β†’(0,0)E/h2+k2β‰ 0\lim_{(h,k)\to(0,0)} E/\sqrt{h^2+k^2} \neq 0. What conclusion follows?

A.Partial derivatives exist but f is not differentiable at (a,b), so no true tangent plane exists. βœ…
B.The tangent plane exists but is not unique due to directional dependence.
C.Higher-order partial derivatives must be discontinuous at (a,b).
D.The limit condition is impossible if partials are continuous.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: Differentiability requires E/βˆ₯(h,k)βˆ₯β†’0E / \| (h,k) \| \to 0. Continuous partials guarantee differentiability, so this scenario contradicts standard theoryβ€”unless 'continuous partials' was misstated. But assuming the premise holds as given, the nonzero limit violates differentiability definition, meaning no tangent plane exists despite existing partials. This challenges students to distinguish existence of partials from full differentiability, a subtle HOTS concept often misunderstood.

Q8. Two students approximate f(x,y)=exyf(x,y) = e^{xy} near (0,0). Student A uses tangent plane z=1z=1. Student B argues that since fxy(0,0)=1f_{xy}(0,0)=1, the tangent plane should include an xy term. Which critique correctly identifies the flaw?

A.Student B confuses second-order mixed partials with first-order linear approximation coefficients. βœ…
B.Student A ignored that exponential functions require logarithmic transformation before linearization.
C.Both are wrong; the correct tangent plane is z=1+x+yz = 1 + x + y.
D.Student B is correct because cross-terms affect local linearity.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Tangent plane uses only first partials: fx=yexy,fy=xexyf_x=y e^{xy}, f_y=x e^{xy}, both zero at (0,0), so plane is z=1. Mixed partial fxyf_{xy} relates to curvature, not linear approximation. Including xy term creates quadratic approximation, violating tangent plane definition. This tests precise understanding of Taylor hierarchy and prevents conflation of derivative ordersβ€”a common misconception in multivariable calculus.

Q9. A robotic arm traces path r(t)\mathbf{r}(t) on surface z=f(x,y)z=f(x,y). At time tβ‚€, velocity vector v\mathbf{v} is tangent to surface. If βˆ‡fβ‹…vβ‰ 0\nabla f \cdot \mathbf{v} \neq 0 at corresponding point, what does this imply?

A.The robot has left the surface due to control system failure.
B.The path parameterization is invalid because tangent vectors must be orthogonal to gradient.
C.No contradiction; v\mathbf{v} being tangent means βˆ‡fβ‹…v=0\nabla f \cdot \mathbf{v} = 0 must hold, so premise is impossible. βœ…
D.Gradient was miscalculated; actual gradient is always perpendicular to velocity.
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: By definition, any vector tangent to level surface zβˆ’f(x,y)=0z-f(x,y)=0 must satisfy βˆ‡(zβˆ’f)β‹…v=0\nabla(z-f) \cdot \mathbf{v} = 0, i.e., βŸ¨βˆ’fx,βˆ’fy,1βŸ©β‹…v=0\langle -f_x,-f_y,1 \rangle \cdot \mathbf{v} = 0. For graph surfaces, this reduces to βˆ‡fβ‹…βŸ¨vx,vy⟩=vz\nabla f \cdot \langle v_x,v_y \rangle = v_z. If v\mathbf{v} is truly tangent, the dot product condition must hold. The nonzero value indicates either mismeasurement or misunderstanding of tangency. This integrates kinematics with differential geometry in a realistic robotics context.

Q10. When approximating f(x,y)f(x,y) near (a,b), the tangent plane error bound depends on maximum of ∣fxx∣,∣fxy∣,∣fyy∣|f_{xx}|, |f_{xy}|, |f_{yy}| in a neighborhood. If these second partials grow unbounded as (x,y)β†’(a,b), what happens to the usefulness of the tangent plane?

A.It remains valid pointwise but loses predictive power arbitrarily close to (a,b). βœ…
B.It becomes exact because higher derivatives dominate lower ones.
C.The tangent plane ceases to exist even if first partials are defined.
D.Error bound formula still applies with infinite constants, giving trivial estimate.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Tangent plane exists if f is differentiable at (a,b), regardless of second derivative behavior nearby. However, unbounded second partials mean the remainder term in Taylor's theorem cannot be bounded uniformly, so approximation deteriorates rapidly near the point. This distinguishes pointwise differentiability from uniform approximabilityβ€”a nuanced concept critical in numerical analysis and sensitivity modeling where local linearity assumptions break down.

Q11. A climate model uses sea surface temperature T(x,y,t). At fixed time, researchers compute normal vector to isotherm surface T=constant. If ocean currents advect warm water such that βˆ‚T/βˆ‚t>0\partial T/\partial t > 0 while spatial gradient remains unchanged, how does this affect the instantaneous tangent plane to the isotherm?

A.The tangent plane rotates because temporal change alters surface orientation.
B.The tangent plane remains identical since it depends only on spatial gradients at that instant. βœ…
C.Isotherms cease to be smooth surfaces when temperature changes temporally.
D.Normal vector gains a time component, making it four-dimensional.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Tangent plane to level surface T(x,y,z)=c at fixed time depends solely on βˆ‡T evaluated at that moment. Temporal derivative affects evolution of the surface but not its instantaneous geometry. This separates spatiotemporal dynamics from static differential geometry, testing whether students conflate rate of change with shape. Crucial in fluid dynamics where Eulerian vs Lagrangian perspectives differ.

Q12. In optimizing f(x,y)f(x,y) subject to constraint g(x,y)=kg(x,y)=k, Lagrange multipliers require βˆ‡f=Ξ»βˆ‡g\nabla f = \lambda \nabla g. Geometrically, this means level curves share tangent lines. Extending to 3D: for extremizing f(x,y,z)f(x,y,z) on surface g(x,y,z)=kg(x,y,z)=k, why must βˆ‡f\nabla f be parallel to surface normal βˆ‡g\nabla g?

A.Because extrema occur where directional derivative of f along every tangent direction vanishes. βœ…
B.Because βˆ‡f must be perpendicular to βˆ‡g to maximize projection.
C.Because surface normals always point toward increasing f values.
D.Because Lagrange method assumes surfaces are spheres.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: At constrained extremum, f cannot increase/decrease along any direction tangent to constraint surface. Thus βˆ‡fβ‹…t=0\nabla f \cdot \mathbf{t} = 0 for all tangent vectors t, meaning βˆ‡f is orthogonal to tangent spaceβ€”hence parallel to normal βˆ‡g. This synthesizes optimization, geometry, and linear algebra. Distractors exploit confusion between orthogonality conditions and misremembered multiplier rules, requiring deep conceptual integration beyond algorithmic application.

Q13. A student claims that if fx(a,b)=fy(a,b)=0f_x(a,b) = f_y(a,b) = 0, then the tangent plane at (a,b,f(a,b)) must be horizontal AND the point is a local extremum. Which part of this statement is incorrect and why?

A.The tangent plane is never horizontal when partials vanish.
B.Vanishing partials guarantee saddle points, not extrema.
C.Horizontal tangent plane does not imply extremum; could be saddle or inflection-like behavior. βœ…
D.Partials being zero contradicts differentiability.
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Critical points (zero gradient) yield horizontal tangent planes, but classification requires second derivative test or further analysis. Saddle points like z=x2βˆ’y2z=x^2-y^2 at origin have horizontal tangent yet are not extrema. This error analysis targets pervasive misconception equating stationary points with optima. Understanding this distinction is vital in machine learning loss landscapes and physics potential energy surfaces where saddles are common.

Q14. Consider surface z=x3βˆ’3xy2z = x^3 - 3xy^2 (monkey saddle). At origin, all first partials vanish. Unlike standard saddle, this surface has threefold symmetry. What unique property does its tangent plane exhibit regarding higher-order contact?

A.The tangent plane intersects the surface along three lines through origin, unlike quadratic saddles with two. βœ…
B.The tangent plane coincides with surface to third order in all directions.
C.No tangent plane exists due to cubic singularity.
D.Contact order is identical to elliptic paraboloid despite different symmetry.
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Standard saddle z=x2βˆ’y2z=x^2-y^2 has tangent plane intersecting along two lines (asymptotes). Monkey saddle’s cubic homogeneity means z=0z=0 when x3=3xy2x^3=3xy^2, i.e., x(x2βˆ’3y2)=0x(x^2-3y^2)=0, giving three lines: x=0 and y=Β±x/3y=\pm x/\sqrt{3}. Tangent plane (z=0) thus has triple-line intersection. This Olympiad-style problem connects algebraic geometry to differential concepts, testing ability to generalize beyond textbook quadratics and recognize how degree affects local structure.

πŸ”— Related Topics (MCQs)