Quick introduction — history and why this matters
Geoffrey Chaucer wrote "A Treatise on the Astrolabe" around 1391 to teach his son how to use the astrolabe, a medieval instrument for measuring the positions of stars and the heights of objects. Using an astrolabe or any sighting device involves right triangles: if you sight the top of a tower from some distance away, you create a right triangle between the ground, the line of sight, and the tower. The Pythagorean Theorem is the basic rule that links the lengths of the sides of every right triangle and is exactly the tool you need for many astrolabe-style measurements.
The Pythagorean Theorem — statement
In any right triangle, where the two legs are a and b and the hypotenuse (the side opposite the right angle) is c, the theorem says:
c2 = a2 + b2
That means if you know any two of these side lengths, you can find the third.
Beast Academy style idea (visual, simple)
Imagine a square built on each side of a right triangle. The area of the big square on the hypotenuse equals the sum of the areas of the two smaller squares on the legs. That is exactly what c2 = a2 + b2 means — area language for kids who think visually.
One quick, clear proof (the square-and-triangles proof)
- Start with a big square whose side length is a + b. Its area is (a + b)2.
- Place four identical copies of the right triangle inside that big square so that their hypotenuses form a smaller central square of side c. The remaining area inside the big square is exactly the small square of area c2.
- So the big area can also be thought of as the area of the four triangles plus the area of the middle square: (area of 4 triangles) + c2. Each triangle has area (1/2)ab, so four of them have area 2ab.
- Set the two expressions for the big square's area equal: (a + b)2 = 4*(1/2 ab) + c2 = 2ab + c2.
- Expand the left side: a2 + 2ab + b2 = 2ab + c2. Cancel 2ab from both sides to get c2 = a2 + b2. QED.
How AoPS Prealgebra would approach problems
AoPS (Art of Problem Solving) focuses on clear problem setup and algebraic thinking. If you need a missing side, label the known sides, plug into the Pythagorean formula, and solve carefully. If a geometry problem mixes several right triangles, draw helpful labels and look for similar triangles or algebraic systems.
Worked examples — step by step
-
Classic Pythagorean triple
Given a = 3, b = 4. Find c.
c2 = 32 + 42 = 9 + 16 = 25, so c = 5.
-
Find a missing leg
Hypotenuse c = 13, one leg a = 5. Find b.
132 = 52 + b2 → 169 = 25 + b2 → b2 = 144 → b = 12.
-
A practical astrolabe-style problem
You stand 30 meters from the base of a tower and use a sighting device that lines up the top of the tower. If your line of sight (the hypotenuse) measures 34 meters from your eye to the top, what is the tower's height above your eye level?
Let a = 30 (horizontal distance), c = 34 (line of sight). Then height b satisfies b2 = c2 - a2 = 342 - 302 = 1156 - 900 = 256, so b = 16 meters. The tower's top is 16 m above your eye level.
Practice problems (try them, then check answers below)
- Right triangle has legs 7 and 24. Find the hypotenuse.
- Triangle with hypotenuse 25 and one leg 15. Find the other leg.
- You stand 40 m from a building and sight its top. Your sight line to the top is 50 m. How tall is the building above your eye level?
- (Challenge) A ladder leans against a wall. The foot of the ladder is 6 ft from the wall and the ladder is 10 ft long. How high on the wall does the ladder reach? Then find the angle the ladder makes with the ground (to the nearest degree).
Answers and short solutions
- Hypotenuse = sqrt(72 + 242) = sqrt(49 + 576) = sqrt(625) = 25.
- Other leg = sqrt(252 - 152) = sqrt(625 - 225) = sqrt(400) = 20.
- Height = sqrt(502 - 402) = sqrt(2500 - 1600) = sqrt(900) = 30 m.
- Height reached = sqrt(102 - 62) = sqrt(100 - 36) = sqrt(64) = 8 ft. Angle = arctan(opposite/adjacent) = arctan(8/6) ≈ arctan(1.333...) ≈ 53 degrees (to nearest degree).
Common mistakes and tips
- Mixing up which side is the hypotenuse. Remember: the hypotenuse is always opposite the 90° angle and is the longest side.
- Forgetting to take the square root at the end when you solve for a side length. After you find x2, take sqrt(x2) to get x (pick the positive root for lengths).
- When angles are involved, it can be easier to use trigonometry (sine, cosine, tangent) once you know those basics — but Pythagorean is the starting tool for distances.
Wrapping up — connecting Chaucer, the astrolabe, and your math
Chaucer's treatise shows that medieval scientists and sailors used geometry and arithmetic to solve real problems like locating stars and measuring heights. The Pythagorean Theorem is one of the simplest, most powerful geometry tools for those measurements. Practice the theorem with numeric examples, try drawing the squares (Beast Academy style), and solve a few word problems (AoPS-style) to get both intuition and problem-solving skill.
If you want, I can give more practice problems at three difficulty levels (easy, medium, hard), or make a visual step-by-step diagram you can copy to help remember the square-and-triangles proof.