Skip to main content

Pythagorean Theorem

Master aΒ² + bΒ² = cΒ² to find missing sides of right triangles, identify Pythagorean triples, and apply the theorem to real-world distance and diagonal problems.

Lesson 3 of 11 Geometry & Measurement Beginner ⏱ 8 min read
πŸ”₯ Why This Matters

The Pythagorean Theorem is one of the most used formulas in existence. A contractor checks that a room corner is square by measuring 3-4-5. A GPS calculates your distance from a cell tower using this exact formula. A game developer computes whether a bullet hits a target. Construction, navigation, physics, and data science all depend on \(a^2 + b^2 = c^2\). This single equation unlocks an enormous range of real problems.

🎯 What You'll Learn
  • Apply \(a^2 + b^2 = c^2\) to find any missing side of a right triangle
  • Recognize and use Pythagorean triples (3-4-5, 5-12-13, 8-15-17)
  • Verify whether a triangle is a right triangle from its three sides
  • Solve real-world distance and diagonal problems
πŸ“– Key Vocabulary
Hypotenuse (c)The longest side of a right triangle β€” always opposite the right angle. Legs (a, b)The two shorter sides that form the right angle. Pythagorean TripleA set of three whole numbers (a, b, c) satisfying \(a^2+b^2=c^2\). Example: 3, 4, 5. ConverseIf \(a^2+b^2=c^2\), the triangle IS a right triangle β€” used to verify.
Key Concept
\[ a^2 + b^2 = c^2 \]

In any right triangle, the sum of the squares of the two legs equals the square of the hypotenuse. To find a missing side:

  • Find hypotenuse: \(c = \sqrt{a^2 + b^2}\)
  • Find a leg: \(a = \sqrt{c^2 - b^2}\)

The 3-4-5 Right Triangle

a = 4
b = 3
c = 5
\[ 4^2 + 3^2 = c^2 \] \[ 16 + 9 = 25 \] \[ c = \sqrt{25} = 5 \]

Common Pythagorean triples: 3-4-5, 5-12-13, 8-15-17, 7-24-25

Worked Example 1 β€” Basic: Find the Hypotenuse

A right triangle has legs 6 cm and 8 cm. Find the hypotenuse.

\[ c = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10 \text{ cm} \]

This is a 6-8-10 triangle β€” a multiple of the 3-4-5 triple (Γ—2). Always check for multiples of known triples first.

Worked Example 2 β€” Intermediate: Find a Missing Leg

A right triangle has hypotenuse 13 and one leg of 5. Find the other leg.

\[ a = \sqrt{13^2 - 5^2} = \sqrt{169 - 25} = \sqrt{144} = 12 \]

The missing leg is 12. This is the 5-12-13 Pythagorean triple.

Worked Example 3 β€” Real World: TV Screen Size

A TV screen is advertised as "55 inches" β€” that's the diagonal. The screen is 48 inches wide. How tall is it?

\[ h = \sqrt{55^2 - 48^2} = \sqrt{3025 - 2304} = \sqrt{721} \approx 26.8 \text{ inches} \]

The screen is about 26.8 inches tall. TV "size" is always the diagonal β€” the Pythagorean Theorem decodes what that means in width and height.

✏️ Quick Check
  1. Find the hypotenuse of a right triangle with legs 9 and 12.
  2. Is a triangle with sides 7, 10, and 13 a right triangle?
  3. A 15-foot ladder leans against a wall, with its base 6 feet from the wall. How high does it reach?
β–Ά Show Answers
  1. \(\sqrt{81+144} = \sqrt{225} =\) 15 (a 9-12-15 triple, multiple of 3-4-5).
  2. \(7^2+10^2=49+100=149 \neq 169=13^2\) β†’ Not a right triangle.
  3. \(h = \sqrt{15^2 - 6^2} = \sqrt{225-36} = \sqrt{189} \approx\) 13.7 feet.
⚠️ Common Mistakes
  • Squaring instead of square-rooting: \(c^2 = 100\) means \(c = 10\), not \(c = 100\). The final answer requires taking the square root.
  • Adding instead of subtracting to find a leg: To find a leg: \(a^2 = c^2 - b^2\) (subtract). Only finding the hypotenuse uses addition.
  • Using on non-right triangles: \(a^2+b^2=c^2\) only works for right triangles. For other triangles, use the Law of Cosines.
βœ… Key Takeaways
  • \(\mathbf{a^2 + b^2 = c^2}\) β€” the two legs squared and added equal the hypotenuse squared.
  • Find hypotenuse: \(c = \sqrt{a^2+b^2}\). Find a leg: \(a = \sqrt{c^2-b^2}\).
  • Pythagorean triples (3-4-5, 5-12-13, 8-15-17) give whole-number answers β€” recognize multiples.
  • Converse: If \(a^2+b^2=c^2\), the triangle is a right triangle.
πŸ’Ό Career Connection β€” Construction & Navigation

Contractors use the 3-4-5 rule to ensure corners are perfectly square β€” measure 3 feet along one wall, 4 feet along the adjacent wall, and if the diagonal is 5 feet, the corner is exactly 90Β°. GPS systems compute straight-line distance using the Pythagorean Theorem extended to three dimensions. Any time you need the "straight-line distance" between two points β€” in construction, gaming, robotics, or mapping β€” this theorem is the tool.

Calculator Connection

The Pythagorean Theorem Calculator finds any missing side of a right triangle β€” enter two known values and it solves for the third with step-by-step work shown.

Interactive Diagram

Drag the elements to explore the concept hands-on.

Try it with the Calculator

Apply what you've learned with this tool.

Pythagorean Theorem
Solve for the missing side of a right triangle.
Use calculator β†’
← Previous Lesson
Back to
Triangle Fundamentals
Continue Learning
Up Next: Perimeter and Area of Polygons
Next Lesson →
Test Your Knowledge

Pythagorean Theorem β€” Quiz

5 questions per attempt  Β·  Beginner  Β·  Pass at 70%

Start Quiz β†’

More in Geometry & Measurement

Points, Lines, and Angles Triangle Fundamentals The Pythagorean Theorem
← All Geometry & Measurement lessons