Mistake Master

Finding Arc Lengths of Curves Given by Parametric Equations BC only

Factoring $dt$ rather than $dx$ out of $ds = \sqrt{(dx)^{2}+(dy)^{2}}$ gives $L = \int_{t_1}^{t_2}\sqrt{(dx/dt)^{2} + (dy/dt)^{2}}\,dt$, with $t$-values as the limits and a non-negative integrand that never needs an absolute value. The $1$ of Unit 8's formula has not been dropped: it was $\left(\frac{dx}{dx}\right)^{2}$, and setting $x = t$ recovers Unit 8's integrand exactly, so the two formulas are one. For $x = 3t^{2}$, $y = 2t^{3}$ on $[0,1]$ the length is $2(2\sqrt{2}-1) \approx 3.657$, while dropping the root gives $19.2$, adding the rates gives $5$, and restoring the $1$ gives about $2.42$.

Two bounds catch all three: an arc is at least its chord, here $\sqrt{13} \approx 3.606$, and a monotone arc is at most the sum of its extents, here $5$. The "rates added" error produces exactly that upper bound, which is the statement that a staircase is longer than a diagonal. The integral measures distance travelled rather than curve length, so $x = \cos t$, $y = \sin t$ on $[0, 4\pi]$ returns $4\pi$ for a circle of length $2\pi$: the particle laps twice and both laps are counted. Asking for a curve's length therefore requires an interval on which it is traced once, which is the same caution 9.8 applies to polar area.

x = 3t², y = 2t³, FOR t FROM 0 TO 1. THE ARC: 2(2√2 − 1) ≈ 3.657 THE CHORD: √13 ≈ 3.606 THE STAIRCASE BOUND: 3 + 2 = 5 ENDPOINTS (0, 0) AND (3, 2) ANY ANSWER BELOW 3.606 OR ABOVE 5 IS WRONG BEFORE YOU CHECK IT. THE ARC CLEARS ITS CHORD BY ABOUT 0.05, WHICH IS A GENTLE BEND.
Drawn to scale at $100$ px per unit horizontally and $80$ px per unit vertically, with the curve computed from the parametrisation rather than sketched. The arc and its dashed chord are visibly close, which is what makes $\sqrt{13}$ a convincing wrong answer and the bound worth stating.
FOR x = 3t², y = 2t³ ON [0, 1]. CHORD 3.606, STAIRCASE 5. THE INTEGRAND VALUE WHAT WENT WRONG √((dx/dt)² + (dy/dt)²) 3.657 NOTHING (dx/dt)² + (dy/dt)² 19.2 NO ROOT. ABOVE THE BOUND (dx/dt) + (dy/dt) 5 THE STAIRCASE, NOT THE ARC √(1 + (dy/dt)²) 2.42 THE 1 PUT BACK. BELOW THE CHORD THE 1 BELONGS ONLY WHEN x IS THE PARAMETER, BECAUSE THERE IT IS (dx/dx)². WITH A PARAMETER t, THAT SLOT HOLDS (dx/dt)².
Rows two and four are each ruled out by one of the two bounds without evaluating anything: $19.2$ exceeds the staircase and $2.42$ falls below the chord. Row three lands exactly on the staircase bound, which is the geometric content of the error.

The work

3 ways in · any order
Lesson
Finding Arc Lengths of Curves Given by Parametric Equations

Derives parametric arc length by factoring dt out of the same Pythagorean triangle Unit 8 used, explains the absent 1 as the absorbed (dx/dx) squared, bounds any answer between the chord and the staircase, and separates the length of a curve from the distance travelled along a path that retraces.

Skill check · 10 scenarios
Diagnostic
10-item topic check

Ten items on parametric arc length: assembling the integrand with both squares and the root, refusing the added 1, integrating over t-bounds, bounding an answer by the chord, and telling distance travelled from the length of the curve.

Not yet available · 10 items
Targeted Practice
Drill a single misconception

Pick one of the failure modes you missed and drill it on its own. The round is adaptive: two correct in a row clears the misconception and moves you to the next.

Take the diagnostic to identify your misconceptions