A parameterized surface in 3D space is the image of a function

with ranging over a domain .

Two parameters means two degrees of freedom on the surface. The surface itself lives in 3D; you can walk around it, view from different angles. So don’t read “2D object” as sitting in 2D space. Same caution as for curves, which have one parameter but live in 3D.

Standard parameterizations

Graph . Use as parameters:

Cylinder , . Parameters :

Sphere of radius . Parameters (polar angle from ) and (azimuthal), using the engineering/physics convention matching Spherical coordinates:

(Mathematicians sometimes swap and . The labels follow the convention of whatever source is being used — always check before substituting.)

Cone up to . Parameters :

Plane through spanned by :

The same surface admits many parameterizations. Choose the one that simplifies your integral.

Tangent vectors and normal

Hold fixed and let vary: traces a curve on the surface (a “-curve”). The partial derivative is a tangent vector to that curve. Similarly is tangent to the “-curve.”

At each point, and span the Tangent plane, the 2D linear approximation of the surface there. That note has the plane equation, the implicit-surface form (), and the graph-of-function form (first-order Taylor expansion).

The Cross product :

  • Perpendicular to both tangent vectors, so normal to the surface.
  • Magnitude equals the area of the infinitesimal parallelogram spanned by and , the local area-element factor.

So is the vector area element: direction normal, magnitude area-element factor. Compactly, .

Smoothness

The surface is smooth at if . The nonzero condition rules out edges and corners, places where the surface “collapses” along a direction.

The graph shortcut

For the graph parameterization :

This has positive -component, so points upward (which is usually the convention for “outward” or “upward” orientation; flip the sign for downward).

The graph shortcut works for any surface you can write as . The vector area element is (upward) or its negative (downward).

Orientation

A choice of unit normal at each point, continuous over the surface. Most surfaces are two-sided and admit two opposite orientations.

  • Sphere: outward normal , or inward.
  • Graph: upward (positive -component), or downward.

Some surfaces (the Möbius strip) are non-orientable: no consistent global choice of normal. We stay with orientable surfaces; the standard ones are.

In context

Parameterized surfaces feed into:

Same pattern as parameterized curves: parameterize, compute the differential factor from derivatives of the parameterization, integrate over the parameter domain.