A Friendly Guide to Trigonometry
Hello friends! Welcome to your very own guide to trigonometry. Whether you’re preparing for your board exams or gearing up for competitive exams like JEE, trigonometry is a topic you just can’t skip. It might seem a bit scary with all its formulas, but trust me, once you understand the logic, it’s one of the most interesting topics in Maths.
This guide is designed to be your best friend on this journey. We’ll start from the very basics (yes, SOH CAH TOA!) and slowly build our way up to the more advanced stuff, explaining everything in a simple, easy-to-understand way. So, let’s begin!
Part 1: Starting with the Basics – The Right-Angled Triangle
Everything in trigonometry starts with a simple right-angled triangle. Think of it as the ‘ABCD’ of trigonometry.
The Six Magical Ratios
Imagine a right-angled triangle. For any angle `\(\theta\)` (theta) in that triangle (that isn’t the 90° one), we have three sides:
- Hypotenuse: The longest side, always opposite the right angle.
- Opposite Side: The side directly opposite to the angle `\(\theta\)`.
- Adjacent Side: The side that is next to the angle `\(\theta\)` (but isn’t the hypotenuse).
The Main Trio: Sine, Cosine, and Tangent
You’ve probably heard of “SOH CAH TOA”. It’s a simple way to remember the three main ratios:
- Sine (sin): Opposite / Hypotenuse (SOH)
$$\sin(\theta)=\frac{\text{Opposite}}{\text{Hypotenuse}}$$
- Cosine (cos): Adjacent / Hypotenuse (CAH)
$$\cos(\theta)=\frac{\text{Adjacent}}{\text{Hypotenuse}}$$
- Tangent (tan): Opposite / Adjacent (TOA)
$$\tan(\theta)=\frac{\text{Opposite}}{\text{Adjacent}}$$
What’s the use? Finding a side.
Problem: Let’s say you have a right triangle with an angle of 30° and the hypotenuse is 10 cm. You want to find the length of the opposite side (`x`).
- We have the Hypotenuse (H) and want the Opposite (O). The formula connecting O and H is Sine.
- So, \( \sin(30^\circ)=\frac{\text{Opposite}}{\text{Hypotenuse}}=\frac{x}{10} \).
- We know that \( \sin(30^\circ)=\frac{1}{2} \).
- So, \( \frac{1}{2}=\frac{x}{10} \). Solving this, we get \( x=5 \) cm. Simple!
The Other Three: Cosecant, Secant, and Cotangent
These three are just the “ulte” (reciprocals) of the main three.
- Cosecant (csc): It’s the reciprocal of sine.
$$\csc(\theta)=\frac{1}{\sin(\theta)}=\frac{\text{Hypotenuse}}{\text{Opposite}}$$
- Secant (sec): It’s the reciprocal of cosine.
$$\sec(\theta)=\frac{1}{\cos(\theta)}=\frac{\text{Hypotenuse}}{\text{Adjacent}}$$
- Cotangent (cot): It’s the reciprocal of tangent.
$$\cot(\theta)=\frac{1}{\tan(\theta)}=\frac{\text{Adjacent}}{\text{Opposite}}$$
Example: Finding all ratios.
Imagine a triangle with Opposite=3, Adjacent=4. By Pythagoras theorem, the Hypotenuse will be \( \sqrt{3^2 + 4^2}=5 \).
- \( \sin(\theta)=3/5 \Rightarrow \csc(\theta)=5/3 \)
- \( \cos(\theta)=4/5 \Rightarrow \sec(\theta)=5/4 \)
- \( \tan(\theta)=3/4 \Rightarrow \cot(\theta)=4/3 \)
Part 2: The Unit Circle – Trigonometry Beyond Triangles
Right-angled triangles are great, but they only have acute angles (less than 90°). What about angles like 120°, 270°, or even negative angles? For this, we use the Unit Circle.
The Unit Circle is just a circle with a radius of 1, drawn on a graph. The center is at (0,0).
Here’s the key idea: For any angle \( \theta \), the point where the angle’s line touches the circle has coordinates \( (x, y) \).
- \( \cos(\theta)=x \)
- \( \sin(\theta)=y \)
This simple definition works for any angle!
Signs in Quadrants (The CAST Rule)
As the angle \( \theta \) moves around the circle, the signs of \( x \) and \( y \) change. This gives us a very important rule for the signs of the trig functions in the four quadrants.
A simple way to remember it is “All Silver Tea Cups” or “Add Sugar To Coffee”. Starting from the top-right quadrant (Quadrant I) and going anti-clockwise:
- Quadrant I (0° to 90°): All are positive.
- Quadrant II (90° to 180°): Sine (and its reciprocal, csc) are positive.
- Quadrant III (180° to 270°): Tangent (and its reciprocal, cot) are positive.
- Quadrant IV (270° to 360°): Cosine (and its reciprocal, sec) are positive.
Example: Using the CAST rule.
If you are told that \( \tan(\theta)=-4/3 \) and \( \theta \) is in Quadrant IV, find \( \sin(\theta) \) and \( \cos(\theta) \).
- From \( \tan(\theta)=\frac{\text{Opposite}}{\text{Adjacent}}=4/3 \), let’s imagine a triangle with Opposite=4, Adjacent=3. The Hypotenuse would be 5.
- So, the basic value for \( \sin(\theta) \) is 4/5 and for \( \cos(\theta) \) is 3/5.
- Now, we use the CAST rule. In Quadrant IV, Cosine is positive, and all others are negative.
- Therefore, \( \cos(\theta)=3/5 \) (positive) and \( \sin(\theta)=-4/5 \) (negative).
Part 3: The ‘Rules of the Game’ – Trigonometric Identities
Identities are formulas that are true for all angles. They are like the grammar rules of trigonometry and are super important for solving problems.
The Most Basic Identities
1. Quotient Identities
Use: To change everything into `sin` and `cos`, which makes simplifying easier.
2. Pythagorean Identities
These come from the Pythagoras theorem applied to the unit circle (\( x^2 + y^2=1 \)).
- The most famous one:
$$\sin^2\theta + \cos^2\theta=1$$
- The other two (just divide the main one by \( \cos^2\theta \) and \( \sin^2\theta \)):
$$1 + \tan^2\theta=\sec^2\theta$$$$1 + \cot^2\theta=\csc^2\theta$$
Example: Using a Pythagorean Identity.
If \( \sin(\theta)=3/5 \) and \( \theta \) is in Quadrant II, find \( \cos(\theta) \).
- We know \( \sin^2\theta + \cos^2\theta=1 \).
- \( (3/5)^2 + \cos^2\theta=1 \Rightarrow 9/25 + \cos^2\theta=1 \).
- \( \cos^2\theta=1 – 9/25=16/25 \).
- \( \cos(\theta)=\pm\sqrt{16/25}=\pm 4/5 \).
- Since \( \theta \) is in Quadrant II, \( \cos(\theta) \) must be negative.
- So, \( \cos(\theta)=-4/5 \).
Part 4: Advanced Formulas – Playing with Angles
These formulas help you handle sums, differences, and multiples of angles. They are very common in competitive exams.
Sum and Difference Formulas (The ‘A+B’ Formulas)
- \( \sin(A \pm B)=\sin(A)\cos(B) \pm \cos(A)\sin(B) \)
- \( \cos(A + B)=\cos(A)\cos(B) – \sin(A)\sin(B) \)
- \( \cos(A – B)=\cos(A)\cos(B) + \sin(A)\sin(B) \)
- \( \tan(A \pm B)=\frac{\tan(A) \pm \tan(B)}{1 \mp \tan(A)\tan(B)} \)
Use: Find \( \sin(75^\circ) \)
We can write 75° as (45° + 30°).
\( \sin(75^\circ)=\sin(45^\circ + 30^\circ)=\sin(45^\circ)\cos(30^\circ) + \cos(45^\circ)\sin(30^\circ) \)
\(=(\frac{1}{\sqrt{2}})(\frac{\sqrt{3}}{2}) + (\frac{1}{\sqrt{2}})(\frac{1}{2}) \)
\(=\frac{\sqrt{3} + 1}{2\sqrt{2}} \)
Conclusion: You Can Do It!
And that’s a wrap! We’ve gone from the simple right-angled triangle to rules that work for any triangle, and even covered some advanced formulas for your competitive exams. It might seem like a lot of formulas, but the key is to practice. The more you solve problems, the more comfortable you’ll become.
Don’t just memorize the formulas; try to understand where they come from. See how they are all connected. The Pythagorean identities come from the unit circle, the double-angle formulas come from the sum formulas, and so on.
Keep this guide handy, practice regularly, and you’ll master trigonometry in no time. All the best for your studies!