Lissajous Figures: Beautiful Curves from Perpendicular Oscillations

simulator beginner ~8 min
Loading simulation...
3:2 Lissajous figure — 2 crossings at φ=90°

With fx=3, fy=2, and phase=90°, the Lissajous figure has 3 horizontal tangencies, 2 vertical tangencies, and 2 interior crossings. This is a classic figure used in oscilloscope calibration.

Formula

x(t) = A · sin(f_x · t + φ)
y(t) = B · sin(f_y · t)

Two Vibrations, One Curve

In 1857, French physicist Jules Antoine Lissajous mounted a small mirror on a tuning fork and bounced a light beam off it onto a screen. By using two tuning forks vibrating at right angles, he produced the beautiful closed curves that now bear his name. These Lissajous figures encode the frequency ratio between the two oscillations in their shape — a visual representation of harmony.

The Parametric Equations

A Lissajous figure is defined by the parametric equations x(t) = A·sin(fx·t + φ) and y(t) = B·sin(fy·t), where fx and fy are the frequencies, φ is the phase offset, and A, B are amplitudes. The crucial parameter is the frequency ratio fx:fy. When this ratio is a simple fraction like 1:1, 2:1, or 3:2, the curve closes on itself. When it is irrational, the curve never repeats and eventually fills a rectangle.

Reading the Figure

You can determine the frequency ratio by counting tangencies: the number of times the curve touches its bounding box horizontally gives fy, and vertically gives fx. The phase angle φ controls the orientation — at φ = 0° or 180°, the figure degenerates into a line segment (for 1:1 ratio), while at 90° it opens into its fullest form. This property makes Lissajous figures invaluable for oscilloscope calibration.

Music, Physics, and Art

Lissajous figures connect deeply to music theory. The frequency ratios that produce the simplest, most pleasing curves — 2:1 (octave), 3:2 (perfect fifth), 4:3 (perfect fourth) — are the same ratios that define musical consonance. This is not coincidence but reflects a fundamental truth: our perception of harmony is rooted in the mathematical simplicity of frequency ratios. Modern artists and musicians continue to use Lissajous curves in visual performances and album art.

FAQ

What are Lissajous figures?

Lissajous figures are the curves produced by combining two sinusoidal oscillations at right angles: x = A·sin(fx·t + φ) and y = B·sin(fy·t). Named after Jules Antoine Lissajous, they reveal the frequency ratio between two oscillations as a visual pattern.

How are Lissajous figures used in practice?

Lissajous figures are used to calibrate oscilloscopes, tune musical instruments (the ratio corresponds to musical intervals), and diagnose mechanical vibrations. A 1:1 ratio at 90° phase produces a circle, confirming equal frequency and amplitude.

What determines the shape of a Lissajous figure?

The frequency ratio fx:fy determines the basic topology (number of lobes), the phase offset rotates and morphs the figure, and damping causes it to spiral inward. Integer ratios produce closed curves; irrational ratios produce curves that never close.

How do Lissajous figures relate to music?

Frequency ratios in Lissajous figures correspond directly to musical intervals: 1:1 is unison, 2:1 is an octave, 3:2 is a perfect fifth, and 4:3 is a perfect fourth. The simpler the ratio, the more consonant the interval.

Sources

Embed

<iframe src="https://homo-deus.com/lab/art-mathematics/lissajous/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub