Geometric Calculations of Parametric Curves

Learning Outcomes

  • Find the area under a parametric curve
  • Use the equation for arc length of a parametric curve
  • Apply the formula for surface area to a volume generated by a parametric curve

Integrals Involving Parametric Equations

Now that we have seen how to calculate the derivative of a plane curve, the next question is this: How do we find the area under a curve defined parametrically? Recall the cycloid defined by the equations x(t)=tsint,y(t)=1costx(t)=tsint,y(t)=1cost. Suppose we want to find the area of the shaded region in the following graph.

A series of half circles drawn above the [latex]x[/latex]-axis with x intercepts being multiples of 2π. The half circle between 0 and 2π is highlighted. On the graph there are also written two equations: x(t) = [latex]t[/latex] – sin(t) and y(t) = 1 – cos(t).

Figure 1. Graph of a cycloid with the arch over [0,2π][0,2π] highlighted.

To derive a formula for the area under the curve defined by the functions

x=x(t),y=y(t),atbx=x(t),y=y(t),atb,

 

we assume that x(t)x(t) is differentiable and start with an equal partition of the interval atbatb. Suppose t0=a<t1<t2<<tn=bt0=a<t1<t2<<tn=b and consider the following graph.

A curved line is drawn in the first quadrant. Below it are a series of rectangles marked that begin at the [latex]x[/latex]-axis and reach up to the curved line; the rectangle’s height is determined by the location of the curved line at the leftmost point of the rectangle. These lines are noted as x(t0), x(t1), …, x(tn).

Figure 2. Approximating the area under a parametrically defined curve.

We use rectangles to approximate the area under the curve. The height of a typical rectangle in this parametrization is y(x(¯ti))y(x(¯ti)) for some value ¯ti¯ti in the ith subinterval, and the width can be calculated as x(ti)x(ti1)x(ti)x(ti1). Thus the area of the ith rectangle is given by

Ai=y(x(¯ti))(x(ti)x(ti1))Ai=y(x(¯ti))(x(ti)x(ti1)).

 

Then a Riemann sum for the area is

An=ni=1y(x(¯ti))(x(ti)x(ti1))An=ni=1y(x(¯ti))(x(ti)x(ti1)).

 

Multiplying and dividing each area by titi1titi1 gives

An=ni=1y(x(¯ti))(x(ti)x(ti1)titi1)(titi1)=ni=1y(x(¯ti))(x(ti)x(ti1)Δt)ΔtAn=ni=1y(x(¯ti))(x(ti)x(ti1)titi1)(titi1)=ni=1y(x(¯ti))(x(ti)x(ti1)Δt)Δt.

 

Taking the limit as nn approaches infinity gives

A=limnAn=bay(t)x(t)dtA=limnAn=bay(t)x(t)dt.

 

Note that as the value of nn approaches , the change in xx over smaller and smaller time intervals can be rewritten as the instantaneous rate of change of xx with respect to tt at some value within the sub-interval of tt. Recall that this fact is known as the Mean Value Theorem, and we briefly review it to clarify the proofs within this section.

Recall: Mean Value Theorem


Let ff be continuous over the closed interval [a,b][a,b] and differentiable over the open interval (a,b)(a,b). Then, there exists at least one point c(a,b)c(a,b) such that

f(c)=f(b)f(a)baf(c)=f(b)f(a)ba

The preceding result leads to the following theorem.

theorem: Area under a Parametric Curve


Consider the non-self-intersecting plane curve defined by the parametric equations

x=x(t),y=y(t),atbx=x(t),y=y(t),atb

 

and assume that x(t)x(t) is differentiable. The area under this curve is given by

A=bay(t)x(t)dtA=bay(t)x(t)dt.

 

Example: Finding the Area under a Parametric Curve

Find the area under the curve of the cycloid defined by the equations

x(t)=tsint,y(t)=1cost,0t2πx(t)=tsint,y(t)=1cost,0t2π.

 

Watch the following video to see the worked solution to Example: Finding the Area under a Parametric Curve.

For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.

You can view the transcript for this segmented clip of “7.2 Calculus of Parametric Curves” here (opens in new window).

try it

Find the area under the curve of the hypocycloid defined by the equations

x(t)=3cost+cos3t,y(t)=3sintsin3t,0tπx(t)=3cost+cos3t,y(t)=3sintsin3t,0tπ.

Try It

Arc Length of a Parametric Curve

In addition to finding the area under a parametric curve, we sometimes need to find the arc length of a parametric curve. In the case of a line segment, arc length is the same as the distance between the endpoints. If a particle travels from point A to point B along a curve, then the distance that particle travels is the arc length. To develop a formula for arc length, we start with an approximation by line segments as shown in the following graph.

