Trigonometry forms the backbone of many Calculus and Coordinate Geometry problems, so mastering it is non-negotiable. These JEE Maths Notes cover functions, identities, inverse functions and equations, the areas that repeatedly appear in both JEE Main and Advanced.
Trigonometry JEE Notes
Every JEE paper carries 2–3 direct questions from Trigonometry and another 3–4 indirect ones where a trigonometric identity simplifies a seemingly unrelated expression. The usual distribution is:
| Sub-topic | JEE Main (marks) | JEE Advanced (marks) | Typical Question Type |
|---|---|---|---|
| Trigonometric Functions & Graphs | 4 | 6 | Domain, range, periodicity |
| Identities & Transformations | 4 | 6 | Proving or simplifying expressions |
| Inverse Trigonometric Functions | 4 | 8 | Principal values, composition |
| Trigonometric Equations | 4 | 6 | General solution, interval solution |
Scoring is straightforward: remember definitions, draw quick sketches and apply the right identity at the right time. Practise from JEE Mains Previous Papers and JEE Advanced Previous Papers to see how often the same patterns reappear.
Trigonometric Functions and Identities
Definitions & Basic Properties
- For any real $$\theta$$ measured anticlockwise from the positive $$x$$-axis on the unit circle: $$\sin\theta$$ = ordinate, $$\cos\theta$$ = abscissa, $$\tan\theta = \dfrac{\sin\theta}{\cos\theta}$$ (undefined when $$\cos\theta = 0$$).
- Periodicity: $$\sin\theta$$ and $$\cos\theta$$ repeat every $$2\pi$$, while $$\tan\theta$$ repeats every $$\pi$$.
- Signs (ASTC rule): All, Sine, Tangent, Cosine are positive in I, II, III, IV quadrants respectively.
Standard Identities You Must Recall
- Quotient and reciprocal: $$\sec\theta = 1/\cos\theta$$ etc.
- Pythagorean: $$\sin^{2}\theta + \cos^{2}\theta = 1$$, $$1+\tan^{2}\theta = \sec^{2}\theta$$, $$1+\cot^{2}\theta = \csc^{2}\theta$$.
- Co-function: $$\sin\left(\dfrac{\pi}{2}-\theta\right)=\cos\theta$$ etc.
- Negative angles: $$\sin(-\theta) = -\sin\theta$$, $$\cos(-\theta)=\cos\theta$$.
Addition, Subtraction, Double & Triple Angles
Derive once, recall forever:
- $$\sin(A\pm B)=\sin A \cos B \pm \cos A \sin B$$
- $$\cos(A\pm B)=\cos A \cos B \mp \sin A \sin B$$
- $$\tan(A\pm B)=\dfrac{\tan A \pm \tan B}{1\mp \tan A \tan B}$$
- Double angle: $$\sin2A=2\sin A \cos A$$, $$\cos2A = \cos^{2}A-\sin^{2}A = 1-2\sin^{2}A = 2\cos^{2}A-1$$.
- Triple angle: $$\sin3A=3\sin A -4\sin^{3}A$$, $$\cos3A=4\cos^{3}A-3\cos A$$.
Product-to-Sum & Sum-to-Product
Very handy for converting products into single angles:
- $$\sin A \sin B = \dfrac{\cos(A-B)-\cos(A+B)}{2}$$
- $$\cos A \cos B = \dfrac{\cos(A-B)+\cos(A+B)}{2}$$
- $$\sin A \cos B = \dfrac{\sin(A+B)+\sin(A-B)}{2}$$
Worked Example 1
Simplify $$\dfrac{1-\cos2\theta}{\sin2\theta}$$.
Solution:
$$1-\cos2\theta = 2\sin^{2}\theta$$ and $$\sin2\theta = 2\sin\theta\cos\theta$$.
Therefore the fraction equals $$\dfrac{2\sin^{2}\theta}{2\sin\theta\cos\theta} = \tan\theta$$.
Inverse Trigonometric Functions & Trigonometric Equations
Principal Value Branches
| Function | Symbol | Principal Value Range |
|---|---|---|
| Inverse sine | $$\sin^{-1}x$$ | $$[-\pi/2,\;\pi/2]$$ |
| Inverse cosine | $$\cos^{-1}x$$ | $$[0,\;\pi]$$ |
| Inverse tangent | $$\tan^{-1}x$$ | $$(-\pi/2,\;\pi/2)$$ |
Remember these intervals; any answer outside must be converted back.
Properties
- $$\sin^{-1}x + \cos^{-1}x = \pi/2$$
- $$\tan^{-1}x + \tan^{-1}y = \tan^{-1}\left(\dfrac{x+y}{1-xy}\right)$$ when $$xy\lt1$$.
- If $$x\in(0,1)$$, $$\sin^{-1}x = \tan^{-1}\left(\dfrac{x}{\sqrt{1-x^{2}}}\right)$$.
Trigonometric Equations
General solutions for $$\sin\theta = k$$:
- When $$|k|\le1$$, $$\theta = (-1)^{n}\sin^{-1}k + n\pi,\; n\in\mathbb{Z}$$.
- For $$\cos\theta = k$$, $$\theta = \pm\cos^{-1}k + 2n\pi$$.
- For $$\tan\theta = k$$, $$\theta = \tan^{-1}k + n\pi$$.
Worked Example 2
Solve $$2\cos^{2}x - 3\sin x +1 = 0$$ for $$x \in [0,2\pi)$$.
Convert everything to $$\sin x$$.
$$2(1-\sin^{2}x) - 3\sin x +1=0$$ ⇒ $$-2\sin^{2}x -3\sin x +3 =0$$ ⇒ multiply by −1: $$2\sin^{2}x +3\sin x -3 =0$$.
Quadratic in $$\sin x$$: $$\sin x = \dfrac{-3 \pm \sqrt{9+24}}{4} = \dfrac{-3 \pm \sqrt{33}}{4}$$.
Only the positive root is in [−1,1]: $$\sin x = \dfrac{-3 + \sqrt{33}}{4}\approx 0.186$$.
Therefore $$x = \sin^{-1}(0.186) \approx 0.187\text{ rad}$$ or $$\pi - 0.187 \approx 2.955\text{ rad}$$.
Important Formulas and Results at a Glance
| Category | Formula |
|---|---|
| Pythagorean set | $$\sin^{2}\theta + \cos^{2}\theta =1$$ |
| Sum & difference | $$\cos(A-B)=\cos A \cos B+\sin A \sin B$$ |
| Double angle | $$\tan2A = \dfrac{2\tan A}{1-\tan^{2}A}$$ |
| Half angle | $$\sin^{2}\dfrac{A}{2} = \dfrac{1-\cos A}{2}$$ |
| Product-sum | $$\sin A + \sin B = 2\sin\dfrac{A+B}{2}\cos\dfrac{A-B}{2}$$ |
| Inverse relation | $$\sin(\sin^{-1}x)=x$$ for $$x\in[-1,1]$$ |
Download a printable sheet of all formulas from JEE Formula Sheets and stick it near your study desk.
JEE Important Points, Common Mistakes and Quick Revision
High-Yield Points
- Draw the unit circle quickly to decide sign and quadrant of values.
- Transform every complicated expression to $$\sin$$ and $$\cos$$; it cuts calculation time.
- For inverse functions, always check if your answer lies in the principal branch.
- Memorise graphs of $$y=\sin^{-1}x$$ and $$y=\tan^{-1}x$$; they solve many limit problems.
- Practice mixed questions on JEE Questions to recognise pattern triggers.
Common Mistakes
- Writing $$\sin^{-1}x = 1/\sin x$$ (wrong). Inverse is not reciprocal.
- Ignoring the second solution in $$[0,2\pi)$$ when solving $$\sin x = k$$.
- Putting degrees into radian-based formulas without conversion.
- Forgetting that $$\tan\theta$$ is undefined when $$\cos\theta =0$$.
Rapid Revision Drill (2 minutes)
- Recite the Pythagorean identities aloud.
- Write down addition and double-angle formulas from memory.
- Sketch graphs of $$\sin x$$ and $$\tan x$$ in 30 seconds.
- Solve one past-year equation question on rough paper.
Trigonometry JEE Notes: Conclusion
Trigonometry is an important part of JEE Mathematics and also supports several concepts in Calculus, Coordinate Geometry, Vectors and Physics. Students should focus on understanding trigonometric functions, identities, graphs, inverse trigonometric functions and equations instead of relying only on memorisation. Regular revision will help you recognise the correct approach and avoid common errors involving signs, quadrants and principal values.
Use these Trigonometry JEE Notes for quick revision and solve a mix of JEE Main and Advanced questions to improve your speed and accuracy. Maintain a short formula sheet, revisit difficult questions and practise under timed conditions. Consistent problem-solving will help you apply trigonometric concepts confidently across both direct and mixed-concept questions.
Group