Pythagorean Theorem

Relationships in right triangles

Pythagorean Theorem

The Theorem

In a right triangle, the square of the hypotenuse equals the sum of the squares of the legs.

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

Where:

  • aa and bb are the legs
  • cc is the hypotenuse (longest side, opposite the right angle)

Using the Theorem

To find the hypotenuse: c=a2+b2c = \sqrt{a^2 + b^2}

To find a leg: a=c2b2a = \sqrt{c^2 - b^2}

Pythagorean Triples

Sets of three positive integers that satisfy a2+b2=c2a^2 + b^2 = c^2:

Common triples:

  • 3,4,53, 4, 5
  • 5,12,135, 12, 13
  • 8,15,178, 15, 17
  • 7,24,257, 24, 25

Any multiple works too: 6,8,106, 8, 10 (multiply 3,4,53, 4, 5 by 2)

Converse

If a2+b2=c2a^2 + b^2 = c^2, then the triangle is a right triangle.

Distance Formula

The Pythagorean Theorem leads to the distance formula: d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

📚 Practice Problems

1Problem 1easy

Question:

Find the length of the hypotenuse if the legs of a right triangle are 3 and 4.

💡 Show Solution

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

32+42=c23^2 + 4^2 = c^2

9+16=c29 + 16 = c^2

25=c225 = c^2

c=5c = 5

Answer: The hypotenuse is 55

2Problem 2medium

Question:

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

💡 Show Solution

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

52+b2=1325^2 + b^2 = 13^2

25+b2=16925 + b^2 = 169

b2=144b^2 = 144

b=12b = 12

Answer: The other leg is 1212

3Problem 3hard

Question:

Is a triangle with sides 7, 24, and 25 a right triangle?

💡 Show Solution

Use the converse of the Pythagorean Theorem.

Check if a2+b2=c2a^2 + b^2 = c^2 (where c=25c = 25 is the longest side):

72+242=49+576=6257^2 + 24^2 = 49 + 576 = 625

252=62525^2 = 625

Since 72+242=2527^2 + 24^2 = 25^2, the triangle is a right triangle.

Answer: Yes, it is a right triangle (and 7,24,257, 24, 25 is a Pythagorean triple)