Parametric Curves
Explore parametric curves: see the tracing point and tangent vector as t varies.
Time-Parametrized Kinematics 🖖
Parametric equations fundamentally decouple the rigid dependency of y on x by explicitly introducing a distinct hidden temporal variable, t. This enables continuous mapping of highly complex, self-intersecting dynamical paths that would violate the vertical line test in standard Cartesian coordinates.
Two rules steer one pen 🖖
Instead of asking what y is for each x, a parametric curve runs a clock t and lets two separate rules steer a pen: x(t) sets how far right it moves, y(t) how far up. The trace you see is only half the story — the moving dot and its tangent arrow carry the rest: direction and speed. Since the arrow's length is the speed, the same shape can be drawn lazily or in a rush and look identical, while the motion behind it is completely different.
The clock that ignores its swing 🖖
Turn the cycloid x = t − sin(t), y = 1 − cos(t) upside down and it becomes the tautochrone: a frictionless bead reaches the lowest point in exactly the same time no matter where you release it. Christiaan Huygens used this in 1673, curving pendulum clocks with cycloidal cheeks so the bob kept perfect time however wide it swung. One parametric curve handed horology its first amplitude-proof pendulum.
Example problems
- Lissajous 3:2 - Lissajous 3:2
- Cycloid - Cycloid
- Astroid - Astroid
- Butterfly - Butterfly
- Heart - heart sample case
- Epicycloid - epicycloid sample case
- Deltoid-like hypotrochoid - hypotrochoid sample case
- Archimedean spiral - spiral sample case