Power-reducing identities · proof ·what it is and when to use it
Proof: sin³x = (3 sin x − sin 3x)/4
Reduction formula for sin³ — proved by expand sin 3x, then solve. Every line below says which rule it uses, so nothing has to be taken on faith.
sin³x = (3 sin x − sin 3x)/4
The proof
The triple-angle formula is a sine sum with 3x = x + 2x.
- sin 3x = sin(x + 2x)Rewrite the angle.
- = sin x cos 2x + cos x sin 2xSine of a sum. · Sine of a sum
- = sin x(1 − 2sin²x) + cos x(2 sin x cos x)Both double-angle forms. · Double-angle identity for cosine (form 3), Double-angle identity for sine
- = 3 sin x − 4 sin³xCollect, using cos²x = 1 − sin²x. · Pythagorean identity
- sin³x = (3 sin x − sin 3x)/4Solve for sin³x.
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.002224 | 0.002224 | yes |
| 15° | 0.017338 | 0.017338 | yes |
| 18° | 0.029508 | 0.029508 | yes |
| 22.5° | 0.056043 | 0.056043 | yes |
| 30° | 0.125 | 0.125 | yes |
Related
- How would I find sin³x = (3 sin x − sin 3x)/4 myself? — the derivation, which is a different question from the proof.
- Reduction formula for sin³: when to use it — the practical side.
- All power-reducing identities · proof index