Pythagorean Theorem Calculator

📐 Pythagorean Theorem Calculator

Calculate the missing side of a right triangle using the Pythagorean theorem

a² + b² = c²
Where a is the base, b is the height, and c is the hypotenuse
Horizontal base length
Vertical height length
Length units (longest side)

Try These Classic Examples:

Complete Guide to the Pythagorean Theorem

What is the Pythagorean Theorem?

The Pythagorean theorem is one of the most famous and useful theorems in mathematics. It describes the relationship between the sides of a right triangle, stating that the square of the hypotenuse (the longest side) equals the sum of squares of the other two sides.

The Theorem Formula

a² + b² = c²

Where:

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

Historical Background

Named after the ancient Greek mathematician Pythagoras (c. 570-495 BCE), this theorem was actually known to earlier civilizations. Babylonian mathematicians used it over 1000 years before Pythagoras, and it appears in ancient Chinese and Indian texts. However, Pythagoras and his followers were among the first to provide a formal mathematical proof.

Understanding Right Triangles

The Pythagorean theorem only applies to right triangles - triangles that have one 90-degree angle. In a right triangle:

  • The hypotenuse is always the longest side and is opposite the right angle
  • The legs are the two shorter sides that form the right angle
  • The right angle is typically marked with a small square symbol

How to Use the Pythagorean Theorem

Finding the Hypotenuse

When you know both legs (a and b), you can find the hypotenuse (c):

Formula: c = √(a² + b²)

Example: If a = 3 and b = 4

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

Finding a Leg

When you know the hypotenuse (c) and one leg, you can find the other leg:

Formula: a = √(c² - b²) or b = √(c² - a²)

Example: If c = 13 and b = 5

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

Pythagorean Triples

Pythagorean triples are sets of three positive integers that satisfy the Pythagorean theorem. These are particularly useful because they give exact integer solutions.

Common Pythagorean Triples

  • 3-4-5: The most famous triple (3² + 4² = 9 + 16 = 25 = 5²)
  • 5-12-13: Another common triple (5² + 12² = 25 + 144 = 169 = 13²)
  • 8-15-17: Less common but still useful (8² + 15² = 64 + 225 = 289 = 17²)
  • 7-24-25: Larger triple (7² + 24² = 49 + 576 = 625 = 25²)
  • 20-21-29: Another example (20² + 21² = 400 + 441 = 841 = 29²)

Multiples of Pythagorean Triples

If (a, b, c) is a Pythagorean triple, then (ka, kb, kc) is also a Pythagorean triple for any positive integer k. For example:

  • 3-4-5 → 6-8-10, 9-12-15, 12-16-20, etc.
  • 5-12-13 → 10-24-26, 15-36-39, 20-48-52, etc.

Real-World Applications

Construction and Architecture

Builders use the 3-4-5 rule to ensure corners are perfectly square. By measuring 3 units along one wall, 4 units along the perpendicular wall, the diagonal should measure exactly 5 units if the corner is a true right angle.

Navigation and GPS

The theorem helps calculate direct distances. If you travel 3 miles north and 4 miles east, you're 5 miles from your starting point in a straight line.

Engineering and Design

  • Structural engineering: Calculating diagonal braces and supports
  • Electrical work: Determining cable lengths and conduit runs
  • Landscaping: Planning diagonal paths and measuring irregular plots
  • Screen and display technology: Calculating diagonal screen sizes

Sports and Recreation

  • Baseball: The distance from home plate to second base
  • Soccer: Calculating diagonal passes across the field
  • Golf: Determining distances to pins from various positions

Advanced Concepts

The Converse of the Pythagorean Theorem

If a² + b² = c² for the sides of a triangle, then the triangle is a right triangle. This is useful for determining if a triangle is a right triangle when you know all three side lengths.

Pythagorean Theorem in 3D

The theorem extends to three dimensions. For a rectangular box with dimensions a, b, and c, the space diagonal d is:

d = √(a² + b² + c²)

Distance Formula

The distance between two points (x₁, y₁) and (x₂, y₂) in a coordinate plane is derived from the Pythagorean theorem:

d = √[(x₂ - x₁)² + (y₂ - y₁)²]

Common Mistakes and How to Avoid Them

Frequent Errors

  • Confusing which side is the hypotenuse: Remember, it's always the longest side and opposite the right angle
  • Forgetting to take the square root: After adding the squares, don't forget the final √ step
  • Using the theorem on non-right triangles: The theorem only works for right triangles
  • Calculation errors: Double-check your arithmetic, especially when squaring numbers

Problem-Solving Strategies

Step-by-Step Approach

  1. Identify the right triangle: Confirm there's a 90° angle
  2. Label the sides: Identify which sides are legs (a, b) and which is the hypotenuse (c)
  3. Determine what you're solving for: Which side is unknown?
  4. Choose the correct formula:
    • Finding hypotenuse: c = √(a² + b²)
    • Finding a leg: a = √(c² - b²)
  5. Substitute and calculate: Plug in the known values
  6. Check your answer: Verify using the original theorem

Proofs of the Pythagorean Theorem

Geometric Proof by Rearrangement

One of the most intuitive proofs involves arranging four identical right triangles around a square. This visual proof shows that the area of the large square equals the sum of the areas of the two smaller squares, directly demonstrating a² + b² = c².

Algebraic Proof

Using coordinate geometry, place a right triangle with the right angle at the origin. The algebraic manipulation of the coordinates leads directly to the Pythagorean relationship.

Extensions and Related Theorems

Law of Cosines

The Pythagorean theorem is a special case of the more general law of cosines. When the angle C is 90°, cos(C) = 0, and the law of cosines reduces to the Pythagorean theorem.

Pythagorean Theorem in Other Geometries

While the theorem as stated applies to Euclidean (flat) geometry, modified versions exist for spherical and hyperbolic geometries, showing the theorem's fundamental importance in mathematics.

Conclusion

The Pythagorean theorem is more than just a mathematical formula—it's a fundamental principle that connects algebra and geometry, theory and practice. From ancient civilizations to modern GPS systems, from simple construction projects to complex engineering designs, this theorem continues to be one of the most practical and widely-used mathematical tools.

Understanding the Pythagorean theorem opens doors to more advanced mathematical concepts while providing immediate practical benefits. Whether you're a student learning geometry, a professional in a technical field, or simply someone who wants to understand the mathematical relationships in the world around you, mastering this theorem is both rewarding and useful.

Leave a Comment