Skip to content
MathAnvil
§ Geometry

Pythagorean Theorem

§ Geometry

Pythagorean Theorem

CCSS.8.G3 min read

Pythagoras' theorem states that in any right triangle, the square of the hypotenuse equals the sum of the squares of the other two sides, expressed as a² + b² = c². This 2500-year-old mathematical relationship appears in Year 8 of the UK National Curriculum and forms the foundation for countless calculations in geometry, physics, and engineering. The theorem applies exclusively to right triangles, where one angle measures exactly 90 degrees.

§ 01

Why it matters

Pythagoras' theorem underpins navigation systems, construction projects, and screen technology. GPS devices calculate distances using triangulation based on this principle, whilst builders use the 3-4-5 triangle to ensure walls meet at perfect right angles. Television manufacturers rely on the theorem to determine screen sizes—a 42-inch TV means the diagonal measures 42 inches, calculated from the width and height using c² = w² + h². Engineers designing bridges calculate structural loads using Pythagorean relationships, and astronomers measure distances between celestial objects. The theorem also appears in GCSE coursework for calculating distances on coordinate grids, finding the magnitude of vectors, and solving trigonometry problems. Students encounter it again in A-level mathematics when working with 3D coordinates and complex numbers.

§ 02

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.

§ 03

Worked examples

Beginner§ 01

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

  1. 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'.
  2. 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.
  3. 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.
  4. 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.
  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.
Easy§ 02

A right triangle has legs 7 and 24. Find the hypotenuse.

Answer: 25

  1. Identify the right triangle legs = 7, 24; 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'.
  2. Write the Pythagorean theorem: a² + b² = c² 7² + 24² = 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.
  3. Plug in the known values and calculate the squares 7² + 24² = 49 + 576 = 625 Squaring means multiplying a number by itself: 7 x 7 = 49 and 24 x 24 = 576. Then add them: 49 + 576 = 625.
  4. Take the square root to find c c = sqrt(625) = 25 The square root 'undoes' the squaring. We need the number that, multiplied by itself, gives 625. That number is 25. It's like asking: 'what size square has an area of 625?' Answer: 25 x 25.
  5. Verify: does a² + b² = c²? 7² + 24² = 49 + 576 = 625 = 25² ✓ 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.
Medium§ 03

A right triangle has hypotenuse 122 and one leg 22. Find the other leg.

Answer: 120

  1. Identify the right triangle and label the sides known leg = 22, hypotenuse = 122, missing leg = ? The hypotenuse is always the longest side (across from the right angle). We know one leg and the hypotenuse, and we need to find the other leg.
  2. Write the Pythagorean theorem and rearrange for the missing leg a² + b² = c² => x² = c² - known² Since a² + b² = c², we can move the known leg to the other side by subtracting. It's like a balance scale: if you take something off one side, you must take the same off the other.
  3. Plug in the known values x² = 122² - 22² = 14884 - 484 = 14400 Square the hypotenuse: 122 × 122 = 14884. Square the known leg: 22 × 22 = 484. Subtract: 14884 - 484 = 14400.
  4. Take the square root x = √14400 = 120 The square root of 14400 is 120 because 120 × 120 = 14400. The missing leg is 120.
  5. Verify: does a² + b² = c²? 120² + 22² = 14400 + 484 = 14884 = 122² ✓ Check by squaring all sides and confirming the equation balances. Good habit!
§ 04

Common mistakes

  • Confusing which side is the hypotenuse leads to errors like calculating 5² + 13² = c² when finding the leg of a 5-12-13 triangle, giving c = √194 ≈ 13.9 instead of the correct answer 12.
  • Forgetting to take the square root after adding the squares produces incorrect results, such as writing 3² + 4² = 25 as the final answer instead of c = √25 = 5.
  • Applying the theorem to non-right triangles gives wrong measurements—using a² + b² = c² on an equilateral triangle with sides of 6 would incorrectly suggest the third side is √72 ≈ 8.5 rather than 6.
§ 05

Frequently asked questions

What is the hypotenuse and how do you identify it?
The hypotenuse is the longest side of a right triangle, positioned opposite the 90-degree angle. In any right triangle, the hypotenuse is always longer than either of the other two sides (called legs). Visual clue: the hypotenuse never touches the corner with the square symbol indicating the right angle.
How do you check if three numbers form a Pythagorean triple?
Square each number and check if the two smaller squares add up to the largest square. For example, with 8, 15, and 17: calculate 8² = 64, 15² = 225, and 17² = 289. Since 64 + 225 = 289, these form a valid Pythagorean triple.
What are the most common Pythagorean triples to memorise?
The essential triples are 3-4-5, 5-12-13, 8-15-17, and 7-24-25. These appear frequently in exam questions and real-world problems. Remember that any multiple of these also works—so 6-8-10, 9-12-15, and 12-16-20 are all valid variations of the basic 3-4-5 pattern.
Can you use Pythagoras' theorem with decimal measurements?
Yes, the theorem works with any positive numbers, including decimals and fractions. For instance, if a triangle has legs measuring 1.5 and 2.0, the hypotenuse equals √(1.5² + 2.0²) = √(2.25 + 4) = √6.25 = 2.5. The calculation process remains identical regardless of whether numbers are whole, decimal, or fractional.
Why doesn't the theorem work for triangles that aren't right-angled?
Pythagoras' theorem specifically describes the unique relationship between sides when one angle equals exactly 90 degrees. In acute triangles (all angles less than 90°), the sum a² + b² exceeds c². In obtuse triangles (one angle greater than 90°), the sum a² + b² is less than c². Only right triangles satisfy the precise equality a² + b² = c².
§ 06

See also

§ 06

Where to next?

Share this article