Pythagoras’ theorem is often remembered as a formula: a² + b² = c². That memory is useful, but it is not yet understanding. The theorem describes a precise relationship that holds only for right-angled triangles, and the relationship is about areas built on the three sides.
This guide develops the theorem from structure rather than substitution. It shows what the symbols mean, why the longest side matters, how the theorem can be justified geometrically, how to recognise when it applies, and how to detect the common errors that make otherwise correct arithmetic fail.
The statement in words
In a right-angled triangle, the square of the hypotenuse is equal to the sum of the squares of the other two sides.
The hypotenuse is the side opposite the right angle. It is also the longest side. If the shorter sides have lengths a and b, and the hypotenuse has length c, then:
a² + b² = c²The theorem is not saying “add the two sides to get the third side”. It is saying that the areas of squares built on the two shorter sides add to the area of the square built on the hypotenuse.
Why the squares appear
Suppose a right-angled triangle has perpendicular sides 3 units and 4 units. A square built on the 3-unit side has area 9 square units. A square built on the 4-unit side has area 16 square units. Together they have area 25 square units.
The square on the hypotenuse must therefore have area 25 square units. Its side length is √25 = 5. That gives the familiar 3–4–5 right triangle.
The exponents therefore belong to the geometry. The theorem is an area relationship expressed through side lengths.
A geometric reason the theorem works
Take four identical right-angled triangles with legs a and b and hypotenuse c. Arrange them inside a large square whose side length is a + b. Their hypotenuses form a smaller square in the centre.
The area of the large square is (a + b)². The four triangles have total area 4 × ½ab = 2ab. The central square has area c².
So:
(a + b)² = 2ab + c²
a² + 2ab + b² = 2ab + c²
a² + b² = c²The algebra has not created the theorem. It has compressed the geometry of the rearrangement.
Worked example 1: find the hypotenuse
A right-angled triangle has perpendicular sides 6 cm and 8 cm. Find the hypotenuse.
c² = 6² + 8²
= 36 + 64
= 100
c = 10The hypotenuse is 10 cm. A quick reasonableness check helps: the hypotenuse must be longer than either shorter side, so an answer less than 8 cm would immediately be suspicious.
Worked example 2: find a shorter side
A right-angled triangle has hypotenuse 13 cm and one shorter side 5 cm. Find the other shorter side.
x² + 5² = 13²
x² + 25 = 169
x² = 144
x = 12The missing side is 12 cm. When a shorter side is unknown, subtraction appears because the hypotenuse square is the total of the other two square areas.
The theorem is conditional
Pythagoras’ theorem is not a general rule for every triangle. The right angle is the condition that makes the relationship exact. If a triangle is not right-angled, a² + b² need not equal c².
This is why diagram reading matters. A triangle that merely looks right-angled is not enough unless the right angle is stated, marked, or established from other information.
The converse: detecting a right angle
The relationship can also run backwards. If the longest side of a triangle has length c and the other sides are a and b, and if a² + b² = c², then the triangle is right-angled.
For sides 7, 24 and 25:
7² + 24² = 49 + 576 = 625
25² = 625The equality holds, so the triangle is right-angled.
Distance on a coordinate grid
Pythagoras also explains the distance formula. Suppose two points differ by 9 units horizontally and 12 units vertically. Those changes form the perpendicular sides of an invisible right-angled triangle. The straight-line distance is:
d² = 9² + 12²
= 81 + 144
= 225
d = 15The distance formula is therefore not an unrelated rule. It is Pythagoras applied to coordinate geometry.
Three-dimensional extension
For a cuboid with length 3, width 4 and height 12, first find the diagonal of the 3-by-4 base: √(3² + 4²) = 5. Then combine that base diagonal with the height:
D² = 5² + 12²
= 25 + 144
= 169
D = 13The space diagonal is 13 units. The same right-triangle relationship is applied twice.
Common failure modes
Wrong hypotenuse. The hypotenuse is opposite the right angle, not simply the side drawn diagonally on the page.
Adding side lengths instead of squares. The theorem is a² + b² = c², not a + b = c.
Forgetting the square root. If c² = 169, the side length is 13, not 169.
Using the theorem without a right angle. A triangle that looks approximately right-angled does not justify the theorem.
Premature rounding. Keep exact values or sufficient calculator precision until the final answer unless the question says otherwise.
A reliable problem-solving routine
- Locate or establish the right angle.
- Identify the hypotenuse.
- Label the known and unknown side lengths.
- Write the relationship before inserting numbers.
- Rearrange only if necessary.
- Take the positive square root for a physical length.
- Check the result against the diagram and the relative side lengths.
Practice
- A right-angled triangle has shorter sides 9 cm and 12 cm. Find the hypotenuse.
- A right-angled triangle has hypotenuse 17 cm and one shorter side 8 cm. Find the other side.
- Do sides 8, 15 and 17 form a right-angled triangle?
- Two points differ by 5 units horizontally and 12 units vertically. Find their straight-line distance.
- A ladder reaches 12 m up a wall and its foot is 5 m from the wall. Find the ladder length.
- A rectangle is 7 cm by 24 cm. Find its diagonal.
Answers
1. 15 cm. 2. 15 cm. 3. Yes, because 8² + 15² = 17². 4. 13 units. 5. 13 m. 6. 25 cm.
Connect this idea
Pythagoras provides the length relationship beneath much of secondary geometry and trigonometry. Once a right triangle contains an angle as well as side lengths, trigonometric ratios become the next natural layer.
Continue through the Mathematics Learning Hub and the Secondary Mathematics route. The key habit is not formula recall alone: identify the invariant relationship, justify why it applies, and preserve it as the diagram changes.