10 Curves in the Plane

10.3 Calculus and Parametric Equations

The previous section defined curves based on parametric equations. In this section we’ll employ the techniques of calculus to study these curves.

We are still interested in lines tangent to points on a curve. They describe how the y-values are changing with respect to the x-values, they are useful in making approximations, and they indicate instantaneous direction of travel.

The slope of the tangent line is still dydx, and the Chain Rule allows us to calculate this in the context of parametric equations. If x=f(t) and y=g(t), the Chain Rule states that

dydt=dydxdxdt.

Solving for dydx, we get

dydx=dy/dtdx/dt=g(t)f(t),

provided that f(t)0. This is important so we label it a Key Idea.

Key Idea 10.3.1 Finding dydx with Parametric Equations.

Let x=f(t) and y=g(t), where f and g are differentiable on some open interval I and f(t)0 on I. Then

dydx=dy/dtdx/dt=g(t)f(t).

We use this to define the tangent line.

Definition 10.3.1 Tangent Lines

Let a curve C be parameterized by x=f(t) and y=g(t), where f and g are differentiable functions on some interval I containing t=t0. The tangent line to C at t=t0 is the line

f(t0)(y-g(t0))=g(t0)(x-f(t0)).

Notice that the tangent line goes through the point (f(t0),g(t0)). It is possible for parametric curves to have horizontal and vertical tangents. As expected a horizontal tangent occurs whenever dydx=0 or when dydt=0 (provided dxdt0). Similarly, a vertical tangent occurs whenever dydx is undefined or when dxdt=0 (provided dydt0). When dydx is defined, however, the tangent line has slope g(t0)f(t0).

Definition 10.3.2 Normal Lines

The normal line to a curve C at a point P is the line through P and perpendicular to the tangent line at P. For t=t0 the normal line is the line through (f(t0),g(t0)) with slope m=-f(t0)g(t0), provided g(t0)0.

As with the tangent line we note that it is possible for a normal line to be vertical or horizontal. A horizontal normal line occurs whenever dydx is undefined or when dxdt=0 (provided dydt0). Similarly, a vertical normal line occurs whenever dydx=0 or when dydt=0 (provided dxdt0). In other words, if the curve C has a vertical tangent at (f(t0),g(t0)) the normal line will be horizontal and if the tangent is horizontal the normal line will be a vertical line.

Example 10.3.1 Tangent and Normal Lines to Curves

Let x=5t2-6t+4 and y=t2+6t-1, and let C be the curve defined by these equations.

  1. (a)

    Find the equations of the tangent and normal lines to C at t=3.

  2. (b)

    Find where C has vertical and horizontal tangent lines.

Solution

  1. (a)

    We start by computing f(t)=10t-6 and g(t)=2t+6. Thus

    dydx=2t+610t-6.

    Make note of something that might seem unusual: dydx is a function of t, not x. Just as points on the curve are found in terms of t, so are the slopes of the tangent lines.

    The point on C at t=3 is (31,26). The slope of the tangent line is m=1/2 and the slope of the normal line is m=-2. Thus,

    • the equation of the tangent line is y=12(x-31)+26, and

    • the equation of the normal line is y=-2(x-31)+26.

    This is illustrated in Figure 10.3.1.

    margin: 20406080-202040xy Figure 10.3.1: Graphing tangent and normal lines in Example 10.3.1. Λ
  2. (b)

    To find where C has a horizontal tangent line, we set dydx=0 and solve for t. In this case, this amounts to setting g(t)=0 and solving for t (and making sure that f(t)0).

    g(t)=02t+6=0t=-3.

    The point on C corresponding to t=-3 is (67,-10); the tangent line at that point is horizontal (hence with equation y=-10). To find where C has a vertical tangent line, we find where it has a horizontal normal line, and set -f(t)g(t)=0. This amounts to setting f(t)=0 and solving for t (and making sure that g(t)0).

    f(t)=010t-6=0t=0.6.

    The point on C corresponding to t=0.6 is (2.2,2.96). The tangent line at that point is x=2.2. The points where the tangent lines are vertical and horizontal are indicated on the graph in Figure 10.3.1.

