March 2025

The Pythagorean Theorem: How to Use It

In a right triangle, the side opposite the right angle is called the hypotenuse (the longest side). The other two sides are the legs. The Pythagorean theorem relates all three:

a² + b² = c²

where a and b are the legs and c is the hypotenuse.

Finding the Hypotenuse

When you know both legs, add their squares and take the square root.

Example: Legs are 3 and 4. Find the hypotenuse.

a² + b² = c²
3² + 4² = c²
9 + 16 = c²
25 = c²
c = √25 = 5

Hypotenuse = 5

The 3-4-5 triangle is a classic. Other common ones: 5-12-13, 8-15-17.

Finding a Leg

When you know the hypotenuse and one leg, subtract the known leg's square from the hypotenuse's square, then take the square root.

Example: Hypotenuse = 10, one leg = 6. Find the other leg.

a² + b² = c²
6² + b² = 10²
36 + b² = 100
b² = 100 − 36 = 64
b = √64 = 8

Other leg = 8

When to Use It

Distance Formula (Application)

The distance between points (x₁, y₁) and (x₂, y₂) comes from the Pythagorean theorem:

d = √[(x₂ − x₁)² + (y₂ − y₁)²]

The horizontal and vertical differences are the legs; the distance is the hypotenuse.

Common mistakes

Using a² + b² = c² on non-right triangles: This theorem ONLY works for right triangles. Check for the 90° angle first.

Confusing legs with hypotenuse: The hypotenuse (c) is always the longest side, opposite the right angle. The two shorter sides are the legs (a and b).

Forgetting the square root: After computing c² = 25, you need c = √25 = 5, not c = 25.

More examples

Example: Legs are 5 and 12. Find the hypotenuse.

5² + 12² = c²
25 + 144 = 169
c = √169 = 13

This is the famous 5-12-13 Pythagorean triple.

Example: Hypotenuse = 15, one leg = 9. Find the other.

9² + b² = 15²
81 + b² = 225
b² = 144
b = 12
a b c

Practice problems

1. Legs = 6 and 8. Find the hypotenuse.

Show answer
36 + 64 = 100, c = 10

2. Hypotenuse = 13, one leg = 5. Find the other.

Show answer
25 + b² = 169, b² = 144, b = 12

3. Find the distance between (1, 2) and (4, 6).

Show answer
√((4−1)² + (6−2)²) = √(9+16) = √25 = 5

Try Arithmia