Question
List all essential trigonometric identities in a logical order showing how each one derives from the previous ones. Which identities are most important for CBSE and JEE?
(CBSE 10/11 + JEE Main — foundation for all trig problems)
Solution — Step by Step
Divide by :
Divide by :
These three come from Pythagoras applied to the unit circle. Everything else builds on them.
These are derived from rotation matrices or geometric constructions. They generate all the identities below.
flowchart TD
A["sin²θ + cos²θ = 1"] --> B["Divide by cos²θ"]
A --> C["Divide by sin²θ"]
B --> D["tan²θ + 1 = sec²θ"]
C --> E["1 + cot²θ = csc²θ"]
A --> F["Compound Angle Formulas"]
F --> G["Set B = A"]
G --> H["Double Angle Formulas"]
H --> I["Replace A with A/2"]
I --> J["Half Angle Formulas"]
F --> K["Add/Subtract pairs"]
K --> L["Product-to-Sum Formulas"]
L --> M["Reverse direction"]
M --> N["Sum-to-Product Formulas"]
Why This Works
All trigonometric identities are ultimately consequences of the definition of sin and cos on the unit circle, combined with the Pythagorean theorem. You do not need to memorise dozens of disconnected formulas — understand the derivation tree, and you can re-derive any identity in 30 seconds.
The compound angle formulas are the single most important identities after Pythagoras. Everything — double angle, half angle, product-to-sum, sum-to-product — follows from them by substitution.
Alternative Method
For JEE, a powerful alternative to sum-to-product formulas is the auxiliary angle method:
where and .
This converts a sum of sin and cos into a single sinusoidal function — extremely useful for finding maximum/minimum values and solving equations.
For CBSE 10, you need only the three Pythagorean identities. For CBSE 11 and JEE, you need all of them. The most-tested in JEE Main: compound angle formulas and double angle formulas. If you know these cold, you can handle 90% of trig problems.
Common Mistake
The most dangerous error: writing . The cosine of a sum is NOT the sum of cosines. The correct formula has products: . This error cascades into every problem that uses compound angles. Whenever you see , mentally flag that it requires the full expansion.