Archimedean Spiral
SpiralsThe constant-pitch spiral r = a + bθ, whose successive turns stay exactly 2πb apart.
Adjust parameters
Equation
Open the Creator with a ready-made animation brief for this curve — review the scene plan and Manim code before rendering.
What is the Archimedean Spiral?
The Archimedean spiral r = a + bθ grows outward at a constant rate: every full turn adds exactly 2πb to the radius, so the gap between coils never changes. Archimedes analyzed it in his treatise On Spirals around 225 BC, using it to square the circle and trisect angles — two feats impossible with compass and straightedge alone.
Because the spacing is uniform, this is the spiral of wound-up physical things: rolled paper, vinyl record grooves, watch springs, and the scroll compressor inside many air conditioners.
Key properties
- Successive turns are separated by a constant distance 2πb.
- A ray from the origin meets consecutive coils at equal spacing — the defining property.
- Arc length from 0 to θ: (b/2)[θ√(1+θ²) + ln(θ + √(1+θ²))] for r = bθ.
- The area swept by the first turn of r = bθ is (4/3)π³b² (Archimedes’ own result: one third of the enclosing circle).
- Polar slope angle grows with θ — the spiral becomes ever more circle-like far from the center.
Where you'll see it
Record grooves, scroll compressors, clock springs, spiral antennas, and CNC spiral toolpaths.