Week 5 Discussion Notes

Table of Contents

Arc Length

Here's a mnemonic to help you remember the formula for arc length: from calculus, you should recognize the "formula"

Δff(t)Δt.\Delta f \approx f'\p{t} \,\Delta t.

This still works for vector functions:

Δrr(t)Δt    Δsr(t)Δt,\Delta \vec{r} \approx \vec{r}'\p{t} \,\Delta t \implies \Delta s \approx \norm{\vec{r}'\p{t}} \,\Delta t,

after taking magnitudes. Thus, this becomes

ds=r(t)dt    L=0Lds=abr(t)dt\diff{s} = \norm{\vec{r}'\p{t}} \,\diff{t} \implies L = \int_0^L \diff{s} = \int_a^b \norm{\vec{r}'\p{t}} \,\diff{t}

after integrating both sides. This should hopefully give a little intuition on why arc length is defined the way it is.

Arc Length Parametrization

A big source of confusion for me when I first learned the material is the difference between tt and ss. This is because when we write r(s)\vec{r}'\p{s}, we really mean drds(s)\deriv{\vec{r}}{s}\p{s} and not drdt(s)\deriv{\vec{r}}{t}\p{s} (notice that the first derivative is taken with respect to arc length, ss, instead of tt).

The distinction is really important when doing certain calculations. For example, to calculate curvature, you have

κ=dTdsdTdt.\kappa = \norm{\deriv{\vec{T}}{s}} \neq \norm{\deriv{\vec{T}}{t}}.

If you want to use the tt-derivative to calculate arc length, then you will want to sue the chain rule instead:

κ=dTds=dTdtdtds=dTdtr.\kappa = \norm{\deriv{\vec{T}}{s}} = \norm{\deriv{\vec{T}}{t} \deriv{t}{s}} = \frac{\norm{\deriv{\vec{T}}{t}}}{\norm{\vec{r}'}}.