Trigonometry explores the relationships between angles and sides of right-angled triangles, helping calculate unknown sides or angles. It extends beyond triangles into circles and real-world applications like navigation and engineering. Here's a summary:
Trigonometry is built around three primary functions:
- Sine (sin):
  [
  \sin(?) = \frac{{Opposite}} / {{Hypotenuse}}
  ]
- Cosine (cos):
  [
  \cos(?) = \frac{{Adjacent}} / {{Hypotenuse}}
  ]
- Tangent (tan):
  [
  \tan(?) = \frac{{Opposite}} / {{Adjacent}}
  ]  
Mnemonic: Remember SOH CAH TOA for quick recall.
  Example: Sin = Opposite / Hypotenuse, Cos = Adjacent / Hypotenuse, Tan = Opposite / Adjacent.  
Values of sine, cosine, and tangent vary depending on the quadrant:
Unit Circle: A circle with radius 1, used to calculate sin, cos, and tan directly.
Period: ( 360° ).
Tangent Graph:
Used to find the angle when a trigonometric ratio is known:
- ( \sin^{-1}(x), \cos^{-1}(x), \tan^{-1}(x) ).
  Example:
  - If ( \sin(?) = 1 ), then ( \sin^{-1}(1) = 90° ).  
Trigonometry applies to non-right triangles via:
- Sine Rule:
  [
  \frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C}
  ]
- Cosine Rule:
  [
  c^2 = a^2 + b^2 - 2ab \cdot \cos(C)
  ]  
You sail 10 km due east, with a tide pushing 5 km north. What’s your heading?
1. Form a triangle: East = 10 km, North = 5 km.
2. Use tangent:
   [
   \tan(?) = \frac{{Opposite (5)}} / {{Adjacent (10)}} = 0.5
   ]
3. Inverse tangent:
   [
   = \tan^{-1}(0.5) = 26.6°
   ]
4. Adjust for compass heading:
   ( 90° - 26.6° = 63.4° ) (between NE and ENE).  
Trigonometry is vital for solving real-world problems, from measuring heights to navigating seas!