The Pythagorean Theorem Explained (With Real-World Examples)
April 18, 2026 · Math
a² + b² = c² is probably the most recognizable formula in all of mathematics. You learned it in middle school, forgot it by high school, and now it keeps showing up in DIY projects, construction, screen size measurements, and navigation. It's one of those bits of math that genuinely comes in handy in real life, not just on tests.
Let's walk through what the theorem actually means, how to use it, and some situations where it saves the day.
What the theorem actually says
In plain English: in any right triangle, the area of the square on the longest side equals the sum of the areas of the squares on the other two sides.
The three sides have specific names:
- a and b are the legs — the two sides that form the right angle (the 90-degree corner)
- c is the hypotenuse — the longest side, always opposite the right angle
A classic example: a triangle with legs of 3 and 4. Then 3² + 4² = 9 + 16 = 25. The hypotenuse is √25 = 5. This is the famous 3-4-5 triangle, and we'll come back to why it matters.
Finding the hypotenuse (the classic use case)
This is the most common way people use the Pythagorean theorem. You know the two shorter sides and need to find the longest one.
Example: how high does a ladder reach?
You're cleaning gutters and place a 10-foot ladder against the house. The base of the ladder sits 6 feet out from the wall. How high up the wall does the ladder reach?
a² + b² = c²
6² + b² = 10²
36 + b² = 100
b² = 100 − 36 = 64
b = √64 = 8 feet
The ladder reaches 8 feet up the wall. If your gutters are at 9 feet, you need a taller ladder or need to move it closer to the house (though that makes it less stable — there's a reason they say the base should be one-quarter of the height).
Finding a missing leg
The theorem works in both directions. If you know the hypotenuse and one leg, you can find the other leg. This comes up more often than you'd think.
Example: how tall is that TV, actually?
TV screen sizes are measured diagonally — that's the hypotenuse. A 55-inch TV has a diagonal of 55 inches. Most 55-inch TVs have a width of about 48 inches. How tall is the screen?
a² + b² = c²
48² + b² = 55²
2,304 + b² = 3,025
b² = 3,025 − 2,304 = 721
b = √721 ≈ 26.85 inches
So a 55-inch TV is about 48 inches wide and 27 inches tall. This matters when you're checking if a TV will fit in your entertainment center — the diagonal measurement alone doesn't tell you the actual width or height.
Real-world applications you'll actually use
Construction: the 3-4-5 trick for square corners
Builders use the Pythagorean theorem constantly to check if corners are square (exactly 90 degrees). The trick: measure 3 feet along one wall, 4 feet along the other, and then measure diagonally between those two marks. If the diagonal is exactly 5 feet, the corner is a perfect right angle.
You can scale this up. A 6-8-10 triangle works the same way. So does 9-12-15, 12-16-20, or any other multiple of 3-4-5. Professional builders often use the larger versions because they're more accurate over longer distances.
Navigation: shortest distance
If you walk 3 blocks east and 4 blocks north, you didn't walk 7 blocks in terms of actual distance from your starting point. The straight-line distance (as the crow flies) is the hypotenuse: √(9 + 16) = 5 blocks. GPS navigation uses this concept (extended into three dimensions) to calculate direct distances.
Sports field dimensions
A standard FIFA soccer field can be up to 130 yards long and 100 yards wide. The diagonal of a full-size field: √(130² + 100²) = √(16,900 + 10,000) = √26,900 ≈ 164 yards. That's relevant for things like corner kick trajectories, goalkeeper positioning, and field layout planning.
Common mistakes to watch out for
- Forgetting to take the square root.You calculate a² + b² and get 25. The hypotenuse is 5, not 25. The theorem gives you c², not c. This is the single most common error — easy to make when you're working quickly.
- Mixing up which side is the hypotenuse.The hypotenuse is always the longest side, and it's always opposite the right angle. It's never one of the legs. If you plug the hypotenuse into the a or b position, your answer will be wrong.
- Not checking that it's actually a right triangle.The Pythagorean theorem only works for right triangles. If the angle is 80 degrees instead of 90, the formula doesn't apply. That said, you can use it in reverse to check: if a² + b² = c², the triangle is a right triangle.
- Unit inconsistency. If one side is in inches and another is in feet, convert first. A triangle with sides of 3 feet and 48 inches — those are the same thing, but if you treat them as different units your calculation will be nonsense.
Frequently Asked Questions
Does the Pythagorean theorem work for all triangles?
No, only right triangles (triangles with one 90-degree angle). For non-right triangles, you need the Law of Cosines, which is a more general version: c² = a² + b² − 2ab×cos(C). When the angle C is 90 degrees, cos(90) = 0, and the formula simplifies to the standard Pythagorean theorem.
What if I only know the hypotenuse?
You can't find the individual leg lengths from just the hypotenuse — there are infinitely many right triangles with the same hypotenuse but different leg lengths. You need at least one other measurement (a leg length or one of the non-right angles) to solve the triangle.
Who invented the Pythagorean theorem?
Despite the name, Pythagoras probably didn't invent it. Babylonian clay tablets dating to around 1800 BCE show knowledge of the 3-4-5 relationship, roughly 1,300 years before Pythagoras. Chinese and Indian mathematicians also documented it independently. Pythagoras (or his followers) may have been the first to provide a formal proof, but the relationship itself was known much earlier.
What's the 3-4-5 triangle trick?
A 3-4-5 triangle is the simplest right triangle with whole-number sides. Because 3² + 4² = 9 + 16 = 25 = 5², it perfectly satisfies the theorem. Builders use it to check for square corners: mark 3 units on one side, 4 on the other, and if the diagonal is exactly 5 units, the corner is 90 degrees. Any multiple works too — 6-8-10, 9-12-15, etc.
Related Calculators
- Pythagorean Theorem Calculator — Find any missing side of a right triangle instantly
- Square Root Calculator — Calculate square roots and perfect squares
- Area Calculator — Find the area of triangles, rectangles, circles, and more
- Scientific Calculator — A full-featured calculator for more complex math
Note: This is a general guide, not professional advice. For construction or engineering applications, always verify calculations with appropriate tools and professional oversight.
Nelson Chung
Independent developer with 10 years of software engineering experience. Passionate about math and finance, dedicated to making complex calculations simple and accessible.
Published April 18, 2026