About Pythagorean Theorem Calculator
The Pythagorean Theorem Calculator solves for any side of a right triangle using the formula a² + b² = c². Choose whether you want to find the hypotenuse (c) or one of the legs (a or b), enter the two known side lengths, and the calculator computes the unknown side along with the squared values of all three sides. The Pythagorean theorem is one of the most fundamental relationships in geometry, with applications far beyond the classroom. Architects and construction workers use it to verify right angles and calculate diagonal lengths, navigation systems rely on it for distance calculations, and game developers use it for collision detection and movement physics. The tool uses precise square root computations and displays results to six decimal places. By showing the intermediate squared values (a², b², c²), it reinforces the underlying algebraic relationship. Whether you are a student proving geometric theorems, a carpenter checking if a corner is square, or a programmer implementing 2D distance calculations, this calculator makes right-triangle solutions immediate and intuitive.
When to Use This Calculator
Construction & Carpentry: Need to check if a corner is square? Measure 3 feet along one wall and 4 feet along the other. The diagonal should be exactly 5 feet if the corner is 90 degrees. This calculator lets you check any combination — not just the classic 3-4-5 triangle.
Home Improvement: Planning a diagonal fence across a rectangular yard that's 50 feet by 30 feet? The diagonal length is the hypotenuse: √(50² + 30²) = 58.31 feet. That tells you exactly how much fencing material to buy for the diagonal section.
Navigation & Mapping: If you walk 400 meters north and then 300 meters east, your straight-line distance from the starting point is √(400² + 300²) = 500 meters. This is just the Pythagorean theorem applied to coordinates, and it works for any right-angled path.
How to Use This Calculator
Say you're building a ramp and know the horizontal run is 8 feet and the vertical rise is 3 feet. You need to find the length of the ramp surface (the hypotenuse). Select "Hypotenuse (c)" from the dropdown, enter 8 for leg a and 3 for leg b, then Calculate. The result shows c = 8.544004 feet — that's how long your ramp board needs to be. The squared values show a² = 64, b² = 9, and c² = 73, confirming that 64 + 9 = 73. For the reverse, say you have a 10-foot ladder and want to place it 6 feet from a wall. Select "Leg (a)", enter c = 10 and b = 6. The result shows leg a = 8 feet — that's how high up the wall the ladder reaches.