Pythagorean Theorem

a2+b2=c2a^2 + b^2 = c^2

Description

The Pythagorean Theorem is arguably the most famous statement in mathematics, serving as a fundamental link between algebra and geometry. At its core, it describes a specific relationship between the three sides of a right-angled triangle. It states that the area of the square whose side is the hypotenuse (the side not touching the right angle) is equal to the sum of the areas of the squares on the other two sides. Mathematically, if 'a' and 'b' are the lengths of the legs and 'c' is the length of the hypotenuse, this relationship is expressed as a² + b² = c². This theorem is not just a theoretical curiosity; it is the cornerstone of calculations involved in everything from building a staircase to calculating the distance between stars. It allows us to convert 2D coordinates into diagnonal distances, forming the basis for the Distance Formula and, by extension, all of trigonometry and higher-dimensional geometry.

History & Origins

The story of the Pythagorean Theorem spans millennia and civilizations. While it bears the name of the Greek mathematician/philosopher Pythagoras of Samos (c. 570–495 BC), the relationship was understood and utilized long before his birth. Ancient Babylon (c. 1900–1600 BC): Clay tablets from this era, such as Plimpton 322, list "Pythagorean triples" (integer solutions to a² + b² = c²) with remarkable accuracy. This suggests Babylonian surveyors likely used ropes knotted at intervals (like 3-4-5) to create perfect right angles for land division and construction. Ancient India (c. 800-500 BC): The Baudhayana Sulba Sutra contains a specific statement of the theorem for the construction of altars, noting that a rope stretched along the diagonal of a rectangle produces an area equal to the sum of the squares of the vertical and horizontal sides. Pythagoras and the Greeks: Pythagoras is traditionally credited with the first deductive proof of the theorem, elevating it from a practical rule of thumb to an absolute mathematical truth. Legend says he was so overjoyed by the discovery that he sacrificed an ox to the gods, though this contradicts the vegetarian beliefs of the Pythagorean school. Euclid later immortalized the theorem with a geometric proof in his Elements (Proposition 47), which became the standard textbook for geometry for over 2000 years.

Visual Proof ("Rearrangement Proof")

Imagine a large square with side length (a + b). We can partition this large square in two different ways.

1

Method 1: Place four idential right triangles (legs a, b; hypotenuse c) in the corners of the large square. The remaining empty space in the center is a tilted square with side length c. Its area is c².

2

Method 2: Rearrange those same four triangles into two rectangles (each a by b) within the large square. The remaining empty space now forms two smaller squares: one with side "a" (area a²) and one with side "b" (area b²).

3

Conclusion: Since the total area of the large square is unchanged, and the area of the four triangles is constant, the remaining empty space in both methods must be equal. Therefore, c² = a² + b².

Variables

Symbol Meaning
a, b Legs (Sides adjacent to the 90° angle)
c Hypotenuse (Longest side, opposite the 90° angle)

Examples

Basic Calculation

Problem: The simplest case: The 3-4-5 Triangle

Solution:

If leg a = 3 and leg b = 4, then c = √(3² + 4²) = √(9 + 16) = √25 = 5.

Standard Hypotenuse Calculation

Problem: A ladder is leaning against a wall. The bottom of the ladder is 6 feet from the wall, and the ladder reaches 8 feet up the wall. How long is the ladder?

Solution: 10 feet

  1. Identify the legs: a = 6, b = 8.
  2. Set up the equation: c² = 6² + 8²
  3. Square the values: c² = 36 + 64
  4. Add them: c² = 100
  5. Take the square root: c = √100 = 10 feet.

Finding a Missing Leg (Subtraction)

Problem: A right triangle has a hypotenuse of 13 cm and one leg of 5 cm. What is the length of the other leg?

Solution: 12 cm

  1. Identify the knowns: c = 13, a = 5. We need to find b.
  2. Set up the equation: 5² + b² = 13²
  3. Square the values: 25 + b² = 169
  4. Isolate b² by subtracting 25 from both sides: b² = 169 - 25
  5. Calculate: b² = 144
  6. Take the square root: b = √144 = 12 cm.

Real World: Diagonal of a Screen

Problem: You just bought a "50-inch" TV (measured diagonally). The screen is 44 inches wide. How tall is the screen?

Solution: ~23.7 inches

  1. Identify knowns: Hypotenuse c = 50, Width a = 44. Need Height b.
  2. Equation: 44² + b² = 50²
  3. Square: 1936 + b² = 2500
  4. Subtract: b² = 2500 - 1936
  5. Result: b² = 564
  6. Square root: b = √564 ≈ 23.75 inches.

Common Mistakes

❌ Mistake

Simply adding the numbers (a + b = c)

✅ Correction

A common error is thinking that if sides are 3 and 4, the hypotenuse is 7. This is wrong. You must square the numbers first (9 + 16 = 25) before adding them.

❌ Mistake

Forgetting to take the square root

✅ Correction

Students often stop at c² = 25 and say the answer is 25. You must remember the final step: √25 = 5.

❌ Mistake

Using it on non-right triangles

✅ Correction

The theorem only applies if there is a 90° angle. For other triangles, you must use the Law of Cosines (c² = a² + b² - 2ab cos(C)).

Real-World Applications

Construction & Carpentry

The "3-4-5 Method" is a standard trick used by carpenters to lay out square corners for foundations or decks without fancy tools. By marking 3 feet on one side and 4 feet on the other, if the diagonal distance between them matches 5 feet exactly, the corner is a perfect 90° angle.

Aviation & Navigation

Pilots use the theorem to calculate the straight-line distance to a destination based on altitude and ground distance. If a plane is 10 miles away horizontally and 2 miles high, the direct travel distance (slant range) is calculated via the theorem.

Monitor & TV Sizing

Screen sizes are always advertised by their diagonal length (the hypotenuse). Manufacturers and consumers use the theorem to determine the actual width and height of a display based on its aspect ratio.

Frequently Asked Questions

Who really discovered the Pythagorean Theorem?

Although Pythagoras gets the credit for the first formal proof, the concept was used practically by the Babylonians (Mesopotamia) and Indians over 1000 years before him for surveying land and building structures.

What are the most common Pythagorean Triples?

The most frequent integer sets you will encounter in exams are (3-4-5), (5-12-13), (8-15-17), and (7-24-25). Memorizing these saves calculation time.

How is this used in 3D?

The theorem extends easily to 3D space: Total Distance² = x² + y² + z². This is essential for video game physics and GPS calculations.