Pythagorean Theorem- Complete Explanation
What Is the Pythagorean Theorem?
The Pythagorean Theorem is a relationship between the three sides of a right triangle. It states that the square of the longest side (the hypotenuse) equals the sum of the squares of the other two sides.
That's it. One equation. But it shows up everywhere—in construction, navigation, computer graphics, and physics problems. If you took any math class, you've seen this formula:
a² + b² = c²
Where a and b are the legs, and c is the hypotenuse. The hypotenuse is always opposite the 90-degree angle.
Why This Theorem Matters
You need this formula to find a missing side when you know two sides. You also need it when you're working with distances—like figuring out how far apart two points are on a coordinate plane.
It works for any right triangle, regardless of size. The ratio stays constant.
The Formula Breakdown
Legs (a and b)
These are the two sides that form the right angle. They touch the 90-degree corner.
Hypotenuse (c)
This is the side across from the right angle. It's always the longest side, but it won't work with just any number—it has to satisfy the equation.
Example: If one leg is 3 and the other is 4, the hypotenuse is 5 because 3² + 4² = 9 + 16 = 25, and √25 = 5.
This particular combination (3-4-5) is called a Pythagorean triple. You'll see it often because the numbers work out cleanly.
Proof Without the Fancy Stuff
You don't need to memorize a formal proof. Here's the visual version:
Take a right triangle. Draw a square on each side. The area of the square on the hypotenuse equals the combined areas of the squares on the two legs.
That's the entire proof. Area of big square = area of two smaller squares combined. The math works out to a² + b² = c².
How to Actually Use This (Getting Started)
Follow these steps to find a missing side:
Finding the Hypotenuse
When you know both legs:
- Square each leg (multiply by itself)
- Add the two results
- Take the square root of the sum
Example: Legs are 7 and 24.
7² = 49
24² = 576
49 + 576 = 625
√625 = 25
The hypotenuse is 25.
Finding a Leg
When you know the hypotenuse and one leg:
- Square the hypotenuse
- Square the known leg
- Subtract the smaller from the larger
- Take the square root
Example: Hypotenuse is 13, one leg is 5.
13² = 169
5² = 25
169 - 25 = 144
√144 = 12
The missing leg is 12.
Common Pythagorean Triples
These are integer combinations that satisfy the theorem. Memorize a few and you'll solve problems faster:
| Triple | Leg a | Leg b | Hypotenuse 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 |
| 9-40-41 | 9 | 40 | 41 |
You can scale these. If you multiply all three numbers by the same factor, it still works. So 6-8-10 is just 3-4-5 doubled. Same for 9-12-15.
Real-World Applications
The Pythagorean Theorem isn't abstract busywork. Here is where it shows up:
- Construction: Making sure walls are square. If the diagonal measurement matches the calculated hypotenuse, the corners are right angles.
- Navigation: Finding the shortest path between two points. Pilots and sailors use it to calculate direct distances.
- Computer graphics: Measuring distances between pixels. Every time you see smooth movement in a game, this formula is running in the background.
- Architecture: Determining roof slopes and stair angles.
- Surveying: Measuring land distances that can't be reached directly.
Where People Screw Up
Don't make these mistakes:
- Using the wrong side as the hypotenuse. It must be the side opposite the 90-degree angle. If your triangle doesn't have a right angle, this theorem doesn't apply.
- Forgetting to square root. You find c², then you need √c² to get c. Same in reverse—don't forget to square when checking your answer.
- Adding instead of subtracting. If you're finding a leg, you subtract. If you're finding the hypotenuse, you add. Mixing these up gives wrong answers every time.
- Not checking units. If one leg is in meters and the other in feet, you need to convert first. Mixed units break the equation.
The Distance Formula Connection
The distance formula is just the Pythagorean Theorem in disguise. Between two points (x₁, y₁) and (x₂, y₂):
Distance = √[(x₂ - x₁)² + (y₂ - y₁)²]
The difference in x-coordinates and difference in y-coordinates form the two legs. The distance between the points is the hypotenuse. Same math, different context.
Converse of the Theorem
Here's something most people skip: the converse also works. If a² + b² = c² for three side lengths, the triangle must be a right triangle.
This is useful for checking whether a corner is actually 90 degrees. Measure the three sides. If they satisfy the equation, the angle is right.
Beyond Basic Triangles
The theorem extends into 3D. The distance between two points in space uses three coordinates:
Distance = √[(x₂ - x₁)² + (y₂ - y₁)² + (z₂ - z₁)²]
Same idea. You're finding the hypotenuse of a three-dimensional triangle.
Quick Reference Cheat Sheet
- Formula: a² + b² = c²
- Find hypotenuse: Add squares of legs, then square root
- Find a leg: Square hypotenuse, subtract square of known leg, then square root
- Check if right triangle: Does a² + b² = c²?
- Distance formula: √[(Δx)² + (Δy)²]
The Pythagorean Theorem is one of those tools you either know or you don't. Once you know it, you see it everywhere. That's the point—math isn't optional in the real world. It's the foundation for how things get built, measured, and calculated.