Pythagorean Theorem- Fundamental Mathematical Principle Explained
What the Pythagorean Theorem Actually Is
The Pythagorean Theorem is simple: in a right triangle, the square of the hypotenuse equals the sum of the squares of the other two sides. That's it. No mystery, no hype.
Formula: a² + b² = c²
Where c is the longest side (hypotenuse), and a and b are the legs that form the right angle.
This theorem is named after Pythagoras, a Greek mathematician who lived around 570–495 BC. But here's the uncomfortable truth: he didn't discover it. Babylonians and Indians used this relationship centuries before him. Pythagoras gets the credit because he (or his school) proved it worked mathematically.
Why This Formula Matters
You use this formula constantly without realizing it. Every time you measure diagonal distance, check if furniture fits, or calculate slope, you're applying Pythagoras.
It's the foundation for trigonometry, distance calculations in coordinate systems, and basic engineering. Skip this and you're stuck.
Common Pythagorean Triples
A Pythagorean triple is a set of three integers that satisfy a² + b² = c². Memorize the small ones—they save time.
| Triple | a | b | c |
|---|---|---|---|
| 3-4-5 | 3 | 4 | 5 |
| 5-12-13 | 5 | 12 | 13 |
| 8-15-17 | 8 | 15 | 17 |
| 7-24-25 | 7 | 24 | 25 |
| 6-8-10 | 6 | 8 | 10 |
Notice 6-8-10 is just 3-4-5 doubled. Any multiple of a triple is still a triple.
How to Use It: Step-by-Step
Finding the Hypotenuse
You know both legs and need the diagonal.
Example: Legs are 3 and 4 units.
- Square both legs: 3² = 9, 4² = 16
- Add them: 9 + 16 = 25
- Take the square root: √25 = 5
The hypotenuse is 5 units.
Finding a Missing Leg
You know the hypotenuse and one leg.
Example: Hypotenuse is 13, one leg is 5.
- Square the hypotenuse: 13² = 169
- Square the known leg: 5² = 25
- Subtract: 169 - 25 = 144
- Take the square root: √144 = 12
The missing leg is 12 units.
Real Applications
Most people think they don't need this. They're wrong.
- Construction: Verify walls are square before finishing. Measure 3 feet one way, 4 feet the other—the diagonal must be exactly 5 feet.
- Navigation: GPS and mapping apps calculate shortest paths using this relationship.
- Screen size: TV and monitor sizes are calculated diagonally using Pythagoras.
- Sports: Baseball fields, basketball courts—diagonal distances matter.
- Programming: Game physics, collision detection, and graphics all rely on distance calculations.
Where People Screw Up
Using the wrong side as hypotenuse. The hypotenuse is ALWAYS the longest side, opposite the right angle. If you plug in the wrong number, your answer is garbage.
Forgetting to square root. a² + b² gives you c², not c. You need that square root at the end.
Mixing up units. If one leg is in meters and another in feet, you're done wrong. Convert first.
Assuming non-right triangles work. This formula ONLY applies to right triangles. For other triangles, you need Law of Sines or Law of Cosines.
The Distance Formula Connection
In coordinate geometry, distance between two points uses Pythagoras directly.
Points (x₁, y₁) and (x₂, y₂):
Distance = √[(x₂-x₁)² + (y₂-y₁)²]
This is literally a² + b² = c² with horizontal and vertical distances as the legs.
Proof Without the Fluff
The visual proof is simplest. Draw a square with side (a + b). Inside, place four right triangles with legs a and b. The remaining center forms a smaller square with side c.
Area of large square: (a + b)²
Area by triangles + inner square: 4(½ab) + c² = 2ab + c²
Set equal: (a + b)² = 2ab + c²
Expand: a² + 2ab + b² = 2ab + c²
Subtract 2ab: a² + b² = c²
Done. That's why it works.
Quick Reference
- Right triangle only
- c² = a² + b²
- Find c: add squares of legs, then square root
- Find a or b: subtract squares, then square root
- Always check that your triangle actually has a right angle
Memorize 3-4-5. It's your sanity check for everything else.