4.4.11 · D4Multivariable Calculus

Exercises — Gradient perpendicular to level curves - surfaces

1,989 words9 min readBack to topic

This page trains one skill: using the fact that == is perpendicular to the level set == to compute tangents, normals, and geometry. Every problem has a full worked solution folded inside a [!recall]- callout — read the problem, try it, then unfold. Prerequisites: the parent result, the Multivariable Chain Rule, the Directional Derivative, and Tangent Plane to a Surface.

Before you start, two symbols we will use constantly:


Level 1 — Recognition

You are handed a function and a point. Just compute and read off what it means.

Exercise 1.1

For , find at . Which way does it point relative to the level curve through that point?

Recall Solution

, . So , and at that is . The level curve is an ellipse. The gradient points outward across it, in the direction increases (you climb as you leave the origin). It is perpendicular to the ellipse's tangent at .

Exercise 1.2

For , find a vector normal to the level surface at .

Recall Solution

at . Because is perpendicular to the level surface (a sphere of radius ), this vector is a normal. Note it equals — radially outward, as expected for a sphere.

Exercise 1.3

Which vector is tangent to the level curve of at : or ?

Recall Solution

at . The tangent must dot to with .

  • — this is the normal, not the tangent.
  • — also not tangent! Neither given option is tangent; the true tangent is perpendicular to , e.g. (since ). This is a trap-spotting drill: don't accept an option just because it "looks sideways."

Level 2 — Application

Now use as a normal to build tangent lines and planes.

Exercise 2.1

Find the tangent line to the ellipse at .

Recall Solution

Let , so at . This is the normal. Point–normal form: : Check: gives . ✅

Exercise 2.2

Find the tangent plane to the sphere at .

Recall Solution

at . Check: . ✅

Exercise 2.3

Find the tangent plane to the paraboloid level surface , i.e. , at .

Recall Solution

Write the surface as a level set with , so we can use the gradient-normal trick. at . Check: . ✅ (Notice the in the third slot — that is exactly the graph-normal warned about in the parent note.)


Level 3 — Analysis

Verify perpendicularity independently, and reconcile with implicit slope.

Figure — Gradient perpendicular to level curves - surfaces

Exercise 3.1

For the hyperbola at : find , find the tangent direction two independent ways (gradient method and implicit-slope method), and confirm they agree.

Recall Solution

Gradient way. , at . Tangent is perpendicular to , e.g. (since ). Slope . Implicit-slope way. . Both give slope . ✅ The look-at-the-figure picture: the red arrow spears the curve at a right angle; the blue tangent runs along it.

Exercise 3.2

The directional derivative of at in the direction of the unit tangent to the level circle is what? Compute it and explain the number.

Recall Solution

. The tangent to the circle at is perpendicular to the radius, direction ; as a unit vector . It's zero because moving along a level curve keeps constant — the Directional Derivative in the tangent direction must vanish. This is the parent result seen as a number.

Exercise 3.3

At what point on the circle does the gradient point in the direction ?

Recall Solution

is parallel to . We want , so , with : , . Point (the outward-pointing one). There , indeed along .


Level 4 — Synthesis

Combine gradients: intersections, parallel gradients (Lagrange flavour), and steepest descent.

Figure — Gradient perpendicular to level curves - surfaces

Exercise 4.1

Two level surfaces and meet in a curve. Find a direction vector tangent to that intersection curve at .

Recall Solution

The intersection curve lies in both surfaces, so its tangent is perpendicular to both normals. Compute the normals:

  • .
  • . A vector perpendicular to both is the cross product (the cross product is the tool that hands you a vector orthogonal to two given ones): Tangent direction , or simplified . Check both dots are zero: and . ✅

Exercise 4.2

On the ellipse , find the point in the first quadrant where the tangent line is parallel to the line (equivalently where is parallel to , since the tangent and has normal ).

Recall Solution

, . We need : . Substitute into the ellipse: . First quadrant: , . Point .

Exercise 4.3

Starting at on , gradient descent takes one step of length in the direction of steepest decrease. Where does it land?

Recall Solution

Steepest decrease is . Here , magnitude , so the unit descent direction is . New point . Landing point . It moves straight toward the origin (perpendicular to the level circle), because the gradient is radial here.


Level 5 — Mastery

Full proofs and edge cases: degenerate gradients and general normals.

Exercise 5.1

Prove that for any smooth , the tangent plane to at (where ) is , using a curve argument.

Recall Solution

Let be any smooth curve on the surface with , so for all . Differentiate with the Multivariable Chain Rule: At : . Every tangent vector arises from such a curve, so is orthogonal to all of them — it is the normal. The tangent plane is the set of with perpendicular to that normal: .

Exercise 5.2 (Degenerate case)

For , examine the level set at the origin . What is there, and why does the "gradient is normal" statement fail to give a single tangent line?

Recall Solution

means , i.e. the two crossing lines and . at the origin — the gradient vanishes. When the theorem's hypothesis fails: there is no well-defined normal direction, and indeed the level set has a crossing point (two tangent lines, not one). This is exactly the singular point case: "perpendicular to a unique tangent" only makes sense where .

Exercise 5.3

For the graph surface (a paraboloid), find the outward normal to the graph at , and contrast it with the normal to the level curve at in the domain.

Recall Solution

Graph normal. Write the graph as a level set . Then . That -vector is normal to the graph in D. Level-curve normal. In the D domain, at is normal to the level curve . They are different objects: lives in the flat input plane and points across the contour; lives in D and tilts off the graph. The first two entries match because the graph normal's horizontal shadow is the level-curve normal — a satisfying consistency, not a coincidence.


Recall Self-test checklist

Perpendicularity comes from which identity? ::: (chain rule on ). Tangent to a curve of intersection of two surfaces? ::: (perpendicular to both normals). Steepest descent direction? ::: , perpendicular to the level curve. When does the whole result break? ::: When (singular point, no unique tangent).

Connections