Equal Temperament vs Just Intonation: Tuning Compared

simulator intermediate ~10 min
Loading simulation...
Perfect fifth: 2.0¢ — nearly pure in equal temperament

The perfect fifth (3:2 ratio) is only 1.96 cents flat in equal temperament — nearly indistinguishable from pure. The major third (5:4 ratio) fares worse at 13.7 cents sharp, explaining why some musicians prefer just intonation for sustained chords.

Formula

Equal-tempered frequency = base × Math.pow(2, interval/12)
Just intonation ratios: unison=1, m3=6/5, M3=5/4, P4=4/3, P5=3/2, octave=2
Cent difference = 1200 × log₂(just_ratio / equal_ratio)

The Great Tuning Compromise

For 2,500 years, musicians have wrestled with a mathematical impossibility: you cannot tune all intervals to be perfectly pure in all keys simultaneously. Stacking twelve perfect fifths (3:2 ratio) overshoots seven octaves by about 23.5 cents — the Pythagorean comma. This tiny discrepancy forced the invention of temperament — systems that distribute the error across different intervals and keys to make practical music possible.

Equal Temperament: The Modern Standard

Equal temperament, which became standard in the 19th century, solves the problem by making every semitone exactly equal — each with a ratio of 2^(1/12). No interval except the octave is mathematically pure, but the errors are small enough to be acceptable. The perfect fifth is only 2 cents flat; the major third is about 14 cents sharp. This uniformity lets pianists play in all 12 keys without retuning.

Just Intonation: Mathematical Purity

Just intonation tunes each interval to its simplest frequency ratio: 3:2 for a fifth, 5:4 for a major third, 4:3 for a fourth. These pure intervals produce no acoustic beating — they literally vibrate in sync. Barbershop quartets, a cappella groups, and string quartets naturally drift toward just intonation when sustaining chords, because the locked-in resonance is unmistakable and physically satisfying.

Hearing the Difference

The most audible difference between tuning systems is the major third. In equal temperament, it's 400 cents; in just intonation, it's 386.3 cents — a 13.7-cent gap that creates a noticeable beating when two notes are sustained. This simulator lets you visualize the waveform beating and measure the cent differences for every interval, revealing the precise trade-offs that underlie all of Western music's tuning history.

FAQ

What is equal temperament?

Equal temperament divides the octave into 12 exactly equal semitones, each with a frequency ratio of 2^(1/12) ≈ 1.0595. This means every key sounds the same, allowing free modulation, but no interval except the octave is perfectly pure.

What is just intonation?

Just intonation tunes intervals to exact simple frequency ratios: 3:2 for a perfect fifth, 5:4 for a major third, 6:5 for a minor third. These pure intervals eliminate beating and sound more resonant, but only work well in one key.

Why don't we use just intonation for everything?

Just intonation is key-specific — intervals that are pure in C major become badly out of tune in distant keys. Equal temperament sacrifices purity for flexibility, letting musicians play in all 12 keys with equal (if slightly imperfect) results.

What are cents in music?

A cent is 1/100th of an equal-tempered semitone, or 1/1200th of an octave. It's a logarithmic unit: 100 cents = 1 semitone, 1200 cents = 1 octave. Differences under 5 cents are difficult for most listeners to detect.

Sources

Embed

<iframe src="https://homo-deus.com/lab/music-theory/tuning-systems/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub