Arc Length of Curves in 3D

College Depth 78 in the knowledge graph I know this Set as goal
Unlocks 1 downstream topic
arc-length integral curves

Core Idea

For a parametric curve r(t) from t=a to t=b, the arc length is L = ∫[a,b] |r'(t)| dt. This integrates the speed along the path. Arc length is independent of the parametrization chosen.

Explainer

From arc length in 2D parametric curves, you know that the length of a path traced by (x(t), y(t)) is ∫√((dx/dt)² + (dy/dt)²) dt. The extension to 3D is direct: for a curve r(t) = ⟨x(t), y(t), z(t)⟩, the derivative r'(t) = ⟨x'(t), y'(t), z'(t)⟩ is the velocity vector, and its magnitude |r'(t)| = √(x'² + y'² + z'²) is the speed — the instantaneous rate at which distance is being traced along the curve. The arc length formula L = ∫ₐᵇ |r'(t)| dt just says: integrate speed over time to get distance traveled. This is the same logic you use in one dimension (distance = ∫ speed dt), now generalized to curves winding through three-dimensional space.

The concrete example of a helix makes the formula vivid. The helix r(t) = ⟨cos t, sin t, t⟩ winds around a cylinder, rising steadily in the z-direction. Its derivative is r'(t) = ⟨−sin t, cos t, 1⟩, with magnitude |r'(t)| = √(sin²t + cos²t + 1) = √2. The arc length from t = 0 to t = 2π is just √2 · 2π = 2π√2 — longer than a flat circle of radius 1 (which has length 2π) by the factor √2 accounting for the upward climb. Without the vector framework you learned for vector-valued functions, this calculation would be far more laborious.

Parametrization independence is one of the most important properties of arc length. The curve as a geometric object — the set of points it traces — has a definite length regardless of how you parametrize it. If you reparametrize by doubling the speed (replace t with 2t), the new integrand is larger but the integration interval is half as long, and the product is the same. This makes arc length a genuine geometric quantity, not an artifact of your choice of variable. It also motivates the idea of arc length parametrization — choosing the parameter s so that |r'(s)| = 1 everywhere, meaning you move along the curve at unit speed. This natural parametrization simplifies many formulas and is the foundation for the curvature and torsion calculations you'll encounter next.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionIntegration by PartsTrigonometric IntegralsTrigonometric SubstitutionArc LengthArc Length of Parametric CurvesArc Length of Curves in 3D

Longest path: 79 steps · 335 total prerequisite topics

Prerequisites (2)

Leads To (1)