4.4.1 · D5Multivariable Calculus

Question bank — Functions of several variables — graphs, level curves, level surfaces

1,429 words6 min readBack to topic

First, pin down "trace" vs "level curve" (visual anchor)

Figure — Functions of several variables — graphs, level curves, level surfaces

Look at the amber ring (the trace) hovering at height on the bowl, and the cyan ring (its level curve) flattened onto the ground directly beneath it. Notice too how the ground rings crowd together outward — that crowding is the steepness cue tested repeatedly below.


True or false — justify

A level curve lives in at height .
False. The trace lives in 3D at height , but the level curve is that trace's shadow projected onto the -plane, so it lives in 2D — is only a label.
Equally spaced values of always give equally spaced level curves.
False. Spacing depends on the function: for the radius is , so equal -steps produce curves that crowd together outward.
The level set of is generally a curve.
False. One equation in three unknowns removes one degree of freedom, leaving a 2D surface, not a curve.
Crowded level curves mean the terrain is nearly flat there.
False. Crowding means the value changes fast over small horizontal distance — that's steep, the opposite of flat.
The graph of and the level curve live in the same space.
False. The graph is a surface in ; the level curve is a set in the 2D domain .
Every value of produces a non-empty level set.
False. For any gives the empty set, since a sum of squares can never be negative.
Two different level curves of the same function can cross at a point.
False in general. A crossing would mean one input point has two different outputs , impossible for a single-valued function.
A function of two variables can have a level "curve" that is a single point.
True. For the level set at is just the origin — a degenerate curve where .

Spot the error

" has domain all of since squaring is always defined."
Error: the square root needs a non-negative inside, so we need , giving only the disk .
"For , setting gives no level set because the hyperbola disappears."
Error: gives , i.e. the two crossing lines — the degenerate case, not an empty set.
"Level surfaces of are spheres for every ."
Error: only for . At it is the single point at the origin, and for it is empty.
"To graph I just need to plot points in 3D."
Error: the graph of needs 4 axes (3 inputs + 1 output) and cannot be drawn; we use level surfaces in ordinary 3D instead.
"The level curves of get farther apart as you move outward because grows."
Error: radius grows slower than , so equal -jumps make circles crowd closer together outward.
"A trace and a level curve are the same object."
Error: the trace is the actual slice sitting in 3D at height ; the level curve is its projection down into the -plane.
"The level set of any on is always a smooth surface of dimension ."
Error: this needs on the set (implicit function theorem). At a critical value where the level set may degenerate — e.g. to a point or crossing lines — and fail to be a smooth -manifold.

Why questions

Why can we directly graph but not ?
A graph needs one axis per input plus one for the output; needs 3 axes (drawable) while needs 4 axes (not drawable).
Why do cartographers' contour maps and level curves work by the same idea?
Both slice a height surface at constant heights and project those slices onto flat ground, labelling each by its height.
Why does the level set of on generically have dimension , and when can this fail?
One equation removes one degree of freedom, so where the implicit function theorem gives a smooth -manifold; at critical values () this can break down into points, crossings, or worse.
Why can a level curve never be labelled by two different values ?
Because is single-valued: each point maps to exactly one output, so it belongs to exactly one level curve.
Why does the spacing of level curves encode steepness rather than the shape alone?
Steepness is (change in height)/(horizontal distance); fixing equal height steps, closer curves mean less horizontal distance per step, hence a steeper slope.
Why are concentric circles the signature of the paraboloid ?
Fixing forces constant distance from the origin, and the radii grow with , producing nested rings of a bowl.

Edge cases

What is the level set of when ?
A single point, the origin — the smallest, degenerate member of the family of circles, and the critical value where .
What happens to the level set of as ?
The spheres shrink toward the origin, collapsing to the single point at (radius ).
What is the level set of a constant function at and at ?
At it is the entire domain (every point outputs 5); at it is empty, since no point outputs 3.
For the saddle , how do the level sets differ across , , and ?
: hyperbolas opening left/right (crossing the -axis); : the two degenerate crossing lines ; : hyperbolas opening up/down (crossing the -axis) — a -rotated family.
Why do the and saddle hyperbolas point in perpendicular directions?
For , needs so real points exist only away from the -axis (opens sideways); for , forces the same condition on instead (opens vertically).
What is the highest-value level curve of , and what shape is it?
At (its maximum), forces , so the level set is the single origin point.
Can a level set be a curve that is unbounded (goes to infinity)?
Yes. For the saddle with , the hyperbola branches extend infinitely far — level sets need not be closed loops.

Connections