chevron_left Pythagoras’ theorem chevron_right

Pythagoras’ theorem
Anna Kowalski
share
visibility76
calendar_month2025-10-16

Pythagoras' Theorem: The Blueprint of Right Triangles

Unlocking the mathematical relationship between the sides of every right-angled triangle.
Summary: Pythagoras' theorem is a fundamental principle in geometry that states in a right-angled triangle, the square of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the other two sides, known as the legs. This ancient mathematical rule, expressed by the formula $c^2 = a^2 + b^2$, is crucial for calculating distances, solving geometric problems, and has countless real-world applications in fields like construction, navigation, and computer graphics.

The Core Principle and Its Formula

At its heart, Pythagoras' theorem describes an unbreakable relationship between the three sides of a right-angled triangle. A right-angled triangle is any triangle that contains a 90° angle. The longest side, which is always opposite the right angle, is called the hypotenuse. The other two, shorter sides are called the legs.

The Pythagorean Formula: If $a$ and $b$ are the lengths of the legs, and $c$ is the length of the hypotenuse, then the theorem is written as: 
$$c^2 = a^2 + b^2$$

This elegant equation means that if you were to draw a square on each side of the triangle, the area of the square on the hypotenuse would always be exactly equal to the combined areas of the squares on the two legs. This holds true for every single right-angled triangle, no matter its size or proportions.

A Journey Through History

While the theorem is named after the Greek philosopher and mathematician Pythagoras (c. 570 – c. 495 BC) and his school, the principle was known to earlier civilizations. Babylonian clay tablets from around 1800 BC show that mathematicians understood the relationship between the sides of a right triangle. Similarly, ancient Egyptian "rope-stretchers" used a knotted rope with segments of length 3, 4, and 5 to create perfect right angles for surveying land and constructing pyramids. However, it is believed that Pythagoras or his followers were the first to provide a formal, mathematical proof of the theorem, elevating it from a useful observation to a universal geometric law.

Step-by-Step: How to Use the Theorem

The Pythagorean theorem is primarily used to find the length of an unknown side of a right triangle when the lengths of the other two sides are known. There are two main scenarios.

Scenario 1: Finding the Hypotenuse (c)

This is the most common use of the theorem. When you know the lengths of both legs ($a$ and $b$), you can find the hypotenuse ($c$).

  1. Start with the formula: $c^2 = a^2 + b^2$.
  2. Substitute the known values for $a$ and $b$.
  3. Calculate $a^2 + b^2$.
  4. Take the square root of the result to find $c$.

Example: A right triangle has legs of length 6 cm and 8 cm. What is the length of the hypotenuse? 
1. $c^2 = 6^2 + 8^2$ 
2. $c^2 = 36 + 64$ 
3. $c^2 = 100$ 
4. $c = \sqrt{100} = 10$ 
Answer: The hypotenuse is 10 cm.

Scenario 2: Finding a Leg (a or b)

When you know the hypotenuse and one leg, you can find the length of the other leg.

  1. Start with the formula: $a^2 + b^2 = c^2$.
  2. Rearrange it to solve for the unknown leg. For example, to find $a$: $a^2 = c^2 - b^2$.
  3. Substitute the known values for $c$ and $b$.
  4. Calculate $c^2 - b^2$.
  5. Take the square root of the result to find $a$.

Example: A right triangle has a hypotenuse of 13 m and one leg of 5 m. What is the length of the other leg? 
1. $a^2 + 5^2 = 13^2$ 
2. $a^2 = 13^2 - 5^2$ 
3. $a^2 = 169 - 25$ 
4. $a^2 = 144$ 
5. $a = \sqrt{144} = 12$ 
Answer: The other leg is 12 m.

A Section with the Theme of Practical Application or Concrete Example

Pythagoras' theorem is not just an abstract mathematical idea; it is used every day in a wide variety of fields. Its power lies in its ability to calculate distance in two dimensions.

Real-World Example: The Leaning Ladder

Imagine you need to paint the wall of your house. You have a 5-meter ladder. For safety, the base of the ladder must be placed 1.5 meters away from the wall. How high up the wall will the ladder reach?

