Formula for y = f(x)
The length of a curve y=f(x) from x=a to x=b:
L=∫ab1+[f′(x)]2dx=∫ab1+(dxdy)2dx
Formula for x = g(y)
The length of a curve x=g(y) from y=c to y=d:
L=∫cd1+[g′(y)]2dy=∫cd1+(dydx)2dy
Parametric Form
For x=x(t), y=y(t) from t=α to t=β:
L=∫αβ(dtdx)2+(dtdy)2dt
Differential Form
The arc length differential:
ds=dx2+dy2=1+(dxdy)2dx
Examples
Example 1: Simple curve
Find the arc length of y=x3/2 from x=0 to x=4.
dxdy=23x1/2
(dxdy)2=49x
L=∫041+49xdx
Let u=1+49x, du=49dx
=94∫110udu=94⋅32[u3/2]110
=278[103/2−1]=278[1010−1]≈9.07
Example 2: Curve as x = g(y)
Find the arc length of x=3y3+4y1 from y=1 to y=2.
dydx=y2−4y21
(dydx)2=y4−21+16y41
1+(dydx)2=y4+21+16y41=(y2+4y21)2
L=∫12(y2+4y21)dy=[3y3−4y1]12
=(38−81)−(31−41)=38−81−31+41
=37+81=2459
Example 3: Circle (parametric)
Find the circumference of a circle x=rcos(t), y=rsin(t).
dtdx=−rsin(t),dtdy=rcos(t)
(dtdx)2+(dtdy)2=r2sin2(t)+r2cos2(t)=r2
L=∫02πr2dt=∫02πrdt=r⋅2π=2πr
Example 4: Parabola
Find the arc length of y=x2 from x=0 to x=1.
dxdy=2x
L=∫011+4x2dx
Using trig substitution: x=21tan(θ)
=21∫0arctan(2)sec3(θ)dθ
Using the formula for ∫sec3(θ):
=41[sec(θ)tan(θ)+ln∣sec(θ)+tan(θ)∣]0arctan(2)
At θ=arctan(2): sec(θ)=5, tan(θ)=2
=41[25+ln(5+2)−0]≈1.479
Example 5: Catenary
Find the arc length of y=cosh(x) from x=0 to x=1.
dxdy=sinh(x)
1+(dxdy)2=1+sinh2(x)=cosh2(x)
L=∫01cosh(x)dx=[sinh(x)]01=sinh(1)−sinh(0)=sinh(1)≈1.175
Example 6: Cycloid
Find one arch of the cycloid: x=t−sin(t), y=1−cos(t), 0≤t≤2π.
dtdx=1−cos(t),dtdy=sin(t)
(dtdx)2+(dtdy)2=(1−cost)2+sin2t
=1−2cost+cos2t+sin2t=2−2cost=2(1−cost)
Using half-angle: 1−cost=2sin2(t/2)
2(1−cost)=2∣sin(t/2)∣=2sin(t/2) for 0≤t≤2π
L=∫02π2sin(t/2)dt=[−4cos(t/2)]02π
=−4(−1)−(−4)(1)=4+4=8