Pythagorean Theorem
Year 8 students often struggle with Pythagoras' theorem when they first encounter it in GCSE Foundation preparation. The key breakthrough comes when they realise this ancient Greek mathematician's formula helps them find any missing side of a right triangle using just two known sides.
Try it right now
Click “Generate a problem” to see a fresh example of this technique.
Why it matters
Pythagoras' theorem appears everywhere in real-world applications that Year 8 students can relate to. Builders use it to ensure walls meet at perfect right angles when constructing houses — a 3-4-5 triangle guarantees a 90-degree corner. Football pitch designers apply it to mark penalty areas accurately, ensuring the 16.5-metre box corners are precisely positioned. Smartphone GPS systems calculate straight-line distances between two points using Pythagorean calculations thousands of times per second. Engineers designing playground equipment use the theorem to determine safe ladder angles and swing set stability. Even video game programmers rely on it to calculate character movement distances across screen coordinates. The theorem bridges abstract mathematical concepts with practical problem-solving skills that students will use throughout their GCSE studies and beyond into careers requiring spatial reasoning and measurement accuracy.
How to solve pythagorean theorem
Pythagorean Theorem
- In a right triangle: a² + b² = c² (c = hypotenuse).
- To find hypotenuse: c = √(a² + b²).
- To find a leg: a = √(c² − b²).
Example: Legs 3, 4: c = √(9+16) = √25 = 5.
Worked examples
Two corners of a park are 3 m apart east-west and 4 m apart north-south. What is the straight-line distance between them?
Answer: 5
- Identify the right triangle → legs = 3, 4; hypotenuse = ? — A right triangle has one 90-degree corner, like the corner of a book. The two shorter sides next to that corner are the 'legs', and the long side across from it is the 'hypotenuse'.
- Write the Pythagorean theorem: a² + b² = c² → 3² + 4² = c² — This famous formula says: if you draw a square on each side of a right triangle, the two smaller squares together have the same area as the big square. Think of it like two small pizza boxes fitting perfectly into one large one.
- Plug in the known values and calculate the squares → 3² + 4² = 9 + 16 = 25 — Squaring means multiplying a number by itself: 3 x 3 = 9 and 4 x 4 = 16. Then add them: 9 + 16 = 25.
- Take the square root to find c → c = sqrt(25) = 5 — The square root 'undoes' the squaring. We need the number that, multiplied by itself, gives 25. That number is 5. It's like asking: 'what size square has an area of 25?' Answer: 5 x 5.
- Verify: does a² + b² = c²? → 3² + 4² = 9 + 16 = 25 = 5² ✓ — Always check your work! Plug the answer back in to make sure both sides are equal. This is like double-checking your change at the store.
A right triangle has legs 9 and 40. Find the hypotenuse.
Answer: 41
- Identify the right triangle → legs = 9, 40; hypotenuse = ? — A right triangle has one 90-degree corner, like the corner of a book. The two shorter sides next to that corner are the 'legs', and the long side across from it is the 'hypotenuse'.
- Write the Pythagorean theorem: a² + b² = c² → 9² + 40² = c² — This famous formula says: if you draw a square on each side of a right triangle, the two smaller squares together have the same area as the big square. Think of it like two small pizza boxes fitting perfectly into one large one.
- Plug in the known values and calculate the squares → 9² + 40² = 81 + 1600 = 1681 — Squaring means multiplying a number by itself: 9 x 9 = 81 and 40 x 40 = 1600. Then add them: 81 + 1600 = 1681.
- Take the square root to find c → c = sqrt(1681) = 41 — The square root 'undoes' the squaring. We need the number that, multiplied by itself, gives 1681. That number is 41. It's like asking: 'what size square has an area of 1681?' Answer: 41 x 41.
- Verify: does a² + b² = c²? → 9² + 40² = 81 + 1600 = 1681 = 41² ✓ — Always check your work! Plug the answer back in to make sure both sides are equal. This is like double-checking your change at the store.
A zip line starts at the top of a 36 m tower and ends at a point 15 m away on the ground. How long is the zip line cable?
Answer: 39
- Identify the right triangle → legs = 15, 36; hypotenuse = ? — A right triangle has one 90-degree corner, like the corner of a book. The two shorter sides next to that corner are the 'legs', and the long side across from it is the 'hypotenuse'.
- Write the Pythagorean theorem: a² + b² = c² → 15² + 36² = c² — This famous formula says: if you draw a square on each side of a right triangle, the two smaller squares together have the same area as the big square. Think of it like two small pizza boxes fitting perfectly into one large one.
- Plug in the known values and calculate the squares → 15² + 36² = 225 + 1296 = 1521 — Squaring means multiplying a number by itself: 15 x 15 = 225 and 36 x 36 = 1296. Then add them: 225 + 1296 = 1521.
- Take the square root to find c → c = sqrt(1521) = 39 — The square root 'undoes' the squaring. We need the number that, multiplied by itself, gives 1521. That number is 39. It's like asking: 'what size square has an area of 1521?' Answer: 39 x 39.
- Verify: does a² + b² = c²? → 15² + 36² = 225 + 1296 = 1521 = 39² ✓ — Always check your work! Plug the answer back in to make sure both sides are equal. This is like double-checking your change at the store.
Common mistakes
- Students often confuse which side is the hypotenuse, writing 3² + 5² = 4² instead of 3² + 4² = 5² for a triangle with sides 3, 4, and 5.
- Many pupils forget to take the square root at the final step, leaving answers like c² = 25 instead of c = 5.
- Students frequently mix up the formula when finding a leg, calculating a = √(c² + b²) instead of a = √(c² - b²), giving 13 instead of 5 when c = 12 and b = 7.
- Common arithmetic errors occur when squaring larger numbers, with students writing 12² = 24 instead of 144, leading to completely incorrect final answers.