Once we know sinθ and cosθ for individual angles, we want to compute them for sums, differences, and multiples. The addition formulas , the most important identities in trigonometry , answer this question.
The two master formulas
cos(A−B)=cosAcosB+sinAsinB.
From this, every other addition formula follows:
Replace B with −B: cos(A+B)=cosAcosB−sinAsinB.
Replace A with 2π−A: sin(A+B)=sinAcosB+cosAsinB and sin(A−B)=sinAcosB−cosAsinB.
Divide to get tan(A+B)=1−tanAtanBtanA+tanB and tan(A−B)=1+tanAtanBtanA−tanB.
Derivation of cos(A−B)=cosAcosB+sinAsinB
Consider two points on the unit circle: P1=(cosA,sinA) and P2=(cosB,sinB). The angle between them at the origin is A−B, so by the distance formula:
∣P1P2∣2=(cosA−cosB)2+(sinA−sinB)2.
Expanding,
=cos2A−2cosAcosB+cos2B+sin2A−2sinAsinB+sin2B=2−2(cosAcosB+sinAsinB).
Alternatively, by the law of cosines on the triangle with two sides of length 1 enclosing angle A−B:
∣P1P2∣2=1+1−2cos(A−B)=2−2cos(A−B).
Equating:
cos(A−B)=cosAcosB+sinAsinB.\qed
These power-reducing formulas are vital for integrating sin2 and cos2 in Class XII.
Half-angle formulas
Replace θ by θ/2:
sin22θ=21−cosθ,cos22θ=21+cosθ,tan2θ=sinθ1−cosθ=1+cosθsinθ.
Triple-angle formulas
sin3θ=3sinθ−4sin3θ.cos3θ=4cos3θ−3cosθ.
Proof of the first: sin3θ=sin(2θ+θ)=sin2θcosθ+cos2θsinθ=2sinθcos2θ+(1−2sin2θ)sinθ=2sinθ(1−sin2θ)+sinθ−2sin3θ=3sinθ−4sin3θ.
The "harmonic combination" formula
Any expression asinθ+bcosθ can be written as
asinθ+bcosθ=Rsin(θ+ϕ),R=a2+b2,tanϕ=ab,
or equivalently as Rcos(θ−ψ) for some ψ. Hence the max and min of asinθ+bcosθ are ±a2+b2.
Worked examples
Example 1. Find sin75∘.
75∘=45∘+30∘. So sin75∘=sin45cos30+cos45sin30=22⋅23+22⋅21=46+2.
Example 2. If sinA=53 and cosB=1312, both A,B in quadrant I, find sin(A+B).
Example 5 (harder). If cosA+cosB+cosC=0 and sinA+sinB+sinC=0, prove cos3A+cos3B+cos3C=3cos(A+B+C).
Set zk=cosθk+isinθk for k=1,2,3 (using Chapter 4's notation). The hypothesis says z1+z2+z3=0. Each ∣zk∣=1, and the identity
z13+z23+z33−3z1z2z3=(z1+z2+z3)(z12+z22+z32−z1z2−z2z3−z3z1)
gives z13+z23+z33=3z1z2z3. Taking real parts: cos3A+cos3B+cos3C=3cos(A+B+C). \qed
(This example previews Chapter 4. A purely trigonometric proof exists but is longer.)
Try it yourself
Compute cos15∘, sin105∘, tan75∘.
If sinθ=54, θ in quadrant I, find sin2θ, cos2θ, tan2θ.
Prove 1+cos2Asin2A=tanA.
Find sin(A−B) if cosA=53, sinB=1312 (both in quadrant I).
Prove cos3θ=4cos3θ−3cosθ.
Express sin3θ in terms of sinθ.
Find max and min of f(x)=7sinx−24cosx.
If tanA=21,tanB=31, find tan(A+B).
Prove sin(4π+θ)−sin(4π−θ)=2sinθ.
Prove sin22θ=21−cosθ.
Find tan8π.
Prove tanA+tanB+tanC=tanAtanBtanC when A+B+C=π.
Pitfalls / Tricks
cos(A+B)=cosA+cosB. Always use the formula.
sin2θ=2sinθ. The factor cosθ matters.
For triple-angle, sin3θ has 3sin−4sin3 (mind the sign), while cos3θ=4cos3−3cos.
Insight. All the "R-sine" computations work because (cosϕ,sinϕ) traces the unit circle. Recognising asin+bcos as a single sinusoid is the most-used trick in JEE trigonometry.