Fiveable

๐Ÿ”ทHonors Geometry Unit 8 Review

QR code for Honors Geometry practice questions

8.1 Pythagorean Theorem and its converse

8.1 Pythagorean Theorem and its converse

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ”ทHonors Geometry
Unit & Topic Study Guides
Pep mascot

The Pythagorean Theorem

The Pythagorean theorem gives you a way to find any missing side length in a right triangle when you know the other two. It also works in reverse: you can use its converse to test whether a triangle is a right triangle just from its side lengths.

Pep mascot
more resources to help you study

Pythagorean Theorem for Side Lengths

In any right triangle, the square of the hypotenuse equals the sum of the squares of the two legs:

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

  • cc is always the hypotenuse (the longest side, opposite the right angle)
  • aa and bb are the two legs (the sides that form the right angle)

Finding a missing hypotenuse: Add the squares of the legs, then take the square root.

Example: Legs of 5 and 12. c=52+122=25+144=169=13c = \sqrt{5^2 + 12^2} = \sqrt{25 + 144} = \sqrt{169} = 13

Finding a missing leg: Subtract the square of the known leg from the square of the hypotenuse, then take the square root.

Example: Hypotenuse of 10, one leg of 6. a=102โˆ’62=100โˆ’36=64=8a = \sqrt{10^2 - 6^2} = \sqrt{100 - 36} = \sqrt{64} = 8

A common mistake is forgetting that cc must be the longest side. If you accidentally assign a leg as cc, you'll get a negative value under the radical, which signals something went wrong.

Pythagorean theorem for side lengths, AVONmath - Pythagrean Theorem Tyler

Converse of the Pythagorean Theorem

The converse flips the logic: if the side lengths of a triangle satisfy a2+b2=c2a^2 + b^2 = c^2, then the triangle is a right triangle.

To test whether three given side lengths form a right triangle:

  1. Identify the longest side and call it cc.
  2. Square all three sides.
  3. Check whether a2+b2=c2a^2 + b^2 = c^2.
    • If equal, the triangle is a right triangle.
    • If not equal, it is not a right triangle.

Example: Do sides 7, 24, and 25 form a right triangle? 72+242=49+576=6257^2 + 24^2 = 49 + 576 = 625 and 252=62525^2 = 625. Yes, it's a right triangle.

For Honors, note the two inequality cases as well:

  • If a2+b2>c2a^2 + b^2 > c^2, the triangle is acute (all angles less than 90ยฐ).
  • If a2+b2<c2a^2 + b^2 < c^2, the triangle is obtuse (the angle opposite cc is greater than 90ยฐ).

This means you can classify any triangle by type using only its side lengths.

Pythagorean theorem for side lengths, Using the Pythagorean Theorem to Solve Problems | Developmental Math Emporium

Real-World Applications

Many real-world problems contain a hidden right triangle. The key is recognizing it.

Problem-solving steps:

  1. Sketch the situation and identify the right triangle.
  2. Label the known sides and determine which side is unknown.
  3. Apply a2+b2=c2a^2 + b^2 = c^2 and solve.

Ladder against a wall: A 13-ft ladder leans against a wall with its base 5 ft from the wall. How high up the wall does it reach? The ladder is the hypotenuse, so h=132โˆ’52=169โˆ’25=144=12h = \sqrt{13^2 - 5^2} = \sqrt{169 - 25} = \sqrt{144} = 12 ft.

Distance formula on the coordinate plane: The distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) comes directly from the Pythagorean theorem. The horizontal and vertical distances are the legs, and the straight-line distance is the hypotenuse:

d=(x2โˆ’x1)2+(y2โˆ’y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

3D diagonal of a rectangular prism: To find the space diagonal of a box with length ll, width ww, and height hh, you extend the theorem into three dimensions:

d=l2+w2+h2d = \sqrt{l^2 + w^2 + h^2}

This works because you're applying the Pythagorean theorem twice: once across the base, then again from that diagonal up through the height.