Pythagorean Theorem

a squared + b squared = c squared

Hypotenuse c

5.00

a squared + b squared = c squared
3 squared + 4 squared = 5.00 squared

Understanding the Pythagorean Theorem

Definition: The Pythagorean theorem is one of the most fundamental principles in mathematics, named after ancient Greek mathematician Pythagoras of Samos (c. 570-495 BCE), though the relationship was known to Babylonian and Indian mathematicians centuries earlier. It describes the relationship between the three sides of a right-angled triangle (a triangle containing exactly one 90-degree angle). The theorem states that the square of the hypotenuse (the side opposite the right angle) equals the sum of the squares of the other two sides. This elegant relationship has over 400 known proofs and forms the foundation of Euclidean geometry.

Mathematical Derivation - Proof by Areas:

One of the most intuitive proofs uses areas. Consider a square of side (a + b) containing four identical right triangles:

Area of large square = (a + b) squared = a squared + 2ab + b squared

Also = 4 x (1/2 ab) + c squared = 2ab + c squared

Equating: a squared + 2ab + b squared = 2ab + c squared

Therefore: a squared + b squared = c squared

This geometric proof shows why the squares of the legs sum to the square of the hypotenuse.

Algebraic Proof using Similar Triangles:

In a right triangle with altitude to the hypotenuse:

The altitude creates two smaller similar triangles

By similarity: a squared = c x projection of a

b squared = c x projection of b

Adding: a squared + b squared = c(projection a + projection b) = c squared

The Theorem:

a squared + b squared = c squared

Where:

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

Worked Example 1: A ladder 13 meters long leans against a wall, with its base 5 meters from the wall. How high does it reach?

Given: c = 13 m, a = 5 m, find b
Using: a squared + b squared = c squared
5 squared + b squared = 13 squared
25 + b squared = 169
b squared = 144
b = sqrt(144) = 12 meters

Worked Example 2: A right triangle has legs of 8 cm and 15 cm. Find the hypotenuse.

c squared = a squared + b squared = 8 squared + 15 squared = 64 + 225 = 289
c = sqrt(289) = 17 cm
Note: (8, 15, 17) is a Pythagorean triple.

Worked Example 3: The diagonal of a rectangular garden is 25 m and one side is 15 m. Find the other side.

The diagonal and two sides form a right triangle
b squared = c squared - a squared = 25 squared - 15 squared = 625 - 225 = 400
b = sqrt(400) = 20 m

Worked Example 4: Find the distance between points (3, 7) and (11, 10) in a coordinate plane.

Using distance formula: d = sqrt[(x2 - x1) squared + (y2 - y1) squared]
d = sqrt[(11-3) squared + (10-7) squared] = sqrt[8 squared + 3 squared] = sqrt[64 + 9] = sqrt(73)
d approx 8.54 units

Solving for Any Side:

c = sqrt(a squared + b squared) (hypotenuse - longest side)

a = sqrt(c squared - b squared) (leg - shorter side)

b = sqrt(c squared - a squared) (leg - shorter side)

Historical Background:

  • Babylonian tablets (1800 BCE): The Yale tablet shows a Pythagorean triple (3, 4, 5) in cuneiform
  • Indian Sulbasutras (800 BCE): Described the theorem geometrically for altar construction
  • Chinese text (500 BCE): The Chou-pei uses the 3-4-5 relationship
  • Pythagoras (570-495 BCE): Famous Greek mathematician who founded a philosophical/religious school in Croton, Italy
  • Over 400 proofs exist: Geometric, algebraic, trigonometric, and even proofs by Leonardo da Vinci and US President James Garfield
  • Einstein's proof: Used similarity without algebra, discovered at age 12

Common Pythagorean Triples: Sets of three positive integers (a, b, c) satisfying a squared + b squared = c squared:

  • (3, 4, 5) - The most famous, used since ancient Egypt for right angles
  • (5, 12, 13) - Often used in engineering
  • (7, 24, 25) - Another primitive triple
  • (8, 15, 17) - Used in construction
  • (9, 40, 41) - Large odd leg triple
  • (11, 60, 61) - Prime number patterns
  • (12, 35, 37) - Common in problems
  • (15, 20, 25) = 5 x (3, 4, 5)

