Trigonometric Identities: Edge Cases and Subtle Traps (3)

hard 2 min read

Question

Prove that sinθ+sin3θcosθ+cos3θ=tan2θ\dfrac{\sin\theta + \sin 3\theta}{\cos\theta + \cos 3\theta} = \tan 2\theta.

Solution — Step by Step

Sum-to-product: sinA+sinB=2sinA+B2cosAB2\sin A + \sin B = 2\sin\frac{A+B}{2}\cos\frac{A-B}{2} cosA+cosB=2cosA+B2cosAB2\cos A + \cos B = 2\cos\frac{A+B}{2}\cos\frac{A-B}{2}

For numerator: A=θ,B=3θA = \theta, B = 3\theta, so (A+B)/2=2θ(A+B)/2 = 2\theta and (AB)/2=θ(A-B)/2 = -\theta.

sinθ+sin3θ=2sin2θcos(θ)=2sin2θcosθ\sin\theta + \sin 3\theta = 2\sin 2\theta \cos(-\theta) = 2\sin 2\theta \cos\theta

cosθ+cos3θ=2cos2θcos(θ)=2cos2θcosθ\cos\theta + \cos 3\theta = 2\cos 2\theta \cos(-\theta) = 2\cos 2\theta \cos\theta

sinθ+sin3θcosθ+cos3θ=2sin2θcosθ2cos2θcosθ=sin2θcos2θ=tan2θ\frac{\sin\theta + \sin 3\theta}{\cos\theta + \cos 3\theta} = \frac{2\sin 2\theta \cos\theta}{2\cos 2\theta \cos\theta} = \frac{\sin 2\theta}{\cos 2\theta} = \tan 2\theta

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θ2\cos\theta here, leaving sin2θ/cos2θ=tan2θ\sin 2\theta / \cos 2\theta = \tan 2\theta.

This pattern generalises: (sinA+sinB)/(cosA+cosB)=tan((A+B)/2)(\sin A + \sin B)/(\cos A + \cos B) = \tan((A+B)/2).

Alternative Method

Expand sin3θ=3sinθ4sin3θ\sin 3\theta = 3\sin\theta - 4\sin^3\theta and cos3θ=4cos3θ3cosθ\cos 3\theta = 4\cos^3\theta - 3\cos\theta. 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)(\sin A + \sin B)/(\cos A + \cos B) = \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 cosAcosB=2sinA+B2sinAB2\cos A - \cos B = -2\sin\frac{A+B}{2}\sin\frac{A-B}{2} — note the negative sign. Sum has cosines; difference has sines, with a sign flip. Mixing these up flips the sign of the whole expression.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next