4.4.5 · D4Multivariable Calculus

Exercises — Tangent planes and linear approximations to surfaces

2,352 words11 min readBack to topic

Level 1 — Recognition

Can you read the formula and pull the right numbers out of it?

L1.1

Given . Write down , , , and the normal vector .

Recall Solution L1.1
  • .
  • (coefficient of ), so .
  • (coefficient of ), so .
  • Normal .

What we did: since is already linear, its partials are just the constant coefficients. What it looks like: the surface is its own tangent plane — a flat sheet, tilted in and in .

L1.2

A surface has , , at . Write the tangent plane equation.

Recall Solution L1.2

Plug straight into : Why the appears: the y-step is , not . The base point is .


Level 2 — Application

Compute the plane and use it to approximate a value.

L2.1

Find the tangent plane to at .

Recall Solution L2.1

Step 1 (height): . Step 2 (slopes): ; . Step 3 (assemble):

L2.2

Use L2.1's plane to estimate .

Recall Solution L2.2

Steps from base: , . True value . Error — small, because both steps are small. ✓

L2.3

Find the tangent plane to at and use it to approximate .

Recall Solution L2.3

Step 1: . Step 2: . . Step 3: . Approximate: , : . True value . Error . ✓ Why vanished: is flat at its peak — moving in doesn't change height to first order, so the plane is level front-to-back there.


Level 3 — Analysis

Interpret geometry, use differentials, handle chained functions.

L3.1

For at , find the tangent plane, then verify the normal vector is genuinely perpendicular to both cross-section tangent directions and .

Recall Solution L3.1

Slopes: , (see parent Example 2). Plane: Normal . Perpendicularity check (dot product = 0 means right angle): What it means: the normal is at a right angle to both tangent lines, so it's perpendicular to the whole plane they span. That's exactly why The gradient vector view works.

L3.2

A cylinder has radius cm and height cm, each measurable to within cm. Volume . Estimate the maximum error .

Recall Solution L3.2

Partials: , . At : , . Differential (worst case, both errors positive): Why absolute values: to bound the error we assume the two contributions add constructively rather than cancel.

L3.3

The plane is tangent to at (parent Example 1). Without recomputing partials, explain why the linear estimate of is worse than that of , and quantify roughly.

Recall Solution L3.3

Error for this paraboloid equals exactly (algebra below), i.e. the squared distance from the base point.

  • At : distance.
  • At : distance. Ratio : the far point's error is 25× larger. Algebra: . ✓ This is the concrete face of "error grows like the square of the distance."

Level 4 — Synthesis

Combine ideas: solve for unknowns, work backwards, cross to related surfaces.

L4.1

The tangent plane to some at is . Estimate and state , , .

Recall Solution L4.1

Read the plane like the formula with : , , (note ). Steps: , .

L4.2

Find the point on the paraboloid where the tangent plane is parallel to the plane .

Recall Solution L4.2

Idea: two non-vertical planes are parallel when their - and -slopes match. The target plane has -slope , -slope . Set the surface slopes equal: Height: . Point: . What it looks like: the paraboloid tilts more steeply the farther you go from the axis; the unique spot with the demanded tilt is .

L4.3

Show that at every point of the sphere piece (upper hemisphere, radius 3), the surface normal points along the radius direction. Verify at .

Recall Solution L4.3

Partials (chain rule on the square root): At : , so and . . Multiply by : — exactly the position vector from the centre. Why: on a sphere the outward radius is the normal, so this confirms the tangent-plane machinery reproduces classical geometry. See The gradient vector.


Level 5 — Mastery

Prove, generalise, and confront degenerate cases.

L5.1

Consider (a) Show both partials and exist and equal , so the candidate tangent plane is . (b) Show is not differentiable at , so no true tangent plane exists — by testing the diagonal .

Recall Solution L5.1

(a) Partials at the origin — use the limit definition along each axis. Along : for all . So By symmetry . Candidate plane: .

(b) Differentiability fails. The precise test (parent note): does Approach along : (constant!). And . Distance . So the ratio is The error does not shrink faster than distance — it blows up. So no tangent plane exists even though both partials are . What it looks like (Figure): the surface is level along both axes but jumps to height along the diagonal — a twisted saddle the flat plane can never hug.

Figure — Tangent planes and linear approximations to surfaces

L5.2

Prove that for any function of the form (separable), the tangent plane at is just the sum of the two single-variable tangent lines. Verify with at .

Recall Solution L5.2

Proof. (the term is constant in ), similarly . So Group by variable: This links directly to Tangent line and linear approximation (single variable): the 2D plane decouples into two independent 1D approximations. Verify at : . ; . The -part is the tangent line to at ; the -part is the tangent line to at . ✓

L5.3

The surface has tangent plane at . A bug walks from in the direction of the unit vector . Using only the tangent plane, find the bug's rate of height gain (the directional derivative) — and show it equals .

Recall Solution L5.3

From the plane: , , so . On the tangent plane the height change over a small step is . Moving distance along gives , , so Rate of height gain (the bug goes downhill). Check against the dot product (this is the definition, see Directional derivatives): Why they agree: the directional derivative is nothing but the slope of the flat tangent plane read along — the plane already contains every directional slope.


Recall One-line self-check

The tangent plane equation ::: "Parallel to plane P" means match ::: the - and -slopes only (not the constant) Error of the linear approximation grows like ::: the square of the distance from Directional derivative from the plane :::


Connections