Pythagorean Theorem Calculator

Solve Right Triangles in Seconds with the Pythagorean Theorem

The Pythagorean Theorem: a² + b² = c²

Result

Calculation:
Perimeter
Semi-Perimeter
Area
Angle A
Angle B
Angle C
Inradius (r)
Circumradius (R)
a b c

Pythagorean Theorem - Formula, Explanation & Examples

What is the Pythagorean Theorem?

The Pythagorean Theorem is a fundamental rule in geometry that applies to right-angled triangles. It states:

In a right triangle, the square of the hypotenuse is equal to the sum of the squares of the other two sides.

This principle is named after the Greek mathematician Pythagoras.

Pythagorean Theorem Formula

If a and b are the triangle's legs and c is the hypotenuse, then:

c² = a² + b²

To solve for each side:

  • Hypotenuse (c): c = √(a² + b²)
  • Leg (a or b): a = √(c² - b²) or b = √(c² - a²)

Conditions for Using the Theorem

  • The triangle must be right-angled.
  • Applies only in Euclidean geometry.

Why is the Pythagorean Theorem Important?

This theorem is widely used in mathematics, engineering, and real-life problem-solving. It's essential for:

  • Calculating distances and lengths
  • Solving problems in architecture and construction
  • Working with coordinates and vectors

Distance Formula

The Pythagorean Theorem leads to the distance formula in coordinate geometry:

Distance = √((x2 - x1)2 + (y2 - y1)2)

This formula is essentially applying the Pythagorean Theorem to a triangle formed by two points on a coordinate plane.

Examples

Example 1: Find the Hypotenuse

Given: a = 3 cm, b = 4 cm

Solution:

c = √(3² + 4²) = √(9 + 16) = √25 = 5 cm

Example 2: Find One Leg

Given: c = 13 cm, a = 5 cm

Solution:

b = √(13² - 5²) = √(169 - 25) = √144 = 12 cm

Example 3: Distance Between Two Points

Points: (2, 3) and (7, 11)

Distance = √((7-2)² + (11-3)²) = √(25 + 64) = √89 ≈ 9.43 units

Real-Life Applications

  • Construction & Carpentry: Ensuring structures have 90° angles
  • Navigation & GPS: Calculating shortest paths
  • Computer Graphics: Determining distances between pixels
  • Physics & Astronomy: Solving motion equations

How to Use the Pythagorean Theorem Calculator

This calculator uses the Pythagorean Theorem formula: a² + b² = c², where:

  • a and b are the lengths of the two shorter sides of a right triangle (the legs).
  • c is the length of the longest side (the hypotenuse).

To use the calculator:

  • Enter the known values for any two sides (a, b, or c).
  • Leave the side you want to calculate blank.
  • Click the "Calculate" button to find the missing side.
  • The calculator will also display additional triangle properties such as area, perimeter, angles, inradius, and circumradius.
  • Click "Reset" to clear all fields and start over.

Example: If you know sides a = 3 and b = 4, the calculator will find c = 5, completing the classic 3-4-5 triangle.

Frequently Asked Questions

1. What is the Pythagorean Theorem?

The Pythagorean Theorem states that in a right-angled triangle, the square of the hypotenuse is equal to the sum of the squares of the other two sides. Mathematically: c² = a² + b².

2. When can I use the Pythagorean Theorem?

You can use the Pythagorean Theorem only in right-angled triangles. It helps to find the length of a side when the other two sides are known.

3. What is the hypotenuse in a triangle?

The hypotenuse is the longest side of a right triangle. It is always opposite the 90-degree angle and is represented as c in the formula c² = a² + b².

4. Can I use this theorem for non-right triangles?

No. The Pythagorean Theorem is valid only for right-angled triangles. For non-right triangles, use the Law of Cosines.

5. Who discovered the Pythagorean Theorem?

The theorem is named after the Greek philosopher Pythagoras, but it was known to Babylonian and Indian mathematicians centuries before him.

6. How can I check if a triangle is right-angled?

If the sides of a triangle satisfy a² + b² = c², then the triangle is a right triangle. This is a useful test when you know all three sides.

7. What are some real-life uses of the Pythagorean Theorem?

It's used in construction to ensure corners are square, in navigation to calculate direct distances, and in computer graphics to measure pixel distances.