Mathematics · Lesson 05

Pythagoras & Triangles

Right triangles a² + b² = c² Interactive explorer Practice problems

Over 2,500 years ago, Pythagoras proved that a simple relationship connects the three sides of every right triangle. That one idea is still used by architects, engineers, GPS systems, and game developers today.

Who was Pythagoras?

Pythagoras of Samos was a Greek philosopher and mathematician who lived around 570–495 BCE. He founded a school of thought that believed mathematics was the foundation of all reality — long before anyone had calculators, computers, or even algebra as we know it today.

Although the theorem that bears his name was likely known to Babylonian and Indian mathematicians even earlier, Pythagoras and his followers are credited with providing the first formal proof — a logical argument showing it must always be true, for every right triangle, without exception.

The Pythagorean Theorem

A right triangle is any triangle with one 90° angle (the right angle, shown with a small square). The two sides that form the right angle are called the legs. The side opposite the right angle — always the longest side — is the hypotenuse.

The theorem states: the square of the hypotenuse equals the sum of the squares of the two legs. Square leg a, square leg b, add them together — and you get the square of hypotenuse c.

Solving for the hypotenuse

If you know both legs, find c by taking the square root of (a² + b²):

c = √( + )

Famous example — the 3-4-5 triangle

The simplest whole-number right triangle has sides 3, 4, and 5. Check: 3² + 4² = 9 + 16 = 25 = 5². Ancient Egyptian rope-stretchers used a rope with 12 equally-spaced knots tied in a 3-4-5 triangle to create perfect right angles when building the pyramids.

Pythagoras Blueprint Lab

Move from “memorize the formula” to “watch the areas behave.” The blue and green leg-squares are physical containers, the orange hypotenuse square is the combined destination, and the angle readouts show how this theorem quietly leads toward trigonometry.

Live Geometry Engine
a b c

Measurements

Side A (Rise) 3.0
Side B (Run) 4.0
Calculated Hypotenuse
5.00
3² + 4² = 5²
Angle α 36.9°
Angle β 53.1°
Area a² 9.00
Area b² 16.00
Area c² 25.00
Triple Check 3-4-5

Water Proof

These bars track how the blue and green square areas “pour” into the orange square. The total fill always lands exactly on c².

a² contribution 36%
b² contribution 64%
combined fill of c² 100%

Ramp Builder Challenge

Treat a as the rise and b as the run. The hypotenuse becomes the actual ramp or roof truss length.

Rise 3.0 ft
Run 4.0 ft
Required Ramp Length 5.0 ft

Types of Triangles

Every triangle has three angles that add up to exactly 180°. The relationship between those angles determines which of the three types it is — and whether Pythagoras applies.

Right Triangle Exactly one 90° angle. The Pythagorean theorem applies. The hypotenuse is always the longest side.
Acute Triangle All three angles are less than 90°. Pythagoras doesn't apply, but a² + b² > c² is true.
Obtuse Triangle One angle is greater than 90°. Pythagoras doesn't apply. Here a² + b² < c².

How to Solve Problems

Finding the hypotenuse (c)

  1. 1Identify the two legs: a and b.
  2. 2Square each leg: calculate a² and b².
  3. 3Add them: a² + b².
  4. 4Take the square root of the result: c = √(a² + b²).

Finding a missing leg (a or b)

  1. 1Rearrange: if you know c and b, then a² = c² − b².
  2. 2Calculate c² and b².
  3. 3Subtract: c² − b².
  4. 4Take the square root: a = √(c² − b²).

Real-World Applications

The Pythagorean theorem isn't just a classroom exercise — it's one of the most-used mathematical tools in the world.

🏗️
Architecture & Construction Builders use 3-4-5 right triangles to check that corners are perfectly square — the same technique ancient Egyptians used on the pyramids.
📡
GPS & Navigation Calculating the straight-line distance between two points on a map is a direct application of the theorem in two and three dimensions.
🎮
Video Games Game engines use the theorem thousands of times per second to calculate distances between objects, detect collisions, and render 3D graphics.
🚀
Space & Engineering NASA engineers use it to calculate trajectories, antenna angles, and structural loads on spacecraft — it works in any dimension, including 3D and beyond.

Practice Problems

Type your answer and press Check. Round decimals to one place.

0 / 5 correct

1. A right triangle has legs a = 3 and b = 4. What is the hypotenuse c?

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

2. A right triangle has legs a = 5 and b = 12. What is the hypotenuse c?

Hint: √(5² + 12²) = √(25 + 144) = √169 = 13

3. A right triangle has hypotenuse c = 10 and one leg b = 6. What is leg a?

Hint: a = √(c² − b²) = √(100 − 36) = √64 = 8

4. A screen is 9 inches wide and 12 inches tall. How long is the diagonal (corner to corner)?

Hint: Think of the screen as a right triangle with legs 9 and 12. √(81 + 144) = √225 = 15

5. A ladder 13 feet long leans against a wall. Its base is 5 feet from the wall. How high up the wall does the ladder reach?

Hint: h = √(13² − 5²) = √(169 − 25) = √144 = 12