Arc Length in Polar Coordinates

College Depth 78 in the knowledge graph I know this Set as goal
polar arc-length integration

Core Idea

The arc length of a polar curve r = f(theta) from theta = alpha to theta = beta is L = integral from alpha to beta of sqrt(r^2 + (dr/d(theta))^2) d(theta). This formula is derived from the parametric arc length formula by substituting x = r cos(theta) and y = r sin(theta). The r^2 term (not just (dr/d(theta))^2) accounts for the circular component of motion.

How It's Best Learned

Derive from the parametric arc length formula using x = r*cos(theta), y = r*sin(theta). Practice with circles (r = constant) to verify. Apply to cardioids and spirals. Emphasize that most polar arc length integrals do not simplify to closed form.

Common Misconceptions

Explainer

From arc length in parametric form, you know the formula L = ∫√((dx/dt)² + (dy/dt)²) dt. Polar coordinates are a special case of parametric curves: a polar curve r = f(θ) can be written parametrically as x(θ) = r·cos θ and y(θ) = r·sin θ. The arc length formula in polar coordinates is derived by substituting these into the parametric formula and simplifying. Computing dx/dθ = (dr/dθ)cos θ − r sin θ and dy/dθ = (dr/dθ)sin θ + r cos θ, then squaring and adding: (dx/dθ)² + (dy/dθ)² = (dr/dθ)² + r². The resulting polar arc length formula is L = ∫√(r² + (dr/dθ)²) dθ.

The r² term inside the square root is the piece that surprises students. Why isn't arc length just ∫|dr/dθ| dθ, which measures how fast the radius changes? Because motion in polar coordinates has two components: radial motion (the radius growing or shrinking) and angular motion (the point sweeping around the origin). Even if dr/dθ = 0 — meaning the radius is constant — a point tracing a circle of radius r still covers actual distance as θ increases. That distance is r per radian, captured by the r² term. The formula accounts for both components simultaneously.

As a sanity check, try a circle of constant radius R: r = R, so dr/dθ = 0. The formula gives L = ∫₀^{2π} √(R² + 0) dθ = 2πR. Correct — the circumference of a circle of radius R. For a more interesting case, consider the spiral r = θ from θ = 0 to θ = 2π: L = ∫₀^{2π} √(θ² + 1) dθ, which does not simplify to a clean closed form and must be evaluated numerically. This is typical — most polar arc length integrals, including those for cardioids (r = 1 + cos θ) and limaçons, require either a trigonometric identity to simplify or numerical integration.

The key skill is distinguishing this formula from the polar area formula A = ½∫r² dθ. Both involve integrating in θ and both involve r², but they compute fundamentally different things. Area is an accumulation of infinitesimal sector slices (proportional to r²); arc length is an accumulation of infinitesimal distances (the square root of r² plus the radial rate of change). When you see a polar integral, always identify first whether the problem asks for area or arc length — the setup is entirely different even though both are written as single integrals from α to β.

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 in Polar Coordinates

Longest path: 79 steps · 334 total prerequisite topics

Prerequisites (3)

Leads To (0)

No topics depend on this one yet.