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=4−t2−2≤t≤0Show All Steps Hide All Steps
Start SolutionThe first thing we’ll need here are the following two derivatives.
dxdt=3dydt=−2t Show Step 2We’ll need the ds for this problem.
ds=√[3]2+[−2t]2dt=√9+4t2dt Show Step 3The integral for the arc length is then,
L=∫ds=∫0−2√9+4t2dt Show Step 4This 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θ=3√1+tan2θ=3√sec2θ=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→θ=tan−1(−43)=−0.9273t=0:0=32tanθ→tanθ=0→θ=0Okay, 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*}