The Pythagorean Theorem
One of the most fundamental theorems in mathematics, the Pythagorean Theorem states that in a right triangle, the square of the hypotenuse equals the sum of the squares of the other two sides: a² + b² = c².
Definitions
- Legs (a, b): The two sides that form the right angle (90°).
- Hypotenuse (c): The longest side, opposite the right angle.
Real-World Uses
- Construction — verifying square corners (the 3-4-5 rule)
- Navigation — calculating straight-line (Euclidean) distance
- Computer graphics — distance between two points on screen
- Surveying — measuring inaccessible distances
Classic Triples 💡
Pythagorean triples are integer solutions: (3, 4, 5), (5, 12, 13), (8, 15, 17), (7, 24, 25). Any multiple of a triple is also a triple — e.g. (6, 8, 10) = 2 × (3, 4, 5).