The Core Idea: The Arc Length of a Smooth, Planar Curve and Distance Traveled (BC ONLY)
This topic introduces a method for calculating the precise length of a smooth curve in a two-dimensional plane using definite integrals. The fundamental concept is that we can approximate the length of a curve by summing the lengths of many small, straight line segments that lie along the curve. By taking the limit as the number of segments approaches infinity (and their individual lengths approach zero), this sum becomes a definite integral, giving us the exact length.
This geometric concept of "arc length" is directly analogous to the physical concept of "distance traveled." If a particle moves along a path described by a set of equations, the total distance it covers is simply the length of the path it traces. Therefore, the same integral formula used to find the length of a curve is also used to find the total distance a particle travels over a given time interval. This topic provides the tools to solve for this length or distance for curves defined either as functions of or by a set of parametric equations.
Key Formulas
The specific formula for arc length depends on how the curve is defined. Both formulas are applications of a definite integral.
1. Arc Length for a Function
The length, , of a smooth, planar curve defined by the function from to is given by the integral:
2. Arc Length for a Parametrically Defined Curve
The length, , of a smooth, planar curve defined by the parametric equations and from to is given by the integral:
This can also be written using Leibniz notation as:
3. Distance Traveled by a Particle
The total distance traveled by a particle moving along a curve from time to is equal to the arc length of the curve over that interval. If the particle's position is given by , the distance traveled is found using the parametric arc length formula.
Understanding the Connection: Arc Length and Distance Traveled
The Essential Knowledge for this topic establishes a direct and crucial link between a geometric property and a physical one. The formula for the length of a parametrically defined curve, , is precisely the same formula used to calculate the total distance a particle travels along that curve.
This is because the expression inside the square root, , represents the speed of the particle at time . The derivatives and are the components of the particle's velocity vector. The speed is the magnitude of this velocity vector, found using the Pythagorean theorem. The definite integral of speed with respect to time, , accumulates the instantaneous rates of travel over the interval to yield the total distance covered, which is by definition the length of the path.
Therefore, calculating "arc length" and calculating "total distance traveled" for a parametrically defined path are identical mathematical processes.
Core Concepts & Rules
To find the length of a curve given by on the interval , you must first find the derivative , square it, add 1, take the square root of the entire expression, and then integrate that result from to .
To find the length of a curve given parametrically by and on the interval , you must first find the derivatives and . Then, square each derivative, add the results, take the square root of the sum, and integrate that final expression from to .
The calculation for the total distance a particle travels along a curve between two points in time is identical to the calculation for the arc length of its path between those same two points.
Step-by-Step Example 1: Arc Length of a Function
Problem: Find the exact length of the curve from to .
Step 1: Find the derivative
The function is . We use the chain rule.
Step 2: Square the derivative,
Step 3: Set up the integrand
Rearranging the terms gives a perfect square trinomial:
Now, take the square root:
Step 4: Set up and evaluate the definite integral
The arc length is the integral of the expression from Step 3 over the interval .
The arc length of the curve is 12 units.
Step-by-Step Example 2: Distance Traveled by a Particle (Parametric)
Problem: A particle moves in the xy-plane so that its position at any time , for , is given by and . Find the total distance traveled by the particle.
Step 1: Find the derivatives and
We use the product rule for both derivatives.
For :
For :
Step 2: Square each derivative
Step 3: Add the squared derivatives and simplify
Factor out :
Using the identity :
Step 4: Set up the integrand
Step 5: Set up and evaluate the definite integral
The total distance traveled is the integral of the expression from Step 4 over the interval .
The total distance traveled by the particle is .
Using Your Calculator
For many arc length problems, the resulting integral is difficult or impossible to evaluate by hand. In these cases, a graphing calculator is used to find a numerical approximation.
To find the arc length of from to :
Calculate the derivative by hand.
On your calculator, use the numerical integration function (e.g.,
fnInton a TI-84 or on the math menu).Enter the expression for the integral. The syntax will look similar to this:
fnInt(√(1 + (f'(x))^2), X, a, b)For example, to find the length of from to , you would first find . Then you would enter:
fnInt(√(1 + (3X^2)^2), X, 0, 2)
To find the distance traveled for a parametric curve from to :
Calculate the derivatives and by hand.
Use the numerical integration function.
Enter the expression for the parametric arc length integral. The syntax will look similar to this:
fnInt(√((x'(t))^2 + (y'(t))^2), T, a, b)For example, if a particle's velocity components are and , to find the distance traveled from to , you would enter:
fnInt(√((cos(T^2))^2 + (T)^2), T, 1, 3)
AP Exam Quick Hit
Common Question Types
Set up, but do not evaluate, an integral: This tests your knowledge of the correct formula.
- Example: "Write an integral expression that gives the length of the curve from to ." (Answer: )
Calculator-active distance traveled: This is a very common free-response question part. You are given and (or and ) and asked to find the total distance traveled over an interval.
- Example: "A particle's velocity is given by . Find the total distance the particle travels from to ."
By-hand calculation with algebraic simplification: This appears in the multiple-choice section, requiring you to set up the integral and evaluate it after simplifying the integrand, often by finding a hidden perfect square.
- Example: "Find the length of the curve defined by and for ."
Common Mistakes
Forgetting to square the derivative(s): A very common error is to write or . The derivatives must be squared before they are added.
Incorrectly simplifying the radical: Students often make the algebraic error of assuming . For example, writing . The square root cannot be distributed over addition.
Using position instead of velocity for distance traveled: For parametric curves, students might integrate instead of the correct . Remember, distance is the integral of speed, and speed is the magnitude of the velocity vector.
Mixing up the and parametric formulas: Applying the formula to a parametric problem or vice-versa.
Forgetting the chain rule: When finding or the parametric derivatives, complex functions require careful application of the chain rule. An incorrect derivative will lead to an incorrect integral setup.