6.1 BETA

Pythagoras' theorem

1 learning objectives

1. Overview

Pythagoras' theorem is a cornerstone of geometry that allows you to calculate the side lengths of right-angled triangles. Knowing this theorem is essential for solving various problems in construction, navigation, and more advanced trigonometry. It states that the square of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the other two sides.


Key Definitions

  • Hypotenuse: The longest side of a right-angled triangle, always located directly opposite the right angle ($90^\circ$).
  • Right-angled triangle: A triangle that contains one angle measuring exactly $90^\circ$.
  • Theorem: A mathematical statement or rule that has been proven to be true.
  • Square Root ($\sqrt{x}$): The value that, when multiplied by itself, gives the original number.

Core Content

Pythagoras' theorem states that in any right-angled triangle, the square of the hypotenuse is equal to the sum of the squares of the other two sides. This can be written as an equation:

$a^2 + b^2 = c^2$

where $c$ is the hypotenuse, and $a$ and $b$ are the other two sides.

Right-angled triangle labeled with sides a and b, hypotenuse c, and the formula a squared plus b squared equals c squared

Method 1: Finding the Hypotenuse ($c$)

To find the hypotenuse, you square the two shorter sides, add them together, and then find the square root of the result.

Worked example 1 — Finding the hypotenuse

A right-angled triangle has sides of length 3 cm and 4 cm. Calculate the length of the hypotenuse.

  1. State the formula: $a^2 + b^2 = c^2$
  2. Substitute the values: $3^2 + 4^2 = c^2$
  3. Calculate the squares: $9 + 16 = c^2$
  4. Add the values: $25 = c^2$
  5. Square root both sides: $\sqrt{25} = \sqrt{c^2}$ Reason: To isolate $c$
  6. Simplify: $5 = c$
  7. Final answer: $c = \textbf{5 cm}$

Method 2: Finding a Shorter Side ($a$ or $b$)

To find a shorter side, you must subtract the square of the known shorter side from the square of the hypotenuse.

Worked example 2 — Finding a shorter side

A right-angled triangle has a hypotenuse of 13 cm and one side of 5 cm. Find the length of the other side.

  1. State the formula: $a^2 + b^2 = c^2$
  2. Substitute the values: $5^2 + b^2 = 13^2$
  3. Calculate the squares: $25 + b^2 = 169$
  4. Rearrange (subtract 25 from both sides): $25 + b^2 - 25 = 169 - 25$ Reason: To isolate $b^2$
  5. Simplify: $b^2 = 144$
  6. Square root both sides: $\sqrt{b^2} = \sqrt{144}$ Reason: To isolate $b$
  7. Simplify: $b = 12$
  8. Final answer: $b = \textbf{12 cm}$

Method 3: Using Pythagoras in Isosceles Triangles

Exam questions often feature isosceles triangles where you must find the vertical height. Remember that the height drawn from the vertex angle of an isosceles triangle to its base bisects the base.

Worked example 3 — Isosceles triangle height

An isosceles triangle has two equal sides of 10 cm and a base of 12 cm. Calculate the perpendicular height.

Isosceles triangle with sides 10cm and base 12cm split by perpendicular height h into two right-angled triangles
  1. Halve the base: Because it is an isosceles triangle, the height line splits the base into two equal parts. $12 \div 2 = 6\text{ cm}$.
  2. Identify the right-angled triangle: We now have a right-angled triangle with hypotenuse $10\text{ cm}$ and one side of $6\text{ cm}$. Let the height be $h$.
  3. Apply the formula: $h^2 + 6^2 = 10^2$
  4. Calculate squares: $h^2 + 36 = 100$
  5. Subtract: $h^2 + 36 - 36 = 100 - 36$ Reason: To isolate $h^2$
  6. Simplify: $h^2 = 64$
  7. Square root: $\sqrt{h^2} = \sqrt{64}$ Reason: To isolate $h$
  8. Simplify: $h = 8$
  9. Final answer: $h = \textbf{8 cm}$

Worked example 4 — Ladder against a wall

A ladder 6 m long leans against a vertical wall. The foot of the ladder is 2 m away from the base of the wall on level ground. How far up the wall does the ladder reach? Give your answer to 3 significant figures.

  1. Draw a diagram: (Imagine a right-angled triangle with the ladder as the hypotenuse, the wall as one side, and the ground as the other side.)
  2. Identify knowns: Hypotenuse $c = 6$ m, base $a = 2$ m. We want to find the height $b$.
  3. State the formula: $a^2 + b^2 = c^2$
  4. Substitute the values: $2^2 + b^2 = 6^2$
  5. Calculate the squares: $4 + b^2 = 36$
  6. Subtract: $4 + b^2 - 4 = 36 - 4$ Reason: To isolate $b^2$
  7. Simplify: $b^2 = 32$
  8. Square root: $\sqrt{b^2} = \sqrt{32}$ Reason: To isolate $b$
  9. Simplify: $b = 5.65685...$
  10. Round to 3 s.f.: $b = 5.66$
  11. Final answer: $b = \textbf{5.66 m}$

