A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Arc Length of Parametric Curves

College Depth 92 in the knowledge graph I know this Set as goal
4,444topics build on this
442prerequisites beneath it
See this on the map →
Arc LengthCalculus of Parametric Curves+1 moreArc Length in Polar CoordinatesArc Length of Curves in 3D+3 more
parametric arc-length integration

Core Idea

The arc length of a parametric curve x = f(t), y = g(t) from t = alpha to t = beta is L = integral from alpha to beta of sqrt((dx/dt)2 + (dy/dt)2) dt. This generalizes the Cartesian arc length formula and is often easier to evaluate because parametric representations frequently simplify the integrand. The formula follows from the Pythagorean theorem applied to infinitesimal displacements.

How It's Best Learned

Derive from the Cartesian formula by substituting parametric expressions. Compute arc length for the circle (x = cos(t), y = sin(t)) to verify the known circumference. Practice with cycloids, ellipses, and other curves where parametric form simplifies the integral.

Common Misconceptions

Explainer

From your earlier study of arc length, you know that the length of a Cartesian curve y = f(x) from x = a to x = b is L = ∫_ab √(1 + (dy/dx)²) dx. The formula comes from the Pythagorean theorem: each infinitesimal piece of the curve is approximately a hypotenuse with horizontal leg dx and vertical leg dy, so its length is √(dx² + dy²). Parametric curves extend this idea naturally.

When a curve is described parametrically as x = f(t), y = g(t), the same logic applies. An infinitesimal step in t from t to t + dt produces a horizontal displacement dx = f'(t) dt and a vertical displacement dy = g'(t) dt. The length of that infinitesimal segment is √(dx² + dy²) = √((f'(t))² + (g'(t))²) dt. Summing these up over t from α to β gives the parametric arc length formula: L = ∫_α^β √((dx/dt)² + (dy/dt)²) dt. You integrate with respect to t, using the derivatives of x and y with respect to t — not x and y themselves.

The connection to the Cartesian formula is exact: if you parametrize a Cartesian curve y = f(x) by x = t, y = f(t), then dx/dt = 1 and dy/dt = f'(t), so the parametric formula gives ∫ √(1 + (f'(t))²) dt, which matches. The parametric version is strictly more general. Consider the unit circle: x = cos(t), y = sin(t), t ∈ [0, 2π]. Then dx/dt = −sin(t), dy/dt = cos(t), and (dx/dt)² + (dy/dt)² = sin²(t) + cos²(t) = 1. So L = ∫_0 √1 dt = 2π. The Pythagorean identity makes the integrand exactly 1, and the answer is the familiar circumference. This is a clean verification: the formula gives the right answer for a curve whose length you already know.

A crucial subtlety is ensuring the parametrization traces the curve exactly once. If t runs from 0 to 4π for the circle above, the formula gives 4π — because the circle is traversed twice. The parameter t is a traversal clock, and the arc length formula measures the total distance traveled by the clock, not the geometric length of the path. When setting up an arc length integral, always check whether the parametrization retraces itself, and restrict to an interval over which the curve is traversed exactly once unless you explicitly want total path length.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication 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 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-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 IntroductionSine, Cosine, and Tangent RatiosTrigonometric 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 Curves

Longest path: 93 steps · 442 total prerequisite topics

Prerequisites (3)

Leads To (5)