Cofunction and even/odd identities · proof ·what it is and when to use it
Proof: cos θ = sin(90° − θ)
Cofunction identity for cosine — proved by same triangle, other angle. Every line below says which rule it uses, so nothing has to be taken on faith.
cos θ = sin(90° − θ)
The proof
Mirror of the sine proof.
- A + B = 90°Complementary acute angles.
- cos A = adj(A)/hyp = opp(B)/hypAdjacent to A is opposite to B.
- opp(B)/hyp = sin BDefinition of sine at B.
- cos A = sin(90° − A)Substitute.
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.991445 | 0.991445 | yes |
| 15° | 0.965926 | 0.965926 | yes |
| 18° | 0.951057 | 0.951057 | yes |
| 22.5° | 0.92388 | 0.92388 | yes |
| 30° | 0.866025 | 0.866025 | yes |
Related
- How would I find cos θ = sin(90° − θ) myself? — the derivation, which is a different question from the proof.
- Cofunction identity for cosine: when to use it — the practical side.
- All cofunction and even/odd identities · proof index