# Trigonometric Ratios — Definition, Formulas, Examples

TL;DR

Trigonometric ratios are ratios of side lengths in a right triangle, indexed by one of its acute angles. The three primary ratios — sine, cosine, tangent — give the ratios of opposite/hypotenuse, adjacent/hypotenuse, and opposite/adjacent.

## Six Numbers Hidden Inside Every Triangle

When Egyptian rope-stretchers laid out the Great Pyramid's base around 2580 BCE, they needed accurate right angles. They used a 3-4-5 knotted rope — and unknowingly carried, in those three numbers, the six trigonometric ratios that the rest of geometry would build on for the next four thousand years. The ratios were named in India a thousand years later, but the _idea_ — that the angles of a right triangle force its sides into fixed proportions — is older than recorded mathematics.

## What Are Trigonometric Ratios?

**Trigonometric ratios** are six ratios formed from the sides of a right triangle, each labelled by an acute angle in the triangle. They are defined relative to one of the non-right angles ("the reference angle," call it θ):

- **Opposite** — the side directly across from θ.
- **Adjacent** — the side next to θ that _isn't_ the hypotenuse.
- **Hypotenuse** — the longest side, across from the right angle.

The three primary ratios:

- sin⁡θ=opposite/hypotenuse
- cos⁡θ=adjacent/hypotenuse
- tan⁡θ=opposite/adjacent

The three reciprocal ratios:

- csc⁡θ=1/sin⁡θ=hypotenuse/opposite
- sec⁡θ=1/cos⁡θ=hypotenuse/adjacent
- cot⁡θ=1/tan⁡θ=adjacent/opposite

## SOH-CAH-TOA — The Mnemonic That Works

The mnemonic that has saved millions of exam marks:

| Letters | Mean | Formula |
| --- | --- | --- |
| **SOH** | **S** ine = **O** pposite / **H** ypotenuse | sin⁡θ=O/H |
| **CAH** | **C** osine = **A** djacent / **H** ypotenuse | cos⁡θ=A/H |
| **TOA** | **T** angent = **O** pposite / **A** djacent | tan⁡θ=O/A |

For the reciprocal ratios: just remember "flip it." Cosecant = 1/sine, secant = 1/cosine, cotangent = 1/tangent.

**Common confusion.** The pairing of co-functions: cosecant pairs with sine, secant pairs with cosine.

## The Trigonometric Ratios Table at Standard Angles

The five standard angles every student must know cold:

| θ | 0° | 30° | 45° | 60° | 90° |
| --- | --- | --- | --- | --- | --- |
| sin⁡θ | 0 | 1/2 | √2/2 | √3/2 | 1 |
| cos⁡θ | 1 | √3/2 | √2/2 | 1/2 | 0 |
| tan⁡θ | 0 | 1/√3 | 1 | √3 | undefined |
| csc⁡θ | undefined | 2 | √2 | 2/√3 | 1 |
| sec⁡θ | 1 | 2/√3 | √2 | 2 | undefined |
| cot⁡θ | undefined | √3 | 1 | 1/√3 | 0 |

## How to Find Trigonometric Ratios

Three steps when you're given a right triangle:

1. **Identify the reference angle θ** — one of the two acute angles. The right angle is _never_ the reference.
2. **Label the three sides** relative to θ: opposite, adjacent, hypotenuse.
3. **Apply SOH-CAH-TOA** for the primary ratios; flip for the reciprocals.

The trick that catches students: if the reference angle changes, the labels "opposite" and "adjacent" swap. Hypotenuse stays the same.

## The Trigonometric Ratio Identities

The major relationships among the six ratios:

- **Reciprocal:** csc⁡θ=1/sin⁡θ, sec⁡θ=1/cos⁡θ, cot⁡θ=1/tan⁡θ.
- **Quotient:** tan⁡θ=sin⁡θ/cos⁡θ, cot⁡θ=cos⁡θ/sin⁡θ.
- **Pythagorean:** sin⁡²θ + cos⁡²θ = 1; 1 + tan⁡²θ = sec⁡²θ; 1 + cot⁡²θ = csc⁡²θ.
- **Co-function:** sin⁡(90°−θ)=cos⁡θ; tan⁡(90°−θ)=cot⁡θ; sec⁡(90°−θ)=csc⁡θ.

## Three Worked Examples — Quick, Standard, Stretch

### Quick

**In a right triangle, the opposite side is 5 and the hypotenuse is 13. Find sin⁡θ, cos⁡θ, and tan⁡θ.**

By the Pythagorean theorem, adjacent = √(13² - 5²) = √144 = 12. (A 5-12-13 triangle.)

- sin⁡θ = 5/13
- cos⁡θ = 12/13
- tan⁡θ = 5/12

### A Worked Standard Example

**A ladder leans against a wall. The ladder is 5 m long and reaches a height of 4 m up the wall. Find sin⁡θ, where θ is the angle between the ladder and the ground.**

- Opposite = 4
- Hypotenuse = 5
- Adjacent = √(5² - 4²) = 3

- sin⁡θ = 4/5 = 0.8
- cos⁡θ = 3/5 = 0.6
- tan⁡θ = 4/3 ≈ 1.33

### Stretch

**A 60-foot tree casts a shadow 35 feet long. What is the angle of elevation of the sun?**

- Tree height (opposite to the angle): 60 ft.
- Shadow length (adjacent): 35 ft.

- tan⁡θ = 60/35 = 12/7 ≈ 1.7143
- θ = arctan(1.7143) ≈ 59.7°

## Why Trigonometric Ratios Matter Everywhere

Trig ratios are the oldest and most-applied piece of trigonometry — they're how every angle-based measurement gets done:

- **Surveying.** Every land survey, every road grade calculation, every architectural blueprint uses sine, cosine, and tangent.
- **Construction.** Roofs, ramps, ladders, and stairways are all engineered with trig ratios. 
- **Astronomy.** Distance to nearby stars measured by parallax, a tiny triangle with the Earth's orbit as the base and the star at the apex.
- **Navigation.** Every GPS bearing and pilot's heading is a trig-ratio computation.
- **Computer graphics.** Rotating a 2D sprite by angle θ multiplies its coordinates by (cos⁡θ, sin⁡θ).

## The Mathematicians Who Shaped Trigonometric Ratios

Three figures span the development:

- **Hipparchus of Nicaea** (c. 190–c. 120 BCE) — produced the first known chord table.
- **Aryabhata** (476–550 CE) — introduced _jya_ (half-chord, ancestor of sine) and _kojya_ (cosine).
- **al-Khwarizmi** (c. 780–c. 850 CE) — refined sine/cosine tables and added secant/cosecant.

## Where Students Trip Up on Trigonometric Ratios

### **Mistake 1: Mislabeling opposite and adjacent**

- **The correct way:** Opposite and adjacent are _relative to the reference angle_.

### **Mistake 2: Confusing sin/cos in 30-60-90 triangles**

- **The correct way:** Use the "n/2" pattern from the table for angles.

### **Mistake 3: Forgetting the reciprocal pairing**

- **The correct way:** Remember the pairings: sin/csc, cos/sec, tan/cot.

## Frequently Asked Questions

**What are the six trigonometric ratios?** Sine, cosine, tangent (primary), and cosecant, secant, cotangent (reciprocal).

**What does SOH-CAH-TOA stand for?** Sine = Opposite/Hypotenuse, Cosine = Adjacent/Hypotenuse, Tangent = Opposite/Adjacent.

**Are trigonometric ratios used in real life?** Constantly. Architecture, surveying, GPS, video games, music, astronomy, and engineering all depend on them.

## Key Takeaways

- **Trigonometric ratios** are six ratios of sides in a right triangle.
- The primary ratios (sin, cos, tan) come from SOH-CAH-TOA; the reciprocals are simple flips.
- Always draw the triangle and label sides relative to the reference angle before applying formulas.
- These ratios power surveying, astronomy, navigation, and modern computing.
