We’ve defined paths and curves, and we’ve begun to study the behavior of paths through its velocity, speed, and acceleration. For curves, we would like to be able to quantify their inherent geometry, independent of their parametrization. That is, ignoring how we traverse a curve, how can we describe its shape?

We’ll begin with a characteristic of a curve which should clearly be independent of parametrization: its length.

The Length of a Path

Suppose we have a path , where is the interval , and suppose we want to find the length of the corresponding curve .

We can approximate the curve with a lot of short line segments, and then compute the total length of the line segments to estimate the length of the curve.

One way that we can do this is by subdividing the interval into subintervals of equal length, and then take the line segments connecting and .

As increases, our line segments get shorter and shorter, giving us a more accurate approximation of the length of the curve. If is a smooth parametrization of , when we take the limit as , we will find the exact length of the curve.

Let’s use this idea to find a formula for the length of a curve parametrized by a smooth path . The length of the segment connecting and can be computed as , so we have that the length of the curve is

where we both multiply and divide by , the length of each subinterval.

As , the length of the subintervals, , goes to , and goes to . This gives us Recognizing this as an integral, we arrive at Although we started with the goal of finding the length of a curve, the result that we came up with could depend on the choice of parametrization of the curve. So, for now, we will use this idea to define the length of a path.

In the next section, we will explore how the choice of the parametrization affects the computation of the length of the corresponding curve. For now, we’ll compute the length of paths in a couple of examples.

Because of the square roots that appear when we take the magnitude of , arclength integrals for arbitrary curves are often messy to compute. However, in these cases, at least we can write down an integral representing the length of the curve, and perhaps use technology to either evaluate or approximate the integral.

The Length of a Curve

In one of the previous examples, we found the length of the path for . we found that , matching what we know to be the circumference of the circle of radius .

Let’s see what happens when we take a different parametrization for the same curve, this time computing the length of for . In this case, we get

Although is another parametrization of the unit circle, we get a different result for the length of the path!

The issue here is that while traces around the unit circle once, the path traces around the unit circle twice. When we are computing , we are really computing the distance traced by the path , which is why we get twice the length of the actual curve.

Because of this, if we want to compute the length of a curve, we need to be careful with our choice of parametrization, to make sure that we are only tracing over the curve once.

Fortunately, as long as we do not retrace our path, the length of a curve is independent of the parametrization. In order for this to be true, we require that a curve be simple, which means that it does not intersect itself. More precisely, if , then .

The proof of the following theorem is left as an exercise.

We also might encounter a situation where we want to compute the length of a curve which is not , but is piecewise . In this case, we can compute the length of the curve by computing the lengths of the pieces, and adding them together.

Images were generated using CalcPlot3D.