A curved line in the first quadrant with points marked for x = 1, 2, 3, 4, and 5. These points have values roughly 2.1, 2.7, 3, 2.7, and 2.1, respectively. The points for x = 1 and 5 are marked A and B, respectively.

Figure 3. Approximation of a curve by line segments.

Given a plane curve defined by the functions x=x(t),y=y(t),atbx=x(t),y=y(t),atb, we start by partitioning the interval [a,b][a,b] into n equal subintervals: t0=a<t1<t2<<tn=bt0=a<t1<t2<<tn=b. The width of each subinterval is given by Δt=(ba)nΔt=(ba)n. We can calculate the length of each line segment:

d1=(x(t1)x(t0))2+(y(t1)y(t0))2d2=(x(t2)x(t1))2+(y(t2)y(t1))2etc.d1=(x(t1)x(t0))2+(y(t1)y(t0))2d2=(x(t2)x(t1))2+(y(t2)y(t1))2etc.

 

Then add these up. We let s denote the exact arc length and snsn denote the approximation by n line segments:

snk=1sk=nk=1(x(tk)x(tk1))2+(y(tk)y(tk1))2snk=1sk=nk=1(x(tk)x(tk1))2+(y(tk)y(tk1))2.

 

If we assume that x(t)x(t) and y(t)y(t) are differentiable functions of t, then the Mean Value Theorem (Introduction to the Applications of Derivatives) applies, so in each subinterval [tk1,tk][tk1,tk] there exist ˆtk^tk and ˜tk~tk such that

x(tk)x(tk1)=x(ˆtk)(tktk1)=x(ˆtk)Δty(tk)y(tk1)=y(˜tk)(tktk1)=y(˜tk)Δt.x(tk)x(tk1)=x(^tk)(tktk1)=x(^tk)Δty(tk)y(tk1)=y(~tk)(tktk1)=y(~tk)Δt.

 

Therefore ss becomes

snk=1sk=nk=1(x(ˆtk)Δt)2+(y(˜tk)Δt)2=nk=1(x(ˆtk))2(Δt)2+(y(˜tk))2(Δt)2=(nk=1(x(ˆtk))2+(y(˜tk))2)Δt.snk=1sk=nk=1(x(^tk)Δt)2+(y(~tk)Δt)2=nk=1(x(^tk))2(Δt)2+(y(~tk))2(Δt)2=(nk=1(x(^tk))2+(y(~tk))2)Δt.

 

This is a Riemann sum that approximates the arc length over a partition of the interval [a,b][a,b]. If we further assume that the derivatives are continuous and let the number of points in the partition increase without bound, the approximation approaches the exact arc length. This gives

s=limnnk=1sk=limn(nk=1(x(ˆtk))2+(y(˜tk))2)Δt=ba(x(t))2+(y(t))2dt.s=limnnk=1sk=limn(nk=1(x(^tk))2+(y(~tk))2)Δt=ba(x(t))2+(y(t))2dt.

 

When taking the limit, the values of ˆtk^tk and ˜tk~tk are both contained within the same ever-shrinking interval of width ΔtΔt, so they must converge to the same value.

We can summarize this method in the following theorem.

theorem: Arc Length of a Parametric Curve


Consider the plane curve defined by the parametric equations

x=x(t),y=y(t),t1tt2x=x(t),y=y(t),t1tt2

 

and assume that x(t)x(t) and y(t)y(t) are differentiable functions of t. Then the arc length of this curve is given by

s=t2t1(dxdt)2+(dydt)2dts=t2t1(dxdt)2+(dydt)2dt.

 

At this point a side derivation leads to a previous formula for arc length. In particular, suppose the parameter can be eliminated, leading to a function y=F(x)y=F(x). Then y(t)=F(x(t))y(t)=F(x(t)) and the Chain Rule gives y(t)=F(x(t))x(t)y(t)=F(x(t))x(t). Substituting this into the theorem gives

s=t2t1(dxdt)2+(dydt)2dt=t2t1(dxdt)2+(F(x)dxdt)2dt=t2t1(dxdt)2(1+(F(x))2)dt=t2t1x(t)1+(dydx)2dt.s=t2t1(dxdt)2+(dydt)2dt=t2t1(dxdt)2+(F(x)dxdt)2dt=t2t1(dxdt)2(1+(F(x))2)dt=t2t1x(t)1+(dydx)2dt.

 

Here we have assumed that x(t)>0x(t)>0, which is a reasonable assumption. The Chain Rule gives dx=x(t)dtdx=x(t)dt, and letting a=x(t1)a=x(t1) and b=x(t2)b=x(t2) we obtain the formula

