Trigonometric Identities: Prove Them Without Expanding the Wrong Side
Learn how to prove trigonometric identities by choosing the right side, using core identities, and avoiding common expansion mistakes.
- 11th
- Study Advice
Trigonometric identities often feel confusing for a very simple reason: students start working before deciding where the work should begin.
They see two sides, panic a little, and start expanding both of them.
That is usually where the question becomes longer than it really is.
A trigonometric identity is not asking you to solve for x. It is asking you to show that two expressions are the same wherever both expressions are defined. Your job is to build a clean path from one side to the other.
Think of the proof like a bridge. One side may look complicated, full of sec x, tan x, fractions, or brackets. The other side may look simple. You do not break both sides into stones and hope they match. You build a careful bridge from the complicated side to the clean side.
This guide will show you how to choose that side, which identities to use first, and how to avoid the mistake of expanding the wrong expression.
First, What Does Proving an Identity Mean?
An equation like this may be true for some values:
sin x = 1/2
That is a trigonometric equation. You may need to find values of x.
An identity is different. It is true for all allowed values of the angle.
For example:
sin^2 x + cos^2 x = 1
This does not need one special value of x. It works generally, as long as the expressions involved make sense.
So when a question says “prove the identity”, it is usually asking you to start with one side and simplify it until it becomes the other side.
The proof should look like a chain:
LHS
= step 1
= step 2
= step 3
= RHS
or:
RHS
= step 1
= step 2
= step 3
= LHS
Both are acceptable if the logic is clear.
The Mistake: Expanding the Wrong Side
The wrong side is usually the side that is already simple.
Suppose you need to prove:
(sec x - cos x) / tan x = sin x
The right side is just:
sin x
If you start changing sin x into tan x / sec x, or into 1 / cosec x, you may create more work for yourself.
The left side has the real structure:
(sec x - cos x) / tan x
It has a subtraction, a fraction, and mixed functions. That is where the proof is hiding.
So start with the left side.
This is the first habit that makes identities easier.
The Core Identities You Should Keep Ready
You do not need a huge formula list for every identity proof. Start with the small set that appears again and again.
Reciprocal Identities
sec x = 1 / cos x
cosec x = 1 / sin x
cot x = 1 / tan x
Also remember the reverse forms:
sin x = 1 / cosec x
cos x = 1 / sec x
tan x = 1 / cot x
Quotient Identities
tan x = sin x / cos x
cot x = cos x / sin x
These are often the best rescue formulas when a question mixes sin, cos, tan, cot, sec, and cosec.
Pythagorean Identities
sin^2 x + cos^2 x = 1
1 + tan^2 x = sec^2 x
1 + cot^2 x = cosec^2 x
The rearranged forms are just as useful:
1 - sin^2 x = cos^2 x
1 - cos^2 x = sin^2 x
sec^2 x - tan^2 x = 1
cosec^2 x - cot^2 x = 1
How to Decide Which Side to Start With
Before writing the first step, compare the two sides quietly.
Ask these questions:
- Which side has more terms?
- Which side has fractions?
- Which side has
sec,cosec,tan, orcotmixed withsinandcos? - Which side has brackets like
1 + sin x,1 - sin x,1 + cos x, or1 - cos x? - Which side already looks like the final answer?
Usually, start with the side that has more structure.
| Situation | Better starting point |
|---|---|
| One side is simple, one side is complicated | Start with the complicated side |
| One side has fractions | Start with the fraction side |
One side has sec, cosec, tan, and cot mixed together | Start there and convert to sin and cos |
One side has 1 + sin x or 1 - cos x in a denominator | Start there and think about the conjugate |
| Both sides are equally complicated | Try simplifying both sides separately to a common expression |
This small pause saves a lot of unnecessary expansion.
The Golden Method: Work One Side at a Time
A clean identity proof should not jump around.
Avoid writing something like this:
LHS = RHS
Then changing both sides together
That can become confusing because the reader cannot see what has actually been proved.
Instead, write:
Starting with LHS,
...
= RHS
or:
Starting with RHS,
...
= LHS
This makes your proof disciplined.
It also helps you catch mistakes. If every line follows from the previous line, your proof is easier to check.
Example 1: Start With the More Complicated Side
Prove:
(sec x - cos x) / tan x = sin x
The right side is simple. The left side has the work.
Start with LHS:
LHS = (sec x - cos x) / tan x
Convert sec x and tan x:
= (1 / cos x - cos x) / (sin x / cos x)
Simplify the numerator:
= ((1 - cos^2 x) / cos x) / (sin x / cos x)
Use:
1 - cos^2 x = sin^2 x
So:
= (sin^2 x / cos x) / (sin x / cos x)
Divide by multiplying with the reciprocal:
= (sin^2 x / cos x) x (cos x / sin x)
= sin x
Therefore:
LHS = RHS
The identity is proved.
Notice what we did not do. We did not disturb the simple sin x side. We transformed the complicated side until it became sin x.
Example 2: Use the Conjugate Instead of Expanding Blindly
Prove:
(1 - sin x) / cos x = cos x / (1 + sin x)
Both sides have fractions. But the right side has a denominator 1 + sin x, which suggests multiplying by its conjugate:
1 - sin x
Start with RHS:
RHS = cos x / (1 + sin x)
Multiply numerator and denominator by 1 - sin x:
= [cos x(1 - sin x)] / [(1 + sin x)(1 - sin x)]
Use:
(1 + sin x)(1 - sin x) = 1 - sin^2 x
So:
= [cos x(1 - sin x)] / (1 - sin^2 x)
Use:
1 - sin^2 x = cos^2 x
Then:
= [cos x(1 - sin x)] / cos^2 x
= (1 - sin x) / cos x
Therefore:
RHS = LHS
The identity is proved.
Example 3: Convert Everything to sin and cos
Prove:
tan x + cot x = sec x cosec x
The left side has tan x and cot x, so convert them to sin x and cos x.
Start with LHS:
LHS = tan x + cot x
Use quotient identities:
= sin x / cos x + cos x / sin x
Take a common denominator:
= (sin^2 x + cos^2 x) / (sin x cos x)
Use:
sin^2 x + cos^2 x = 1
So:
= 1 / (sin x cos x)
Split the fraction:
= (1 / cos x)(1 / sin x)
= sec x cosec x
Therefore:
LHS = RHS
The identity is proved.
This is one of the most important patterns in trigonometry. When the functions are mixed, sin and cos often create the clearest path.
Example 4: Recognise Difference of Squares
Prove:
(sec x + tan x)(sec x - tan x) = 1
The left side is a product of two brackets.
It matches the pattern:
(a + b)(a - b) = a^2 - b^2
Start with LHS:
LHS = (sec x + tan x)(sec x - tan x)
Use difference of squares:
= sec^2 x - tan^2 x
Use:
sec^2 x - tan^2 x = 1
Therefore:
LHS = RHS
The identity is proved.
Here, expanding helped because the expression clearly matched a standard algebraic pattern. The problem is not expansion itself. The problem is expanding without a reason.
Example 5: Use the Right Pythagorean Identity
Prove:
(1 + tan^2 x) / (1 + cot^2 x) = tan^2 x
The left side is full of identity patterns.
Start with LHS:
LHS = (1 + tan^2 x) / (1 + cot^2 x)
Use:
1 + tan^2 x = sec^2 x
1 + cot^2 x = cosec^2 x
So:
= sec^2 x / cosec^2 x
Convert to sin and cos:
= (1 / cos^2 x) / (1 / sin^2 x)
Divide by multiplying with the reciprocal:
= (1 / cos^2 x) x sin^2 x
= sin^2 x / cos^2 x
= tan^2 x
Therefore:
LHS = RHS
The identity is proved.
Example 6: Handle Two Fractions Carefully
Prove:
cos x / (1 - sin x) - cos x / (1 + sin x) = 2 tan x
The left side has two fractions with related denominators. Start there.
LHS = cos x / (1 - sin x) - cos x / (1 + sin x)
Take the common denominator:
= [cos x(1 + sin x) - cos x(1 - sin x)] / [(1 - sin x)(1 + sin x)]
Factor cos x in the numerator:
= cos x[(1 + sin x) - (1 - sin x)] / (1 - sin^2 x)
Simplify inside the bracket:
(1 + sin x) - (1 - sin x)
= 1 + sin x - 1 + sin x
= 2 sin x
So:
= cos x(2 sin x) / (1 - sin^2 x)
Use:
1 - sin^2 x = cos^2 x
Then:
= 2 sin x cos x / cos^2 x
= 2 sin x / cos x
= 2 tan x
Therefore:
LHS = RHS
The identity is proved.
A Simple Decision System for Identity Proofs
When you see a new trigonometric identity, do not start writing immediately.
Use this order.
Step 1: Mark the Simple Side
If one side is already one term, treat it like the target.
Examples:
sin x
tan^2 x
1
2 sec x
Do not make these sides messy unless you have a strong reason.
Step 2: Start With the Side That Has More Clues
Clues include:
- brackets
- fractions
- squared terms
- reciprocal functions
- terms like
1 + sin xor1 - cos x - mixed functions such as
sec x,tan x, andsin xtogether
The side with more clues usually tells you what to do.
Step 3: Convert to sin and cos When Stuck
This is not always the shortest method, but it is often the safest.
For example:
tan x = sin x / cos x
cot x = cos x / sin x
sec x = 1 / cos x
cosec x = 1 / sin x
Once everything is in sin and cos, the Pythagorean identity becomes easier to spot.
Step 4: Watch for 1 - sin^2 x and 1 - cos^2 x
These two are extremely common:
1 - sin^2 x = cos^2 x
1 - cos^2 x = sin^2 x
They often appear after multiplying conjugates or taking a common denominator.
Step 5: Stop When the Target Appears
Many students keep simplifying even after the target side has appeared.
If your expression has become the other side, stop and write the conclusion.
When Should You Expand?
Expansion is useful when it reveals a known identity or cancels terms neatly.
Expand when you see:
(a + b)(a - b)
because it becomes:
a^2 - b^2
Expand when you see a square that clearly connects to:
sin^2 x + cos^2 x
For example:
(sin x + cos x)^2
expands to:
sin^2 x + 2 sin x cos x + cos^2 x
Then:
sin^2 x + cos^2 x = 1
So:
(sin x + cos x)^2 = 1 + 2 sin x cos x
This expansion has a purpose.
But do not expand a clean side just because it is possible. If the side is already the target, leave it alone.
When Should You Factorise?
Factorisation helps when terms share a common factor or when you need to create a known pattern.
Example:
sin x + sin x tan^2 x
Factor sin x:
= sin x(1 + tan^2 x)
Use:
1 + tan^2 x = sec^2 x
So:
= sin x sec^2 x
Another example:
cos x - cos x sin^2 x
Factor cos x:
= cos x(1 - sin^2 x)
Use:
1 - sin^2 x = cos^2 x
So:
= cos^3 x
Factorisation is often the opposite of unnecessary expansion. It compresses the expression and reveals the identity inside it.
How to Use Conjugates Without Confusion
Conjugates are common in trigonometry because of these patterns:
(1 + sin x)(1 - sin x) = 1 - sin^2 x = cos^2 x
(1 + cos x)(1 - cos x) = 1 - cos^2 x = sin^2 x
So if you see:
1 + sin x
think:
1 - sin x
If you see:
1 - cos x
think:
1 + cos x
But be careful. You cannot multiply only the denominator by a conjugate. You must multiply both numerator and denominator by the same expression.
Correct:
cos x / (1 + sin x)
= [cos x(1 - sin x)] / [(1 + sin x)(1 - sin x)]
Wrong:
cos x / (1 + sin x)
= cos x / [(1 + sin x)(1 - sin x)]
That changes the value of the expression.
A Neat Way to Practise Identity Proofs
When practising, do not only check whether your final answer is correct. Check your starting decision.
For each question, write this before solving:
I will start with LHS because ...
or:
I will start with RHS because ...
For example:
I will start with LHS because it has sec x, cos x, and tan x together.
or:
I will start with RHS because its denominator has 1 + sin x, so the conjugate may help.
This trains your judgement, not just your memory.
After solving, ask:
Did my first side choice make the proof shorter?
If yes, remember the pattern. If not, rewrite the solution from the better side.
Common Mistakes and Better Moves
| Mistake | Why it hurts | Better move |
|---|---|---|
| Expanding both sides at the start | The proof becomes hard to follow | Work one side into the other |
| Starting with the simple side | You make the target more complicated | Start with the side that has more clues |
| Forgetting denominators cannot be zero | Some steps may become invalid | Keep in mind that identities are for allowed values |
Replacing 1 + sin^2 x with cos^2 x | The identity is wrong | Only 1 - sin^2 x = cos^2 x |
Mixing up sec^2 x - tan^2 x | Sign errors change the answer | Remember sec^2 x - tan^2 x = 1 |
| Multiplying only the denominator by a conjugate | It changes the expression | Multiply numerator and denominator |
| Cancelling terms across addition | It is not valid algebra | Factor first, then cancel common factors |
The strongest students are not the ones who memorise the longest formula list. They are the ones who pause, choose the correct side, and use algebra cleanly.
Practice Set With Hints
Try these slowly. Before each proof, decide which side you will start with.
1. Prove:
(cosec x - sin x) / cot x = cos x
Hint:
cosec x = 1 / sin x
cot x = cos x / sin x
Also use:
1 - sin^2 x = cos^2 x
2. Prove:
(1 + cos x) / sin x = sin x / (1 - cos x)
Hint:
Start with the right side and multiply by:
1 + cos x
3. Prove:
(sec x - 1) / (sec x + 1) = (1 - cos x) / (1 + cos x)
Hint:
Start with the left side and convert:
sec x = 1 / cos x
4. Prove:
(tan x + sec x)^2 = (1 + sin x) / (1 - sin x)
Hint:
Start with the left side:
tan x + sec x = sin x / cos x + 1 / cos x
Then simplify:
= (1 + sin x) / cos x
5. Prove:
(cot x - tan x) / (cot x + tan x) = cos^2 x - sin^2 x
Hint:
Convert cot x and tan x into sin x and cos x, then take a common denominator.
A Final Checklist Before You Write the Proof
Before solving a trigonometric identity, ask:
- Which side is more complicated?
- Which side is already the target?
- Should I convert to
sinandcos? - Is there a conjugate pattern?
- Is there a Pythagorean identity waiting to appear?
- Am I working one side at a time?
- Did I stop when the other side appeared?
If you use this checklist, trigonometric identities become much less random.
They stop feeling like a formula hunt and start feeling like a planned route.
Frequently Asked Questions
What is the best way to prove trigonometric identities?
The best way is to start with one side, usually the more complicated side, and simplify it step by step until it becomes the other side. Use reciprocal identities, quotient identities, Pythagorean identities, factorisation, common denominators, and conjugates where needed.
Should I prove a trigonometric identity by changing both sides?
Usually, no. It is cleaner to work on one side at a time. Start with LHS and reach RHS, or start with RHS and reach LHS. If both sides are very complicated, you may simplify both sides separately to the same expression, but keep the work clearly separated.
How do I know which side of an identity to start with?
Start with the side that has more terms, fractions, brackets, or mixed functions. If one side is simple, treat it as the target. The complicated side usually contains the clues needed for the proof.
When should I convert everything to sin and cos?
Convert to sin and cos when the expression has a mix of tan, cot, sec, and cosec, or when you cannot see a direct identity. This often makes common denominators and Pythagorean identities easier to use.
Why are conjugates useful in trigonometric identities?
Conjugates help create 1 - sin^2 x or 1 - cos^2 x. These can then become cos^2 x or sin^2 x. This is especially useful when the expression contains 1 + sin x, 1 - sin x, 1 + cos x, or 1 - cos x.
Is expanding always wrong in trigonometric identities?
No. Expanding is useful when it reveals a known pattern, such as difference of squares or sin^2 x + cos^2 x. It becomes a problem only when you expand without a reason and make the expression more complicated.
What is the most common mistake in trigonometric identities?
The most common mistake is starting with the simple side and making it unnecessarily complicated. Another common mistake is using a Pythagorean identity with the wrong sign, such as treating 1 + sin^2 x as cos^2 x, which is not correct.
Can I check an identity by putting a value of x?
You can use a value to test whether your answer may be reasonable, but it does not prove the identity. A proof must show that the two sides are equal for all allowed values of the angle.
Looking for commerce tuitions?
Prachi is a gold-medalist commerce teacher with experience at Deloitte and KPMG. She focuses on fundamentals to build a strong foundation.