Why Trigonometric Functions are Everywhere

Ever wondered how engineers design roller‑coasters or how your phone knows its orientation? The secret sauce is trigonometric functions – they turn angles into useful numbers.

💡 In Simple Words: Trigonometric functions turn an angle into a ratio of side lengths in a right‑angled triangle. They let us calculate distances, heights, and even wave patterns without measuring every single thing.

What Are Trigonometric Functions?

A trigonometric function (or trig function) is a rule that links an angle to a specific ratio of sides in a right‑angled triangle. The most common ones are:

  • sine (sin) – opposite side ÷ hypotenuse
  • cosine (cos) – adjacent side ÷ hypotenuse
  • tangent (tan) – opposite side ÷ adjacent side

Think of the triangle as a water pipe system. The hypotenuse is the main pipe, while the other two sides are smaller branches. The sine tells you how much water flows through the opposite branch compared to the main pipe.

How to Remember the Basic Ratios

Many students use the mnemonic “SOH‑CAH‑TOA”:

  • SOH: Sin = Opposite ÷ Hypotenuse
  • CAH: Cos = Adjacent ÷ Hypotenuse
  • TOA: Tan = Opposite ÷ Adjacent

It’s like a cheat‑sheet you keep in your pocket whenever you see a triangle.

Key Trigonometric Identities

Identities are equations that are always true, no matter what angle you plug in. They are the shortcuts that let you simplify messy expressions.

Pythagorean Identities

These come straight from the Pythagoras theorem (a² + b² = c²). The most useful ones are:

  • sin²θ + cos²θ = 1
  • 1 + tan²θ = sec²θ (where sec is the reciprocal of cos)
  • 1 + cot²θ = csc²θ (where csc is the reciprocal of sin)

Co‑function Identities

They show how trig functions swap when you look at the complement of an angle (90° − θ). For example, sin(90° − θ) = cosθ. It’s like two friends swapping seats at a dinner table.

Angle‑Sum and Angle‑Difference Identities

These let you break down a sum or difference of angles into products of single angles:

  • sin(A + B) = sinA·cosB + cosA·sinB
  • cos(A + B) = cosA·cosB – sinA·sinB
  • tan(A + B) = (tanA + tanB) / (1 – tanA·tanB)

Imagine you’re mixing two colors of paint. The final shade depends on how much of each you add – the formulas work the same way.

Double‑Angle Identities

Set B = A in the angle‑sum formulas to get expressions like:

  • sin2A = 2·sinA·cosA
  • cos2A = cos²A – sin²A (or 1 – 2·sin²A, or 2·cos²A – 1)
  • tan2A = 2·tanA / (1 – tan²A)

When to Use Which Identity?

Here’s a quick cheat‑sheet. Pick the identity that turns the expression into something you already know.

GoalBest IdentityWhy
Eliminate a tan1 + tan²θ = sec²θTurns tan into sec, which often pairs with cos.
Combine sin and cos of same anglesin²θ + cos²θ = 1Collapses two terms into 1.
Break down sin(A ± B) or cos(A ± B)Angle‑sum/difference formulasSplits a complicated angle into simpler parts.
Reduce a double angleDouble‑angle identitiesTurns 2θ into products of θ.

Step‑by‑Step: Simplify a Trig Expression

graph TD A[Start with expression] --> B[Identify target (remove tan, combine sin‑cos, etc.)] B --> C[Choose appropriate identity] C --> D[Replace and simplify] D --> E[Check if further reduction needed] E --> F[Final simplified form]

Follow the flowchart whenever a problem looks tangled. It’s like following a recipe – you add ingredients (identities) one by one until the dish is ready.

Worked Example

Problem: Simplify \(\frac{\sin\theta}{1+\cos\theta}\).

Solution:

  1. Notice the denominator has 1 + cosθ. The Pythagorean identity can turn this into a square.
  2. Multiply numerator and denominator by \(1-\cos\theta\) (the conjugate). This is a common trick to get rid of the plus sign.
  3. \(\frac{\sin\theta}{1+\cos\theta}\times\frac{1-\cos\theta}{1-\cos\theta}=\frac{\sin\theta(1-\cos\theta)}{(1+\cos\theta)(1-\cos\theta)}\).
  4. The denominator becomes \(1-\cos^2\theta\), which is \(\sin^2\theta\) by the Pythagorean identity.
  5. Now the fraction is \(\frac{\sin\theta(1-\cos\theta)}{\sin^2\theta}=\frac{1-\cos\theta}{\sin\theta}\).
  6. Finally, \(\frac{1-\cos\theta}{\sin\theta}=\frac{2\sin^2(\theta/2)}{2\sin(\theta/2)\cos(\theta/2)}=\tan(\theta/2)\) using half‑angle formulas.

So the original expression simplifies to \(\tan(\theta/2)\). Nice, right?

Quick Revision Checklist

  • Remember the three basic ratios: sin = opp/hyp, cos = adj/hyp, tan = opp/adj.
  • Keep the Pythagorean identities at your fingertips.
  • Use co‑function identities when you see 90° − θ.
  • Apply angle‑sum formulas for any sin(A ± B) or cos(A ± B).
  • Double‑angle identities are handy for powers of trig functions.

📝 Likely Exam Questions

  1. Question: Prove that \(\sin^2\theta + \cos^2\theta = 1\).
    Answer: Start with a right‑angled triangle, label the sides as opposite = a, adjacent = b, hypotenuse = c. By definition, sinθ = a/c and cosθ = b/c. Then sin²θ + cos²θ = a²/c² + b²/c² = (a² + b²)/c². By Pythagoras, a² + b² = c², so the expression equals c²/c² = 1.
  2. Question: Simplify \(\frac{1-\cos2θ}{\sin2θ}\).
    Answer: Use double‑angle identities: 1 − cos2θ = 2sin²θ and sin2θ = 2sinθcosθ. The fraction becomes \(\frac{2\sin^2θ}{2\sinθ\cosθ}=\frac{\sinθ}{\cosθ}=\tanθ\).
  3. Question: If \(\tan A = 3\) and \(A\) is acute, find \(\sin 2A\).
    Answer: From tanA = opposite/adjacent = 3/1, form a right triangle with sides 3,1,√10. So sinA = 3/√10, cosA = 1/√10. Then sin2A = 2sinAcosA = 2·(3/√10)·(1/√10)=6/10=3/5.
  4. Question: Verify the identity \(\tan(A+B)=\frac{\tan A+\tan B}{1-\tan A\tan B}\).
    Answer: Write tan(A+B)=sin(A+B)/cos(A+B). Replace sin and cos using angle‑sum formulas, then divide numerator and denominator by cosA·cosB. Simplify to obtain the right‑hand side.
  5. Question: Solve for θ in \(2\sinθ = \sqrt{3}\) where 0° ≤ θ Answer: sinθ = √3/2. The sine equals √3/2 at 60° and 120° in the first two quadrants. Hence θ = 60°, 120°.
#ISC#Class 11#Mathematics#Trigonometry#Trig Identities