s=ba1+(dydx)2dxs=ba1+(dydx)2dx,

 

which is the formula for arc length obtained in the Introduction to the Applications of Integration.

Example: Finding the Arc Length of a Parametric Curve

Find the arc length of the semicircle defined by the equations

x(t)=3cost,y(t)=3sint,0tπx(t)=3cost,y(t)=3sint,0tπ.

 

Watch the following video to see the worked solution to Example: Finding the Arc Length of a Parametric Curve.

For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.

You can view the transcript for this segmented clip of “7.2 Calculus of Parametric Curves” here (opens in new window).

try it

Find the arc length of the curve defined by the equations

x(t)=3t2,y(t)=2t3,1t3.

 

Try It

We now return to the problem posed at the beginning of the section about a baseball leaving a pitcher’s hand. Ignoring the effect of air resistance (unless it is a curve ball!), the ball travels a parabolic path. Assuming the pitcher’s hand is at the origin and the ball travels left to right in the direction of the positive x-axis, the parametric equations for this curve can be written as

x(t)=140t,y(t)=16t2+2t

 

where t represents time. We first calculate the distance the ball travels as a function of time. This distance is represented by the arc length. We can modify the arc length formula slightly. First rewrite the functions x(t) and y(t) using v as an independent variable, so as to eliminate any confusion with the parameter t:

x(v)=140v,y(v)=16v2+2v.

 

Then we write the arc length formula as follows:

s(t)=t0(dxdv)2+(dydv)2dv=t01402+(32v+2)2dv.

 

The variable v acts as a dummy variable that disappears after integration, leaving the arc length as a function of time t. To integrate this expression we can use a formula from Appendix A,

a2+u2du=u2a2+u2+a22ln|u+a2+u2|+C.

We set a=140 and u=32v+2. This gives du=32dv, so dv=132du. Therefore

1402+(32v+2)2dv=132a2+u2du=132[(32v+2)21402+(32v+2)2+14022ln|(32v+2)+1402+(32v+2)2|]+C

 

and

s(t)=132[(32t+2)21402+(32t+2)2+14022ln|(32t+2)+1402+(32t+2)2|]+132[1402+22+14022ln|2+1402+22|]=(t2132)1024t2128t+1960412254ln|(32t+2)+1024t2128t+19604|+1960432+12254ln(2+19604).

 

This function represents the distance traveled by the ball as a function of time. To calculate the speed, take the derivative of this function with respect to t. While this may seem like a daunting task, it is possible to obtain the answer directly from the Fundamental Theorem of Calculus:

ddxxaf(u)du=f(x).

 

Therefore

s(t)=ddt[s(t)]=ddt[t01402+(32v+2)2dv]=1402+(32t+2)2=1024t2128t+19604=2256t232t+4901.

 

One third of a second after the ball leaves the pitcher’s hand, the distance it travels is equal to

s(13)=(132132)1024(13)2128(13)+1960412254ln|(32(13)+2)+1024(13)2128(13)+19604|+1960432+12254ln(2+19604)46.69feet.

 

This value is just over three quarters of the way to home plate. The speed of the ball is

s(13)=2256(13)216(13)+4901140.34ft/s.

 

This speed translates to approximately 95 mph—a major-league fastball.

Surface Area Generated by a Parametric Curve

Recall the problem of finding the surface area of a volume of revolution. In Curve Length and Surface Area, we derived a formula for finding the surface area of a volume generated by a function y=f(x) from x=a to x=b, revolved around the x-axis:

S=2πbaf(x)1+(f(x))2dx.

 

We now consider a volume of revolution generated by revolving a parametrically defined curve x=x(t),y=y(t),atb around the x-axis as shown in the following figure.

A curve is drawn in the first quadrant with endpoints marked [latex]t[/latex] = a and [latex]t[/latex] = b. On this curve, there is a point marked (x(t), y(t)). There is a circle with an arrow drawn around the [latex]x[/latex]-axis that seems to indicate a rotation about the x axis, and there is a shape that accompanies that curve that seems to be what you would obtain if you rotated the curve about the x axis.

Figure 5. A surface of revolution generated by a parametrically defined curve.

The analogous formula for a parametrically defined curve is

S=2πbay(t)(x(t))2+(y(t))2dt

 

provided that y(t) is not negative on [a,b].

Example: Finding Surface Area

Find the surface area of a sphere of radius r centered at the origin.

Watch the following video to see the worked solution to Example: Finding Surface Area.

For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.

You can view the transcript for this segmented clip of “7.2 Calculus of Parametric Curves” here (opens in new window).

try it

Find the surface area generated when the plane curve defined by the equations

x(t)=t3,y(t)=t2,0t1

is revolved around the x-axis.