Fiveable

Calculus IV Unit 1 Review

QR code for Calculus IV practice questions

1.4 Arc length and curvature

1.4 Arc length and curvature

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus IV
Unit & Topic Study Guides

Arc Length and Curvature

Arc length and curvature give you the tools to describe curves in space geometrically rather than just algebraically. Arc length tells you how far you've traveled along a curve, while curvature tells you how sharply the curve bends at each point. Together with torsion (which measures twisting), these quantities are fundamental for analyzing motion along paths in physics, engineering, and computer graphics.

Arc Length and Parameterization

Calculating Arc Length

Arc length measures the actual distance traveled along a curve CC between two points P(a)P(a) and P(b)P(b). The idea is to sum up infinitesimal straight-line segments along the curve, which leads to the integral formula:

L=abr(t)dt=ab(dxdt)2+(dydt)2+(dzdt)2dtL = \int_{a}^{b} \left\|\vec{r}\,'(t)\right\| \, dt = \int_{a}^{b} \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2 + \left(\frac{dz}{dt}\right)^2} \, dt

The curve must be smooth (continuously differentiable) on [a,b][a, b] for this to work. Each term under the radical is the derivative of a coordinate function with respect to the parameter tt.

Example: Find the arc length of r(t)=(t,t2,t3)\vec{r}(t) = (t,\, t^2,\, t^3) for 0t10 \leq t \leq 1.

  1. Compute the derivatives: dxdt=1,dydt=2t,dzdt=3t2\frac{dx}{dt} = 1, \quad \frac{dy}{dt} = 2t, \quad \frac{dz}{dt} = 3t^2
  2. Form the integrand: r(t)=1+4t2+9t4\left\|\vec{r}\,'(t)\right\| = \sqrt{1 + 4t^2 + 9t^4}
  3. Set up the integral: L=011+4t2+9t4dtL = \int_{0}^{1} \sqrt{1 + 4t^2 + 9t^4} \, dt

This integral doesn't have a nice closed form, so in practice you'd evaluate it numerically (L1.8519L \approx 1.8519).

Arc Length Parameterization

Most parameterizations traverse a curve at varying speed. Arc length parameterization reparameterizes the curve using the arc length ss itself as the parameter, so the curve is traversed at a constant speed of exactly 1 unit per unit of ss.

How to find it:

  1. Compute the arc length function: s(t)=t0tr(u)dus(t) = \int_{t_0}^{t} \left\|\vec{r}\,'(u)\right\| \, du
  2. Solve for tt in terms of ss (i.e., invert the function to get t=t(s)t = t(s)).
  3. Substitute back into r(t)\vec{r}(t) to get r(s)\vec{r}(s).

Example: Find the arc length parameterization of r(t)=(cost,sint)\vec{r}(t) = (\cos t,\, \sin t) for 0t2π0 \leq t \leq 2\pi.

  1. Derivatives: dxdt=sint,dydt=cost\frac{dx}{dt} = -\sin t, \quad \frac{dy}{dt} = \cos t
  2. Speed: r(t)=sin2t+cos2t=1\left\|\vec{r}\,'(t)\right\| = \sqrt{\sin^2 t + \cos^2 t} = 1
  3. Arc length function: s=0t1du=ts = \int_{0}^{t} 1 \, du = t, so t=st = s.
  4. The arc length parameterization is r(s)=(coss,sins)\vec{r}(s) = (\cos s,\, \sin s) for 0s2π0 \leq s \leq 2\pi.

This worked out so cleanly because the unit circle already has unit speed. For most curves, the inversion step is much harder.

Calculating Arc Length, Arc Length of a Curve and Surface Area · Calculus

Natural Parameterization

Natural parameterization (also called unit speed parameterization) is just another name for arc length parameterization. The defining property is that r(s)=1\left\|\vec{r}\,'(s)\right\| = 1 everywhere along the curve.

Why care? When a curve is naturally parameterized, many formulas simplify dramatically. For instance, the curvature reduces to κ=r(s)\kappa = \left\|\vec{r}\,''(s)\right\|, and the unit tangent vector is simply T(s)=r(s)\vec{T}(s) = \vec{r}\,'(s).

Verification example: For r(s)=(coss,sins)\vec{r}(s) = (\cos s,\, \sin s), compute r(s)=(sins,coss)\vec{r}\,'(s) = (-\sin s,\, \cos s), and r(s)=sin2s+cos2s=1\left\|\vec{r}\,'(s)\right\| = \sqrt{\sin^2 s + \cos^2 s} = 1. Confirmed: this is a natural parameterization.

Curvature

Measuring Curvature

Curvature, denoted κ\kappa, quantifies how rapidly the direction of the curve is changing at a given point. A straight line has κ=0\kappa = 0 everywhere; a tight turn has large κ\kappa.

The formal definition is the magnitude of the rate of change of the unit tangent vector T\vec{T} with respect to arc length:

κ=dTds\kappa = \left\|\frac{d\vec{T}}{ds}\right\|

Since most curves aren't parameterized by arc length, you'll typically use this equivalent formula for an arbitrary parameter tt:

κ=r(t)×r(t)r(t)3\kappa = \frac{\left\|\vec{r}\,'(t) \times \vec{r}\,''(t)\right\|}{\left\|\vec{r}\,'(t)\right\|^3}

For plane curves y=f(x)y = f(x), this simplifies to: κ=f(x)(1+(f(x))2)3/2\kappa = \frac{|f''(x)|}{(1 + (f'(x))^2)^{3/2}}

Example: Find the curvature of r(t)=(t,t2,t3)\vec{r}(t) = (t,\, t^2,\, t^3) at t=1t = 1.

  1. First derivative: r(t)=(1,2t,3t2)\vec{r}\,'(t) = (1,\, 2t,\, 3t^2), so r(1)=(1,2,3)\vec{r}\,'(1) = (1, 2, 3)
  2. Second derivative: r(t)=(0,2,6t)\vec{r}\,''(t) = (0,\, 2,\, 6t), so r(1)=(0,2,6)\vec{r}\,''(1) = (0, 2, 6)
  3. Cross product: r(1)×r(1)=ijk123026=(126,(60),20)=(6,6,2)\vec{r}\,'(1) \times \vec{r}\,''(1) = \begin{vmatrix} \vec{i} & \vec{j} & \vec{k} \\ 1 & 2 & 3 \\ 0 & 2 & 6 \end{vmatrix} = (12-6,\, -(6-0),\, 2-0) = (6, -6, 2)
  4. Magnitudes: (6,6,2)=36+36+4=76=219\left\|(6, -6, 2)\right\| = \sqrt{36+36+4} = \sqrt{76} = 2\sqrt{19} and (1,2,3)=14\left\|(1,2,3)\right\| = \sqrt{14}
  5. Curvature: κ=219(14)3=2191414\kappa = \frac{2\sqrt{19}}{(\sqrt{14})^3} = \frac{2\sqrt{19}}{14\sqrt{14}}

Note on the original computation: The cross product (1,2,3)×(0,2,6)=(6,6,2)(1,2,3) \times (0,2,6) = (6,-6,2), which has magnitude 2192\sqrt{19}, not 14\sqrt{14}. Be careful with cross product calculations on exams.

Calculating Arc Length, calculus - Arc Length Of Parametric Curve - Mathematics Stack Exchange

Radius of Curvature

The radius of curvature ρ\rho is the reciprocal of curvature:

ρ=1κ\rho = \frac{1}{\kappa}

Geometrically, ρ\rho is the radius of the osculating circle (the best-fit circle) at that point. Large ρ\rho means the curve is nearly straight; small ρ\rho means a tight bend.

Example: For the curve r(t)=(t,t2,t3)\vec{r}(t) = (t,\, t^2,\, t^3) at t=1t = 1, using the corrected curvature above:

ρ=1κ=1414219=71419\rho = \frac{1}{\kappa} = \frac{14\sqrt{14}}{2\sqrt{19}} = \frac{7\sqrt{14}}{\sqrt{19}}

Osculating Circle

The osculating circle at a point on a curve is the circle that best approximates the curve there. It satisfies three conditions simultaneously:

  • It passes through the point on the curve.
  • It shares the same tangent direction as the curve at that point.
  • It has the same curvature κ\kappa as the curve at that point.

The center of the osculating circle lies along the principal unit normal vector N\vec{N}, at a distance ρ=1/κ\rho = 1/\kappa from the point on the curve. In other words:

center=r(t0)+ρN(t0)\text{center} = \vec{r}(t_0) + \rho\,\vec{N}(t_0)

Example: Find the osculating circle for r(t)=(t,t2)\vec{r}(t) = (t,\, t^2) at t=1t = 1.

  1. Compute: r(1)=(1,1)\vec{r}(1) = (1, 1), r(1)=(1,2)\vec{r}\,'(1) = (1, 2), r(1)=(0,2)\vec{r}\,''(1) = (0, 2)

  2. For a 2D curve, the cross product gives a scalar: r×r=1220=2\left\|\vec{r}\,' \times \vec{r}\,''\right\| = |1 \cdot 2 - 2 \cdot 0| = 2

  3. Curvature: κ=2(5)3=255\kappa = \frac{2}{(\sqrt{5})^3} = \frac{2}{5\sqrt{5}}, so ρ=552\rho = \frac{5\sqrt{5}}{2}

  4. Unit tangent: T=(1,2)5=(15,25)\vec{T} = \frac{(1,2)}{\sqrt{5}} = \left(\frac{1}{\sqrt{5}},\, \frac{2}{\sqrt{5}}\right)

  5. Unit normal (rotate T\vec{T} by 90° toward the concave side): N=(25,15)\vec{N} = \left(-\frac{2}{\sqrt{5}},\, \frac{1}{\sqrt{5}}\right)

  6. Center: (1,1)+552(25,15)=(15,  1+52)=(4,  72)(1,1) + \frac{5\sqrt{5}}{2}\left(-\frac{2}{\sqrt{5}},\, \frac{1}{\sqrt{5}}\right) = (1 - 5,\; 1 + \tfrac{5}{2}) = (-4,\; \tfrac{7}{2})

  7. Equation: (x+4)2+(y72)2=(552)2=1254(x + 4)^2 + \left(y - \tfrac{7}{2}\right)^2 = \left(\frac{5\sqrt{5}}{2}\right)^2 = \frac{125}{4}

Torsion

Understanding Torsion

While curvature measures bending within a plane, torsion measures how much a space curve twists out of its osculating plane. It's denoted τ\tau.

  • A curve with τ=0\tau = 0 at every point is a planar curve (it lies entirely in one plane).
  • Positive τ\tau means the curve twists in one direction; negative τ\tau means it twists the other way. The sign convention depends on orientation: τ>0\tau > 0 corresponds to the binormal vector rotating toward N-\vec{N}.

The formal definition involves the rate of change of the binormal vector B\vec{B} with respect to arc length:

τ=dBdsN\tau = -\frac{d\vec{B}}{ds} \cdot \vec{N}

For computation with an arbitrary parameter tt, use:

τ=(r(t)×r(t))r(t)r(t)×r(t)2\tau = \frac{(\vec{r}\,'(t) \times \vec{r}\,''(t)) \cdot \vec{r}\,'''(t)}{\left\|\vec{r}\,'(t) \times \vec{r}\,''(t)\right\|^2}

Notice the sign difference: this formula has a positive scalar triple product in the numerator (no leading negative sign), unlike the arc-length version. This is because the derivatives with respect to tt already account for the sign.

Example: Find the torsion of the helix r(t)=(cost,sint,t)\vec{r}(t) = (\cos t,\, \sin t,\, t) at t=π2t = \frac{\pi}{2}.

  1. Derivatives:

    • r(t)=(sint,cost,1)\vec{r}\,'(t) = (-\sin t,\, \cos t,\, 1)
    • r(t)=(cost,sint,0)\vec{r}\,''(t) = (-\cos t,\, -\sin t,\, 0)
    • r(t)=(sint,cost,0)\vec{r}\,'''(t) = (\sin t,\, -\cos t,\, 0)
  2. Evaluate at t=π2t = \frac{\pi}{2}:

    • r=(1,0,1)\vec{r}\,' = (-1, 0, 1)
    • r=(0,1,0)\vec{r}\,'' = (0, -1, 0)
    • r=(1,0,0)\vec{r}\,''' = (1, 0, 0)
  3. Cross product r×r=(1,0,1)×(0,1,0)=(001(1),  10(1)0,  (1)(1)00)=(1,0,1)\vec{r}\,' \times \vec{r}\,'' = (-1, 0, 1) \times (0, -1, 0) = (0 \cdot 0 - 1 \cdot (-1),\; 1 \cdot 0 - (-1) \cdot 0,\; (-1)(-1) - 0 \cdot 0) = (1, 0, 1)

  4. Scalar triple product: (1,0,1)(1,0,0)=1(1, 0, 1) \cdot (1, 0, 0) = 1

  5. Magnitude squared: (1,0,1)2=2\left\|(1, 0, 1)\right\|^2 = 2

  6. Torsion: τ=12\tau = \frac{1}{2}

For a circular helix, the torsion is actually constant everywhere (not just at this point). The value τ=12\tau = \frac{1}{2} reflects how tightly the helix winds upward relative to its radius.