How to reparametrize a curve in terms of arc length

 
 
Reparametrizing the curve blog post.jpeg
 
 
 

What it means to reparametrize a curve

When we reparametrize a curve, it means that we rewrite it in terms of an independent variable. There’s not a specific variable that’s always used in reparametrization, but it’s common to see ???s??? used. Given a vector function

???r(t)=r(t)_1\bold i+r(t)_2\bold j+r(t)_3\bold k???

the reparametrized curve will be

???r[t(s)]=r[t(s)]_1\bold i+r[t(s)]_2\bold j+r[t(s)]_3\bold k???

Krista King Math.jpg

Hi! I'm krista.

I create online courses to help you rock your math class. Read more.

 

To reparametrize the curve with respect to arc length, we’ll have to find the arc length of the vector function using

???L=\int^b_a\sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2+\left(\frac{dz}{dt}\right)^2}\ dt???

where ???L??? is the arc length of the vector function, ???[a,b]??? is the interval, and ???dx/dt???, ???dy/dt??? and ???dz/dt??? are the derivatives of the parametric equations for ???x???, ???y??? and ???z???, respectively.

Whether the vector function is given as ???r(t)=\langle{r(t)_1,r(t)_2,r(t)_3}\rangle??? or ???r(t)=r(t)_1\bold i+r(t)_2\bold j+r(t)_3\bold k???, the parametric equations of the vector are

???x=r(t)_1???

???y=r(t)_2???

???z=r(t)_3???

Once we have the parametric equations, we can find their derivatives and plug them into the arc length formula. We’ll evaluate the integral to find arc length, then take the arc length and set it equal to ???s???, such that ???L(t)=s???. We’ll solve ???L(t)=s??? for ???t???, and then plug the value we found for ???t??? back into the original vector function. This will give us the reparametrized curve

???r[t(s)]=r[t(s)]_1\bold i+r[t(s)]_2\bold j+r[t(s)]_3\bold k???

 
 

How to reparametrize the curve in terms of arc length


 
Krista King Math Signup.png
 
Calculus 3 course.png

Take the course

Want to learn more about Calculus 3? I have a step-by-step course for that. :)

 
 

 
 

An example of reparametrizing the curve with respect to arc length, in the direction of increasing t

Example

Reparametrize the curve with respect to arc length from ???t=0??? in the direction of increasing ???t???.

???r(t)=-2t\bold i+4t\bold j+(2-4t)\bold k???

First, we’ll use the coefficients from the vector function to generate parametric equations of the vector function.

???x=-2t???

???y=4t???

???z=2-4t???

Now we’ll take the derivatives of these.

???\frac{dx}{dt}=-2???

???\frac{dy}{dt}=4???

???\frac{dz}{dt}=-4???

Next, we’ll plug the derivatives into the arc length formula. We also know that the limits of integration will be ???[0,t]???, since the problem indicated that the arc length should start at ???0??? and head in the direction of increasing ???t???.

???L=\int^b_a\sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2+\left(\frac{dz}{dt}\right)^2}\ dt???

???L=\int^t_0\sqrt{\left(-2\right)^2+\left(4\right)^2+\left(-4\right)^2}\ dt???

???L=\int^t_0\sqrt{4+16+16}\ dt???

???L=\int^t_0{\sqrt{36}\ dt}???

???L=\int^t_0{6\ dt}???

???L=6t\Big|^t_0???

???L=6(t)-6(0)???

???L=6t???

Reparametrizing the curve for Vectors.jpg

To reparametrize the curve with respect to arc length, we’ll have to find the arc length of the vector function.

Now we’ll set arc length equal to the independent variable ???s???, and we’ll get

???s=6t???

Then we’ll solve for ???t???.

???t=\frac{s}{6}???

We’ll substitute the value of ???t??? into the original vector function, and we’ll get the reparametrized version.

???r[t(s)]=-2\left(\frac{s}{6}\right)\bold i+4\left(\frac{s}{6}\right)\bold j+\left[2-4\left(\frac{s}{6}\right)\right]\bold k???

???r[t(s)]=-\frac13s\bold i+\frac23s\bold j+\left(2-\frac23s\right)\bold k???

This is the reparametrized curve in terms of arc length.


 
Krista King.png
 

Get access to the complete Calculus 3 course