4.4.5 · D3Multivariable Calculus

Worked examples — Tangent planes and linear approximations to surfaces

3,643 words17 min readBack to topic

Where the one formula comes from

Everything on this page rests on a single equation. Before we use it, let us build it, so nothing is a mystery later.

Step 1 — start from the 1-D idea. In one variable the tangent line is : height, plus slope times step. We want the 2-D twin.

Step 2 — write the most general non-vertical plane through the base point. Why this form? Setting forces , so it passes through the base point automatically. The unknowns are the plane's slopes in the - and -directions — we now pick them to match the surface.

Step 3 — match the x-slice. Freeze . The plane collapses to , a line of slope . The surface's x-slice has slope . For the plane to hug the surface here, .

Step 4 — match the y-slice. Freeze the same way: .

Figure — Tangent planes and linear approximations to surfaces

Now that we know why the formula holds, we spend the rest of the page exhausting the cases.


The scenario matrix

Every tangent-plane problem lands in one of these cells. Each example below is tagged with the cell it fills.

# Cell (what makes it different) Example
A Both slopes positive — plain paraboloid Ex 1
B Slopes of mixed sign (one , one ) Ex 2
B Both slopes negative — completing the four-quadrant sign story Ex 2b
C A zero slope — flat in one direction, tilted in the other Ex 3
D Degenerate surface: is already a plane (approximation is exact) Ex 4
E Breakdown case: partials exist but surface is NOT differentiable (no tangent plane) Ex 5
F Real-world word problem — differentials for measurement error Ex 6
G Exam twist: given an implicit level surface , use the normal vector Ex 7
H Limiting behaviour: error grows like distance — quantifying trust Ex 8

Example 1 — Cell A: both slopes positive

Figure s02 shows the flat red patch touching the bowl at , tilting upward both ways.

Figure — Tangent planes and linear approximations to surfaces

Example 2 — Cell B: mixed-sign slopes

Figure s03 shows the saddle and its tilted tangent plane — the red plane cuts through the surface, not just resting on top.

Figure — Tangent planes and linear approximations to surfaces

Example 2b — Cell B: both slopes negative


Example 3 — Cell C: a zero slope


Example 4 — Cell D: degenerate surface (already a plane)


Example 5 — Cell E: breakdown (no tangent plane)

Figure s04 shows the two paths meeting at the origin at different heights — the surface cannot be flattened here.

Figure — Tangent planes and linear approximations to surfaces

Example 6 — Cell F: real-world word problem


Example 7 — Cell G: exam twist, implicit level surface

Sometimes cannot be cleanly isolated. Then we use the gradient and a normal vector. First the general tool, then the example.


Example 8 — Cell H: how far can you trust it? (error distance²)

Figure s05 plots the true parabola against its tangent line and shades the growing gap.

Figure — Tangent planes and linear approximations to surfaces

Recall Quick self-test across the matrix

Which cell has zero error at any distance? ::: Cell D — the surface is already a plane (zero curvature). Both partials are but no tangent plane exists — which cell and why? ::: Cell E — partials probe only the axes; along the diagonal jumps, so the differentiability limit blows up. A zero partial means the surface is... ::: level (flat) along that one axis at the point — Cell C. Both slopes negative with positive steps sends the estimate... ::: below the base height (downward dome) — Cell B. For a level surface , the tangent plane is perpendicular to... ::: the gradient — Cell G. Doubling your distance from the base point multiplies the error by roughly... ::: four (error distance) — Cell H.


Connections

  • Parent topic — the derivation these examples exercise.
  • Partial derivatives — every example starts by computing .
  • The gradient vector — Ex 7 uses as the normal.
  • Differentiability of multivariable functions — Ex 5 is the breakdown case.
  • Tangent line and linear approximation (single variable) — the 1-D idea Ex 8's error law mirrors.
  • The chain rule (multivariable) — used to differentiate and in the surfaces.
  • Directional derivatives — Ex 7's "perpendicular to normal" is a dot-product condition.

#flashcards/maths

Where does come from?
Match the general plane to the surface's two axis slices, forcing , .
Tangent plane estimate of at for ?
(true ).
For the saddle at , what are the two partial slopes?
, .
Estimate of at for ?
(true ) — both slopes negative.
Why does have no tangent plane at the origin?
Both partials are but along the value is ; the error/distance ratio , so is not differentiable.
Volume error of () with each?
cm³ (about ).
General implicit-surface tangent plane at ?
with ; here .
How does the error of grow along as a function of step ?
— exactly quadratic in the step.