How to prove trigonometric identities — strategy and common tricks

medium CBSE 3 min read

Question

Prove that: sinθ1+cosθ+1+cosθsinθ=2cscθ\frac{\sin\theta}{1 + \cos\theta} + \frac{1 + \cos\theta}{\sin\theta} = 2\csc\theta

Show the strategy for approaching such proofs systematically.

(CBSE Class 10/11 pattern)


Solution — Step by Step

flowchart TD
    A["Trig Identity Proof"] --> B{"Which side\nis more complex?"}
    B -->|"LHS is complex"| C["Simplify LHS\nto match RHS"]
    B -->|"RHS is complex"| D["Simplify RHS\nto match LHS"]
    B -->|"Both complex"| E["Simplify both\nto a common form"]
    C --> F["Key tricks:\n1. Convert to sin/cos\n2. Take LCM\n3. Use identities\n4. Rationalise"]

Here, LHS has two fractions — we will simplify LHS to get RHS.

LHS=sinθ1+cosθ+1+cosθsinθ\text{LHS} = \frac{\sin\theta}{1 + \cos\theta} + \frac{1 + \cos\theta}{\sin\theta}

LCM of denominators is sinθ(1+cosθ)\sin\theta(1 + \cos\theta):

=sin2θ+(1+cosθ)2sinθ(1+cosθ)= \frac{\sin^2\theta + (1 + \cos\theta)^2}{\sin\theta(1 + \cos\theta)}
sin2θ+1+2cosθ+cos2θ\sin^2\theta + 1 + 2\cos\theta + \cos^2\theta

Using sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1:

=1+1+2cosθ=2+2cosθ=2(1+cosθ)= 1 + 1 + 2\cos\theta = 2 + 2\cos\theta = 2(1 + \cos\theta)
LHS=2(1+cosθ)sinθ(1+cosθ)=2sinθ=2cscθ=RHS\text{LHS} = \frac{2(1 + \cos\theta)}{\sin\theta(1 + \cos\theta)} = \frac{2}{\sin\theta} = 2\csc\theta = \text{RHS}

Hence proved.


Why This Works

Most trig identity proofs reduce to algebraic manipulation once everything is in terms of sin\sin and cos\cos. The Pythagorean identity sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1 is the workhorse — it appears in nearly every proof. The strategy of taking LCM converts addition of fractions into a single fraction, making simplification easier.

The proof flows because we treated the trig expressions as algebraic fractions and applied standard fraction operations. No special trig insight is needed beyond knowing the fundamental identities.


Alternative Method — Rationalisation Approach

Multiply the first fraction by 1cosθ1cosθ\frac{1 - \cos\theta}{1 - \cos\theta}:

sinθ(1cosθ)(1+cosθ)(1cosθ)=sinθ(1cosθ)sin2θ=1cosθsinθ\frac{\sin\theta(1-\cos\theta)}{(1+\cos\theta)(1-\cos\theta)} = \frac{\sin\theta(1-\cos\theta)}{\sin^2\theta} = \frac{1-\cos\theta}{\sin\theta}

Then: 1cosθsinθ+1+cosθsinθ=2sinθ=2cscθ\frac{1-\cos\theta}{\sin\theta} + \frac{1+\cos\theta}{\sin\theta} = \frac{2}{\sin\theta} = 2\csc\theta.

This is often faster when you spot the conjugate pattern.

Five golden tricks for trig proofs: (1) Convert everything to sin and cos, (2) Use sin2+cos2=1\sin^2 + \cos^2 = 1 and its rearrangements, (3) Take LCM for fraction sums, (4) Rationalise using conjugates like (1cosθ)(1-\cos\theta), (5) Factor expressions like a2b2=(a+b)(ab)a^2 - b^2 = (a+b)(a-b). These five tricks handle 90% of CBSE trig proofs.


Common Mistake

The cardinal rule of trig proofs: never work on both sides simultaneously and meet in the middle. This is a common shortcut students take, but it is logically invalid — you would be assuming what you are trying to prove. Always start from one side (usually the more complex one) and arrive at the other. Examiners specifically deduct marks for “both-sides” proofs.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next