Parametric Curves

Explore parametric curves: see the tracing point and tangent vector as t varies.

Loading interactive simulation...

The same picture can be drawn at many different speeds 🖖

A parametric curve carries more information than the shape it leaves behind. Compare (cos t, sin t) with (cos 2t, sin 2t): both trace the identical unit circle, and no drawing could tell them apart — yet the second one finishes in half the time. Infinitely many parametrisations produce exactly the same picture. That is why arc length is a property of the trace, while speed and direction belong only to the schedule that produced it, and why physics reaches for parameters rather than graphs: a planet’s orbit is a shape, but its motion along that shape is the part that matters.

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.

Problem solved in full

  1. Position and speed of the Lissajous curve at t = π 6 steps

    The Lissajous curve x = cos 3t, y = sin 2t at t = π. Find the position and speed the panel prints, then find the one thing it does not: how sharply the curve is turning.

    1. Two independent functions of the same parameter. Differentiating them is the whole of the velocity, and the chain rule supplies the factors 3 and 2.

    2. Evaluate the position first. Both trigonometric functions land on exact values, which is why π is worth choosing.

    3. Now the velocity. One component vanishes and the other is at its maximum — the motion at this instant is purely vertical.

    4. That vanishing is not an accident of arithmetic: x is at a turning point, and the curve touches its leftmost extreme here.

    5. Curvature needs one more derivative of each. Both are as easy as the first, which is the payoff of the parametric form.

    6. Assemble the standard formula. The numerator is a cross product and the denominator is the cube of the speed, which is why fast points look flat unless they really are bending.

    Answer

    Radius of curvature 0.444 — the curve is turning inside a circle of well under half a unit. Speed and curvature are independent, and this point makes the distinction visible: the speed is 2, the largest either component reaches, while the path is bending as tightly as anywhere on the figure. A car at that point is going fast and cornering hard, which is exactly the combination that produces lateral load. Nothing in the position or velocity readout hints at it, because curvature needs the second derivative and the panel stops at the first. That is also why parametric form is worth the trouble: as a relation between x and y this curve is a sixth-degree mess, and as two functions of t every derivative is one line.

References (1)
  • Insight block 3 — the tautochrone, and the clock built on it: C. Huygens, Horologium Oscillatorium sive de motu pendulorum. F. Muguet, Paris, 1673 — the cycloidal cheeks that make a pendulum's period independent of its swing.

Example problems

  • Lissajous 3:2 - x = cos 3t, y = sin 2t — the one preset here that never stops. Speed 2.0000 at t = 3.142, and it never reaches zero anywhere, because dx/dt and dy/dt are never zero at the same t. That is what keeps it smooth where the astroid and the cycloid have cusps.
  • Cycloid - A point on the rim of a rolling wheel, and the preset lands on a cusp: 0.0002 at t = 6.283. The rim is momentarily at rest every time it touches the ground. Drag t to the top of an arch and the speed is twice the wheel's own.
  • Astroid - x = cos³t, y = sin³t, so the speed is exactly 1.5|sin 2t|. It reads 0.0000 at t = 3.142 where the preset lands, and does the same at three other points — those four zeros are the four cusps.
  • Butterfly - Polar r = e^cos t − 2cos 4t, drawn as x = r sin t, y = r cos t. Speed 1.6321 at t = 3.142, though the number matters less than its spread: over one circuit the speed varies more than thirteenfold, which is why the tracing dot lurches.
  • Heart - The heart curve, x = 16 sin³(t) — at t = π the speed falls to 0.0002, the cusp at the point of the heart
  • Epicycloid - A cardioid, the one-cusp epicycloid — speed peaks at 4.0000 when t = π, directly opposite its cusp
  • Deltoid-like hypotrochoid - A deltoid — the same 2cos(t) ± cos(2t) family as the cardioid with one sign flipped, and it has three cusps instead of one
  • Archimedean spiral - The Archimedean spiral — speed 6.3621 at t = 6.283 and rising without bound, because each turn is longer than the last