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 a≤t≤ba≤t≤b.
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)]2dtThere is a natural extension of this to three dimensions. So, the length of the curve →r(t) on the interval a≤t≤b is,
L=∫ba√[f′(t)]2+[g′(t)]2+[h′(t)]2dtThere 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)]2Therefore, the arc length can be written as,
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=2√10The length is then,
L=∫ba‖→r′(t)‖dt=∫2π02√10dt=4π√10We need to take a quick look at another concept here. We define the arc length function as,
Before we look at why this might be important let’s work a quick example.
From the previous example we know that,
‖→r′(t)‖=2√10The arc length function is then,
s(t)=∫t02√10du=(2√10u)t0=2√10tOkay, just why would we want to do this? Well let’s take the result of the example above and solve it for t.
t=s2√10Now, 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))=⟨s√10,3sin(s√10),3cos(s√10)⟩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.
To determine this we need the reparameterization, which we have from above.
→r(t(s))=⟨s√10,3sin(s√10),3cos(s√10)⟩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,3√32,32⟩So, after traveling a distance of π√103 along the curve we are at the point (π3,3√32,32).