Example 10.3.2 Tangent and Normal Lines to a Circle


(a) Find where the unit circle, defined by x=cost and y=sint on [0,2π], has vertical and horizontal tangent lines. (b) Find the equation of the normal line at t=t0.

Solution

  1. (a)

    We compute the derivative following Key Idea 10.3.1:

    dydx=g(t)f(t)=-costsint.

    The derivative is 0 when cost=0; that is, when t=π/2, 3π/2. These are the points (0,1) and (0,-1) on the circle.

    The normal line is horizontal (and hence, the tangent line is vertical) when sint=0; that is, when t=0,π, 2π, corresponding to the points (-1,0) and (0,1) on the circle. These results should make intuitive sense.

  2. (b)

    The slope of the normal line at t=t0 is m=sint0cost0=tant0. This normal line goes through the point (cost0,sint0), giving the line margin: -11-11xy Figure 10.3.2: Illustrating how a circle’s normal lines pass through its center. Λ

    y =sint0cost0(x-cost0)+sint0
    =(tant0)x,

    as long as cost00. It is an important fact to recognize that the normal lines to a circle pass through its center, as illustrated in Figure 10.3.2. Stated in another way, any line that passes through the center of a circle intersects the circle at right angles.

Example 10.3.3 Tangent lines when dydx is not defined

Find the equation of the tangent line to the astroid x=cos3t, y=sin3t at t=0, shown in Figure 10.3.3.

SolutionWe start by finding x(t) and y(t): margin: -11-11xy Figure 10.3.3: A graph of an astroid. Λ

x(t)=-3sintcos2t,y(t)=3costsin2t.

Note that both of these are 0 at t=0; the curve is not smooth at t=0 forming a cusp on the graph. Evaluating dydx at this point returns the indeterminate form of “0/0”.

We can, however, examine the slopes of tangent lines near t=0, and take the limit as t0.

limt0y(t)x(t) =limt03costsin2t-3sintcos2t(We can reduce as t0.)
=limt0(-sintcost)
=0.

We have accomplished something significant. When the derivative dydx returns an indeterminate form at t=t0, we can define its value by setting it to be limtt0dydx, if that limit exists. This allows us to find slopes of tangent lines at cusps, which can be very beneficial.

We found the slope of the tangent line at t=0 to be 0; therefore the tangent line is y=0, the x-axis.

Concavity

We continue to analyze curves in the plane by considering their concavity; that is, we are interested in d2ydx2, “the second derivative of y with respect to x.” To find this, we need to find the derivative of dydx with respect to x; that is,

d2ydx2=ddx[dydx],

but recall that dydx is a function of t, not x, making this computation not straightforward.

To make the upcoming notation a bit simpler, let h(t)=dydx. We want ddx[h(t)]; that is, we want dhdx. We again appeal to the Chain Rule. Note:

dhdt=dhdxdxdtdhdx=dh/dtdx/dt.

In words, to find d2ydx2, we first take the derivative of dydx with respect to t, then divide by x(t). We restate this as a Key Idea.

Key Idea 10.3.2 Finding d2ydx2 with Parametric Equations

Let x=f(t) and y=g(t) be twice differentiable functions on an open interval I, where f(t)0 on I. Then

d2ydx2=ddt[dydx]dxdt=ddt[dydx]f(t).

Examples will help us understand this Key Idea.

Example 10.3.4 Concavity of Plane Curves

Let x=5t2-6t+4 and y=t2+6t-1 as in Example 10.3.1. Determine the t-intervals on which the graph is concave up/down.

SolutionConcavity is determined by the second derivative of y with respect to x, d2ydx2, so we compute that here following Key Idea 10.3.2.

