Fiveable

Calculus IV Unit 2 Review

QR code for Calculus IV practice questions

2.2 Graphs and level curves

2.2 Graphs and level curves

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus IV
Unit & Topic Study Guides

Function Graphs and Representations

Graphs of Functions in Three Dimensions

The graph of a function f(x,y)f(x,y) is the set of all points (x,y,z)(x, y, z) in three-dimensional space where z=f(x,y)z = f(x,y). You can think of it as a surface hovering over (or dipping below) the xyxy-plane, where the height at each point (x,y)(x,y) is determined by the function's output.

This surface gives you a geometric picture of how the function behaves across its entire domain. You can spot features like peaks, valleys, saddle points, and symmetry much more quickly from a graph than from the equation alone.

Implicit Functions and Parametric Representations

Not every surface can be written neatly as z=f(x,y)z = f(x,y). Two other representations handle those cases:

  • Implicit form defines a surface through an equation F(x,y,z)=0F(x,y,z) = 0 without solving for any single variable. For example, x2+y2+z2=1x^2 + y^2 + z^2 = 1 defines a sphere. You can't write the full sphere as one explicit function of xx and yy because for most (x,y)(x,y) pairs there are two zz-values (top and bottom hemispheres).
  • Parametric form expresses coordinates in terms of one or more free parameters. For example, x=cost,  y=sint,  z=tx = \cos t,\; y = \sin t,\; z = t traces out a helix as tt varies. For surfaces you'll typically need two parameters (say uu and vv), while curves need just one.

Parametric representations are especially useful for curves and surfaces with complicated geometry, and they show up constantly in applications like computer graphics and physics simulations.

Graphs of Functions in Three Dimensions, Quadric Surfaces · Calculus

Level Curves and Surfaces

Level Curves and Contour Plots

A level curve (or contour line) of f(x,y)f(x,y) is the set of all points (x,y)(x,y) satisfying f(x,y)=cf(x,y) = c for some constant cc. Geometrically, you're slicing the surface with a horizontal plane at height z=cz = c and then projecting that intersection down onto the xyxy-plane.

For f(x,y)=x2+y2f(x,y) = x^2 + y^2, the level curve at c=4c = 4 is the circle x2+y2=4x^2 + y^2 = 4 (radius 2, centered at the origin). At c=9c = 9 you get a larger circle of radius 3. The function is a paraboloid, and its level curves are concentric circles that spread out as cc increases.

A contour plot draws many level curves at evenly spaced cc-values on a single 2D diagram. Two things to read from a contour plot:

  • Closely spaced curves mean the function is changing rapidly (steep slope).
  • Widely spaced curves mean the function is changing slowly (gentle slope).

Topographic maps work exactly this way, with each contour line representing a fixed elevation.

Graphs of Functions in Three Dimensions, Quadric Surfaces · Calculus

Level Surfaces and 3D Contour Plots

When you move to functions of three variables f(x,y,z)f(x,y,z), the analog of a level curve is a level surface: the set of all (x,y,z)(x,y,z) where f(x,y,z)=cf(x,y,z) = c.

For f(x,y,z)=x2+y2+z2f(x,y,z) = x^2 + y^2 + z^2, the level surface at c=1c = 1 is the unit sphere. At c=4c = 4 it's a sphere of radius 2. Each value of cc gives a different nested sphere.

A 3D contour plot displays several of these level surfaces simultaneously. This is harder to draw on paper, but software can render transparent or partially cut-away surfaces so you can see how they nest inside each other. These plots help you identify symmetries, locate extrema, and understand the overall structure of a function you can't graph directly (since its full graph would live in 4D).

Visualizing Functions

Cross-Sections and Slices

A cross-section (or trace) is what you get when you fix one input variable and look at the resulting curve. This is different from a level curve: here you're cutting the surface with a vertical plane (parallel to a coordinate plane) rather than a horizontal one.

For f(x,y)=x2y2f(x,y) = x^2 - y^2 (a hyperbolic paraboloid, or "saddle"):

  • Fix y=0y = 0: you get z=x2z = x^2, an upward-opening parabola.
  • Fix x=0x = 0: you get z=y2z = -y^2, a downward-opening parabola.
  • Fix y=1y = 1: you get z=x21z = x^2 - 1, the same upward parabola shifted down by 1.

These two families of cross-sections reveal the saddle shape: curving up in the xx-direction and down in the yy-direction.

Slices are just cross-sections taken at regular intervals along one variable. Stacking them together gives you a mental picture of the full 3D surface, much like stacking MRI scans builds up an image of a 3D object. For a function like f(x,y)=sin(x+y)f(x,y) = \sin(x + y), taking slices at x=0,1,2,x = 0, 1, 2, \ldots produces a series of shifted sine curves in yy, showing how the wave propagates across the surface.

Cross-sections are one of the most practical tools for functions that are hard to visualize all at once. When you're stuck on what a surface looks like, fix one variable and sketch the resulting 2D curve. Do that for a few values and the shape will start to come together.