Pythagorean Theorem Calculator – Find Sides, Angles & Hypotenuse Instantly

Calculate triangle sides, hypotenuse, angles, verify right triangles, and explore Pythagorean triples with detailed step-by-step solutions.

Pythagorean Theorem Calculator

Select calculation type and input values

📐 Find Hypotenuse
🔺 Find Side A
🔺 Find Side B
Verify Triangle
📐 Find Angles
🔢 Pythagorean Triples
📏 Area & Perimeter
📊 3D Distance
🔄 Converse Theorem
c = √(a² + b²)
a = √(c² - b²)
b = √(c² - a²)
Check if a² + b² = c²
α = arctan(a/b), β = arctan(b/a)
Generate Pythagorean triples up to specified limit
Area = ½ab, Perimeter = a + b + √(a² + b²)
d = √[(x₂-x₁)² + (y₂-y₁)² + (z₂-z₁)²]
If a² + b² = c², then triangle is right-angled

Pythagorean Theorem Results

PNG
SVG
CSV
-
Result
-
Operation
-
Formula
-
Triangle Type

Recent Calculations

What is the Pythagorean Theorem?

The Pythagorean Theorem is a fundamental principle in Euclidean geometry that describes the relationship between the three sides of a right triangle. It states that in a right triangle, the square of the length of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the lengths of the other two sides.

This theorem, attributed to the ancient Greek mathematician Pythagoras (c. 570–495 BCE), is one of the most important and widely used mathematical principles in history.

Key Components of the Pythagorean Theorem:

  • Right Triangle: A triangle with one 90-degree angle
  • Hypotenuse (c): The longest side, opposite the right angle
  • Legs (a and b): The two shorter sides that form the right angle
  • Theorem Formula: a² + b² = c²
  • Converse: If a² + b² = c², then the triangle is right-angled

Why is the Pythagorean Theorem Important?

  • Foundation of Geometry: Essential for understanding triangles and spatial relationships
  • Practical Applications: Used in construction, navigation, engineering, and physics
  • Basis for Trigonometry: Forms the foundation for trigonometric functions
  • Distance Calculation: Enables calculation of straight-line distances
  • Historical Significance: One of the oldest mathematical theorems still in use

Our Pythagorean Theorem Calculator helps you perform these calculations accurately with step-by-step solutions for educational and professional use.

Basic Concepts of the Pythagorean Theorem

Understanding these fundamental concepts is essential for working with the Pythagorean theorem:

Right Triangle Components

A right triangle has one 90° angle. The side opposite this angle is the hypotenuse (longest side), while the other two sides are called legs.

Right angle: 90°
Hypotenuse: c
Legs: a, b

The Pythagorean Formula

The fundamental relationship: the square of the hypotenuse equals the sum of squares of the legs.

a² + b² = c²

Finding the Hypotenuse

When you know both legs, calculate the hypotenuse by taking the square root of the sum of their squares.

c = √(a² + b²)

Finding a Missing Leg

When you know the hypotenuse and one leg, find the other leg by rearranging the formula.

a = √(c² - b²)
b = √(c² - a²)

Pythagorean Triples

Sets of three positive integers that satisfy the Pythagorean theorem, representing side lengths of right triangles.

Common triples:
3-4-5, 5-12-13,
8-15-17, 7-24-25

Converse Theorem

If the square of the longest side equals the sum of squares of the other two sides, the triangle is right-angled.

If a² + b² = c²
Then triangle is right

Pythagorean Theorem Formulas

Complete reference of Pythagorean theorem formulas for various calculations:

Basic Pythagorean Theorem

a² + b² = c²
The fundamental relationship in a right triangle where c is the hypotenuse and a, b are the legs.

Hypotenuse Formula

c = √(a² + b²)
Calculate the length of the hypotenuse when you know the lengths of both legs.

Leg Formula (Find Side A)

a = √(c² - b²)
Calculate the length of leg a when you know the hypotenuse and the other leg.

Leg Formula (Find Side B)

b = √(c² - a²)
Calculate the length of leg b when you know the hypotenuse and the other leg.

3D Distance Formula

d = √[(x₂-x₁)² + (y₂-y₁)² + (z₂-z₁)²]
Extension of Pythagorean theorem to calculate distance between points in three-dimensional space.

Right Triangle Area

Area = ½ × a × b
Calculate the area of a right triangle using the lengths of its legs.

Specialized Formulas