In Example 10.3.1, we found dydx=2t+610t-6 and f(t)=10t-6. So:

d2ydx2 =ddt[2t+610t-6]10t-6
=-72(10t-6)210t-6
=-72(10t-6)3
=-9(5t-3)3
margin: 20406080-202040t>3/5; concave downt<3/5; concave upxy Figure 10.3.4: Graphing the parametric equations in Example 10.3.4 to demonstrate concavity. Λ

The graph of the parametric functions is concave up when d2ydx2>0 and concave down when d2ydx2<0. We determine the intervals when the second derivative is greater/less than 0 by first finding when it is 0 or undefined.

As the numerator of -9(5t-3)3 is never 0, d2ydx20 for all t. It is undefined when 5t-3=0; that is, when t=3/5. Following the work established in Section 3.4, we look at values of t greater or less than 3/5 on a number line:

Reviewing Example 10.3.1, we see that when t=3/5=0.6, the graph of the parametric equations has a vertical tangent line. This point is also a point of inflection for the graph, illustrated in Figure 10.3.4.

Example 10.3.5 Concavity of Plane Curves

Find the points of inflection of the graph of the parametric equations x=t, y=sint, for 0t16.

SolutionWe need to compute dydx and d2ydx2.

dydx=y(t)x(t)=cost1/(2t)=2tcost.
d2ydx2=ddt[dydx]x(t)=cost/t-2tsint1/(2t)=2cost-4tsint.

The possible points of inflection are found by setting d2ydx2=0. This is not trivial, as equations that mix polynomials and trigonometric functions generally do not have “nice” solutions.

margin: 51015-5050y=2cost-4tsintty (a)3124-1-0.50.51xy (b) Figure 10.3.5: In (a), a graph of d2ydx2, showing where it is approximately 0. In (b), graph of the parametric equations in Example 10.3.5 along with the points of inflection. Λ

In Figure 10.3.5(a) we see a plot of the second derivative. It shows that it has zeros at approximately t=0.5, 3.5, 6.5, 9.5, 12.5 and 16. These approximations are not very good, made only by looking at the graph. Newton’s Method provides more accurate approximations. Accurate to 2 decimal places, we have:

t=0.65, 3.29, 6.36, 9.48, 12.61and 15.74.

The corresponding points have been plotted on the graph of the parametric equations in Figure 10.3.5(b). Note how most occur near the x-axis, but not exactly on the axis.

Area with Parametric Equations

We will now find a formula for determining the area under a parametric curve given by the parametric equations

x=f(t)  y=g(t).

We will also need to further add in the assumption that the curve is traced out exactly once as t increases from α to β. First, recall how to find the area under y=F(x) on axb:

A=abF(x)dx.

Now think of the parametric equation x=f(t) as a substitution in the integral, assuming that a=f(α) and b=f(β) for the purposes of this formula. (There is actually no reason to assume that this will always be the case and so we’ll give a corresponding formula later if it’s the opposite case (b=f(α) and a=f(β)).)

In order to substitute, we’ll need dx=f(t)dt. Plugging this into the area formula above and making sure to change the limits to their corresponding t values gives us

A=αβF(f(t))f(t)dt.

Since we don’t know what F(x) is, we’ll use the fact that

y=F(x)=F(f(t))=g(t)

and arrive at the formula that we want.

Key Idea 10.3.3 Area Under a Parametric Curve

The area under the parametric curve given by x=f(t), y=g(t), for f(α)=a<x<b=f(β) is

A=αβg(t)f(t)dt.

On the other hand, if we should happen to have b=f(α) and a=f(β), then the formula would be

A=βαg(t)f(t)dt.

Let’s work an example.

Example 10.3.6 Finding the area under a parametric curve

Determine the area under the cycloid given by the parametric equations

x=6(θ-sinθ)  y=6(1-cosθ)  0θ2π.

SolutionFirst, notice that we’ve switched the parameter to θ for this problem. This is to make sure that we don’t get too locked into always having t as the parameter.

Now, we could graph this to verify that the curve is traced out exactly once for the given range if we wanted to.

There really isn’t too much to this example other than plugging the parametric equations into the formula. We’ll first need the derivative of the parametric equation for x however.

dxdθ=6(1-cosθ).

The area is then

A =02π36(1-cosθ)2dθ
=3602π1-2cosθ+cos2θdθ
=3602π32-2cosθ+12cos(2θ)dθ
=36[32θ-2sinθ+14sin(2θ)]02π
=108π.

Arc Length

We continue our study of the features of the graphs of parametric equations by computing their arc length.

Recall in Section 10.1 we found the arc length of the graph of a function, from x=a to x=b, to be

L=ab1+(dydx)2dx.

We can use this equation and convert it to the parametric equation context. Letting x=f(t) and y=g(t), we know that dydx=g(t)/f(t). Suppose that f(t)>0, and calculate the differential of x:

dx=f(t)dt    dt=1f(t)dx.

Starting with the arc length formula above, consider:

L =ab1+(dydx)2dx
=ab1+[g(t)]2[f(t)]2dx
=ab[f(t)]2+[g(t)]21f(t)dx=dt  Factor out the [f(t)]2
=t1t2[f(t)]2+[g(t)]2dt.

Note the new bounds (no longer “x” bounds, but “t” bounds). They are found by finding t1 and t2 such that a=f(t1) and b=f(t2). This formula holds even when f isn’t positive and we restate it as a theorem.

Theorem 10.3.1 Arc Length of Parametric Curves

Let x=f(t) and y=g(t) be parametric equations with f and g continuous on some open interval I containing t1 and t2 on which the graph traces itself only once. The arc length of the graph, from t=t1 to t=t2, is

L=t1t2[f(t)]2+[g(t)]2dt.

As before, these integrals are often not easy to compute. We start with a simple example, then give another where we approximate the solution.

Example 10.3.7 Arc Length of a Circle

Find the arc length of the circle parameterized by x=3cost, y=3sint on [0,3π/2].

SolutionBy direct application of Theorem 10.3.1, we have

L =03π/2(-3sint)2+(3cost)2dt.
Apply the Pythagorean Theorem.
=03π/23dt
=3t|03π/2=9π/2.

This should make sense; we know from geometry that the circumference of a circle with radius 3 is 6π; since we are finding the arc length of 3/4 of a circle, the arc length is 3/46π=9π/2.

Example 10.3.8 Arc Length of a Parametric Curve

The graph of the parametric equations x=t(t2-1), y=t2-1 crosses itself as shown in Figure 10.3.6, forming a “teardrop.” Find the arc length of the teardrop. margin: 1-1-11ty Figure 10.3.6: A graph of the parametric equations in Example 10.3.8, where the arc length of the teardrop is calculated. Λ

SolutionWe can see by the parameterizations of x and y that when t=±1, x=0 and y=0. This means we’ll integrate from t=-1 to t=1. Applying Theorem 10.3.1, we have

L =-11(3t2-1)2+(2t)2dt
=-119t4-2t2+1dt.

Unfortunately, the integrand does not have an antiderivative expressible by elementary functions. We turn to numerical integration to approximate its value. Using 4 subintervals, Simpson’s Rule approximates the value of the integral as 2.65051. Using a computer, more subintervals are easy to employ, and n=20 gives a value of 2.71559. Increasing n shows that this value is stable and a good approximation of the actual value.

Surface Area of a Solid of Revolution

Related to the formula for finding arc length is the formula for finding surface area. We can adapt the formula found in Key Idea 10.1.2 from Section 10.1 in a similar way as done to produce the formula for arc length done before.

Key Idea 10.3.4 Surface Area of a Solid of Revolution

Consider the graph of the parametric equations x=f(t) and y=g(t), where f and g are continuous on an open interval I containing t1 and t2 on which the graph does not cross itself.

  1. (a)

    The surface area of the solid formed by revolving the graph about the x-axis is (where g(t)0 on [t1,t2]):

    Surface Area=2πt1t2g(t)[f(t)]2+[g(t)]2dt.
  2. (b)

    The surface area of the solid formed by revolving the graph about the y-axis is (where f(t)0 on [t1,t2]):

    Surface Area=2πt1t2f(t)[f(t)]2+[g(t)]2dt.
margin:
(fullscreen)
Figure 10.3.7: Rotating a teardrop shape about the x-axis in Example 10.3.9. Λ
Example 10.3.9 Surface Area of a Solid of Revolution

Consider the teardrop shape formed by the parametric equations x=t(t2-1), y=t2-1 as seen in Example 10.3.8. Find the surface area if this shape is rotated about the x-axis, as shown in Figure 10.3.7.

SolutionThe teardrop shape is formed between t=-1 and t=1. Using Key Idea 10.3.4, we see we need for g(t)0 on [-1,1], and this is not the case. To fix this, we simplify replace g(t) with -g(t), which flips the whole graph about the x-axis (and does not change the surface area of the resulting solid). The surface area is:

AreaS =2π-11(1-t2)(3t2-1)2+(2t)2dt
=2π-11(1-t2)9t4-2t2+1dt.

Once again we arrive at an integral that we cannot compute in terms of elementary functions. Using Simpson’s Rule with n=20, we find the area to be S=9.44. Using larger values of n shows this is accurate to 2 places after the decimal.

After defining a new way of creating curves in the plane, in this section we have applied calculus techniques to the parametric equation defining these curves to study their properties. In the next section, we define another way of forming curves in the plane. To do so, we create a new coordinate system, called polar coordinates, that identifies points in the plane in a manner different than from measuring distances from the y- and x- axes.

Exercises 10.3

 

Terms and Concepts

  1. 1.

    T/F: Given parametric equations x=f(t) and y=g(t), dydx=f(t)/g(t), as long as g(t)0.

  2. 2.

    Given parametric equations x=f(t) and y=g(t), the derivative dydx as given in Key Idea 10.3.1 is a function of             ?

  3. 3.

    T/F: Given parametric equations x=f(t) and y=g(t), to find d2ydx2, one simply computes ddt(dydx).

  4. 4.

    T/F: If dydx=0 at t=t0, then the normal line to the curve at t=t0 is a vertical line.

Problems

In Exercises 5–12., parametric equations for a curve are given.

  1. (a)

    Find dydx.

  2. (b)

    Find the equations of the tangent and normal line(s) at the point(s) given.

  3. (c)

    Sketch the graph of the parametric functions along with the found tangent and normal lines.

  1. 5.

    x=t, y=t2; t=1

  2. 6.

    x=t, y=5t+2; t=4

  3. 7.

    x=t2-t, y=t2+t; t=1

  4. 8.

    x=t2-1, y=t3-t; t=0 and t=1

  5. 9.

    x=sect, y=tant on (-π/2,π/2); t=π/4

  6. 10.

    x=cost, y=sin(2t) on [0,2π]; t=π/4

  7. 11.

    x=costsin(2t), y=sintsin(2t) on [0,2π];  t=3π/4

  8. 12.

    x=et/10cost, y=et/10sint;  t=π/2

In Exercises 13–20., find t-values where the curve defined by the given parametric equations has horizontal or vertical tangent lines. Note: these are the same equations as in Exercises 5.12..

  1. 13.

    x=t, y=t2

  2. 14.

    x=t, y=5t+2

  3. 15.

    x=t2-t, y=t2+t

  4. 16.

    x=t2-1, y=t3-t

  5. 17.

    x=sect, y=tant on (-π/2,π/2)

  6. 18.

    x=cost, y=sin(2t) on [0,2π]

  7. 19.

    x=costsin(2t), y=sintsin(2t) on [0,2π]

  8. 20.

    x=et/10cost, y=et/10sint on [-π,π]

