Trigonometry

Trigonometry is the study of the relationships between angles and sides of right-angled triangles using trigonometric ratios.

At its core, it’s about answering:

"Given an angle, how are the sides of a triangle related?"
"Given sides, can we find the angle?"

These relationships are fundamental to geometry, physics, architecture, and real-life measurements like navigation and satellite tracking.


Trigonometric Ratios

For a right-angled triangle, with angle θ\theta, and sides:

  • Opposite side = side opposite to θ\theta
  • Adjacent side = side next to θ\theta
  • Hypotenuse = longest side (opposite the right angle)
RatioDefinitionFormula
SineOpposite / Hypotenusesinθ=OppHyp\sin \theta = \frac{\text{Opp}}{\text{Hyp}}
CosineAdjacent / Hypotenusecosθ=AdjHyp\cos \theta = \frac{\text{Adj}}{\text{Hyp}}
TangentOpposite / Adjacenttanθ=OppAdj\tan \theta = \frac{\text{Opp}}{\text{Adj}}
CosecantReciprocal of sinecscθ=1sinθ\csc \theta = \frac{1}{\sin \theta}
SecantReciprocal of cosinesecθ=1cosθ\sec \theta = \frac{1}{\cos \theta}
CotangentReciprocal of tangentcotθ=1tanθ\cot \theta = \frac{1}{\tan \theta}

Values of Trigonometric Ratios

Standard Angles Table

θ\theta00^\circ3030^\circ4545^\circ6060^\circ9090^\circ
sinθ\sin \theta012\frac{1}{2}12\frac{1}{\sqrt{2}}32\frac{\sqrt{3}}{2}1
cosθ\cos \theta132\frac{\sqrt{3}}{2}12\frac{1}{\sqrt{2}}12\frac{1}{2}0
tanθ\tan \theta013\frac{1}{\sqrt{3}}13\sqrt{3}Not defined

Remember with the "SinCos Table Trick": √0/2, √1/2, √2/2, √3/2, √4/2 for sin values from 0° to 90°. Reverse for cos.


Fundamental Trigonometric Identities

These are always true for any angle θ\theta:

  1. sin2θ+cos2θ=1\sin^2 \theta + \cos^2 \theta = 1
  2. 1+tan2θ=sec2θ1 + \tan^2 \theta = \sec^2 \theta
  3. 1+cot2θ=csc2θ1 + \cot^2 \theta = \csc^2 \theta

Tip: Derive the second and third by dividing the first identity by cos2θ\cos^2 \theta or sin2θ\sin^2 \theta respectively.


Complementary Angles

sin(90θ)=cosθ,tan(90θ)=cotθ,sec(90θ)=cscθ\sin(90^\circ - \theta) = \cos \theta,\quad \tan(90^\circ - \theta) = \cot \theta, \quad \sec(90^\circ - \theta) = \csc \theta

Trigonometry in Coordinate Geometry

For a point P(x,y)P(x, y) and angle θ\theta made with x-axis:

tanθ=yx\tan \theta = \frac{y}{x}

The value of sin, cos, etc., depends on the quadrant the point lies in.

QuadrantSign of sincostan
I+++
II+
III+
IV+

Mnemonic: "All Students Take Calculus"
I: All +
II: Sin +
III: Tan +
IV: Cos +


Height and Distance

Trigonometry is used to find height or distance using angles and a known side.

  • Always assume a right triangle formed by the observer and object.
  • Use tan, sin, or cos depending on given data.

Example:
If the angle of elevation to a tower is 3030^\circ and the observer is 100 m away horizontally:

tan30=h100h=100×1357.7 m\tan 30^\circ = \frac{h}{100} \Rightarrow h = 100 \times \frac{1}{\sqrt{3}} \approx 57.7 \text{ m}

Conceptual Tips and Mistakes to Avoid

MistakeTip
Confusing tan and sintan is Opp/Adj, sin is Opp/Hyp
Using wrong quadrant signsUse ASTC rule
Forgetting that sec, csc, cot are reciprocalsMemorize in pairs (sin–csc, cos–sec, tan–cot)
Not converting angles properlyMake sure angles are in degrees unless stated otherwise
Using wrong triangle sideCarefully label sides w.r.t. angle in question

Examples

Example 1

Find tanθ\tan \theta if sinθ=35\sin \theta = \frac{3}{5}, θ(0,90)\theta \in (0^\circ, 90^\circ)

  • Then cosθ=1sin2θ=1925=45\cos \theta = \sqrt{1 - \sin^2 \theta} = \sqrt{1 - \frac{9}{25}} = \frac{4}{5}
  • So tanθ=sinθcosθ=3/54/5=34\tan \theta = \frac{\sin \theta}{\cos \theta} = \frac{3/5}{4/5} = \frac{3}{4}

Example 2

Simplify 1cos2θsin2θ\frac{1 - \cos^2 \theta}{\sin^2 \theta}

=sin2θsin2θ=1= \frac{\sin^2 \theta}{\sin^2 \theta} = 1

Example 3

Find the height of a tree if it casts a 20 m shadow and the angle of elevation of the sun is 4545^\circ

tan45=h201=h20h=20 m\tan 45^\circ = \frac{h}{20} \Rightarrow 1 = \frac{h}{20} \Rightarrow h = 20 \text{ m}

Example 4

A tower is 100 m tall. From the top, the angle of depression to a car on the ground is 3030^\circ. Find distance of the car from the tower base.

tan30=100xx=100tan30=1003173.2 m\tan 30^\circ = \frac{100}{x} \Rightarrow x = \frac{100}{\tan 30^\circ} = 100 \sqrt{3} \approx 173.2 \text{ m}