Primitive triples have no common factor; multiples of these are also valid but not primitive.

Distance Formula: In coordinate geometry, the Pythagorean theorem gives distance between points:

2D: d = sqrt[(x2 - x1) squared + (y2 - y1) squared]

3D: d = sqrt[(x2 - x1) squared + (y2 - y1) squared + (z2 - z1) squared]

nD generalization: d = sqrt[sum(xi2 - xi1) squared]

Trigonometric Relationships:

sin(theta) = opposite/hypotenuse

cos(theta) = adjacent/hypotenuse

tan(theta) = opposite/adjacent

sin squared(theta) + cos squared(theta) = 1 (Pythagorean identity)

Converse and Triangle Classification:

  • Right triangle: a squared + b squared = c squared
  • Acute triangle: a squared + b squared greater than c squared (all angles under 90 degrees)
  • Obtuse triangle: a squared + b squared less than c squared (one angle over 90 degrees)

The converse is also true: if a squared + b squared = c squared, the triangle must be a right triangle.

Special Right Triangles:

  • 3-4-5 Triangle: Angles: approx 36.87 degrees, approx 53.13 degrees, 90 degrees
  • 5-12-13 Triangle: Angles: approx 22.62 degrees, approx 67.38 degrees, 90 degrees
  • 45-45-90 Triangle: Sides in ratio 1:1:sqrt(2) (isosceles right triangle)
  • 30-60-90 Triangle: Sides in ratio 1:sqrt(3):2 (half equilateral)

Real-World Applications:

  • Construction and Carpentry: The 3-4-5 method creates perfect right angles. Measure 3 units along one wall, 4 units along the perpendicular, and adjust until the diagonal is exactly 5 units. Used in foundations, framing, and flooring.
  • Surveying and Land Measurement: Calculating distances between points when direct measurement is impossible. Surveyors use the theorem to compute areas, elevations, and boundary lines.
  • Navigation and Aviation: Pilots calculate direct distances and groundspeed. GPS systems use 3D distance calculations between satellites and receivers. Marine navigation uses sight reduction tables based on right triangles.
  • Computer Graphics and Game Development: Collision detection uses distance calculations. Camera perspectives, shadow rendering, and perspective projection all depend on the Pythagorean theorem for spatial calculations.
  • Architecture: Diagonal measurements ensure buildings are square. Roof slopes (pitch) use right triangles. Stair designs calculate rise and run for comfortable steps.
  • Physics: Vector magnitudes (|v| = sqrt(vx squared + vy squared + vz squared)), displacement calculations, projectile motion, and force resolution all rely on this theorem.
  • Sports: Baseball field dimensions, golf course layouts, and athletics track measurements use Pythagorean calculations for precise distances.
  • Medicine: CT scans and MRI use coordinate systems and distance calculations. Radiation therapy planning uses 3D distance calculations to target tumors precisely.

Common Mistakes to Avoid:

  • Using Wrong Side as Hypotenuse: c must always be the longest side, opposite the right angle. Don't accidentally use a leg as c.
  • Forgetting to Take Square Root: After adding squares, you must take the square root to find the side length. c = sqrt(a squared + b squared), not a squared + b squared.
  • Not Checking if Triangle is Right: The theorem only applies to right triangles. For other triangles, you need trigonometry or the law of cosines.
  • Confusing a squared + b squared with a + b: You must square each term first, then add. (a + b) squared = a squared + 2ab + b squared, which is NOT a squared + b squared.
  • Rounding Too Early: Avoid rounding intermediate results. Keep full precision until the final answer, or errors accumulate.
  • Wrong Unit Consistency: All sides must use the same units. Convert mixed units (like feet and inches) before calculating.
  • Assuming Integer Answers: Most right triangles have irrational hypotenuses (sqrt(2), sqrt(5), etc.). Approximate answers like 3.16 are perfectly valid.

Fun Facts: The theorem has the record for most mathematical proofs in history. It's been proved using algebra, geometry, trigonometry, calculus, and even with water displacement. Babylonians had triple tables 1000 years before Pythagoras. In 2016, a primary school student found a new proof previously unknown to mathematicians.