Trigonometric identities
A trigonometric identity is an equation involving trig ratios that holds for all (valid) values of the angle. Three identities , all springing from the Pythagorean theorem , are the foundation.
The three Pythagorean identities
For any acute θ:
sin2θ+cos2θ=1,
1+tan2θ=sec2θ,
1+cot2θ=csc2θ.
Derivation
In a right triangle with θ, write opp =a, adj =b, hyp =c. By Pythagoras, a2+b2=c2.
Divide by c2:
c2a2+c2b2=1⟹sin2θ+cos2θ=1.
Divide by b2:
b2a2+1=b2c2⟹tan2θ+1=sec2θ.
Divide by a2:
1+a2b2=a2c2⟹1+cot2θ=csc2θ.
So all three are the same theorem , Pythagoras , viewed through different "lenses" of the right triangle.
Strategies for proving identities
A trigonometric identity proof looks like algebra:
- Pick one side (usually the messier one) and transform it step by step.
- Replace using known identities , sin2+cos2=1 is the most useful.
- Convert everything to sin and cos if you get stuck. This is the "nuclear option" , it always works but can be slow.
- Factor and cancel , many identities boil down to common-factor extraction.
- Cross-multiply if both sides are fractions.
A few useful rewrites:
- sec2θ−1=tan2θ.
- csc2θ−1=cot2θ.
- sinθ⋅cscθ=1, cosθ⋅secθ=1, tanθ⋅cotθ=1.
- 1−sin2θ=cos2θ, 1−cos2θ=sin2θ.
Worked examples
Example 1. Prove 1+cosθsinθ=sinθ1−cosθ.
Cross-multiply: sin2θ=(1−cosθ)(1+cosθ)=1−cos2θ. ✓ (Pythagorean identity.) ■
Example 2. Prove tanθ+cotθ=secθ⋅cscθ.
LHS =cosθsinθ+sinθcosθ=sinθcosθsin2θ+cos2θ=sinθcosθ1=cscθ⋅secθ. ■
Example 3. Prove (sinθ+cscθ)2+(cosθ+secθ)2=7+tan2θ+cot2θ.
Expand LHS:
=sin2+2sincsc+csc2+cos2+2cossec+sec2
=(sin2+cos2)+2⋅1+2⋅1+csc2+sec2
=1+4+csc2+sec2
=5+(1+cot2)+(1+tan2)
=7+tan2+cot2. ■
Example 4. Prove 1+cot2A1+tan2A=tan2A.
Numerator: 1+tan2A=sec2A. Denominator: 1+cot2A=csc2A.
Ratio: sec2A/csc2A=(1/cos2A)/(1/sin2A)=sin2A/cos2A=tan2A. ■
Example 5. Prove 1−sinAcosA+1+sinAcosA=2secA.
LHS =cosA[1−sinA1+1+sinA1]=cosA⋅1−sin2A(1+sinA)+(1−sinA)=cosA⋅cos2A2=cosA2=2secA. ■
Try it yourself
- Prove sin2θ+cos2θ=1 using a right triangle.
- Prove sec2θ−tan2θ=1.
- Prove cosθ1−sinθ=1+sinθcosθ.
- Prove (1+tan2θ)(1−sinθ)(1+sinθ)=1.
- Prove 1−cotθtanθ+1−tanθcotθ=1+tanθ+cotθ.
- Prove 2cos3θ−cosθsinθ−2sin3θ=tanθ.
- Prove sec4θ−sec2θ=tan2θ+tan4θ.
- Prove (sinA+cosA)(secA+cscA)=2+secAcscA.
- Prove cosθ+sinθ−1cosθ−sinθ+1=cscθ+cotθ. (Hint: multiply numerator and denominator by cosθ+sinθ+1.)
- Prove (1+cotθ−cscθ)(1+tanθ+secθ)=2.
Pitfalls / Insight
- sin2θ means (sinθ)2, not sin(θ2).
- Don't divide by something that might be zero. Be wary of sinθ−1,cosθ in denominators.
- One side at a time. Pick LHS or RHS, transform, end at the other side. Don't manipulate both at once.
Insight. Every classical identity is, at heart, Pythagoras divided by something. Recognise this and proofs become routine.