Facebook Pixel
Mathos AI logo

Pythagorean Theorem Proofs and Converse

Pythagorean Theorem Proofs and Converse

The Pythagorean theorem states that in a right-angled triangle, the square of the hypotenuse (cc) is equal to the sum of the squares of the other two sides (aa and bb). Mathematically, this is written as a2+b2=c2a^2 + b^2 = c^2. In this lesson, we will look at how to formally prove this theorem and how to use its converse to classify any triangle.

Proving the Pythagorean Theorem Using Similar Triangles

There are hundreds of ways to prove the Pythagorean theorem, but one of the most elegant methods uses similar triangles.

Imagine a right triangle △ABC\triangle ABC with the right angle at CC. Draw an altitude from CC to the hypotenuse ABAB, meeting ABAB at point DD. This altitude divides the hypotenuse cc into two segments, let's call them xx and yy (so c=x+yc = x + y).

This creates three similar triangles: the large triangle △ABC\triangle ABC, and the two smaller triangles △ACD\triangle ACD and △CBD\triangle CBD.

Because the triangles are similar, the ratio of their corresponding sides is equal:

  1. From △ACD∌△ABC\triangle ACD \sim \triangle ABC, we get: bx=cb  ⟹  b2=cx\frac{b}{x} = \frac{c}{b} \implies b^2 = cx

  2. From △CBD∌△ABC\triangle CBD \sim \triangle ABC, we get: ay=ca  ⟹  a2=cy\frac{a}{y} = \frac{c}{a} \implies a^2 = cy

Now, add the two equations together: a2+b2=cy+cxa^2 + b^2 = cy + cx a2+b2=c(y+x)a^2 + b^2 = c(y + x)

Since x+y=cx + y = c, we substitute cc back into the equation: a2+b2=c(c)a^2 + b^2 = c(c) a2+b2=c2a^2 + b^2 = c^2

This completes the proof!

The Converse of the Pythagorean Theorem

The converse of the Pythagorean theorem allows us to work backward. It states: If the square of the longest side of a triangle is equal to the sum of the squares of the other two sides, then the triangle is a right triangle.

If cc is the longest side of a triangle and a2+b2=c2a^2 + b^2 = c^2, then the angle opposite side cc is a right angle (90∘90^\circ).

Classifying Triangles: Acute, Right, or Obtuse

We can extend the converse to determine whether any given triangle is acute, right, or obtuse just by looking at its side lengths. Let cc always represent the longest side of the triangle, and aa and bb represent the two shorter sides.

First, ensure the sides can actually form a triangle using the Triangle Inequality Theorem (a+b>ca + b > c). If they do, compare c2c^2 to a2+b2a^2 + b^2:

  • Right Triangle: If c2=a2+b2c^2 = a^2 + b^2
  • Acute Triangle: If c2<a2+b2c^2 < a^2 + b^2 (The longest side is relatively short, closing the angle to less than 90∘90^\circ)
  • Obtuse Triangle: If c2>a2+b2c^2 > a^2 + b^2 (The longest side is stretched out, opening the angle to more than 90∘90^\circ)

Example Problem

Question: Determine if a triangle with side lengths 5,11,5, 11, and 1313 is acute, right, or obtuse.

Step 1: Identify the longest side, cc. Here, c=13c = 13. The other two sides are a=5a = 5 and b=11b = 11.

Step 2: Calculate c2c^2. c2=132=169c^2 = 13^2 = 169

Step 3: Calculate a2+b2a^2 + b^2. a2+b2=52+112a^2 + b^2 = 5^2 + 11^2 a2+b2=25+121=146a^2 + b^2 = 25 + 121 = 146

Step 4: Compare the values. We see that 169>146169 > 146, which means c2>a2+b2c^2 > a^2 + b^2.

Conclusion: Because the square of the longest side is greater than the sum of the squares of the other two sides, the triangle is obtuse.