Ad Space — Top Banner

Equal Temperament Frequency

Reference for equal-tempered tuning frequency = A4 × 2^(n/12).
Calculate the frequency of any note in 12-tone equal temperament with A4 = 440 Hz.

The Formula

f(n) = f₀ × 2^(n / 12)

In 12-tone equal temperament, the frequency of a note n semitones above (or below) a reference frequency f₀ is the reference multiplied by 2 raised to the power of n / 12. Each semitone is the twelfth root of 2, approximately 1.05946.

Reference Frequency

A4 = 440 Hz (concert pitch standard)

The international standard reference is A above middle C at 440 Hz. Many orchestras tune slightly higher (442-445 Hz) for added brightness, particularly in central Europe.

Variables

SymbolMeaningUnit
f(n)Frequency of target noteHz
f₀Reference frequency (commonly A4 = 440 Hz)Hz
nSemitones above reference (negative for below)integer

Example — Middle C

Find the frequency of middle C (C4) given A4 = 440 Hz.

A4 to C4 is 9 semitones down: n = −9

f = 440 × 2^(−9/12) = 440 × 2^(−0.75)

2^(−0.75) ≈ 0.5946

f = 440 × 0.5946

C4 ≈ 261.63 Hz

Example — Octave Up

Find A5 (one octave above A4).

One octave = 12 semitones: n = 12

f = 440 × 2^(12/12) = 440 × 2

A5 = 880 Hz

An octave is exactly a 2:1 frequency ratio in any tuning system. Equal temperament gets octaves right; what it changes is how the steps between octaves are spaced.

Semitone Ratios

IntervalSemitonesEqual Temperament RatioJust Intonation RatioCents Difference
Unison01.0001/10
Minor 2nd11.0594616/15+12
Major 2nd21.122469/8−4
Minor 3rd31.189216/5+16
Major 3rd41.259925/4−14
Perfect 4th51.334844/3+2
Tritone61.41421variesvaries
Perfect 5th71.498313/2−2
Minor 6th81.587408/5+14
Major 6th91.681795/3−16
Minor 7th101.7818016/9+4
Major 7th111.8877515/8−12
Octave122.000002/10

The "cents difference" column shows how far equal temperament deviates from pure just intonation. Cents are a logarithmic unit where 100 cents equals one semitone and 1200 cents equals one octave.

Cents Formula

cents = 1200 × log₂(f₂ / f₁)

Cents measure pitch differences logarithmically. Trained musicians can distinguish pitch differences of 5-10 cents; differences below 3 cents are inaudible to most listeners. Equal temperament's largest deviation from just intonation is the major third at 14 cents flat — audibly different in a slow choral or string passage, less noticeable in fast music.

Example — Calculating Cents Between Two Notes

A choir sings what they think is a perfect fifth above A4 (440 Hz) at 658 Hz. How many cents off from equal-tempered E5?

Equal-tempered E5 = 440 × 2^(7/12) ≈ 659.26 Hz

cents = 1200 × log₂(658 / 659.26) = 1200 × (−0.0019)

≈ −3.3 cents flat (essentially in tune)

Why Equal Temperament?

Equal temperament is a compromise. Just intonation produces purer-sounding intervals within one key but makes music in distant keys sound badly out of tune. Equal temperament makes every key equally usable at the cost of every interval (except the octave) being slightly off from pure. This trade is what enabled the development of Western music as we know it — composers like Bach explicitly wrote music to demonstrate the freedom of well-tempered tuning.

When to Use It

  • Programming digital instruments and synthesizers
  • Tuning calculations for guitar fret positions
  • Audio signal processing — pitch shifting, harmonization
  • MIDI note-number to frequency conversion (f = 440 × 2^((m−69)/12))
  • Music theory analysis and transposition algorithms
  • Building tuning forks and calibration references

Alternative Tunings

Microtonal music uses divisions of the octave other than 12 — 19, 22, 24, 31, and 53 tones per octave are common in academic and experimental music. Some traditions (Indian classical, gamelan, Arabic music) use entirely different tuning systems based on small-integer frequency ratios. The equal temperament formula generalizes: for N-tone equal temperament, f(n) = f₀ × 2^(n / N).


Ad Space — Bottom Banner

Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.