zuai-logo
zuai-logo
  1. AP Calculus
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion BankGlossaryGlossary

Finding Arc Lengths of Curves Given by Parametric Equations

Listen to this study note

Study Guide Overview

This study guide covers finding arc lengths of parametric curves, an AP Calculus BC topic. It reviews the concept of arc length and its formula derivation for Cartesian equations. It then explains the relationship between parametric and Cartesian equations and derives the arc length formula for parametric curves. Finally, it provides practice problems demonstrating the application of this formula.

#9.3 Finding Arc Lengths of Curves Given by Parametric Equations

For this portion of the AP Calculus BC course, we will learn how to apply what we have previously learned about arc length to parametric curves. To learn more about finding arc lengths of smooth planar curves, please refer to the Unit 8.13 study guide!

#🏹 Reviewing Arc Length

In calculus, the arc length of a curve refers to the distance between two points on a curve. For example, if we were to mark two points on a paperclip, we could measure the arc length between those two points by unraveling the paperclip. Once the paperclip is straightened out, we can use a ruler to measure the distance between those two points. A similar strategy is used to measure the arc length of a curve.

!Untitled

Visualization of Arc Length Formula

Image Courtesy of Math Is Fun

#✏️ Derivation of Arc Length Formula (Cartesian)

This image above depicts how calculus can be used to calculate the arc length of curves. The process essentially involves using the Pythagorean Theorem, c=a2+b2c=\sqrt{a^2+b^2}c=a2+b2​, to find the hypotenuse of a triangle with side lengths of dxdxdx and dydydy. By adding up all the little hypotenuses, we can get a good approximation for the arc length of the curve. The arc length formula is derived from this idea. The derivation is shown in greater detail below:

ds2=dxdx2+dydx2ds^2 = \tfrac{dx}{dx}^2 + \tfrac{dy}{dx}^2ds2=dxdx​2+dxdy​2

ds=dxdx2+dydx2ds=\sqrt{\tfrac{dx}{dx}^2 + \tfrac{dy}{dx}^2}ds=dxdx​2+dxdy​2​

ds=1+dydx2ds=\sqrt{1+\tfrac{dy}{dx}^2}ds=1+dxdy​2​

