Power-reducing identities · proof ·what it is and when to use it
Proof: sin²x = (1 − cos 2x)/2
Power-reducing formula for sin² — proved by rearrange the double-angle cosine. Every line below says which rule it uses, so nothing has to be taken on faith.
sin²x = (1 − cos 2x)/2
The proof
One line of algebra from double-angle form 3.
- cos 2x = 1 − 2sin²xDouble-angle form 3. · Double-angle identity for cosine (form 3)
- 2sin²x = 1 − cos 2xMove sin² to the left, cos 2x to the right.
- sin²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° | 0 | 0 | yes |
| 7.5° | 0.017037 | 0.017037 | yes |
| 15° | 0.066987 | 0.066987 | yes |
| 18° | 0.095492 | 0.095492 | yes |
| 22.5° | 0.146447 | 0.146447 | yes |
| 30° | 0.25 | 0.25 | yes |
Related
- How would I find sin²x = (1 − cos 2x)/2 myself? — the derivation, which is a different question from the proof.
- Power-reducing formula for sin²: when to use it — the practical side.
- All power-reducing identities · proof index