2. Vector-Valued Functions

Arc Length

Defines arc length of curves in space and how to compute it from a parameterization.

Arc Length

Welcome, students! 🌟 In this lesson, we’ll explore the fascinating concept of arc length—the measure of the distance along a curve. By the end, you’ll be able to calculate the length of curves in space from their parameterizations. You’ll also see how arc length can be used in real-world applications, from engineering to physics. Ready to dive in? Let’s go!

What Is Arc Length?

Imagine you’re walking along a winding path. The total distance you travel isn’t a straight line—it’s the length of that curved path. That’s what we call the arc length. In calculus, we can measure the arc length of curves in two or three dimensions using integrals.

Arc length is important in many fields:

  • Engineers use it to measure the length of cables and bridges.
  • Physicists use it to analyze the paths of moving particles.
  • Animators rely on it to create smooth motion along curves.

Our goal is to understand how to compute arc length from a parameterized curve. Let’s break down the steps and concepts involved.

Parameterizing Curves

Before we can find the arc length, we need to understand parameterized curves. A parameterized curve is a way of representing a curve using a parameter, usually $t$, that varies over an interval.

A parameterized curve in three dimensions is often written as:

$$ \mathbf{r}(t) = \langle x(t), y(t), z(t) \rangle $$

Here, $x(t)$, $y(t)$, and $z(t)$ are functions of $t$. As $t$ changes, the point $\mathbf{r}(t)$ moves along the curve.

For example, consider the parameterized curve:

$$ \mathbf{r}(t) = \langle t, t^2, t^3 \rangle \quad \text{for} \quad t \in [0, 1] $$

As $t$ goes from 0 to 1, the point $(t, t^2, t^3)$ traces out a curve in 3D space.

📝 Fun Fact: Parameterized curves can represent anything from simple straight lines to the complex trajectories of roller coasters!

Velocity Vector

To find arc length, we need to measure how fast the point moves along the curve. This is given by the velocity vector, which is the derivative of the position vector $\mathbf{r}(t)$:

$$ \mathbf{v}(t) = \frac{d\mathbf{r}(t)}{dt} = \langle x'(t), y'(t), z'(t) \rangle $$

The velocity vector tells us the direction and speed of movement along the curve at each point in time.

Speed

The speed is the magnitude of the velocity vector:

