Instantly calculate the hypotenuse or a leg of a right triangle using the Pythagorean theorem: a² + b² = c².
iHow it is calculated
In a right triangle, the square of the hypotenuse equals the sum of the squares of the legs. From this you get any missing side:
a² + b² = c² · c = √(a² + b²) · b = √(c² − a²)
With legs 3 and 4: hypotenuse = √(9 + 16) = √25 = 5. Reverse, with hypotenuse 13 and leg 5: the other leg = √(169 − 25) = 12.
?Frequently asked questions
What does the Pythagorean theorem say?
In a right triangle, the square of the hypotenuse equals the sum of the squares of the legs: a² + b² = c².
How do I find the hypotenuse?
The hypotenuse c = √(a² + b²). For legs 3 and 4: c = √(9 + 16) = √25 = 5.
How do I find a leg when I know the hypotenuse?
The leg b = √(c² − a²). For hypotenuse 13 and leg 5: b = √(169 − 25) = √144 = 12.
What is a Pythagorean triple?
Three whole numbers satisfying a² + b² = c², for example (3, 4, 5), (5, 12, 13) and (8, 15, 17).
When does the Pythagorean theorem apply?
Only in right triangles (with a 90° angle). For other triangles the law of cosines is used.
How do I check whether a triangle is right-angled?
Check whether a² + b² = c², where c is the longest side. If the equality holds, the triangle is right-angled.
What is the theorem used for in practice?
In construction (checking right angles, the “3-4-5” corner), navigation, graphics and for computing distances.
How do I calculate the distance between two points?
Distance = √((x₂−x₁)² + (y₂−y₁)²), a direct application of the Pythagorean theorem in the plane.