Skip to main content
\(\newcommand{\R}{\mathbb{R}} \newcommand{\va}{\mathbf{a}} \newcommand{\vb}{\mathbf{b}} \newcommand{\vc}{\mathbf{c}} \newcommand{\vC}{\mathbf{C}} \newcommand{\vd}{\mathbf{d}} \newcommand{\ve}{\mathbf{e}} \newcommand{\vi}{\mathbf{i}} \newcommand{\vj}{\mathbf{j}} \newcommand{\vk}{\mathbf{k}} \newcommand{\vn}{\mathbf{n}} \newcommand{\vm}{\mathbf{m}} \newcommand{\vr}{\mathbf{r}} \newcommand{\vs}{\mathbf{s}} \newcommand{\vu}{\mathbf{u}} \newcommand{\vv}{\mathbf{v}} \newcommand{\vw}{\mathbf{w}} \newcommand{\vx}{\mathbf{x}} \newcommand{\vy}{\mathbf{y}} \newcommand{\vz}{\mathbf{z}} \newcommand{\vzero}{\mathbf{0}} \newcommand{\vF}{\mathbf{F}} \newcommand{\vG}{\mathbf{G}} \newcommand{\vH}{\mathbf{H}} \newcommand{\vR}{\mathbf{R}} \newcommand{\vT}{\mathbf{T}} \newcommand{\vN}{\mathbf{N}} \newcommand{\vL}{\mathbf{L}} \newcommand{\vB}{\mathbf{B}} \newcommand{\vS}{\mathbf{S}} \newcommand{\proj}{\text{proj}} \newcommand{\comp}{\text{comp}} \newcommand{\nin}{} \newcommand{\vecmag}[1]{|#1|} \newcommand{\grad}{\nabla} \DeclareMathOperator{\curl}{curl} \DeclareMathOperator{\divg}{div} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section4.7Surfaces Defined Parametrically and Surface Area

Objectives
  • What is a parameterization of a surface?

  • How do we find the surface area of a parametrically defined surface?

We have now studied at length how curves in space can be defined parametrically by functions of the form \(\vr(t) = \langle x(t), y(t), z(t) \rangle\text{,}\) and surfaces can be represented by functions \(z = f(x,y)\text{.}\) In what follows, we will see how we can also define surfaces parametrically. A one-dimensional curve in space results from a vector function that relies upon one parameter, so a two-dimensional surface naturally involves the use of two parameters. If \(x = x(s, t)\text{,}\) \(y = y(s, t)\text{,}\) and \(z = z(s, t)\) are functions of independent parameters \(s\) and \(t\text{,}\) then the terminal points of all vectors of the form

\begin{equation*} \vr(s, t) = x(s, t) \vi + y(s, t) \vj + z(s, t) \vk \end{equation*}

form a surface in space. The equations \(x=x(s,t)\text{,}\) \(y=y(s,t)\text{,}\) and \(z=z(s,t)\) are the parametric equations for the surface, or a parametrization of the surface. In Preview Activity4.7.1 we investigate how to parameterize a cylinder and a cone.

Exploration4.7.1

Recall the standard parameterization of the unit circle that is given by

\begin{equation*} x(t) = \cos(t) \ \ \ \ \text{ and } \ \ \ \ y(t) = \sin(t), \end{equation*}

where \(0 \le t \le 2\pi\text{.}\)

  1. Determine a parameterization of the circle of radius 1 in \(\R^3\) that has its center at \((0,0,1)\) and lies in the plane \(z=1\text{.}\)

  2. Determine a parameterization of the circle of radius 1 in 3-space that has its center at \((0,0,-1)\) and lies in the plane \(z=-1\text{.}\)

  3. Determine a parameterization of the circle of radius 1 in 3-space that has its center at \((0,0,5)\) and lies in the plane \(z=5\text{.}\)

  4. Taking into account your responses in (a), (b), and (c), describe the graph that results from the set of parametric equations

    \begin{equation*} x(s,t) = \cos(t), \ \ \ \ y(s,t) = \sin(t), \ \ \ \ \text{ and } \ \ \ \ z(s,t) = s, \end{equation*}

    where \(0 \le t \le 2\pi\) and \(-5 \le s \le 5\text{.}\) Explain your thinking.

  5. Just as a cylinder can be viewed as a stack of circles of constant radius, a cone can be viewed as a stack of circles with varying radius. Modify the parametrizations of the circles above in order to construct the parameterization of a cone whose vertex lies at the origin, whose base radius is 4, and whose height is 3, where the base of the cone lies in the plane \(z = 3\text{.}\) Use appropriate technology to plot the parametric equations you develop. (Hint: The cross sections parallel to the \(xy\)-plane are circles, with the radii varying linearly as \(z\) increases.)

Subsection4.7.1Parametric Surfaces

In a single-variable setting, any function may have its graph expressed parametrically. For instance, given \(y = g(x)\text{,}\) by considering the parameterization \(\langle t, g(t) \rangle\) (where \(t\) belongs to the domain of \(g\)), we generate the same curve. What is more important is that certain curves that are not functions may be represented parametrically; for instance, the circle (which cannot be represented by a single function) can be parameterized by \(\langle \cos(t), \sin(t) \rangle\text{,}\) where \(0 \le t \le 2\pi\text{.}\)

In the same way, in a two-variable setting, the surface \(z = f(x,y)\) may be expressed parametrically by considering

\begin{equation*} \langle x(s,t), y(s,t), z(s,t) \rangle = \langle s, t, f(s,t) \rangle, \end{equation*}

where \((s,t)\) varies over the entire domain of \(f\text{.}\) Therefore, any familiar surface that we have studied so far can be generated as a parametric surface. But what is more powerful is that there are surfaces that cannot be generated by a single function \(z = f(x,y)\) (such as the unit sphere), but that can be represented parametrically. We now consider an important example.

Example4.7.1

Consider the torus (or doughnut) shown in Figure4.7.2.

Figure4.7.2A torus.

To find a parametrization of this torus, we recall our work in Preview Activity4.7.1. There, we saw that a circle of radius \(r\) that has its center at the point \((0,0,z_0)\) and is contained in the horizontal plane \(z = z_0\text{,}\) as shown in Figure4.7.3, can be parametrized using the vector-valued function \(\vr\) defined by

\begin{equation*} \vr(t) = r\cos(t)\vi + r\sin(t)\vj + z_0\vk \end{equation*}

where \(0\leq t\leq 2\pi\text{.}\)

Figure4.7.3A circle in a horizontal plane centered at \((0,0,z_0)\text{.}\)

To obtain the torus in Figure4.7.2, we begin with a circle of radius \(a\) in the \(xz\)-plane centered at \((b,0)\text{,}\) as shown on the left of Figure4.7.4. We may parametrize the points on this circle, using the parameter \(s\text{,}\) by using the equations

\begin{equation*} x(s) = b + a\cos(s)\ \mbox{and} \ z(s) = a\sin(s), \end{equation*}

where \(0\leq s \leq 2\pi\text{.}\)

Figure4.7.4Revolving a circle to obtain a torus.

Let's focus our attention on one point on this circle, such as the indicated point, which has coordinates \((x(s), 0, z(s))\) for a fixed value of the parameter \(s\text{.}\) When this point is revolved about the \(z\)-axis, we obtain a circle contained in a horizontal plane centered at \((0,0,z(s))\) and having radius \(x(s)\text{,}\) as shown on the right of Figure4.7.4. If we let \(t\) be the new parameter that generates the circle for the rotation about the \(z\)-axis, this circle may be parametrized by

\begin{equation*} \vr(s,t) = x(s)\cos(t)\vi + x(s)\sin(t)\vj + z(s)\vk. \end{equation*}

Now using our earlier parametric equations for \(x(s)\) and \(z(s)\) for the original smaller circle, we have an overall parameterization of the torus given by

\begin{equation*} \vr(s,t) =(b+a\cos(s))\cos(t)\vi + (b+a\cos(s))\sin(t)\vj + a\sin(s)\vk. \end{equation*}

To trace out the entire torus, we require that the parameters vary through the values \(0\leq s\leq 2\pi\) and \(0\leq t\leq 2\pi\text{.}\)

Activity4.7.2

In this activity, we seek a parametrization of the sphere of radius \(R\) centered at the origin, as shown on the left in Figure4.7.5. Notice that this sphere may be obtained by revolving a half-circle contained in the \(xz\)-plane about the \(z\)-axis, as shown on the right.

Figure4.7.5A sphere obtained by revolving a half-circle.
  1. Begin by writing a parametrization of this half-circle using the parameter \(s\text{:}\)

    \begin{equation*} x(s) = \ldots \ \ \ \ \ \ \ \ \ z(s) = \ldots. \end{equation*}

    Be sure to state the domain of the parameter \(s\text{.}\)

  2. By revolving the points on this half-circle about the \(z\)-axis, obtain a parametrization \(\vr(s,t)\) of the points on the sphere of radius \(R\text{.}\) Be sure to include the domain of both parameters \(s\) and \(t\text{.}\) (Hint: What is the radius of the circle obtained when revolving a point on the half-circle around the \(z\) axis?)

  3. Draw the surface defined by your parameterization with appropriate technology.

Subsection4.7.2The Surface Area of Parametrically Defined Surfaces

Recall that a differentiable function is locally linear that is, if we zoom in on the surface around a point, the surface looks like its tangent plane. We now exploit this idea in order to determine the surface area generated by a parametrization \(\langle x(s,t), y(s,t), z(s,t) \rangle\text{.}\) The basic idea is a familiar one: we will subdivide the surface into small pieces, in the approximate shape of small parallelograms, and thus estimate the entire the surface area by adding the areas of these approximation parallelograms. Ultimately, we use an integral to sum these approximations and determine the exact surface area.

Let

\begin{equation*} \vr(s,t) = x(s,t) \vi + y(s,t) \vj + z(s,t) \vk \end{equation*}

define a surface over a rectangular domain \(a \leq s \leq b\) and \(c \leq t \leq d\text{.}\) As a function of two variables, \(s\) and \(t\text{,}\) it is natural to consider the two partial derivatives of the vector-valued function \(\vr\text{,}\) which we define by

\begin{align*} \vr_s(s,t) \amp = x_s(s,t) \vi + y_s(s,t) \vj + z_s(s,t) \vk\\ \vr_t(s,t) \amp = x_t(s,t) \vi + y_t(s,t) \vj + z_t(s,t) \vk. \end{align*}

In the usual way, we slice the domain into small rectangles. In particular, we partition the interval \([a,b]\) into \(m\) subintervals of length \(\Delta s = \frac{b-a}{n}\) and let \(s_0\text{,}\) \(s_1\text{,}\) \(\ldots\text{,}\) \(s_m\) be the endpoints of these subintervals, where \(a = s_0\lt s_1\lt s_2 \lt \cdots \lt s_m = b\text{.}\) Also partition the interval \([c,d]\) into \(n\) subintervals of equal length \(\Delta t = \frac{d-c}{n}\) and let \(t_0\text{,}\) \(t_1\text{,}\) \(\ldots\text{,}\) \(t_n\) be the endpoints of these subintervals, where \(c = t_0\lt t_1\lt t_2 \lt \cdots \lt t_n = d\text{.}\) These two partitions create a partition of the rectangle \(R = [a,b] \times [c,d]\) in \(st\)-coordinates into \(mn\) sub-rectangles \(R_{ij}\) with opposite vertices \((s_{i-1},t_{j-1})\) and \((s_i, t_j)\) for \(i\) between \(1\) and \(m\) and \(j\) between \(1\) and \(n\text{.}\) These rectangles all have equal area \(\Delta A = \Delta s \cdot \Delta t\text{.}\)

Now we want to think about the small piece of area on the surface itself that lies above one of these small rectangles in the domain. Observe that if we increase \(s\) by a small amount \(\Delta s\) from the point \((s_{i-1},t_{j-1})\) in the domain, then \(\vr\) changes by approximately \(\vr_s(s_{i-1},t_{j-1}) \Delta s\text{.}\) Similarly, if we increase \(t\) by a small amount \(\Delta t\) from the point \((s_{i-1},t_{j-1})\text{,}\) then \(\vr\) changes by approximately \(\vr_t(s_{i-1},t_{j-1}) \Delta t\text{.}\) So we can approximate the surface defined by \(\vr\) on the \(st\)-rectangle \([s_{i-1},s_i] \times [t_{j-1}, t_{j}]\) with the parallelogram determined by the vectors \(\vr_s(s_{i-1},t_{j-1}) \Delta s\) and \(\vr_t(s_{i-1},t_{j-1}) \Delta t\text{,}\) as seen in Figure4.7.6.

Figure4.7.6Approximation surface area with a parallelogram.

Say that the small parallelogram has area \(S_{ij}\text{.}\) If we can find its area, then all that remains is to sum the areas of all of the generated parallelograms and take a limit. Recall from our earlier work in the course that given two vectors \(\vu\) and \(\vv\text{,}\) the area of the parallelogram spanned by \(\vu\) and \(\vv\) is given by the magnitude of their cross product, \(| \vu \times \vv|\text{.}\) In the present context, it follows that the area, \(S_{ij}\text{,}\) of the parallelogram determined by the vectors \(\vr_s(s_{i-1},t_{j-1}) \Delta s\) and \(\vr_t(s_{i-1},t_{j-1}) \Delta t\) is

\begin{align} S_{ij} \amp = |(\vr_s(s_{i-1},t_{j-1}) \Delta s) \times (\vr_t(s_{i-1},t_{j-1}) \Delta t)| \notag\\ \amp = |\vr_s(s_{i-1},t_{j-1}) \times \vr_t(s_{i-1},t_{j-1})| \Delta s \Delta t,\label{eq_11_6_parallelogram_area}\tag{4.7.1} \end{align}

where the latter equality holds from standard properties of the cross product and length.

We sum the surface area approximations from Equation(4.7.1) over all sub-rectangles to obtain an estimate for the total surface area, \(S\text{,}\) given by

\begin{equation*} S \approx \sum_{i=1}^m \sum_{j=1}^n |\vr_s(s_{i-1},t_{j-1}) \times \vr_t(s_{i-1},t_{j-1})| \Delta s \Delta t. \end{equation*}

Taking the limit as \(m, n \to \infty\) shows that the surface area of the surface defined by \(\vr\) over the domain \(D\) is given as follows.

Surface area

Let \(\vr(s,t) = \langle x(s,t), y(s,t), z(s,t) \rangle\) be a parameterization of a smooth surface over a domain \(D\text{.}\) The area of the surface defined by \(\vr\) on \(D\) is given by

\begin{equation} S = \iint_D |\vr_s \times \vr_t | \ dA.\label{E_surface_area}\tag{4.7.2} \end{equation}
Activity4.7.3

Consider the cylinder with radius \(a\) and height \(h\) defined parametrically by

\begin{equation*} \vr(s,t) = a\cos(s) \vi + a\sin(s) \vj + t \vk \end{equation*}

for \(0 \leq s \leq 2\pi\) and \(0 \leq t \leq h\text{,}\) as shown in Figure4.7.7.

Figure4.7.7A cylinder.
  1. Set up an iterated integral to determine the surface area of this cylinder.

  2. Evaluate the iterated integral.

  3. Recall that one way to think about the surface area of a cylinder is to cut the cylinder horizontally and find the perimeter of the resulting cross sectional circle, then multiply by the height. Calculate the surface area of the given cylinder using this alternate approach, and compare your work in (b).

Example4.7.8

Compute the surface area of a sphere of radius 7 by first writing it as a double integral and then computing your double integral.

Solution

The sphere of radius \(7\) is defined in spherical coordinates by the equation \(\rho = 7\text{.}\) So, on the sphere, \(\rho\) is a function of the other two variables, \(\phi\) and \(\theta\text{.}\) We use those as the variables in our parametrization:

\begin{align*} x(\phi,\theta) \amp = 7 \sin\phi \cos\theta \\ y(\phi,\theta) \amp = 7 \sin\phi \sin\theta \\ z(\phi,\theta) \amp = 7 \cos \phi \end{align*}

i.e.,

\begin{equation*} \mathbf{r}(\phi,\theta) = \langle 7\sin\phi\cos\theta, 7\sin\phi\sin\theta, 7 \cos\phi \rangle. \end{equation*}

And the domain of our parametrization is \(0\le \phi \le \pi\text{,}\) \(0 \le \theta \le 2\pi\text{.}\) Taking partial derivatives, we get

\begin{align*} \mathbf{r}_\phi \amp = \langle 7 \cos\phi \cos\theta, 7\cos\phi\sin\theta, -7\sin\phi \rangle \\ \mathbf{r}_\theta \amp = \langle -7\sin\phi\sin\theta, 7\cos\phi\cos\theta, 0 \rangle \end{align*}

Compute the cross product of \(\mathbf{r}_\phi\) and \(\mathbf{r}_\theta\) and show that it simplifies to

\begin{equation*} 7^2 \sin\phi \langle \cos\theta \sin\phi, \sin\theta \sin\phi, \cos\phi \rangle. \end{equation*}

Then use trig identities to show that the vector \(\langle \cos\theta \sin\phi, \sin\theta \sin\phi, \cos\phi \rangle\) is a unit vector.

Using the result of the Exercise, we have the following formula for the integrand in the surface area integral.

\begin{equation*} | \mathbf{r}_\phi \times \mathbf{r}_\theta| = 7^2 \sin\phi \end{equation*}

(It is worth noting that this quantity is always nonnegative for

\begin{equation*} \phi \end{equation*}

between

\begin{equation*} 0 \end{equation*}

and

\begin{equation*} \pi\text{!} \end{equation*}

) Now we can set up the double integral:

\begin{align*} \mathrm{surface~area} \amp = \iint\limits_{[0,\pi]\times[0,2\pi]} |\mathbf{r}_\phi \times \mathbf{r}_\theta|\,dA \\ \amp = \int\limits_{\theta=0}^{2\pi} \int\limits_{\phi = 0}^\pi 7^2 \sin\phi\, d\phi\,d\theta \end{align*}

Compute the integral. Your answer should be \(4\pi\cdot 7^2\text{.}\)

There was nothing special about \(7\) in this example. Redoing the example, replacing every \(7\) with an \(R\text{,}\) we would show that the surface area of a sphere of radius \(R\) is \(4\pi R^2\text{.}\)

As we noted earlier, we can take any surface \(z = f(x,y)\) and generate a corresponding parameterization for the surface by writing \(\langle s, t, f(s,t) \rangle\text{.}\) Hence, we can use our recent work with parametrically defined surfaces to find the surface area that is generated by a function \(f = f(x,y)\) over a given domain.

Activity4.7.4

Let \(z = f(x,y)\) define a smooth surface, and consider the corresponding parameterization \(\vr(s,t) = \langle s, t, f(s,t) \rangle\text{.}\)

  1. Let \(D\) be a region in the domain of \(f\text{.}\) Using Equation(4.7.2), show that the area, \(S\text{,}\) of the surface defined by the graph of \(f\) over \(D\) is

    \begin{equation*} S = \iint_D \sqrt{\left(f_x(x,y)\right)^2 + \left(f_y(x,y)\right)^2 + 1} \ dA. \end{equation*}
  2. Use the formula developed in (a) to calculate the area of the surface defined by \(f(x,y) = \sqrt{4-x^2}\) over the rectangle \(D = [-2,2] \times [0,3]\text{.}\)

  3. Observe that the surface of the solid describe in (b) is half of a circular cylinder. Use the standard formula for the surface area of a cylinder to calculate the surface area in a different way, and compare your result from (b).

Subsection4.7.3Summary

  • A parameterization of a curve describes the coordinates of a point on the curve in terms of a single parameter \(t\text{,}\) while a parameterization of a surface describes the coordinates of points on the surface in terms of two independent parameters.

  • If \(\vr(s,t) = \langle x(s,t), y(s,t), z(s,t) \rangle\) describes a smooth surface in 3-space on a domain \(D\text{,}\) then the area, \(S\text{,}\) of that surface is given by

    \begin{equation*} S = \iint_D |\vr_s \times \vr_t| \ dA. \end{equation*}

Subsection4.7.4Exercises

Consider the ellipsoid given by the equation

\begin{equation*} \frac{x^2}{16} + \frac{y^2}{25} + \frac{z^2}{9} = 1. \end{equation*}

In Activity4.7.2, we found that a parameterization of the sphere \(S\) of radius \(R\) centered at the origin is

\begin{equation*} x(r,s) = R\cos(s) \cos(t), \ y(s,t) = R \cos(s) \sin(t), \ \text{ and } \ z(s,t) = R\sin(s) \end{equation*}

for \(-\frac{\pi}{2} \leq s \leq \frac{\pi}{2}\) and \(0 \leq t \leq 2\pi\text{.}\)

  1. Let \((x,y,z)\) be a point on the ellipsoid and let \(X = \frac{x}{4}\text{,}\) \(Y = \frac{y}{5}\text{,}\) and \(Z = \frac{z}{3}\text{.}\) Show that \((X,Y,Z)\) lies on the sphere \(S\text{.}\) Hence, find a parameterization of \(S\) in terms of \(X\text{,}\) \(Y\text{,}\) and \(Z\) as functions of \(s\) and \(t\text{.}\)

  2. Use the result of part (a) to find a parameterization of the ellipse in terms of \(x\text{,}\) \(y\text{,}\) and \(z\) as functions of \(s\) and \(t\text{.}\) Check your parametrization by substituting \(x\text{,}\) \(y\text{,}\) and \(z\) into the equation of the ellipsoid. Then check your work by plotting the surface defined by your parameterization.

In this exercise, we explore how to use a parametrization and iterated integral to determine the surface area of a sphere.

  1. Set up an iterated integral whose value is the portion of the surface area of a sphere of radius \(R\) that lies in the first octant (see the parameterization you developed in Activity4.7.2).

  2. Then, evaluate the integral to calculate the surface area of this portion of the sphere.

  3. By what constant must you multiply the value determined in (b) in order to find the total surface area of the entire sphere.

  4. Finally, compare your result to the standard formula for the surface area of sphere.

Consider the plane generated by \(z = f(x,y) = 24 - 2x - 3y\) over the region \(D = [0,2]\times[0,3]\text{.}\)

  1. Sketch a picture of the overall solid generated by the plane over the given domain.

  2. Determine a parameterization \(\vr(s,t)\) for the plane over the domain \(D\text{.}\)

  3. Use Equation(4.7.2) to determine the surface area generated by \(f\) over the domain \(D\text{.}\)

  4. Observe that the vector \(\vu = \langle 2, 0, -4 \rangle\) points from \((0,0,24)\) to \((2,0,20)\) along one side of the surface generated by the plane \(f\) over \(D\text{.}\) Find the vector \(\vv\) such that \(\vu\) and \(\vv\) together span the parallelogram that represents the surface defined by \(f\) over \(D\text{,}\) and hence compute \(| \vu \times \vv |\text{.}\) What do you observe about the value you find?

A cone with base radius \(a\) and height \(h\) can be realized as the surface defined by \(z = \frac{h}{a} \sqrt{x^2+y^2}\text{,}\) where \(a\) and \(h\) are positive.

  1. Find a parameterization of the cone described by \(z = \frac{h}{a} \sqrt{x^2+y^2}\text{.}\) (Hint: Compare to the parameterization of a cylinder as seen in Activity4.7.3.)

  2. Set up an iterated integral to determine the surface area of this cone.

  3. Evaluate the iterated integral to find a formula for the lateral surface area of a cone of height \(h\) and base \(a\text{.}\)