Loading [MathJax]/jax/output/CommonHTML/fonts/TeX/fontdata.js
Paul's Online Notes
Paul's Online Notes
Home / Calculus II / Parametric Equations and Polar Coordinates / Arc Length with Parametric Equations
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 9.4 : Arc Length with Parametric Equations

2. Determine the length of the parametric curve given by the following set of parametric equations. You may assume that the curve traces out exactly once for the given range of t’s.

x=3t+1y=4t22t0

Show All Steps Hide All Steps

Start Solution

The first thing we’ll need here are the following two derivatives.

dxdt=3dydt=2t Show Step 2

We’ll need the ds for this problem.

ds=[3]2+[2t]2dt=9+4t2dt Show Step 3

The integral for the arc length is then,

L=ds=029+4t2dt Show Step 4

This integral will require a trig substitution (as will quite a few arc length integrals!).

Here is the trig substitution we’ll need for this integral.

t=32tanθdt=32sec2θdθ 9+4t2=9+9tan2θ=31+tan2θ=3sec2θ=3|secθ|

To get rid of the absolute value on the secant will need to convert the limits into θ limits.

t=2:2=32tanθtanθ=43θ=tan1(43)=0.9273t=0:0=32tanθtanθ=0θ=0

Okay, the corresponding range ofθ for this problem is 0.9273θ0 (fourth quadrant) and in this range we know that secant is positive. Therefore the root becomes,

9+4t2=3secθ

The integral is then,

\begin{align*}L & = \int_{{ - 2}}^{0}{{\sqrt {9 + 4{t^2}} \,dt}} = \int_{{ - 0.9273}}^{0}{{\left( {3\sec \theta } \right)\left( {\frac{3}{2}{{\sec }^2}\theta } \right)\,d\theta }}\\ & = \int_{{ - 0.9273}}^{0}{{\frac{9}{2}{{\sec }^3}\theta \,d\theta }} = \left. {\frac{9}{4}\left[ {\sec \theta \tan \theta + ln\left| {\sec \theta + \tan \theta } \right|} \right]} \right|_{ - 0.9273}^0 = \require{bbox} \bbox[2pt,border:1px solid black]{{7.4719}}\end{align*}