Andromeda
Note

The Cycloid

Definition

A Cycloid is the curve traced out by a fixed point on the circumference of a circle as the circle rolls along a straight line without slipping. Its parametric equations are: x=r(θsinθ),y=r(1cosθ)x = r(\theta - \sin \theta), \quad y = r(1 - \cos \theta) x=r(θsinθ),y=r(1cosθ)x = r(\theta - \sin \theta), \quad y = r(1 - \cos \theta)

  • How to read: “The value x equals r times the quantity theta minus sine theta, and y equals r times the quantity one minus cosine theta.”
  • Meaning: Parametric form combining rolling translation (θ\theta) and rotation (sinθ\sin\theta, cosθ\cos\theta).

Why It Matters

The cycloid is the “perfect path” in gravity-driven systems, solving the Brachistochrone and Tautochrone problems. It demonstrates that the shortest distance between two points is not always the fastest, making it essential for optimizing descent and oscillating systems.

Core Concepts

  • Geometry: One “arch” of the cycloid is generated as the circle makes one full rotation (0θ2π0 \le \theta \le 2\pi).
  • Area: The area under one arch of a cycloid is exactly 3πr23\pi r^2 (three times the area of the generating circle).
    • How to read: “The area equals three pi r squared.”
    • Meaning: Surprisingly, the arch encloses exactly three times the area of the rolling circle.
  • Arc Length: The length of one arch is exactly 8r8r.
    • How to read: “The arc length equals eight r.”
    • Meaning: One arch spans exactly four diameters in length.
  • Cusp: The points where the curve touches the base line are called cusps, where the derivative dy/dxdy/dx is undefined (vertical tangent).

Connected Concepts