Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Surface integrals extend ordinary integration to curved surfaces in three-dimensional space. This cheat sheet helps students compute area integrals and flux integrals using parameterizations, normal vectors, and symmetry. It is especially useful for multivariable calculus problems involving fluids, electric fields, heat flow, and vector fields through surfaces.

Worked-example patterns make it easier to choose the right setup before doing algebra.

The core idea is that a small patch of surface has vector area ru×rvdudv\vec{r}_u \times \vec{r}_v\,du\,dv, where r(u,v)\vec{r}(u,v) parameterizes the surface. A scalar surface integral uses dS=ru×rvdudvdS = \left\lVert \vec{r}_u \times \vec{r}_v \right\rVert du\,dv, while flux uses FndS\vec{F} \cdot \vec{n}\,dS. For closed surfaces, the divergence theorem often changes a difficult flux integral into a triple integral, SFndS=EFdV\iint_S \vec{F} \cdot \vec{n}\,dS = \iiint_E \nabla \cdot \vec{F}\,dV.

Orientation matters because reversing the normal vector changes the sign of flux.

Key Facts

  • For a parameterized surface r(u,v)\vec{r}(u,v), the scalar surface element is dS=ru×rvdudvdS = \left\lVert \vec{r}_u \times \vec{r}_v \right\rVert du\,dv.
  • A scalar surface integral is computed by Sf(x,y,z)dS=Df(r(u,v))ru×rvdudv\iint_S f(x,y,z)\,dS = \iint_D f(\vec{r}(u,v))\left\lVert \vec{r}_u \times \vec{r}_v \right\rVert du\,dv.
  • A flux integral through an oriented surface is SFndS=DF(r(u,v))(ru×rv)dudv\iint_S \vec{F} \cdot \vec{n}\,dS = \iint_D \vec{F}(\vec{r}(u,v)) \cdot (\vec{r}_u \times \vec{r}_v)\,du\,dv when ru×rv\vec{r}_u \times \vec{r}_v gives the chosen orientation.
  • For a graph z=g(x,y)z = g(x,y) with upward orientation, a normal vector area element is gx,gy,1dxdy\langle -g_x, -g_y, 1 \rangle\,dx\,dy.
  • For a graph z=g(x,y)z = g(x,y), the scalar surface element is dS=1+gx2+gy2dxdydS = \sqrt{1 + g_x^2 + g_y^2}\,dx\,dy.
  • The divergence theorem states that SFndS=EFdV\iint_S \vec{F} \cdot \vec{n}\,dS = \iiint_E \nabla \cdot \vec{F}\,dV for a closed, outward-oriented surface SS enclosing a solid region EE.
  • The divergence of F=P,Q,R\vec{F} = \langle P,Q,R \rangle is F=Px+Qy+Rz\nabla \cdot \vec{F} = \frac{\partial P}{\partial x} + \frac{\partial Q}{\partial y} + \frac{\partial R}{\partial z}.
  • Reversing the orientation of a surface changes the flux from SFndS\iint_S \vec{F} \cdot \vec{n}\,dS to SFndS-\iint_S \vec{F} \cdot \vec{n}\,dS.

Vocabulary

Surface integral
An integral that sums a scalar or vector quantity over a surface in three-dimensional space.
Flux
The signed amount of a vector field passing through an oriented surface, computed with SFndS\iint_S \vec{F} \cdot \vec{n}\,dS.
Parameterization
A vector function r(u,v)\vec{r}(u,v) that describes every point on a surface using two parameters.
Normal vector
A vector perpendicular to a surface, often found from ru×rv\vec{r}_u \times \vec{r}_v.
Orientation
The chosen direction of the normal vector on a surface, such as upward, downward, inward, or outward.
Divergence theorem
A theorem that converts outward flux through a closed surface into a triple integral of divergence over the enclosed solid.

Common Mistakes to Avoid

  • Using ru×rv\left\lVert \vec{r}_u \times \vec{r}_v \right\rVert for flux is wrong because flux needs the signed vector area element, not just surface area.
  • Ignoring orientation gives the wrong sign because ru×rv\vec{r}_u \times \vec{r}_v may point opposite the required normal direction.
  • Forgetting to substitute the parameterization into F\vec{F} or ff is wrong because the integrand must be written in terms of the variables of integration.
  • Applying the divergence theorem to an open surface is wrong unless the surface is first closed by adding the missing boundary pieces and accounting for their flux.
  • Using dAdA instead of dSdS in a scalar surface integral is wrong for slanted or curved surfaces because dSdS includes the stretching factor 1+gx2+gy2\sqrt{1 + g_x^2 + g_y^2}.

Practice Questions

  1. 1 Compute SzdS\iint_S z\,dS for the plane z=2x+yz = 2x + y above the rectangle 0x10 \le x \le 1, 0y20 \le y \le 2.
  2. 2 Find the upward flux of F=x,y,z\vec{F} = \langle x,y,z \rangle through the surface z=4x2y2z = 4 - x^2 - y^2 over the disk x2+y24x^2 + y^2 \le 4.
  3. 3 Use the divergence theorem to find the outward flux of F=x2,y2,z2\vec{F} = \langle x^2,y^2,z^2 \rangle through the cube 0x10 \le x \le 1, 0y10 \le y \le 1, 0z10 \le z \le 1.
  4. 4 Explain why reversing the orientation of a surface changes the sign of a flux integral but does not change a scalar surface integral.