Cofunction and even/odd identities · proof ·what it is and when to use it
Proof: sin(−θ) = −sin θ
Sine is odd — proved by symmetry of the unit circle. Every line below says which rule it uses, so nothing has to be taken on faith.
sin(−θ) = −sin θ
The proof
One geometric reflection proves all three even/odd facts at once.
- P(θ) = (cos θ, sin θ)Unit-circle definition.
- P(−θ) = (cos θ, −sin θ)Reflecting the point across the x-axis negates only the y-coordinate. · Cosine is even
- sin(−θ) = −sin θRead off the y-coordinate of P(−θ).
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.130526 | -0.130526 | yes |
| 15° | -0.258819 | -0.258819 | yes |
| 18° | -0.309017 | -0.309017 | yes |
| 22.5° | -0.382683 | -0.382683 | yes |
| 30° | -0.5 | -0.5 | yes |
Related
- How would I find sin(−θ) = −sin θ myself? — the derivation, which is a different question from the proof.
- Sine is odd: when to use it — the practical side.
- All cofunction and even/odd identities · proof index