hp
toc

Cycloids

2016-06-04, post № 127

mathematics, programming, Pygame, Python, #circle, #circles, #curve, #cycloid, #epi, #epicycloid, #geometry, #hypo, #hypocycloid, #rolling, #trace

A cycloid is the curve generated by tracing a point on a smaller circle rolling around an bigger circle.
The word cycloid comes from the greek word “κύκλος” meaning “circle”. There are epicycloids and hypocycloids (smaller circle located above and beneath the bigger circle).
The cycloid is determined by the ratio between the two circle’s radii k=\frac{R}{r}.
More information can be found on this Wikipedia entry.

cycloids-8_k2.1_hypo.png
cycloids-9_k2.1_epi.png
cycloids-14_k7.2_hypo.png
Source code: cycloids.py
Jonathan Frech's blog; built 2024/04/13 20:55:09 CEST