PDF

Quick summary

The Pythagorean Theorem applies to right-angled triangles. If the legs (the sides that meet at the right angle) have lengths a and b, and the hypotenuse (side opposite the right angle) has length c, then:

a² + b² = c²

Use it to find one side when you know the other two. It works only for right triangles.

When and how to use it (step-by-step)

  1. Identify the right angle and label the two legs a and b, and the hypotenuse c.
  2. If you need c and you have a and b: compute c = sqrt(a² + b²).
  3. If you need one leg (say a) and you have b and c: compute a = sqrt(c² - b²). Make sure c > b or the square root is not real.
  4. Check units and the reasonableness of the answer (e.g., hypotenuse should be the longest side).

Short geometric proof (area rearrangement)

Imagine a big square with side length (a + b). Place four identical right triangles inside it so that their hypotenuses form a smaller tilted square in the middle. The area of the large square is (a + b)². The area can also be written as 4 × (area of one triangle) + area of the small square made by the hypotenuses. That is:

(a + b)² = 4 × (1/2 ab) + c²    →    a² + 2ab + b² = 2ab + c²    →    a² + b² = c².

This is the classic visual proof used by many math books (and Beast Academy shows similar ideas with pictures).

Algebraic check

You can verify with numbers. For a = 3 and b = 4, a² + b² = 9 + 16 = 25, so c = sqrt(25) = 5. This is the famous 3-4-5 triple.

Pythagorean triples

Some integer sets (a, b, c) satisfy the theorem exactly, e.g. (3,4,5), (5,12,13), (8,15,17). Scale any triple by the same factor to get another triple, e.g. (6,8,10).

Worked examples

  1. Find the hypotenuse: a = 7 cm, b = 24 cm.

    c = sqrt(7² + 24²) = sqrt(49 + 576) = sqrt(625) = 25 cm.

  2. Find one leg: c = 13 m, b = 5 m. Find a.

    a = sqrt(c² - b²) = sqrt(169 - 25) = sqrt(144) = 12 m.

  3. Word problem: A ladder 10 m long leans against a wall. The bottom is 6 m from the wall. How high up the wall does it reach?

    Let c = 10 (ladder), a = 6 (distance along ground), b = unknown height. Then b = sqrt(10² - 6²) = sqrt(100 - 36) = sqrt(64) = 8 m.

TinkerCAD activity — build a right triangle to measure the hypotenuse

This helps you link geometry with 3D modelling. We will make a triangle with legs 30 mm and 40 mm (so you should get a hypotenuse of 50 mm). Steps assume basic TinkerCAD knowledge (placing shapes, using the ruler, rotating):

  1. Open TinkerCAD and create a new design. Set the grid units to millimetres (optional but convenient).
  2. Place two thin rectangular boxes (use the Box shape). Make each box very thin in height (like 2 mm) so they appear as flat strips.
  3. Resize Box 1 to length 300 mm, width 5 mm, height 2 mm. This represents leg a = 30 cm (or 300 mm). Place it along the X-axis on the workplane starting at (0,0).
  4. Resize Box 2 to length 400 mm, width 5 mm, height 2 mm. Rotate it 90 degrees and place it along the Y-axis so one corner meets the end of Box 1 at the origin; now you have two perpendicular legs of 300 mm and 400 mm meeting at a corner.
  5. Compute the hypotenuse length: c = sqrt(300² + 400²) = 500 mm. Compute angle: theta = arctan(400/300) ≈ 53.13° (measured from the X-axis up to the hypotenuse).
  6. Add a third thin box to be the hypotenuse. Set its length to 500 mm, width 5 mm, height 2 mm. Move its center so the ends meet the other two leg ends, and rotate it by 53.13° around the corner point so the ends line up with the tips of the legs. Use the Ruler tool to set exact positions and rotation values.
  7. Optional: Color the three strips different colors and group them. Use the ruler to measure the distance between the two outer tips to check it is 500 mm.

This project shows that the length you computed with the formula is exactly the length you must build to connect the two leg ends — a hands-on confirmation of the theorem.

Problems to practice (try on your own)

  1. Legs 9 cm and 12 cm. Find c.
  2. Hypotenuse 17 m, one leg 8 m. Find the other leg.
  3. A rectangle is 15 cm by 20 cm. Find the length of the diagonal using Pythagoras.
  4. True or false: If a² + b² = c² then the triangle with sides a, b, c is right-angled. (Explain why.)
  5. Challenge (AoPS-style): You have two integer legs a and b with a < b ≤ 50 and a² + b² is a perfect square. Find one pair (a,b) other than (3,4).

Answers and hints

  1. c = sqrt(81 + 144) = sqrt(225) = 15 cm.
  2. Other leg = sqrt(17² - 8²) = sqrt(289 - 64) = sqrt(225) = 15 m.
  3. Diagonal = sqrt(15² + 20²) = sqrt(225 + 400) = sqrt(625) = 25 cm.
  4. True. This is the converse of the Pythagorean Theorem: if a² + b² = c² for three positive numbers, a triangle with those side lengths must be right-angled (with c opposite the right angle).
  5. Example: (5,12,13) is a common pair. Many solutions: (8,15), (7,24), etc.

How this links to the curriculum (ACARA Grade 8–9)

This lesson matches typical Grade 8–9 outcomes: recognising and using the Pythagorean Theorem to find unknown side lengths in right triangles, using the converse to test for right angles, and solving related real-world problems (ladder, diagonals, distances). It also encourages modelling (TinkerCAD) — representing geometry physically and verifying computations.

Tips and common mistakes

  • Only use the formula when the triangle is right-angled. If you are not sure, check the angle or use the converse properly.
  • Watch units — convert everything to the same units before squaring.
  • When taking square roots, remember to take the positive root for side lengths (sides are positive).
  • For non-integer results, round to a sensible number of decimal places and keep enough precision in intermediate steps.

Where to go next

After being confident with Pythagoras, try problems with coordinates (distance between two points uses the same formula), or right triangles inside other shapes. Beast Academy and AoPS Prealgebra both give great practice problems that build reasoning and problem-solving skills; try AoPS problems for creative, multi-step questions and Beast Academy for picture-based intuition.

If you want, I can: give more practice problems (with increasing difficulty), create a step-by-step TinkerCAD screencast script for one example, or prove Pythagoras using algebraic or trigonometric methods. Which would you like next?


Ask a followup question

Loading...