Power-reducing identities · proof ·what it is and when to use it
Proof: cos²x = (1 + cos 2x)/2
Power-reducing formula for cos² — proved by rearrange double-angle form 2. Every line below says which rule it uses, so nothing has to be taken on faith.
cos²x = (1 + cos 2x)/2
The proof
Same algebra, other sign.
- cos 2x = 2cos²x − 1Double-angle form 2. · Double-angle identity for cosine (form 2)
- cos 2x + 1 = 2cos²xAdd 1.
- cos²x = (1 + cos 2x)/2Divide by 2.
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).
| Angle | Left side | Right side | Agree |
|---|---|---|---|
| 0° | 1 | 1 | yes |
| 7.5° | 0.982963 | 0.982963 | yes |
| 15° | 0.933013 | 0.933013 | yes |
| 18° | 0.904508 | 0.904508 | yes |
| 22.5° | 0.853553 | 0.853553 | yes |
| 30° | 0.75 | 0.75 | yes |
Related
- How would I find cos²x = (1 + cos 2x)/2 myself? — the derivation, which is a different question from the proof.
- Power-reducing formula for cos²: when to use it — the practical side.
- All power-reducing identities · proof index