Extended Content (Extended Only)

For Extended students, Pythagoras' theorem is not just limited to 2D right-angled triangles. You may encounter problems involving 3D shapes, particularly cuboids, where you need to find the length of a space diagonal.

Consider a cuboid with dimensions $x$, $y$, and $z$. The space diagonal, $d$, is the line segment connecting one corner of the cuboid to the opposite corner. To find the length of this space diagonal, you can extend Pythagoras' theorem into three dimensions:

$d^2 = x^2 + y^2 + z^2$

This formula is derived by applying Pythagoras' theorem twice. First, find the diagonal of one face (e.g., the base with sides $x$ and $y$). Then, use that diagonal as one side of a new right-angled triangle, with the height $z$ as the other side, and the space diagonal $d$ as the hypotenuse.

Worked example 5 — 3D Pythagoras

A cuboid has dimensions 4 cm, 3 cm, and 12 cm. Calculate the length of its space diagonal.

  1. State the formula: $d^2 = x^2 + y^2 + z^2$
  2. Substitute the values: $d^2 = 4^2 + 3^2 + 12^2$
  3. Calculate the squares: $d^2 = 16 + 9 + 144$
  4. Add the values: $d^2 = 169$
  5. Square root both sides: $\sqrt{d^2} = \sqrt{169}$ Reason: To isolate $d$
  6. Simplify: $d = 13$
  7. Final answer: $d = \textbf{13 cm}$

Key Equations

  • The Theorem: $\boxed{a^2 + b^2 = c^2}$
    • $a, b$: The two shorter sides (legs) meeting at the right angle.
    • $c$: The hypotenuse (longest side).
  • Finding $c$: $\boxed{c = \sqrt{a^2 + b^2}}$
  • Finding $a$: $\boxed{a = \sqrt{c^2 - b^2}}$
  • Memorization: This formula is not provided on the IGCSE formula sheet; it must be memorized.

Common Mistakes to Avoid

  • Adding instead of subtracting when finding a shorter side: You might mistakenly add the squares of the hypotenuse and the known shorter side. For example, writing $b = \sqrt{13^2 + 5^2}$ when finding a shorter side given a hypotenuse of 13 and another side of 5.
    • Right: Always subtract the square of the shorter side from the square of the hypotenuse: $b = \sqrt{c^2 - a^2}$. In this case, $b = \sqrt{13^2 - 5^2}$.
  • Forgetting to square root: You might correctly calculate $c^2 = 100$, but then forget to take the square root to find $c$.
    • Right: Always perform the final $\sqrt{}$ step to find the actual length: $c = \sqrt{100} = 10$.
  • Not halving the base in isosceles triangles: When finding the height of an isosceles triangle, you might use the full base length in your Pythagoras calculation.
    • Right: Halve the base to create a right-angled triangle before applying Pythagoras' theorem.
  • Rounding too early: Rounding intermediate values during the calculation can lead to inaccuracies in your final answer.
    • Right: Keep full figures on your calculator until the very final step, then round to the required number of significant figures (usually 3 s.f.).
  • Confusing units: Forgetting to include units (e.g., cm, m) in your final answer, or using inconsistent units within the same problem.
    • Right: Always include the correct units in your final answer, and ensure all measurements are in the same units before starting your calculations.

Exam Tips

  • Command Words: Look for "Calculate the length..." or "Find the distance...". If the triangle is right-angled and involves sides only (no angles), it is likely a Pythagoras question.
  • Rounding: Unless specified otherwise, always give your final answer to 3 significant figures (3 s.f.).
  • Calculator Tip: You can type $\sqrt{a^2 + b^2}$ or $\sqrt{c^2 - a^2}$ directly into most scientific calculators to save time and reduce manual errors.
  • Real-world Contexts: Be prepared for "ladder against a wall" or "walking across a rectangular field" scenarios. Draw a sketch immediately to visualize the right-angled triangle.
  • Show Working: Even if you get the final answer wrong, showing the substitution into $a^2 + b^2 = c^2$ can earn you "method marks."
  • Double Check: Before submitting your answer, quickly check if your answer makes sense in the context of the problem. For example, the hypotenuse should always be the longest side.

Test Your Knowledge

Ready to check what you've learned? Practice with 9 flashcards covering key definitions and concepts from Pythagoras' theorem.

Study Flashcards Practice MCQs

Frequently Asked Questions: Pythagoras' theorem

What is Hypotenuse in Pythagoras' theorem?

Hypotenuse: The longest side of a right-angled triangle, always located directly opposite the right angle ($90^\circ$).

What is Right-angled triangle in Pythagoras' theorem?

Right-angled triangle: A triangle that contains one angle measuring exactly $90^\circ$.

What is Theorem in Pythagoras' theorem?

Theorem: A mathematical statement or rule that has been proven to be true.

What is Square Root ($\sqrt{x}$) in Pythagoras' theorem?

Square Root ($\sqrt{x}$): The value that, when multiplied by itself, gives the original number.