In Exercises 21–24., find t=t0 where the graph of the given parametric equations is not smooth, then find limtt0dydx.

  1. 21.

    x=1t2+1, y=t3

  2. 22.

    x=-t3+7t2-16t+13,  y=t3-5t2+8t-2

  3. 23.

    x=t3-3t2+3t-1, y=t2-2t+1

  4. 24.

    x=cos2t, y=1-sin2t

In Exercises 25–32., parametric equations for a curve are given. Find d2ydx2, then determine the intervals on which the graph of the curve is concave up/down. Note: these are the same equations as in Exercises 5.12..

  1. 25.

    x=t, y=t2

  2. 26.

    x=t, y=5t+2

  3. 27.

    x=t2-t, y=t2+t

  4. 28.

    x=t2-1, y=t3-t

  5. 29.

    x=sect, y=tant on (-π/2,π/2)

  6. 30.

    x=cost, y=sin(2t) on [0,2π]

  7. 31.

    x=costsin(2t), y=sintsin(2t) on [-π/2,π/2]

  8. 32.

    x=et/10cost, y=et/10sint

In Exercises 33–40., find the arc length of the graph of the parametric equations on the given interval(s).

  1. 33.

    x=-3sin(2t), y=3cos(2t) on [0,π]

  2. 34.

    x=et/10cost, y=et/10sint on [0,2π] and [2π,4π]

  3. 35.

    x=5t+2, y=1-3t on [-1,1]

  4. 36.

    x=2t3/2, y=3t on [0,1]

  5. 37.

    x=cost, y=sint on [0,2π]

  6. 38.

    x=1+3t2, y=4+2t3 on [0,1]

  7. 39.

    x=t1+t, y=ln(1+t) on [0,2]

  8. 40.

    x=et-t, y=4et/2 on [-8,3]

In Exercises 41–44., numerically approximate the given arc length.

  1. 41.

    Approximate the arc length of one petal of the rose curve x=costcos(2t), y=sintcos(2t) using Simpson’s Rule and n=4.

  2. 42.

    Approximate the arc length of the “bow tie curve” x=cost, y=sin(2t) using Simpson’s Rule and n=6.

  3. 43.

    Approximate the arc length of the parabola x=t2-t, y=t2+t on [-1,1] using Simpson’s Rule and n=4.

  4. 44.

    A common approximate of the circumference of an ellipse given by x=acost, y=bsint is C2πa2+b22. Use this formula to approximate the circumference of x=5cost,  y=3sint and compare this to the approximation given by Simpson’s Rule and n=6.

In Exercises 45–50., a solid of revolution is described. Find or approximate its surface area as specified.

  1. 45.
    Find the surface area of the sphere formed by rotating the circle x=2cost, y=2sint about: (a) the x-axis and (b) the y-axis.
  2. 46.

    Find the surface area of the torus (or “donut”) formed by rotating the circle x=cost+2, y=sint about the y-axis.

  3. 47.

    Find the surface area of the solid formed by rotating the curve x=acos3θ, y=asin3θ on [0,π/2] about the x-axis

  4. 48.

    Find the surface area of the solid formed by rotating the curve x=3t2, y=2t3 on [0,5] about the y-axis

  5. 49.

    Approximate the surface area of the solid formed by rotating the “upper right half” of the bow tie curve x=cost, y=sin(2t) on [0,π/2] about the x-axis, using Simpson’s Rule and n=4.

  6. 50.

    Approximate the surface area of the solid formed by rotating the one petal of the rose curve x=costcos(2t), y=sintcos(2t) on [0,π/4] about the x-axis, using Simpson’s Rule and n=4.

  1. 51.

    Find the area under the curve given by the parametric equations x=cosht, y=sinht, for 0tθ. Subtract this area from the area of an appropriate triangle to verify the shaded area in the bottom graph of Figure 7.4.1.

Omni CMS