MethodMath
Ask
Join
HomeTopicsAskAlerts
Profile

© 2026 MethodMath. Built for mathematical knowledge sharing.

AboutContactGuidelinesPrivacyTermsCookies
Maya O'Sullivan
May 4, 2026

How to compute the arc length of a parametric curve?

I am studying calculus and I need to compute the arc length of a curve defined parametrically.

For a curve given by (x(t),y(t))(x(t), y(t))(x(t),y(t)) for a≤t≤ba \leq t \leq ba≤t≤b, the arc length formula is:

L=∫ab(dxdt)2+(dydt)2 dtL = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \, dtL=∫ab​(dtdx​)2+(dtdy​)2​dt

But where does this formula come from? And how do I apply it to a specific problem like finding the length of one arch of the cycloid x=t−sin⁡tx = t - \sin tx=t−sint, y=1−cos⁡ty = 1 - \cos ty=1−cost for 0≤t≤2π0 \leq t \leq 2\pi0≤t≤2π?

1 answers313 views

1 Answer

4
Nour Hassan
May 4, 2026
Accepted
**Derivation of the formula:** The formula comes from approximating the curve by small line segments. For a small change $\Delta t$, the horizontal displacement is approximately $x'(t)\Delta t$ and the vertical displacement is approximately $y'(t)\Delta t$. By the Pythagorean theorem, the segment length is approximately: $$\Delta L \approx \sqrt{(x'(t)\Delta t)^2 + (y'(t)\Delta t)^2} = \sqrt{x'(t)^2 + y'(t)^2} \, \Delta t$$ Summing and taking the limit as $\Delta t \to 0$ gives the integral. **Application to the Cycloid:** $x = t - \sin t$, $y = 1 - \cos t$ \begin{align*} \frac{dx}{dt} &= 1 - \cos t \\ \frac{dy}{dt} &= \sin t \end{align*} \begin{align*} \left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2 &= (1 - \cos t)^2 + \sin^2 t \\ &= 1 - 2\cos t + \cos^2 t + \sin^2 t \\ &= 2 - 2\cos t = 4\sin^2\left(\frac{t}{2}\right) \end{align*} Since $\sqrt{4\sin^2(t/2)} = 2|\sin(t/2)|$, and $\sin(t/2) \geq 0$ for $t \in [0, 2\pi]$: $$L = \int_0^{2\pi} 2\sin\left(\frac{t}{2}\right) \, dt = 2\left[-2\cos\left(\frac{t}{2}\right)\right]_0^{2\pi} = -4(\cos\pi - \cos 0) = -4(-1 - 1) = 8$$ So one arch of the cycloid has length $8$ units.
Still unsure? Join to comment or ask a follow-up.
Login or Register to post your answer

Suggested questions

Why does 0 factorial equal 1 instead of 0? Simple proof

31.4k

How many squares are actually in an 8 by 8 chessboard?

22.2k

How can I memorize trigonometric identities without rote memorization?

21.6k

Does the Banach-Steinhaus theorem hold for non-complete normed spaces?

31k

Do I need Calculus 3 before learning Fourier series?

3478