1.4: Arc Length
( \newcommand{\kernel}{\mathrm{null}\,}\)
We can find the arc length of a curve by cutting it up into tiny pieces and adding up the length of each of the pieces. If the pieces are small and the curve is differentiable then each piece will be approximately linear.
We can use the distance formula to find the length of each piece:
L=√(Δx)2+(Δy)2.
Multiplying and dividing by Δt gives
L=√(ΔxΔt)2+(ΔyΔt)2Δt.
Adding up all the lengths and taking the limit as Δt approaches 0 gives the formula
L=∫ba√(dxdt)2+(dydt)2dt.
Find the arc length of the curve defined parametrically by x(t)=t2+4t and y(t)=1−t2, from 0<t<2.
Solution
We calculate the derivatives:
x′=2t+4andy′=−2t.
Hence, the integrand to integrate is
√(dxdt)2+(dydt)2=√8t2+16t+16
and the full integral to solve, with limits,
∫20√8t2+16t+16dt
is difficult (but not impossible) to do by hand. Either by hand or by computer we get
L≈12.74.
Larry Green (Lake Tahoe Community College)
Integrated by Justin Marshall.