Maths⏱ 5 min read

What Is Pythagoras' Theorem and How Do You Apply It?

Pythagoras' theorem is one of the most useful formulas in practical geometry — from building a square corner to calculating screen sizes. Here's the formula, proofs, and real-world examples.

Pythagoras' theorem connects the three sides of any right-angled triangle. It's been used for 4,000 years of construction, navigation, and engineering — and it comes up more often in everyday life than most people realise.

The Theorem

a² + b² = c² Where: c = hypotenuse (the side opposite the right angle — always the longest) a and b = the two shorter sides (legs) To find the hypotenuse: c = √(a² + b²) To find a missing shorter side: a = √(c² − b²)

Worked Examples

Finding the hypotenuse: A right triangle has legs of 6cm and 8cm. Find the hypotenuse.

c = √(6² + 8²) = √(36 + 64) = √100 = 10 cm

Finding a shorter side: A ladder 5m long leans against a wall with its foot 3m from the base. How high up the wall does it reach?

Height = √(5² − 3²) = √(25 − 9) = √16 = 4 m

Pythagorean Triples

Some right triangles have all three sides as whole numbers — these are called Pythagorean triples and are useful for builders checking square corners without calculation:

abc
345
51213
81517
72425
6810

The 3:4:5 triple is the most commonly used in construction for squaring corners — measure 3 units along one wall, 4 units along the adjacent wall, and the diagonal should be exactly 5 units if the corner is perfectly square.

Real-World Applications

Screen sizes: TV and monitor sizes are quoted as the diagonal measurement. If a TV is advertised as 55 inches (diagonal) with a 16:9 aspect ratio, you can calculate the actual width and height:

16:9 ratio means for every 16 units wide, 9 units tall. Scale factor k: k = 55 ÷ √(16² + 9²) = 55 ÷ √(256+81) = 55 ÷ 18.36 = 2.995 Width = 16 × 2.995 = 47.9 inches Height = 9 × 2.995 = 27.0 inches

Stair calculation: If a staircase rises 2.4m and runs 3.2m horizontally, the total stringer length is:

Stringer = √(2.4² + 3.2²) = √(5.76 + 10.24) = √16 = 4.0 m

GPS distance: For short distances, GPS coordinates can be approximated as a right triangle. If you're 3km east and 4km north of a destination, the straight-line distance is:

Distance = √(3² + 4²) = √25 = 5 km

In 3D: The Space Diagonal Formula

For a box with dimensions l, w, h: Space diagonal = √(l² + w² + h²) Example: room 6m × 4m × 2.5m ceiling Longest diagonal = √(36 + 16 + 6.25) = √58.25 = 7.63 m
📐
Try it yourself — free
Pythagoras' Theorem Calculator · no sign-up, instant results
Open Pythagoras' Theorem Calculator →
← All Articles