Fiveable

Calculus IV Unit 12 Review

QR code for Calculus IV practice questions

12.3 Surface area of a function graph

12.3 Surface area of a function graph

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

Surface Area Formula and Double Integral

The surface area formula lets you measure how much area a curved surface z=f(x,y)z = f(x,y) occupies in three-dimensional space. This extends the idea of double integrals beyond volume and mass to geometry of surfaces themselves.

Calculating Surface Area Using the Surface Area Formula

For a surface z=f(x,y)z = f(x,y) defined over a region RR in the xyxy-plane, the surface area is:

S=R1+(fx)2+(fy)2dAS = \iint_R \sqrt{1 + \left(\frac{\partial f}{\partial x}\right)^2 + \left(\frac{\partial f}{\partial y}\right)^2} \, dA

The intuition here: you're summing up the areas of tiny surface patches across the entire region RR. Each patch is a small piece of the actual curved surface, not just its flat projection onto the xyxy-plane.

The integrand 1+fx2+fy2\sqrt{1 + f_x^2 + f_y^2} acts as a correction factor. A flat surface (where both partial derivatives are zero) gives 1=1\sqrt{1} = 1, so the surface area equals the area of RR itself. The steeper the surface, the larger the partial derivatives, and the more the integrand exceeds 1.

Step-by-step process for computing surface area:

  1. Identify the surface z=f(x,y)z = f(x,y) and the region RR over which you're integrating.
  2. Compute the partial derivatives fx\frac{\partial f}{\partial x} and fy\frac{\partial f}{\partial y}.
  3. Form the integrand: 1+(fx)2+(fy)2\sqrt{1 + \left(\frac{\partial f}{\partial x}\right)^2 + \left(\frac{\partial f}{\partial y}\right)^2}.
  4. Set up the double integral over RR with appropriate bounds.
  5. Evaluate the integral (switching to polar coordinates if RR is circular often simplifies things).

Example: Find the surface area of z=x2+y2z = x^2 + y^2 over the disk x2+y21x^2 + y^2 \leq 1.

  1. fx=2xf_x = 2x, fy=2yf_y = 2y
  2. Integrand: 1+4x2+4y2\sqrt{1 + 4x^2 + 4y^2}
  3. Switch to polar: 1+4r2rdrdθ\sqrt{1 + 4r^2} \cdot r \, dr \, d\theta, with 0r10 \leq r \leq 1, 0θ2π0 \leq \theta \leq 2\pi
  4. Evaluate: 02π01r1+4r2drdθ=2π112(551)=π6(551)\int_0^{2\pi}\int_0^1 r\sqrt{1+4r^2}\,dr\,d\theta = 2\pi \cdot \frac{1}{12}\left(5\sqrt{5}-1\right) = \frac{\pi}{6}\left(5\sqrt{5}-1\right)

The Correction Factor in the Integrand

The factor 1+fx2+fy2\sqrt{1 + f_x^2 + f_y^2} is sometimes loosely called a "Jacobian-like" term, but it's more precisely the area magnification factor. It accounts for how much a small flat rectangle dAdA in the xyxy-plane gets stretched when you lift it onto the curved surface.

  • It measures the ratio of actual surface area to projected area in the xyxy-plane at each point.
  • Where the surface is nearly horizontal, this factor is close to 1. Where the surface is steep, it's much larger.
  • Without this factor, you'd just be computing the area of RR itself, ignoring the curvature entirely.