$$ \|\mathbf{v}(t)\| = \sqrt{(x'(t))^2 + (y'(t))^2 + (z'(t))^2} $$

This speed function is key to finding the arc length. It tells us how quickly we’re moving along the curve as $t$ changes.

The Arc Length Formula

Now that we have the speed, we can find the arc length. The arc length $L$ of a curve $\mathbf{r}(t)$ from $t = a$ to $t = b$ is given by the integral:

$$ L = \int_a^b \|\mathbf{v}(t)\| \, dt $$

In other words, we’re summing up all the tiny distances along the curve. Each tiny distance is the speed at that point multiplied by a tiny change in time, $dt$.

Let’s break this down step by step.

Step 1: Find the Derivatives

First, we find the derivatives of $x(t)$, $y(t)$, and $z(t)$. These give us the components of the velocity vector.

Step 2: Compute the Speed

Next, we find the magnitude of the velocity vector. This gives us the speed function $\|\mathbf{v}(t)\|$.

Step 3: Integrate the Speed

Finally, we integrate the speed function over the interval $[a, b]$. This gives us the total arc length.

Let’s see this in action with a concrete example.

Example: Finding the Arc Length of a Curve

Suppose we have the parameterized curve:

$$ \mathbf{r}(t) = \langle 3t, 4t, 5t \rangle \quad \text{for} \quad t \in [0, 2] $$

We want to find the arc length of this curve from $t = 0$ to $t = 2$.

Step 1: Find the Derivatives

We differentiate each component with respect to $t$:

  • $x'(t) = 3$
  • $y'(t) = 4$
  • $z'(t) = 5$

So the velocity vector is:

$$ \mathbf{v}(t) = \langle 3, 4, 5 \rangle $$

Step 2: Compute the Speed

We find the magnitude of the velocity vector:

$$ \|\mathbf{v}(t)\| = \sqrt{3^2 + 4^2 + 5^2} = \sqrt{9 + 16 + 25} = \sqrt{50} = 5\sqrt{2} $$

Notice that the speed is constant in this example. That means the point is moving along the curve at a constant rate.

Step 3: Integrate the Speed

We now integrate the speed function over $t \in [0, 2]$:

$$ L = \int_0^2 5\sqrt{2} \, dt = 5\sqrt{2} \int_0^2 dt = 5\sqrt{2} \times (2 - 0) = 10\sqrt{2} $$

So the arc length of the curve is $10\sqrt{2}$ units.

A More Complex Example

Let’s try a more complex curve:

$$ \mathbf{r}(t) = \langle \cos(t), \sin(t), t \rangle \quad \text{for} \quad t \in [0, \pi] $$

This curve represents a helix—a spiral shape that winds around the $z$-axis.

Step 1: Find the Derivatives

We differentiate each component:

  • $x'(t) = -\sin(t)$
  • $y'(t) = \cos(t)$
  • $z'(t) = 1$

So the velocity vector is:

$$ \mathbf{v}(t) = \langle -\sin(t), \cos(t), 1 \rangle $$

Step 2: Compute the Speed

We find the magnitude of the velocity vector:

$$ \|\mathbf{v}(t)\| = \sqrt{(-\sin(t))^2 + (\cos(t))^2 + (1)^2} = \sqrt{\sin^2(t) + \cos^2(t) + 1} $$

We know that $\sin^2(t) + \cos^2(t) = 1$, so this simplifies to:

$$ \|\mathbf{v}(t)\| = \sqrt{1 + 1} = \sqrt{2} $$

Like before, the speed is constant. The point moves along the helix at a constant speed $\sqrt{2}$.

Step 3: Integrate the Speed

We integrate the speed function over $t \in [0, \pi]$:

$$ L = \int_0^\pi \sqrt{2} \, dt = \sqrt{2} \int_0^\pi dt = \sqrt{2} \times (\pi - 0) = \pi \sqrt{2} $$

So the arc length of the helix from $t = 0$ to $t = \pi$ is $\pi \sqrt{2}$ units.

Real-World Applications of Arc Length

Arc length isn’t just a theoretical concept—it’s used in many real-world situations:

  1. Engineering:
  • Engineers use arc length to measure the lengths of bridges, tunnels, and roads. For example, the length of a suspension cable in a bridge can be calculated using arc length formulas.
  • In robotics, the motion of a robotic arm along a curved path can be optimized by calculating the arc length of the trajectory.
  1. Physics:
  • In physics, arc length helps describe the motion of particles along curved paths. For instance, if a particle moves along a spiral trajectory, its total distance traveled can be found using arc length.
  • Arc length also comes into play in electromagnetism, where the length of curved wires in circuits can affect resistance.
  1. Computer Graphics and Animation:
  • In computer graphics, arc length is used to create smooth animations. For example, when animating a character along a curved path, knowing the arc length helps control the timing and speed of the animation.
  • Bezier curves, widely used in design and animation, also rely on arc length calculations to ensure smooth transitions and accurate motion.
  1. Geography and Cartography:
  • In cartography, arc length is used to measure the distance along the surface of the Earth. For example, the distance between two cities along a great circle (the shortest path on the Earth’s surface) can be calculated using arc length formulas.

Arc Length in Two Dimensions

We’ve focused on curves in three dimensions, but the concept of arc length applies to two-dimensional curves as well. If a curve is parameterized in two dimensions as:

$$ \mathbf{r}(t) = \langle x(t), y(t) \rangle $$

Then the arc length formula simplifies to:

$$ L = \int_a^b \sqrt{(x'(t))^2 + (y'(t))^2} \, dt $$

Let’s do a quick example.

Example: Arc Length of a Circle

Consider the circle parameterized as:

$$ \mathbf{r}(t) = \langle \cos(t), \sin(t) \rangle \quad \text{for} \quad t \in [0, 2\pi] $$

This parameterization describes a unit circle, with radius 1.

Step 1: Find the Derivatives

We differentiate each component:

  • $x'(t) = -\sin(t)$
  • $y'(t) = \cos(t)$

So the velocity vector is:

$$ \mathbf{v}(t) = \langle -\sin(t), \cos(t) \rangle $$

Step 2: Compute the Speed

We find the magnitude of the velocity vector:

$$ \|\mathbf{v}(t)\| = \sqrt{(-\sin(t))^2 + (\cos(t))^2} = \sqrt{\sin^2(t) + \cos^2(t)} = \sqrt{1} = 1 $$

The speed is constant and equal to 1.

Step 3: Integrate the Speed

We integrate the speed function over $t \in [0, 2\pi]$:

$$ L = \int_0^{2\pi} 1 \, dt = 2\pi $$

So the arc length of the entire circle is $2\pi$, which is exactly the circumference of a unit circle. This matches what we know: the circumference of a circle is $2\pi r$, and for a unit circle, $r = 1$.

Conclusion

In this lesson, students, you’ve learned how to find the arc length of curves in space. We started with parameterized curves, found their velocity vectors, computed speed, and integrated to find the total length. Along the way, we explored real-world applications—from engineering to animation—and worked through several examples.

Arc length is a powerful tool that helps us measure distances along curves, and it’s a fundamental concept in calculus. With practice, you’ll be able to apply this skill to a wide variety of problems.

Study Notes

  • Parameterized Curve: A curve defined by functions of a parameter $t$:

$$ \mathbf{r}(t) = \langle x(t), y(t), z(t) \rangle $$

  • Velocity Vector: The derivative of the position vector:

$$ \mathbf{v}(t) = \frac{d\mathbf{r}(t)}{dt} = \langle x'(t), y'(t), z'(t) \rangle $$

  • Speed: The magnitude of the velocity vector:

$$ \|\mathbf{v}(t)\| = \sqrt{(x'(t))^2 + (y'(t))^2 + (z'(t))^2} $$

  • Arc Length Formula (3D):

$$ L = \int_a^b \|\mathbf{v}(t)\| \, dt $$

  • Arc Length Formula (2D):

$$ L = \int_a^b \sqrt{(x'(t))^2 + (y'(t))^2} \, dt $$

  • Steps to Find Arc Length:
  1. Find the derivatives $x'(t)$, $y'(t)$, $z'(t)$.
  2. Compute the speed $\|\mathbf{v}(t)\|$.
  3. Integrate the speed over the interval $[a, b]$.
  • Real-World Applications:
  • Engineering: Measuring bridge cables, road lengths.
  • Physics: Particle trajectories, wire lengths in circuits.
  • Animation: Smooth motion along curves.
  • Geography: Measuring distances along Earth’s surface.
  • Example Results:
  • Straight line: $ \mathbf{r}(t) = \langle 3t, 4t, 5t \rangle$, $L = 10\sqrt{2}$
  • Helix: $ \mathbf{r}(t) = \langle \cos(t), \sin(t), t \rangle$, $L = \pi \sqrt{2}$
  • Unit circle: $ \mathbf{r}(t) = \langle \cos(t), \sin(t) \rangle$, $L = 2\pi$

Practice Quiz

5 questions to test your understanding