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

with ranging over a domain . Two parameters trace out a 2D object in 3D space.

Two parameters → two degrees of freedom on the surface. The surface itself lives in 3D — you can walk around it, view from different angles. Don’t say “2D object” in a way that suggests it sits 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 at that point. See that note for the plane equation, the implicit-surface form (), and the graph-of-function form (first-order Taylor expansion).

The Cross product is:

  • Perpendicular to both tangent vectors — 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 is the workhorse for any surface that can be written 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 — they have no consistent global choice of normal. Vector Calculus and Complex Analysis stays with orientable surfaces; the standard ones are.

In context

Parameterized surfaces feed into:

The pattern matches that of parameterized curves: parameterize, compute the appropriate “differential factor” from derivatives of the parameterization, integrate over the parameter domain.