This is analogous to the arc length factor 1+(f)2\sqrt{1 + (f')^2} from single-variable calculus. The surface area formula is its natural two-dimensional generalization.

Calculating Surface Area Using the Surface Area Formula, Surface Integrals · Calculus

Parametric Surfaces

Representing Surfaces Using Parametric Equations

Not every surface can be written conveniently as z=f(x,y)z = f(x,y). A sphere, for instance, fails the vertical line test. Parametric surfaces handle this by expressing all three coordinates as functions of two parameters uu and vv:

x=x(u,v),y=y(u,v),z=z(u,v)x = x(u,v), \quad y = y(u,v), \quad z = z(u,v)

or equivalently as a position vector r(u,v)=x(u,v),y(u,v),z(u,v)\vec{r}(u,v) = \langle x(u,v),\, y(u,v),\, z(u,v) \rangle, where (u,v)(u,v) ranges over some domain DD in the uvuv-plane.

Common examples:

  • Sphere of radius aa: r(θ,ϕ)=asinϕcosθ,asinϕsinθ,acosϕ\vec{r}(\theta, \phi) = \langle a\sin\phi\cos\theta,\, a\sin\phi\sin\theta,\, a\cos\phi \rangle
  • Cylinder of radius aa: r(θ,z)=acosθ,asinθ,z\vec{r}(\theta, z) = \langle a\cos\theta,\, a\sin\theta,\, z \rangle
  • A function graph z=f(x,y)z = f(x,y) is itself a parametric surface with r(x,y)=x,y,f(x,y)\vec{r}(x,y) = \langle x,\, y,\, f(x,y) \rangle
Calculating Surface Area Using the Surface Area Formula, Double Integrals over Rectangular Regions · Calculus

Surface Area of Parametric Surfaces

For a parametric surface r(u,v)\vec{r}(u,v), the surface area formula becomes:

S=Dru×rvdAS = \iint_D \left\| \frac{\partial \vec{r}}{\partial u} \times \frac{\partial \vec{r}}{\partial v} \right\| \, dA

The two partial derivatives ru\frac{\partial \vec{r}}{\partial u} and rv\frac{\partial \vec{r}}{\partial v} are tangent vectors to the surface. Their cross product produces a vector perpendicular to the surface, and the magnitude of that cross product gives the area of the infinitesimal parallelogram spanned by those tangent vectors.

Step-by-step process:

  1. Compute ru=ru\vec{r}_u = \frac{\partial \vec{r}}{\partial u} and rv=rv\vec{r}_v = \frac{\partial \vec{r}}{\partial v} (these are vectors with three components each).
  2. Take the cross product ru×rv\vec{r}_u \times \vec{r}_v.
  3. Find its magnitude ru×rv\left\| \vec{r}_u \times \vec{r}_v \right\|.
  4. Integrate this magnitude over the parameter domain DD.

You can verify that when r(x,y)=x,y,f(x,y)\vec{r}(x,y) = \langle x, y, f(x,y) \rangle, this cross product formula reduces to 1+fx2+fy2\sqrt{1 + f_x^2 + f_y^2}, recovering the formula from the first section.

Normal Vectors

Definition and Significance of Normal Vectors

A normal vector to a surface at a point is any vector perpendicular to the surface there. It's typically denoted n\vec{n}. The direction of n\vec{n} tells you which way the surface is "facing" at that point.

Normal vectors show up throughout multivariable calculus and physics:

  • They define the orientation needed for surface integrals (flux integrals in particular).
  • In physics, they determine the direction of force on a surface in fluid pressure or electromagnetic problems.
  • They're essential for finding tangent planes: the tangent plane at a point has n\vec{n} as its normal.

Calculating Normal Vectors for Parametric Surfaces

For a parametric surface r(u,v)\vec{r}(u,v), the normal vector comes directly from the cross product of the tangent vectors:

N=ru×rv\vec{N} = \frac{\partial \vec{r}}{\partial u} \times \frac{\partial \vec{r}}{\partial v}

This works because ru\vec{r}_u and rv\vec{r}_v are both tangent to the surface, so their cross product is perpendicular to both, hence perpendicular to the surface.

To get a unit normal vector, divide by the magnitude:

n^=ru×rvru×rv\hat{n} = \frac{\vec{r}_u \times \vec{r}_v}{\left\| \vec{r}_u \times \vec{r}_v \right\|}

A few things to keep in mind:

  • The cross product ru×rv\vec{r}_u \times \vec{r}_v and rv×ru\vec{r}_v \times \vec{r}_u point in opposite directions. Your choice of ordering determines whether n\vec{n} points "outward" or "inward" for a closed surface. Be consistent with whatever convention the problem uses.
  • For a function graph z=f(x,y)z = f(x,y), using r(x,y)=x,y,f(x,y)\vec{r}(x,y) = \langle x, y, f(x,y) \rangle gives N=fx,fy,1\vec{N} = \langle -f_x, -f_y, 1 \rangle. This always has a positive zz-component, so it points upward.
  • The magnitude ru×rv\left\| \vec{r}_u \times \vec{r}_v \right\| is exactly the integrand in the parametric surface area formula. So computing the normal vector and computing surface area are closely related tasks.
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →