← All notes
mathsGrade 9-102 min read

Pythagoras and trigonometry: finding sides and angles

Two tools for right-angled triangles: Pythagoras for sides when you know two sides, trigonometry for everything involving an angle. Here's how to tell instantly which one a question needs.

Right-angled triangles come with two tools, and the first skill is knowing which to reach for. The rule is simple: is there an angle involved (other than the right angle)? No angle → Pythagoras. Yes angle → trigonometry.

Pythagoras: sides only

When you know two sides and want the third, and no angle is mentioned:

a2+b2=c2a^2 + b^2 = c^2

where cc is the hypotenuse — the longest side, always opposite the right angle. To find a shorter side instead, rearrange: a2=c2b2a^2 = c^2 - b^2.

Find the hypotenuse of a triangle with legs 33 and 44:

c=32+42=9+16=25=5c = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5

Trigonometry: when an angle is involved

If a question gives or asks for an angle, you need the three ratios. Label the sides relative to the angle θ\theta: opposite (facing it), adjacent (beside it), and the hypotenuse. Then SOH-CAH-TOA:

sinθ=OHcosθ=AHtanθ=OA\sin\theta = \frac{O}{H} \qquad \cos\theta = \frac{A}{H} \qquad \tan\theta = \frac{O}{A}

Choosing the ratio

Label the two sides involved in the question, then pick the ratio that uses exactly those two:

  1. Mark the angle. Label the sides O, A, H.
  2. See which two sides the question gives or wants.
  3. Choose sin, cos, or tan accordingly (the pair of letters tells you).

Find the opposite side when θ=30°\theta = 30° and the hypotenuse is 1010. You have H, you want O → that's sin\sin:

sin30°=O10    O=10×sin30°=5\sin 30° = \frac{O}{10} \;\Rightarrow\; O = 10 \times \sin 30° = 5

Finding an angle

If you know two sides and want the angle, use the inverse functions (sin1\sin^{-1}, cos1\cos^{-1}, tan1\tan^{-1}). With opposite =4= 4 and adjacent =3= 3:

tanθ=43    θ=tan1 ⁣(43)53.1°\tan\theta = \frac{4}{3} \;\Rightarrow\; \theta = \tan^{-1}\!\left(\frac{4}{3}\right) \approx 53.1°

Find the right angle first, then the hypotenuse. The hypotenuse is always opposite the right angle — never one of the sides forming it. Mislabel it and every ratio after goes wrong.

Last revised 28 June 2025.