# Pythagorean Theorem Calculator > Find the missing side of a right triangle using the Pythagorean theorem — enter any two sides to solve **Category:** Utility **Keywords:** calculator, tool **URL:** https://complete.tools/pythagorean-theorem-calculator ## How it calculates The Pythagorean theorem is expressed with the formula: a² + b² = c². Here, 'a' and 'b' are the lengths of the triangle's legs, and 'c' is the hypotenuse. If you know the legs and want to find the hypotenuse, the equation rearranges to c = √(a² + b²). On the flip side, if you need to find a missing leg with the hypotenuse and one leg known, you rearrange it to a = √(c² - b²) or b = √(c² - a²), based on which leg is missing. The process involves squaring the known side lengths, adding them together (for hypotenuse calculations), or subtracting a leg's square from the hypotenuse's square (for leg calculations) before taking the square root to get the missing length. ## Who should use this This tool is perfect for a range of professionals. Architects can use it to determine structural support dimensions in their designs. Surveyors benefit when measuring land plots with right triangles. High school math teachers can create engaging lesson plans around geometry concepts. Plumbers often rely on it to calculate pipe lengths in right-angled installations. Construction managers can assess material needs for projects that involve right triangles. ## Worked examples Example 1: Imagine a civil engineer needs to find the hypotenuse of a right triangle with one leg measuring 3 meters and the other 4 meters. Using the Pythagorean theorem, they calculate: c = √(3² + 4²) = √(9 + 16) = √25 = 5 meters. So, the hypotenuse is 5 meters. Example 2: Now, picture a landscape architect who needs to find one leg of a right triangle where the hypotenuse is 10 meters and the other leg is 6 meters. They use the formula for a leg: a = √(10² - 6²) = √(100 - 36) = √64 = 8 meters. Thus, the missing leg measures 8 meters. ## Limitations While this tool is useful, it has its limitations. It relies on accurate inputs, so if a user enters a negative value for any side, the results will be invalid—lengths can’t be negative. Additionally, the calculator assumes you’re working with a right triangle; if it’s not, the results won’t apply. It also doesn’t account for rounding errors, which could affect the output if the input values aren’t whole numbers. Lastly, it doesn’t check if the provided sides can actually form a triangle according to the triangle inequality theorem. ## FAQs **Q:** How does the Pythagorean theorem apply to non-right triangles? **A:** The Pythagorean theorem is specific to right triangles. To apply it to non-right triangles, you’d need additional context, like using trigonometric laws. **Q:** Can this calculator handle decimal inputs for side lengths? **A:** Absolutely! The calculator can process decimal inputs, but users should ensure their measurements are precise to avoid rounding errors in the results. **Q:** What happens if the sides provided can’t form a triangle? **A:** If the input values don’t satisfy the triangle inequality theorem, the calculator won’t yield valid results since those sides can’t form a triangle. **Q:** Is the Pythagorean theorem applicable in three-dimensional geometry? **A:** The theorem applies in two dimensions. In three-dimensional geometry, the relationship extends through the distance formula or the three-dimensional version of the theorem, which involves a² + b² + c² = d². --- *Generated from [complete.tools/pythagorean-theorem-calculator](https://complete.tools/pythagorean-theorem-calculator)*