Surface Integral Study Guide - Paul's Online Notes

Surface Integral Study Guide

Surface integrals show up in multivariable calculus and they trip up a lot of students. This guide cuts through the confusion and gets you solving these problems correctly.

What Are Surface Integrals?

A surface integral is exactly what it sounds like — integrating over a surface instead of a curve or region. You can integrate scalar functions over surfaces or work with vector fields and surface flux.

The key insight: you're summing up something (a function or field) over a 2D surface embedded in 3D space. That's it. No magic here.

The Two Types You Need to Know

Type 1: Surface Integrals of Scalar Functions

You're integrating f(x,y,z) over a surface S. The formula depends on how you parameterize the surface.

If you have a parameterization r(u,v) = ⟨x(u,v), y(u,v), z(u,v)⟩, the surface integral is:

∬ₛ f dS = ∬ᴰ f(r(u,v)) |rᵤ × rᵥ| du dv

The cross product magnitude |rᵤ × rᵥ| gives you the surface area element. This is non-negotiable.

Type 2: Surface Integrals of Vector Fields (Flux)

For a vector field F passing through a surface, you compute flux:

∬ₛ F · dS = ∬ₛ F · n dS

Where n is the unit normal vector to the surface. You can calculate this two ways:

Getting Started: Step-by-Step Process

Here's how to tackle any surface integral problem:

Step 1: Identify the Type

Is it a scalar function or a vector field? This determines everything else. Scalar = find dS. Vector = find normal vectors and dot products.

Step 2: Choose Your Parameterization

For surfaces like planes, spheres, or cylinders, standard parameterizations exist. Pick the simplest one that works.

Step 3: Calculate the Pieces

For scalar integrals: find |rᵤ × rᵥ|

For flux integrals: find n dS which equals ±rᵤ × rᵥ or (-fₓ, -fᵧ, 1) dA depending on your approach

Step 4: Set Up and Evaluate the Integral

Substitute your parameterization into the integrand, multiply by the area element, and integrate over the parameter domain. That's the whole process.

Common Parameterizations and Their Cross Products

Surface Type Parameterization |rᵤ × rᵥ| or n dS
z = f(x,y) r(x,y) = ⟨x, y, f(x,y)⟩ √(1 + fₓ² + fᵧ²) dA
Sphere (radius a) r(θ,φ) = ⟨asinφcosθ, asinφsinθ, acosφ⟩ a²sinφ dφ dθ
Cylinder (radius a) r(θ,z) = ⟨acosθ, asinθ, z⟩ a dθ dz
y = g(x,z) r(x,z) = ⟨x, g(x,z), z⟩ √(1 + gₓ² + gᵤ²) dA

Orientation: The Part Students Screw Up

For flux integrals, the surface orientation matters. The sign of your answer changes depending on which normal you're using.

Closed surfaces: Use outward normals by convention. For a sphere, outward means pointing away from the origin.

Open surfaces: Orientation is specified in the problem. If it says "in the direction of the positive z-component," use that normal.

For surface area integrals of scalar functions, orientation doesn't matter — you're just finding the total area weighted by the function.

Quick Reference: Which Formula When?

Divergence Theorem: When You Can Take a Shortcut

If you're computing flux through a closed surface, you might avoid the surface integral entirely using the Divergence Theorem:

∬ₛ F · n dS = ∭ᵥ div F dV

This converts a 2D surface integral into a 3D volume integral. Sometimes this is way easier. The catch: S must be a closed surface bounding volume V.

Check your problem. If it says "closed surface" or "outward flux through the entire surface," try the divergence theorem first.

Stokes' Theorem: Related but Different

Stokes' Theorem connects surface integrals of curl to line integrals around the boundary:

∬ₛ (∇ × F) · n dS = ∮ₒ F · dr

Use this when the problem gives you a curl and a surface with a curve boundary. You pick the surface — any surface bounded by the curve works.

Examples Worth Memorizing

Example 1: Sphere Surface Area

Find the surface area of a sphere of radius a.

Parameterization: r(θ,φ) = ⟨asinφcosθ, asinφsinθ, acosφ⟩

rθ × rφ = ⟨asin²φcosθ, asin²φsinθ, asincosφ⟩

|rθ × rφ| = a²sinφ

Integral: ∫₀²π ∫₀π a²sinφ dφ dθ = 4πa² ✅

Example 2: Flux Through a Plane

Find the flux of F = ⟨x, y, z⟩ through the portion of z = 2 - x - y above the xy-plane.

For z = f(x,y) = 2 - x - y:

n dS = (-fₓ, -fᵧ, 1) dA = (1, 1, 1) dA

F · n = x + y + (2 - x - y) = 2

Flux = ∬₂ 2 dA over the triangle region = 2 × (area of triangle)

The region: x ≥ 0, y ≥ 0, x + y ≤ 2. Area = 2.

Flux = 2 × 2 = 4

Common Mistakes That Kill Your Answers

Final Checklist Before Submitting

□ Did you identify whether it's scalar or vector?

□ Did you pick a workable parameterization?

□ Did you compute |rᵤ × rᵥ| correctly?

□ Are your bounds correct for the parameter domain?

□ Is the orientation correct for flux problems?

□ Could the Divergence Theorem simplify this?

Work through these questions and your surface integral problems will stop being a source of anxiety.