Pythagoras' Theorem
- Apply Pythagoras' theorem to find missing sides in right-angled triangles
- Use Pythagorean triples to identify right-angled triangles and check answers
- Find the distance between two coordinate points using the distance formula
- Apply Pythagoras' theorem in 3D problems involving cuboids, pyramids and cones
- Leave answers in exact surd form and combine Pythagoras with trigonometry
π Core Concepts
2.1 The Theorem and Why It Works
Pythagoras' theorem is a fundamental relationship between the three sides of any right-angled triangle. It was proven by ancient Greek mathematicians and has thousands of known proofs β the most intuitive is the "square on each side" proof: if you draw squares on all three sides, the area of the square on the hypotenuse exactly equals the combined area of the two smaller squares.
2.2 Finding the Hypotenuse
When both shorter sides are known and you need the hypotenuse, substitute into $a^2 + b^2 = c^2$ and solve for $c$.
2.3 Finding a Shorter Side
When the hypotenuse and one shorter side are known, rearrange the formula to find the unknown shorter side. This requires subtraction, not addition.
2.4 Pythagorean Triples
A Pythagorean triple is a set of three positive integers $(a, b, c)$ that exactly satisfies $a^2 + b^2 = c^2$. Recognising these saves calculation time and allows you to verify that a triangle has a right angle without a calculator.
| Triple | Verification | Scaled version (Γ2) | Scaled version (Γ3) |
|---|---|---|---|
| (3, 4, 5) | $9 + 16 = 25$ β | (6, 8, 10) | (9, 12, 15) |
| (5, 12, 13) | $25 + 144 = 169$ β | (10, 24, 26) | (15, 36, 39) |
| (8, 15, 17) | $64 + 225 = 289$ β | (16, 30, 34) | (24, 45, 51) |
| (7, 24, 25) | $49 + 576 = 625$ β | (14, 48, 50) | (21, 72, 75) |
2.5 Converse of Pythagoras' Theorem
The converse states: if $a^2 + b^2 = c^2$ for the three sides of a triangle (where $c$ is the longest), then the triangle has a right angle opposite side $c$. This is used to prove that a triangle is right-angled.
2.6 Distance Between Two Points
The distance formula is derived directly from Pythagoras' theorem. When you plot two points, you can form a right-angled triangle where the horizontal distance is one leg, the vertical distance is the other leg, and the line segment between the points is the hypotenuse.
2.7 Pythagoras in 3D Problems
Grade 8β9 questions extend Pythagoras into three dimensions. The key skill is identifying the correct right-angled triangle within the 3D shape, applying Pythagoras in stages β often using an intermediate result as the new leg.
Space Diagonal of a Cuboid
The space diagonal runs from one corner to the diagonally opposite corner through the interior of the cuboid. It requires two applications of Pythagoras:
- Find the diagonal of the base rectangle: $d_{base} = \sqrt{l^2 + w^2}$
- Use $d_{base}$ as one leg and the height $h$ as the other: $d_{space} = \sqrt{d_{base}^2 + h^2}$
- Combining: $d_{space} = \sqrt{l^2 + w^2 + h^2}$
Slant Height of a Cone
The slant height $l$ of a cone runs along the curved surface from apex to base circumference. Combined with the radius $r$ and perpendicular height $h$, these form a right-angled triangle.
Height of a Square-Based Pyramid
The perpendicular height of a pyramid runs from apex to the centre of the base. The slant edge runs from apex to a base corner. The distance from the centre of the base to a corner equals half the diagonal of the base square.
2.8 Exact Surd Answers
At Grade 7+, questions often require answers in exact form β leaving the answer as a surd rather than rounding. This is more precise and avoids accumulation of rounding errors in multi-step problems.
πΊοΈ Visual Notes
- $a^2 + b^2 = c^2$
- $c$ = hypotenuse (opposite 90Β°)
- Hypotenuse: always longest
- Rearrange to find shorter side
- 3, 4, 5 and multiples
- 5, 12, 13 and multiples
- 8, 15, 17 and multiples
- Use to prove right angles
- Composite shapes
- Coordinate distances
- $d = \sqrt{(x_2-x_1)^2+(y_2-y_1)^2}$
- Isosceles triangle height
- Cuboid space diagonal
- Slant height of cone
- Height of pyramid
- Two-stage calculation
- Leave as $\sqrt{\phantom{x}}$ where needed
- Simplify surds (find sq. factors)
- Use intermediate exact values
- Avoids rounding errors
- Test if $a^2 + b^2 = c^2$
- $c$ must be the longest side
- State the conclusion clearly
- Used in coordinate proofs
Finding the Hypotenuse vs Finding a Shorter Side
| Situation | What you know | What you find | Formula used | Operation |
|---|---|---|---|---|
| Find hypotenuse | Both shorter sides $a$, $b$ | $c$ | $c = \sqrt{a^2 + b^2}$ | ADD, then square root |
| Find shorter side | Hypotenuse $c$ and one side $b$ | $a$ | $a = \sqrt{c^2 - b^2}$ | SUBTRACT, then square root |
| Converse check | All three sides | Is it right-angled? | Check $a^2 + b^2 = c^2$ | Test equality |
| Coordinate distance | Two points $(x_1,y_1)$, $(x_2,y_2)$ | $d$ | $d = \sqrt{\Delta x^2 + \Delta y^2}$ | ADD squares, then root |
| 3D space diagonal | $l$, $w$, $h$ of cuboid | $d$ | $d = \sqrt{l^2 + w^2 + h^2}$ | ADD three squares, then root |
Decision Tree β Which Formula to Use
Quick-Recognition: Is it a Pythagorean Triple?
| Given sides | Scale factor | Base triple | Right-angled? |
|---|---|---|---|
| 6, 8, 10 | Γ2 | 3, 4, 5 | Yes β |
| 9, 12, 15 | Γ3 | 3, 4, 5 | Yes β |
| 10, 24, 26 | Γ2 | 5, 12, 13 | Yes β |
| 20, 48, 52 | Γ4 | 5, 12, 13 | Yes β |
| 16, 30, 34 | Γ2 | 8, 15, 17 | Yes β |
| 5, 6, 8 | β | Not a triple | No β ($25+36=61 \neq 64$) |
βοΈ Worked Examples
β Exam Questions
A right-angled triangle has legs of length 5 cm and 7 cm. Calculate the length of the hypotenuse, giving your answer correct to 1 decimal place.
M1: Correct substitution $c^2 = 5^2 + 7^2 = 25 + 49 = 74$
A1: $c = \sqrt{74} = 8.6$ cm (to 1 d.p.)
Full solution: $c = \sqrt{5^2 + 7^2} = \sqrt{74} \approx 8.6022... = \mathbf{8.6}$ cm
Show that the triangle with sides 7 cm, 24 cm and 25 cm is right-angled. State which angle is 90Β°.
M1: Test $a^2 + b^2$: $7^2 + 24^2 = 49 + 576 = 625$
M1: Test $c^2$: $25^2 = 625$
A1: Since $7^2 + 24^2 = 25^2$, by the converse of Pythagoras the triangle is right-angled with the 90Β° angle opposite the 25 cm side.
Note: You must state "by the converse of Pythagoras" or equivalent to earn full marks. Simply writing numbers is insufficient.
Points $P(β2, 3)$ and $Q(4, k)$ are such that $PQ = 10$. Find the two possible values of $k$.
M1: Write $PQ^2 = (4-(-2))^2 + (k-3)^2 = 36 + (k-3)^2$
M1: Set equal to $10^2 = 100$: $36 + (k-3)^2 = 100 \Rightarrow (k-3)^2 = 64$
A1: $k - 3 = \pm 8$
A1: $k = 11$ or $k = -5$
Full working: $\sqrt{36 + (k-3)^2} = 10 \Rightarrow (k-3)^2 = 64 \Rightarrow k = 3 \pm 8$, so $k = 11$ or $k = -5$.
A cuboid has dimensions $6$ cm by $8$ cm by $h$ cm. The space diagonal of the cuboid is $\sqrt{149}$ cm. Find the value of $h$.
M1: Use $d^2 = l^2 + w^2 + h^2$: $(\sqrt{149})^2 = 6^2 + 8^2 + h^2$
M1: $149 = 36 + 64 + h^2 \Rightarrow 149 = 100 + h^2$
A1: $h^2 = 49$
A1: $h = 7$ cm
Note: $h$ must be positive since it is a length, so $h = 7$ cm only.
A right pyramid has a rectangular base measuring 12 cm by 16 cm. The apex is directly above the centre of the base, and each slant edge (apex to corner) has length 18 cm.
(a) Find the perpendicular height of the pyramid, giving your answer in the form $\sqrt{n}$.
(b) Hence find the angle the slant edge makes with the base, correct to 1 decimal place.
(a)
M1: Diagonal of rectangular base: $d = \sqrt{12^2 + 16^2} = \sqrt{144+256} = \sqrt{400} = 20$ cm
M1: Distance from centre to corner $= 20 \div 2 = 10$ cm
M1: $h^2 = 18^2 - 10^2 = 324 - 100 = 224$
A1: $h = \sqrt{224}$ cm (or $4\sqrt{14}$ cm)
(b)
M1: Right-angled triangle with adjacent = 10 cm, hypotenuse = 18 cm
A1: $\cos\theta = \frac{10}{18} \Rightarrow \theta = \cos^{-1}\left(\frac{10}{18}\right) = 56.3Β°$ (to 1 d.p.)
A right-angled isosceles triangle has a hypotenuse of 10 cm. Write down the exact length of each shorter side.
A1: Let each shorter side be $a$. Then $2a^2 = 100 \Rightarrow a^2 = 50 \Rightarrow a = \sqrt{50} = 5\sqrt{2}$ cm.
Answer: Each shorter side is $5\sqrt{2}$ cm.
β Grade 9 Model Answers
Full annotated solution to Q5 β the highest-demand question, combining 3D Pythagoras with trigonometry.
Q5 Full Model Answer
Part (a): Find the perpendicular height
Step 1 β Draw and label the 3D diagram Visualisation
Label the rectangular base $ABCD$ with $AB = 12$ cm, $BC = 16$ cm. Let $O$ be the centre of the base. The apex $V$ is directly above $O$. Slant edge $VA = 18$ cm.
Step 2 β Find diagonal of base M1
$$AC = \sqrt{AB^2 + BC^2} = \sqrt{12^2 + 16^2} = \sqrt{144 + 256} = \sqrt{400} = 20 \text{ cm}$$
Note: $(12, 16, 20) = 4 \times (3, 4, 5)$ β a scaled Pythagorean triple, giving an exact integer result. Recognising this speeds up the calculation.
Step 3 β Find distance from centre to corner M1
$$OA = \frac{AC}{2} = \frac{20}{2} = 10 \text{ cm}$$
This is because the diagonals of a rectangle bisect each other, so $O$ is the midpoint of $AC$.
Step 4 β Apply Pythagoras in triangle $VOA$ M1 A1
In right-angled triangle $VOA$: $VO$ = height $h$, $OA = 10$ cm, $VA = 18$ cm (hypotenuse).
$$h^2 = VA^2 - OA^2 = 18^2 - 10^2 = 324 - 100 = 224$$
$$h = \sqrt{224} = \sqrt{16 \times 14} = 4\sqrt{14} \text{ cm}$$
Both forms are acceptable; $4\sqrt{14}$ is fully simplified.
Part (b): Find the angle
Step 5 β Identify the correct triangle and angle M1
The angle the slant edge $VA$ makes with the base is angle $\angle VAO$ in triangle $VOA$. We know: adjacent side $OA = 10$ cm, hypotenuse $VA = 18$ cm.
Step 6 β Apply trigonometry A1
$$\cos(\angle VAO) = \frac{\text{adjacent}}{\text{hypotenuse}} = \frac{10}{18} = \frac{5}{9}$$
$$\angle VAO = \cos^{-1}\!\left(\frac{5}{9}\right) = 56.251...Β° \approx 56.3Β°$$
Why this earns Grade 9: The answer requires two separate applications of Pythagoras (base diagonal, then height), plus a trigonometric calculation. At each stage, exact intermediate values are carried through to avoid rounding errors. The student identifies the correct triangle for the angle (triangle $VOA$, not the slant face triangle), and gives a justified conclusion for part (a) in surd form.
π Revision Sheet
| Term | Meaning |
|---|---|
| Hypotenuse | Longest side; opposite 90Β° |
| Pythagorean triple | Integer set satisfying $a^2+b^2=c^2$ |
| Surd | Irrational root in exact form |
| Converse | Using $a^2+b^2=c^2$ to prove a right angle |
| Space diagonal | Longest diagonal inside a 3D solid |
| Slant height | From apex to midpoint of base edge |
$$a^2 + b^2 = c^2$$
$$c = \sqrt{a^2 + b^2} \qquad a = \sqrt{c^2 - b^2}$$
$$d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}$$
$$d_{cuboid} = \sqrt{l^2 + w^2 + h^2}$$
$$l_{cone} = \sqrt{r^2 + h^2}$$
- 3-4-5: the simplest triple
- Hypotenuse = PLUS, Shorter = MINUS
- Converse needs a conclusion sentence
- 3D = two-stage Pythagoras
- Exact answer β leave as $\sqrt{\phantom{x}}$
- Surd simplify: find biggest square factor
- Always label $a$, $b$, $c$ before calculating
- Check if sides form a known triple first
- 3D: draw the cross-section triangle separately
- State the converse conclusion explicitly
- Carry exact values through multi-step problems
- Negative coordinates: square negatives carefully
- "Exact form" = leave as surd, do not round
π Flashcards
Click a card to reveal the answer. Work through all 15 before moving on.
β Common Mistakes
Why marks are lost: The final answer is larger than the hypotenuse, which is impossible β but students do not check this.
How to avoid it: Always ask "am I finding the hypotenuse (add) or a shorter side (subtract)?" before writing the equation.
Why marks are lost: Applying Pythagoras to a non-right-angled triangle gives an incorrect equation from step 1.
How to avoid it: Always confirm the 90Β° angle is marked or stated before using $a^2 + b^2 = c^2$.
Why marks are lost: The final mark in a "show that / prove" question always requires a clear written conclusion: "Therefore the triangle is right-angled by the converse of Pythagoras."
How to avoid it: Practise writing the conclusion sentence every time β even if it feels obvious.
Why marks are lost: Final answer is inaccurate due to accumulated rounding error. The accuracy mark is withheld if the answer differs from exact by more than the permitted tolerance.
How to avoid it: Store the exact value ($\sqrt{200}$ or $10\sqrt{2}$) in your calculator's memory (STO) and use that in step 2.
Why marks are lost: A negative value under a square root produces an error or an imaginary number β an obvious clue that something is wrong, but students miss it.
How to avoid it: Always square the bracket as a whole: $(-5)^2 = +25$.
Why marks are lost: Using the wrong length in a volume, surface area, or further Pythagoras calculation propagates an error through all subsequent steps.
How to avoid it: Draw a cross-section triangle. Label: perpendicular height (vertical), radius/half-base (horizontal), slant height (hypotenuse). Identify which one the question gives and which it asks for.
β Final Checklist
Tick each item as you become confident. Aim for 100% before your exam.
- I can state Pythagoras' theorem: $a^2 + b^2 = c^2$
- I can identify the hypotenuse as the side opposite the right angle
- I can find the hypotenuse given two shorter sides
- I can find a shorter side given the hypotenuse and one side
- I know the three main Pythagorean triples: (3,4,5), (5,12,13), (8,15,17)
- I can use the converse of Pythagoras and write a proper conclusion
- I can apply the distance formula to two coordinate points
- I can find the space diagonal of a cuboid using $\sqrt{l^2+w^2+h^2}$
- I can find the slant height of a cone using $\sqrt{r^2+h^2}$
- I can find the perpendicular height of a square-based pyramid (two-stage)
- I can leave answers in exact surd form and simplify surds
- I can carry exact intermediate values through multi-step problems
- I can combine Pythagoras with trigonometry in 3D problems
- I recognise when a negative coordinate difference becomes positive when squared
- I can prove a triangle is right-angled using the converse and explain which angle is 90Β°