Arc Length

College Depth 76 in the knowledge graph I know this Set as goal
Unlocks 4248 downstream topics
integration applications arc-length

Core Idea

The length of a curve y = f(x) from x = a to x = b is L = integral from a to b of sqrt(1 + (f'(x))^2) dx. This formula comes from summing infinitesimal hypotenuses (sqrt(dx^2 + dy^2)) along the curve. Arc length integrals are often difficult or impossible to evaluate in closed form, making them good candidates for numerical methods.

How It's Best Learned

Derive the formula from the Pythagorean theorem applied to infinitesimal segments. Compute arc length for functions where the integral simplifies nicely (e.g., y = x^(3/2), y = (x^2)/2 - ln(x)/4). Emphasize that most arc length integrals do not have neat answers.

Common Misconceptions

Explainer

You already know how to use the Fundamental Theorem of Calculus to compute accumulations, and you know u-substitution for handling composite integrands. Arc length applies integration to a new question: instead of asking "how much area is under this curve?" you ask "how long is this curve?" The setup uses a trick from a prerequisite you may not expect — the Pythagorean theorem.

Picture the curve y = f(x) from x = a to x = b cut into thousands of tiny segments. Each segment has a horizontal run of dx and a vertical rise of dy = f′(x) dx. The straight-line length of that tiny segment, by the Pythagorean theorem, is √(dx² + dy²). Factor out dx: √(dx² + [f′(x) dx]²) = √(1 + [f′(x)]²) dx. Now integrate — sum these infinitesimal hypotenuses — to get the total arc length: L = ∫ₐᵇ √(1 + [f′(x)]²) dx. The "1 +" inside the square root accounts for the horizontal component that is always present, even along a nearly flat curve.

The formula has a clean three-step setup: differentiate f(x) to get f′(x), square it, add 1, take the square root, and integrate. The challenge is in that last step. Most of the time, √(1 + [f′(x)]²) does not have a nice antiderivative. For polynomials like y = x^(3/2), the derivative f′(x) = (3/2)x^(1/2), so [f′(x)]² = (9/4)x, and 1 + (9/4)x has an elementary antiderivative. These "nice" examples are engineered specifically to work out. For a curve like y = sin(x) or y = x³, the arc length integral has no elementary closed form.

This is an important conceptual checkpoint: arc length teaches you that not every naturally-arising integral can be computed symbolically. The setup and formula are always the same; the evaluation may require numerical integration. When you move to parametric curves (arc length parametric) and surfaces of revolution, the same Pythagorean-theorem derivation extends in a natural way. Understanding the derivation — not just memorizing the formula — is what lets you adapt it to those new settings.

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 Length

Longest path: 77 steps · 325 total prerequisite topics

Prerequisites (5)

Leads To (2)