Perimeter of Right Triangle: P = a + b + √(a² + b²)
Height to Hypotenuse: h = (a × b) / c
Angle using Trigonometry: α = arctan(a/b), β = arctan(b/a)
Inradius (radius of inscribed circle): r = (a + b - c)/2
Circumradius (radius of circumscribed circle): R = c/2

Real-World Applications of Pythagorean Theorem

The Pythagorean theorem has numerous practical applications in various fields:

Construction & Architecture

  • Ensuring walls are square and perpendicular
  • Calculating roof slopes and pitches
  • Determining diagonal measurements for foundations
  • Planning staircases and ramps
  • Checking squareness of large structures

Navigation & Surveying

  • Calculating shortest distances between points
  • Determining distances on maps and charts
  • Surveying land and property boundaries
  • GPS and location-based calculations
  • Marine and aviation navigation

Engineering & Physics

  • Calculating forces in structural analysis
  • Determining resultant vectors in physics
  • Designing mechanical components
  • Calculating trajectories in projectile motion
  • Electrical circuit analysis

Computer Graphics & Gaming

  • Calculating distances between objects
  • Collision detection algorithms
  • 3D modeling and rendering
  • Camera and viewport calculations
  • Pathfinding algorithms

Everyday Life

  • Measuring diagonal TV and monitor sizes
  • Planning furniture placement in rooms
  • Calculating ladder lengths needed
  • Gardening and landscaping planning
  • DIY home improvement projects

Sports & Recreation

  • Calculating baseball diamond distances
  • Planning golf course layouts
  • Designing athletic fields and courts
  • Navigation in hiking and orienteering
  • Calculating sailing distances

Solved Pythagorean Theorem Examples

Step-by-step solutions to common Pythagorean theorem problems:

Example 1: Finding Hypotenuse
Find the hypotenuse of a right triangle with legs 3 and 4 units.
1. Formula: c = √(a² + b²)
2. Substitute: c = √(3² + 4²)
3. Calculate: c = √(9 + 16)
4. Compute: c = √25
5. Result: c = 5 units
Hypotenuse = 5 units
Example 2: Finding Missing Leg
A right triangle has hypotenuse 13 and one leg 5. Find the other leg.
1. Formula: a = √(c² - b²)
2. Substitute: a = √(13² - 5²)
3. Calculate: a = √(169 - 25)
4. Compute: a = √144
5. Result: a = 12 units
Missing leg = 12 units
Example 3: Verifying Right Triangle
Verify if a triangle with sides 6, 8, and 10 is a right triangle.
1. Check: 6² + 8² = 10²
2. Calculate: 36 + 64 = 100
3. Compute: 100 = 100 ✓
4. Conclusion: The triangle is right-angled
5. The right angle is opposite side 10
Verified: Right triangle
Example 4: 3D Distance
Find distance between points (1, 2, 3) and (4, 6, 8).
1. Formula: d = √[(x₂-x₁)² + (y₂-y₁)² + (z₂-z₁)²]
2. Substitute: d = √[(4-1)² + (6-2)² + (8-3)²]
3. Calculate: d = √[3² + 4² + 5²]
4. Compute: d = √[9 + 16 + 25]
5. Result: d = √50 ≈ 7.07 units
Distance ≈ 7.07 units
Example 5: Area of Right Triangle
Calculate area of right triangle with legs 5 and 12 units.
1. Formula: Area = ½ × a × b
2. Substitute: Area = ½ × 5 × 12
3. Calculate: Area = ½ × 60
4. Compute: Area = 30 square units
5. Hypotenuse: √(5² + 12²) = 13
Area = 30 square units
Example 6: Pythagorean Triple
Show that 8, 15, 17 is a Pythagorean triple.
1. Check: 8² + 15² = 17²
2. Calculate: 64 + 225 = 289
3. Compute: 289 = 289 ✓
4. Conclusion: It's a Pythagorean triple
5. Note: All sides are integers
Verified: Pythagorean triple

Pythagorean Theorem Practice Problems

Test your understanding with these practice problems:

Problem 1: A ladder leans against a wall. The base is 6 feet from the wall and the ladder reaches 8 feet up the wall. How long is the ladder?

Solution:

Ladder length = √(6² + 8²) = √(36 + 64) = √100 = 10 feet

Problem 2: The diagonal of a rectangle is 25 cm and one side is 7 cm. Find the length of the other side.

Solution:

Other side = √(25² - 7²) = √(625 - 49) = √576 = 24 cm

Problem 3: A triangle has sides 9, 12, and 15. Is it a right triangle? If so, which side is the hypotenuse?

Solution:

