Paul's Online Notes
Paul's Online Notes
Home / Calculus II / Parametric Equations and Polar Coordinates / Surface Area with Parametric Equations
Show Mobile Notice Show All Notes Hide All Notes
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best views in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (should be able to scroll to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 9.5 : Surface Area with Parametric Equations

In this final section of looking at calculus applications with parametric equations we will take a look at determining the surface area of a region obtained by rotating a parametric curve about the \(x\) or \(y\)-axis.

We will rotate the parametric curve given by,

\[x = f\left( t \right)\hspace{0.25in}\hspace{0.25in}y = g\left( t \right)\hspace{0.25in}\hspace{0.25in}\alpha \le t \le \beta \]

about the \(x\) or \(y\)-axis. We are going to assume that the curve is traced out exactly once as \(t\) increases from \(\alpha\) to \(\beta\). At this point there actually isn’t all that much to do. We know that the surface area can be found by using one of the following two formulas depending on the axis of rotation (recall the Surface Area section of the Applications of Integrals chapter).

\[\begin{align*}S & = \int{{2\pi y\,ds}}\hspace{0.25in}\hspace{0.25in}{\mbox{rotation about }}x - {\mbox{axis}}\\ S & = \int{{2\pi x\,ds}}\hspace{0.25in}\hspace{0.25in}{\mbox{rotation about }}y - {\mbox{axis}}\end{align*}\]

All that we need is a formula for \(ds\) to use and from the previous section we have,

\[ds = \sqrt {{{\left( {\frac{{dx}}{{dt}}} \right)}^2} + {{\left( {\frac{{dy}}{{dt}}} \right)}^2}} \,\,dt\hspace{0.25in}{\mbox{if }}x = f\left( t \right),y = g\left( t \right),\,\,\alpha \le t \le \beta \]

which is exactly what we need.

We will need to be careful with the \(x\) or \(y\) that is in the original surface area formula. Back when we first looked at surface area we saw that sometimes we had to substitute for the variable in the integral and at other times we didn’t. This was dependent upon the \(ds\) that we used. In this case however, we will always have to substitute for the variable. The \(ds\) that we use for parametric equations introduces a \(dt\) into the integral and that means that everything needs to be in terms of \(t\). Therefore, we will need to substitute the appropriate parametric equation for \(x\) or \(y\) depending on the axis of rotation.

Let’s take a quick look at an example.

Example 1 Determine the surface area of the solid obtained by rotating the following parametric curve about the \(x\)-axis. \[x = {\cos ^3}\theta \hspace{0.25in}y = {\sin ^3}\theta \hspace{0.25in}0 \le \theta \le \frac{\pi }{2}\]
Show Solution

We’ll first need the derivatives of the parametric equations.

\[\frac{{dx}}{{d \theta}} = - 3{\cos ^2}\theta \sin \theta \hspace{0.25in}\hspace{0.25in}\frac{{dy}}{{d \theta}} = 3{\sin ^2}\theta \cos \theta \]

Before plugging into the surface area formula let’s get the \(ds\) out of the way.

\[\begin{align*}ds & = \sqrt {9{{\cos }^4}\theta {{\sin }^2}\theta + 9{{\sin }^4}\theta {{\cos }^2}\theta } \,d\theta \\ & = 3\left| {\cos \theta \sin \theta } \right|\sqrt {{{\cos }^2}\theta + {{\sin }^2}\theta } \,d\theta \\ & = 3\cos \theta \sin \theta \,d\theta \end{align*}\]

Notice that we could drop the absolute value bars since both sine and cosine are positive in this range of \(q\) given.

Now let’s get the surface area and don’t forget to also plug in for the \(y\).

\[\begin{align*}S & = \int{{2\pi y\,ds}}\\ & = 2\pi \int_{{\,0}}^{{\,\frac{\pi }{2}}}{{{{\sin }^3}\theta \left( {3\cos \theta \sin \theta } \right)\,\,d\theta }}\\ & = 6\pi \int_{{\,0}}^{{\,\frac{\pi }{2}}}{{{{\sin }^4}\theta \cos \theta \,\,d\theta }}\hspace{0.25in}\hspace{0.25in}\hspace{0.25in}u = \sin \theta \\ & = 6\pi \int_{{\,0}}^{{\,1}}{{{u^4}\,du}}\\ & = \frac{{6\pi }}{5}\end{align*}\]