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

Arc Length

College Depth 91 in the knowledge graph I know this Set as goal
4,449topics build on this
433prerequisites beneath it
See this on the map →
Fundamental Theorem of Calculus Part 2U-Substitution+3 moreArc Length of Parametric CurvesSurface Area of Revolution
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(dx2 + dy2)) 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 = x3/2, y = (x2)/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 = x3/2, the derivative f′(x) = (3/2)x1/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

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 Length

Longest path: 92 steps · 433 total prerequisite topics

Prerequisites (5)

Leads To (2)