S=∫ab1+[f′(x)]2dxS=\int_a^b \sqrt{1+[f'(x)]^2} dxS=∫ab​1+[f′(x)]2​dx

However, this formula is only used to find the arc length of smooth planar curves. We need to adapt the formula a little more in order to use it for parametric curves!


#💭 Arc Length of Parametric Curves

#Review of Parametric Equations

To understand how the arc length formula needs to be adapted for parametric equations, it’s important that you first understand the relationship between parametric and Cartesian equations. The diagram below does a great job of helping us visualize this relationship!

!Untitled

Depicts Parametric v. Cartesian Equation of a Circle

Image Courtesy of GeoGebra

As can be seen in the image, x(t)=rcos(θ)x(t)= r cos(θ)x(t)=rcos(θ) while y(t)=rsin(θ)y(t)= r sin(θ)y(t)=rsin(θ) .

#✏️ Deriving the Arc Length Formula (Parametric)

Earlier, we derived the arc length formula for cartesian curves. When we substitute dx/dxdx/dxdx/dx for dy/dxdy/dxdy/dx for their parametric equivalents, dx(t)dt\tfrac{dx(t)}{dt}dtdx(t)​ and dy(t)dt\tfrac{dy(t)}{dt}dtdy(t)​, we arrive at the arc length formula for parametric curves. This process is shown below:

ds2=dx(t)dt2+dy(t)dt2ds^2 = \tfrac{dx(t)}{dt}^2 + \tfrac{dy(t)}{dt}^2ds2=dtdx(t)​2+dtdy(t)​2

ds=dx(t)dt2+dy(t)dt2ds=\sqrt{\tfrac{dx(t)}{dt}^2 + \tfrac{dy(t)}{dt}^2}ds=dtdx(t)​2+dtdy(t)​2​

S=∫ab(dx(t)dt)2+(dy(t)dt)2dt\boxed{S=\int_a^b \sqrt{(\tfrac{dx(t)}{dt})^2 + (\tfrac{dy(t)}{dt})^2} dt }S=∫ab​(dtdx(t)​)2+(dtdy(t)​)2​dt​

Notice that the formula looks similar to the case of the Cartesian equation. However, both x and y are changing, so we need to account for both of their fluctuations!


#📝 Arc Length—Parametric Practice

Now that we know the formula for finding the arc length of parametric curves, let’s try a couple of practice problems!

#Arc Length Practice Question 1

Find the arc length over [0, π] for the parametric curve x(t)=sin(t)x(t) = sin(t)x(t)=sin(t) and y(t)=cos(t)y(t)=cos(t)y(t)=cos(t).

Here’s how we can go about this question. First, we can begin by finding taking the derivatives of x(t)x(t)x(t) and y(t)y(t)y(t).

dx(t)dt=cos(t)\tfrac{dx(t)}{dt} = cos(t)dtdx(t)​=cos(t)

dy(t)dt=−sin(t)\tfrac{dy(t)}{dt} = - sin(t)dtdy(t)​=−sin(t)

Recall that the formula for arc length is S=∫ab(dx(t)dt)2+(dy(t)dt)2dtS=\int_a^b \sqrt{(\tfrac{dx(t)}{dt})^2 + (\tfrac{dy(t)}{dt})^2} dtS=∫ab​(dtdx(t)​)2+(dtdy(t)​)2​dt.

We are given the values of aaa and bbb in the problem. We know that a=0a=0a=0 and b=πb=πb=π. All we have left to do is substitute our values into the problem and solve it.

S=∫0π(cos(t))2+(−sin(t))2dtS=\int_0^π \sqrt{(cos(t))^2 + (-sin(t))^2} dtS=∫0π​(cos(t))2+(−sin(t))2​dt

S=∫0π(1)dtS=\int_0^π \sqrt{(1)} dtS=∫0π​(1)​dt

We can simplify (cos(t))2+(−sin(t))2(cos(t))^2 + (-sin(t))^2(cos(t))2+(−sin(t))2 to cos2(t)+sin2(t)cos^2(t) + sin^2(t)cos2(t)+sin2(t) which is equivalent to 1!

S=π−0S=π -0S=π−0

S=πS=πS=π

And we have our answer! The arc length is πππ.

#Arc Length Practice Question 2

Let’s try solving another problem!

Find the arc length over [0, π] for the parametric curve x(t)=2x(t) = 2x(t)=2 and y(t)=t2y(t)=t^2y(t)=t2.

Once again, we can begin by finding taking the derivatives of x(t)x(t)x(t) and y(t)y(t)y(t).

dx(t)dt=0\tfrac{dx(t)}{dt} = 0dtdx(t)​=0

dy(t)dt=2t\tfrac{dy(t)}{dt} = 2tdtdy(t)​=2t

The formula for arc length is S=∫ab(dx(t)dt)2+(dy(t)dt)2dtS=\int_a^b \sqrt{(\tfrac{dx(t)}{dt})^2 + (\tfrac{dy(t)}{dt})^2} dtS=∫ab​(dtdx(t)​)2+(dtdy(t)​)2​dt.

Like last time, we are given the values of aaa and bbb in the problem. We know that a=0a=0a=0 and b=πb=πb=π.

Now we have to substitute our values into the problem and solve it.

S=∫0π(0)2+(2t)2dtS=\int_0^π \sqrt{(0)^2 + (2t)^2} dtS=∫0π​(0)2+(2t)2​dt

S=∫0π(4t2)dtS=\int_0^π \sqrt{(4t^2)} dtS=∫0π​(4t2)​dt

S=∫0π2tdtS=\int_0^π 2t dtS=∫0π​2tdt

S=[t2]0πS= [t^2]_0^πS=[t2]0π​

S=π2S= π^2S=π2

And we have our answer! The arc length is π2π^2π2 .


#⭐ Closing

These problems rarely get tougher than this!! The difficult part is integrating the equations. Once you get the hang of integrating, you will be easily able to solve these problems :)

Continue your learning journey

FlashcardFlashcard

Flashcard

Continute to Flashcard

Question BankQuestion Bank

Question Bank

Continute to Question Bank

Mock ExamMock Exam

Mock Exam

Continute to Mock Exam

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Question 1 of 11

What does arc length represent for a curve? 🤔

The area under the curve

The slope of the curve

The distance between two points on the curve

The volume of the solid formed by rotating the curve