This forms a right triangle where: 
- The ladder is the hypotenuse, $c = 5$ m. 
- The distance from the wall is one leg, $a = 1.5$ m. 
- The height up the wall is the other leg, $b$, which is unknown.

Using the theorem: 
$a^2 + b^2 = c^2$ 
$(1.5)^2 + b^2 = (5)^2$ 
$2.25 + b^2 = 25$ 
$b^2 = 25 - 2.25$ 
$b^2 = 22.75$ 
$b = \sqrt{22.75} \approx 4.77$ m 
So, the ladder will reach approximately 4.77 meters up the wall.

Other Common Applications:

  • Navigation: Pilots and sailors use it to find the shortest distance between two points on a map (the straight-line distance).
  • Construction: Carpenters use the 3-4-5 triangle method to ensure walls and corners are perfectly square.
  • Computer Graphics: It is used to calculate the distance between points on a screen, which is essential for rendering images, game physics, and animations.
  • Sports: The distance from home plate to second base on a baseball diamond forms the hypotenuse of a right triangle whose legs are the base paths.

Common Mistakes and Important Questions

Q: Does Pythagoras' theorem work for any triangle?

A: No, it only works for right-angled triangles. If a triangle does not have a 90° angle, this theorem does not apply. There are other rules, like the Law of Cosines, that work for all triangles.

Q: What is the most common mistake students make when using the formula?

A: The most frequent error is forgetting to take the final square root. A student might correctly calculate $c^2 = 100$ but then write the answer as 100 instead of finding $c = \sqrt{100} = 10$. Another common mistake is trying to use the theorem on a triangle that is not a right triangle.

Q: What is a Pythagorean triple?

A: A Pythagorean triple is a set of three positive integers $a$, $b$, and $c$ that satisfy the equation $a^2 + b^2 = c^2$. The smallest and most famous example is 3, 4, 5 ($3^2 + 4^2 = 9 + 16 = 25 = 5^2$). Other common triples include 5, 12, 13 and 8, 15, 17. Any multiple of a triple, like 6, 8, 10, is also a Pythagorean triple.

Recognizing Right Triangles

The Pythagorean theorem can also be used in reverse to determine if a given triangle is right-angled. If the three side lengths satisfy the equation $a^2 + b^2 = c^2$ (where $c$ is the longest side), then the triangle is a right triangle. This is known as the Converse of the Pythagorean Theorem.

Example: A triangle has sides of length 9 cm, 12 cm, and 15 cm. Is it a right triangle? 
Check: Is $9^2 + 12^2 = 15^2$? 
$81 + 144 = 225$ 
$225 = 225$ ✓ 
Yes, it is a right triangle.

Example: A triangle has sides of length 5 cm, 6 cm, and 10 cm. Is it a right triangle? 
Check: Is $5^2 + 6^2 = 10^2$? 
$25 + 36 = 61$ 
$61 \neq 100$ 
No, it is not a right triangle.

Triple (a, b, c)Verification ($a^2 + b^2 = c^2$)
3, 4, 5$9 + 16 = 25$
5, 12, 13$25 + 144 = 169$
8, 15, 17$64 + 225 = 289$
7, 24, 25$49 + 576 = 625$
Conclusion: Pythagoras' theorem is more than just a formula to memorize; it is a cornerstone of geometry with timeless relevance. Its simple yet powerful statement, $c^2 = a^2 + b^2$, provides a reliable tool for solving problems in mathematics, science, engineering, and everyday life. From ancient pyramid builders to modern-day computer programmers, this fundamental rule continues to be a vital key for understanding and navigating the spatial world around us. Mastering it opens the door to more advanced mathematical concepts and practical problem-solving skills.

Footnote

1 Hypotenuse: The longest side of a right-angled triangle, located opposite the right angle.
2 Legs: The two shorter sides of a right-angled triangle that form the right angle.
3 Pythagorean Triple: A set of three positive integers that satisfy the Pythagorean theorem, $a^2 + b^2 = c^2$.
4 Converse of the Pythagorean Theorem: The rule that if the square of the longest side of a triangle equals the sum of the squares of the other two sides, then the triangle is a right triangle.

Did you like this article?

home
grid_view
add
explore
account_circle