The Pythagorean Theorem: Foundation of Geometry
The Pythagorean theorem is arguably the most famous equation in all of mathematics: a² + b² = c². It states that in a right triangle, the square of the hypotenuse (the side opposite the right angle) equals the sum of the squares of the other two sides. Attributed to the Greek mathematician Pythagoras (c. 570-495 BC), though evidence suggests Babylonian mathematicians knew the relationship over a thousand years earlier, this theorem is fundamental to geometry, trigonometry, physics, engineering, architecture, and navigation.
The Formula and Its Variations
a² + b² = c²
Solving for each side:
c = √(a² + b²) (find hypotenuse)
a = √(c² - b²) (find leg a)
b = √(c² - a²) (find leg b)
Triangle Properties:
Area = (a × b) / 2
Perimeter = a + b + c
Angle A = arctan(a/b) in degrees
Angle B = arctan(b/a) in degrees
Altitude h = (a × b) / c
Common Pythagorean Triples:
3, 4, 5 | 5, 12, 13 | 8, 15, 17
7, 24, 25 | 20, 21, 29 | 9, 40, 41
Real-World Applications
The Pythagorean theorem is used constantly in construction and architecture to ensure walls are perpendicular (the 3-4-5 method). Navigation uses it to calculate straight-line distances between two points. In computer graphics, pixel distances are calculated using the theorem's 2D extension (and its 3D version: d = √(x² + y² + z²)). Surveying, astronomy, GPS technology, and physics (calculating resultant vectors) all rely on this fundamental relationship.