Check: 9² + 12² = 81 + 144 = 225

15² = 225

Since 9² + 12² = 15², it is a right triangle with hypotenuse 15.

Problem 4: Find the distance between points (2, 3) and (5, 7) on a coordinate plane.

Solution:

Distance = √[(5-2)² + (7-3)²] = √[3² + 4²] = √[9 + 16] = √25 = 5 units

Problem 5: A TV screen is advertised as 55 inches (diagonal). If the width is 48 inches, what is the height?

Solution:

Height = √(55² - 48²) = √(3025 - 2304) = √721 ≈ 26.85 inches

How to Solve Pythagorean Theorem Problems Step-by-Step

Follow this systematic approach to solve Pythagorean theorem problems:

1

Identify the Right Triangle

Determine if you're working with a right triangle (one 90° angle). Identify the hypotenuse (longest side, opposite right angle) and legs.

Right triangle with:
Hypotenuse: c
Legs: a, b
2

Determine What to Find

Identify which side you need to calculate: hypotenuse, leg a, or leg b. Note which sides you already know.

Known: a = 3, b = 4
Find: c (hypotenuse)
3

Select Correct Formula

Choose the appropriate formula based on what you're trying to find:

Find hypotenuse: c = √(a² + b²)
Find leg: a = √(c² - b²)
Verify: Check if a² + b² = c²
4

Substitute Values

Replace variables in the formula with your known values.

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

Perform Calculations

Calculate step by step, following order of operations (PEMDAS). Square values first, then add/subtract, then take square root.

√(9 + 16)
= √25
= 5
6

State Final Answer

Present your answer clearly with appropriate units and context. Include the complete solution.

The hypotenuse of a right triangle
with legs 3 and 4 is 5 units.

Pro Tips for Pythagorean Theorem

  • Memorize common triples: 3-4-5, 5-12-13, 8-15-17, 7-24-25
  • Check triangle validity: The hypotenuse must be the longest side
  • Use estimation: √2 ≈ 1.414, √3 ≈ 1.732, √5 ≈ 2.236
  • Simplify radicals: √50 = 5√2, √72 = 6√2
  • Verify your answer: Plug back into original equation to check

Pythagorean Theorem FAQs (Complete Guide)

Common questions about Pythagorean theorem calculations, formulas, and real-world applications.

What is the Pythagorean theorem used for?
The Pythagorean theorem is used to calculate distances, verify right angles, and solve geometry problems. It is widely applied in construction, navigation, physics, engineering, and computer graphics to find unknown side lengths in right triangles.
What is the formula of the Pythagorean theorem?
The formula is a² + b² = c², where "c" is the hypotenuse (longest side), and "a" and "b" are the other two sides of a right triangle.
How do you calculate the hypotenuse?
You can calculate the hypotenuse using the formula: c = √(a² + b²). Simply square the two known sides, add them, and take the square root.
How do you find a missing side of a right triangle?
If you know the hypotenuse and one side, use: a = √(c² − b²) or b = √(c² − a²). This helps determine any missing side quickly.
Can the Pythagorean theorem be used for non-right triangles?
No, it only applies to right triangles. For non-right triangles, use the Law of Cosines: c² = a² + b² − 2ab·cos(C).
What are Pythagorean triples?
Pythagorean triples are sets of three integers like (3,4,5) that satisfy a² + b² = c². They represent exact right triangles without decimals.
What is the converse of the Pythagorean theorem?
If a² + b² = c² holds true, then the triangle is a right triangle. This is useful for verifying right angles.
How do you check if a triangle is right-angled?
Square the two smaller sides and add them. If the result equals the square of the longest side, the triangle is right-angled.
What is the hypotenuse?
The hypotenuse is the longest side of a right triangle, located opposite the 90° angle.
Where is the Pythagorean theorem used in real life?
It is used in construction, architecture, GPS navigation, physics calculations, gaming, and computer graphics to measure distances and angles.
How is the Pythagorean theorem used in 3D geometry?
It extends to 3D distance calculation using: d = √[(x₂-x₁)² + (y₂-y₁)² + (z₂-z₁)²], helping measure space between points.
Why is the Pythagorean theorem important?
It is a fundamental concept in mathematics that supports geometry, trigonometry, engineering, and science problem-solving.
Can this calculator show step-by-step solutions?
Yes, the calculator provides detailed step-by-step explanations to help you understand how results are calculated.
Is the Pythagorean theorem calculator accurate?
Yes, it uses precise mathematical formulas to deliver highly accurate and reliable results instantly.