trigidentity.com

Power-reducing identities · proof ·what it is and when to use it

Proof: cos³x = (3 cos x + cos 3x)/4

Reduction formula for cos³ — proved by expand cos 3x, then solve. Every line below says which rule it uses, so nothing has to be taken on faith.

cos³x = (3 cos x + cos 3x)/4

The proof

Same route as the sine case with the cosine sum formula.

  1. cos 3x = cos(x + 2x)
    Rewrite.
  2. = cos x cos 2x − sin x sin 2x
    Cosine of a sum. · Cosine of a sum
  3. = cos x(2cos²x − 1) − sin x(2 sin x cos x)
  4. = 4cos³x − 3cos x
    Collect, replacing sin²x with 1 − cos²x. · Pythagorean identity
  5. cos³x = (3 cos x + cos 3x)/4
    Solve.

Where the proof stops applying

Both sides are undefined at the same angles — where a denominator in the proof reaches zero (for instance cos x = 0 in a tangent or secant form). Elsewhere the argument above holds for every real angle.

The same claim, checked numerically

A proof is not the same thing as a check, and this page shows both: the reasoning above, and the first few angles fed to the same engine behind the verifier. If they ever disagreed, the data would be broken — the build would fail before publishing (accuracy policy).

Both sides evaluated at the same angles — left side cos^3(t), right side (3cos(t) + cos(3t))/4.
AngleLeft sideRight sideAgree
0°11yes
7.5°0.9745540.974554yes
15°0.9012210.901221yes
18°0.8602390.860239yes
22.5°0.7885810.788581yes
30°0.6495190.649519yes

Related

sampled at 800 random anglesSource: OpenStax Precalculus, Ch. 7.3 · Paul's Online Math Notes · revised 2026-09-26 ·how we check ·accuracy policy ·report an error