Study Guide780 words

Arc Length and Curvature: Multivariable Calculus Study Guide

Arc Length and Curvature

Arc Length and Curvature

This guide explores how to quantify the distance along a path in space and measure the "sharpness" of its turns using the concepts of arc length and curvature.

Learning Objectives

After studying this material, you should be able to:

  • Calculate the arc length of both plane and space curves using vector-valued functions.
  • Derive the arc-length function s(t)s(t) and use it to find an arc-length parameterization.
  • Define and calculate the curvature κ\kappa of a smooth curve.
  • Understand the geometric significance of the Unit Tangent, Normal, and Binormal vectors.

Key Terms & Glossary

  • Smooth Curve: A curve parameterized by r(t)\mathbf{r}(t) where r(t)\mathbf{r}'(t) is continuous and r(t)0\mathbf{r}'(t) \neq \mathbf{0} for all tt.
    • Example: A circle is smooth; a curve with a "cusp" (like y2=x3y^2 = x^3) is not smooth at the origin.
  • Arc-Length Parameter (ss): A parameter that represents the actual distance traveled along a curve from a starting point.
  • Curvature (κ\kappa): A scalar measure of how quickly a curve changes direction at a point.
    • Example: A circle of radius RR has a constant curvature of $1/R$. A straight line has 0 curvature.
  • Osculating Circle: The "kissing circle" that best approximates a curve at a specific point.

The "Big Idea"

In basic physics, we often describe motion in terms of time (tt). However, the geometry of a path doesn't care how fast you move; it only cares about the shape. By switching from a time parameter (tt) to an arc-length parameter (ss), we describe the curve based on its internal geometry. This allows us to define curvature, which tells us how much the unit tangent vector is "twisting" per unit of distance traveled.

Formula / Concept Box

ConceptFormula (Vector Form)Notes
Arc Length$$L = \int_{a}^{b} \\mathbf{r}(t)dt'(t)\| dt
Arc-Length Functions(t)s(t) = \int_{a}^{t} \\mathbf{r}(u)du'(u)\| du
Curvature (General)κ=T(t)r(t)\kappa = \frac{\|\mathbf{T}'(t)\|}{\|\mathbf{r}'(t)\|}Rate of change of Tangent
Curvature (Space)κ=r(t)×r(t)r(t)3\kappa = \frac{\|\mathbf{r}'(t) \times \mathbf{r}''(t)\|}{\|\mathbf{r}'(t)\|^3}Easier for computation

Hierarchical Outline

  1. Arc Length Calculation
    • Plane Curves: $$\int \sqrt{[x'(t)]^2 + [y'(t)]^2}dt dt
    • Space Curves: $$\int \sqrt{[x'(t)]^2 + [y'(t)]^2 + [z'(t)]^2}dt dt
  2. Arc-Length Parameterization
    • Step 1: Find s(t)s(t) by integrating speed.
    • Step 2: Solve the resulting equation for tt in terms of ss.
    • Step 3: Substitute t(s)t(s) back into r(t)\mathbf{r}(t).
  3. Curvature Analysis
    • Relation to radius: κ=1/R\kappa = 1/R.
    • Smoothness requirement: $$\mathbf{r}(t)'(t) must not be zero to avoid division by zero.

Visual Anchors

Parameterization Logic

Loading Diagram...
Figure 1 — Mermaid diagram

The TNB Frame

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

[!IMPORTANT] Definition: Arc-Length Parameterization A curve r(s)\mathbf{r}(s) is parameterized by arc length if the speed \|\mathbf{r}(s)=1'(s)\| = 1 for all ss.

  • Example: Consider \mathbf{r}(t) = \langle 3t$, $4t \rangle.
    • \mathbf{r}$'(t) $= \langle 3$, $4 \rangle, so speed is 32+42=5\sqrt{3^2+4^2} = 5.
    • s(t)s(t) = \int_0^t 5du=5t du = 5t.
    • Solving for tt: t=s/5t = s/5.
    • Arc-length version: \mathbf{r}(s) = \langle 3(s/5)$, 4(s/5) $\rangle = \langle \frac{3}{5}s$, $\frac{4}{5}s \rangle.
    • Check: Velocity is \langle 3/5$, $4/5 \rangle, magnitude is 1. Success!

Worked Examples

Example: Arc Length of a Helix

Problem: Find the arc length of the helix \mathbf{r}(t) = \langle \cos t$, $\sin t$, $t \rangle from t=0t=0 to t=2πt=2\pi.

Solution:

  1. Find Derivative: \mathbf{r}$'(t) $= \langle -\sin t$, $\cos t$, $1 \rangle.
  2. Calculate Magnitude (Speed): r(t)=(sint)2+(cost)2+12=sin2t+cos2t+1=1+1=2\|\mathbf{r}'(t)\| = \sqrt{(-\sin t)^2 + (\cos t)^2 + 1^2} = \sqrt{\sin^2 t + \cos^2 t + 1} = \sqrt{1 + 1} = \sqrt{2}
  3. Integrate: L=02π2dt=[2t]02π=2π2L = \int_0^{2\pi} \sqrt{2} dt = \left[ \sqrt{2}t \right]_0^{2\pi} = 2\pi\sqrt{2}

[!TIP] For a helix, the speed is constant, making the integration very straightforward!

Checkpoint Questions

  1. If a curve has a speed of constant 1, what does the parameter tt represent?
  2. Why must a curve be "smooth" to calculate curvature using the standard formulas?
  3. What is the curvature of a circle with a diameter of 10 units?
  4. Solve the relationship: if s(t)=3t2s(t) = 3t^2, what is the speed of the particle at time t=2t=2?
Click to view answers
  1. The parameter tt represents the arc length ss.
  2. Smoothness ensures the derivative is non-zero, preventing division by zero in the curvature formula.
  3. κ=1/R\kappa = 1/R. If diameter is 10, R=5R=5, so κ=1/5=0.2\kappa = 1/5 = 0.2.
  4. Speed v(t)v(t) = \frac{ds}{dt} = 6t$$. At t=2t=2, speed is 12 units/sec.

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free