Question
Prove that cosθ+cos3θsinθ+sin3θ=tan2θ.
Solution — Step by Step
Sum-to-product:
sinA+sinB=2sin2A+Bcos2A−B
cosA+cosB=2cos2A+Bcos2A−B
For numerator: A=θ,B=3θ, so (A+B)/2=2θ and (A−B)/2=−θ.
sinθ+sin3θ=2sin2θcos(−θ)=2sin2θcosθ
cosθ+cos3θ=2cos2θcos(−θ)=2cos2θcosθ
cosθ+cos3θsinθ+sin3θ=2cos2θcosθ2sin2θcosθ=cos2θsin2θ=tan2θ
LHS = RHS, proved.
Why This Works
Sum-to-product identities convert a sum of sines (or cosines) into a product. The product form often has a common factor that cancels — that’s the key. Both numerator and denominator share the factor 2cosθ here, leaving sin2θ/cos2θ=tan2θ.
This pattern generalises: (sinA+sinB)/(cosA+cosB)=tan((A+B)/2).
Alternative Method
Expand sin3θ=3sinθ−4sin3θ and cos3θ=4cos3θ−3cosθ. Substituting and simplifying eventually gives the same result, but with much more algebra. Sum-to-product is faster.
The pattern (sinA+sinB)/(cosA+cosB)=tan((A+B)/2) is worth memorising. It saves time on JEE Main and JEE Advanced trig problems.
Common Mistake
Sign error in the cosine sum-to-product formula. The minus version is cosA−cosB=−2sin2A+Bsin2A−B — note the negative sign. Sum has cosines; difference has sines, with a sign flip. Mixing these up flips the sign of the whole expression.