Paul's Online Notes
Paul's Online Notes
Home / Calculus III / 3-Dimensional Space / Arc Length with Vector Functions
Show Mobile Notice  
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best viewed in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (you should be able to scroll/swipe to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 12.9 : Arc Length with Vector Functions

In this section we’ll recast an old formula into terms of vector functions. We want to determine the length of a vector function,

r(t)=f(t),g(t),h(t)r(t)=f(t),g(t),h(t)

on the interval atbatb.

We actually already know how to do this. Recall that we can write the vector function into the parametric form,

x=f(t)y=g(t)z=h(t)x=f(t)y=g(t)z=h(t)

Also, recall that with two dimensional parametric curves the arc length is given by,

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

There is a natural extension of this to three dimensions. So, the length of the curve r(t) on the interval atb is,

L=ba[f(t)]2+[g(t)]2+[h(t)]2dt

There is a nice simplification that we can make for this. Notice that the integrand (the function we’re integrating) is nothing more than the magnitude of the tangent vector,

r(t)=[f(t)]2+[g(t)]2+[h(t)]2

Therefore, the arc length can be written as,

L=bar(t)dt
Let’s work a quick example of this.

Example 1 Determine the length of the curve r(t)=2t,3sin(2t),3cos(2t) on the interval 0t2π.
Show Solution

We will first need the tangent vector and its magnitude.

r(t)=2,6cos(2t),6sin(2t)r(t)=4+36cos2(2t)+36sin2(2t)=4+36=210

The length is then,

L=bar(t)dt=2π0210dt=4π10

We need to take a quick look at another concept here. We define the arc length function as,

s(t)=t0r(u)du

Before we look at why this might be important let’s work a quick example.

Example 2 Determine the arc length function for r(t)=2t,3sin(2t),3cos(2t).
Show Solution

From the previous example we know that,

r(t)=210

The arc length function is then,

s(t)=t0210du=(210u)t0=210t

Okay, just why would we want to do this? Well let’s take the result of the example above and solve it for t.

t=s210

Now, taking this and plugging it into the original vector function and we can reparametrize the function into the form, r(t(s)). For our function this is,

r(t(s))=s10,3sin(s10),3cos(s10)

So, why would we want to do this? Well with the reparameterization we can now tell where we are on the curve after we’ve traveled a distance of s along the curve. Note as well that we will start the measurement of distance from where we are at t=0.

Example 3 Where on the curve r(t)=2t,3sin(2t),3cos(2t) are we after traveling for a distance of π103?
Show Solution

To determine this we need the reparameterization, which we have from above.

r(t(s))=s10,3sin(s10),3cos(s10)

Then, to determine where we are all that we need to do is plug in s=π103 into this and we’ll get our location.

r(t(π103))=π3,3sin(π3),3cos(π3)=π3,332,32

So, after traveling a distance of π103 along the curve we are at the point (π3,332,32).