Pythagorean Theorem
The Pythagorean theorem states that in a right triangle, the sum of the squares of the two legs equals the square of the hypotenuse: a² + b² = c². This fundamental geometric relationship, named after ancient Greek mathematician Pythagoras, provides a method to calculate any missing side of a right triangle when two sides are known. The theorem applies specifically to right triangles, which contain one 90-degree angle.
Why it matters
The Pythagorean theorem appears throughout construction, navigation, and engineering applications. Carpenters use it to verify square corners by checking if a 3-4-5 triangle produces a right angle. GPS systems calculate shortest distances between coordinates using the theorem's distance formula. Video game programmers apply it to determine collision detection and movement paths. Architecture relies on it for roof angles and structural stability calculations. In advanced mathematics, the theorem forms the foundation for trigonometry, coordinate geometry, and vector calculations. Students encounter it in CCSS 8.G standards before progressing to more complex geometric proofs and three-dimensional applications. The theorem also connects to the distance formula used in algebra and calculus, making it essential preparation for higher-level mathematics courses.
How to solve pythagorean theorem
Pythagorean Theorem
- In a right triangle: a² + b² = c² (c = hypotenuse).
- To find hypotenuse: c = √(a² + b²).
- To find a leg: a = √(c² − b²).
Example: Legs 3, 4: c = √(9+16) = √25 = 5.
Worked examples
You walk 5 steps east and then 12 steps north. How far are you from your starting point in a straight line?
Answer: 13
- Identify the right triangle → legs = 5, 12; hypotenuse = ? — A right triangle has one 90-degree corner, like the corner of a book. The two shorter sides next to that corner are the 'legs', and the long side across from it is the 'hypotenuse'.
- Write the Pythagorean theorem: a² + b² = c² → 5² + 12² = c² — This famous formula says: if you draw a square on each side of a right triangle, the two smaller squares together have the same area as the big square. Think of it like two small pizza boxes fitting perfectly into one large one.
- Plug in the known values and calculate the squares → 5² + 12² = 25 + 144 = 169 — Squaring means multiplying a number by itself: 5 x 5 = 25 and 12 x 12 = 144. Then add them: 25 + 144 = 169.
- Take the square root to find c → c = sqrt(169) = 13 — The square root 'undoes' the squaring. We need the number that, multiplied by itself, gives 169. That number is 13. It's like asking: 'what size square has an area of 169?' Answer: 13 x 13.
- Verify: does a² + b² = c²? → 5² + 12² = 25 + 144 = 169 = 13² ✓ — Always check your work! Plug the answer back in to make sure both sides are equal. This is like double-checking your change at the store.
A kite string is 25 m long and the kite is directly above a point 7 m away. How high is the kite?
Answer: 24
- Identify the right triangle and label the sides → known leg = 7, hypotenuse = 25, missing leg = ? — The hypotenuse is always the longest side (across from the right angle). We know one leg and the hypotenuse, and we need to find the other leg.
- Write the Pythagorean theorem and rearrange for the missing leg → a² + b² = c² => x² = c² - known² — Since a² + b² = c², we can move the known leg to the other side by subtracting. It's like a balance scale: if you take something off one side, you must take the same off the other.
- Plug in the known values → x² = 25² - 7² = 625 - 49 = 576 — Square the hypotenuse: 25 × 25 = 625. Square the known leg: 7 × 7 = 49. Subtract: 625 - 49 = 576.
- Take the square root → x = √576 = 24 — The square root of 576 is 24 because 24 × 24 = 576. The missing leg is 24.
- Verify: does a² + b² = c²? → 24² + 7² = 576 + 49 = 625 = 25² ✓ — Check by squaring all sides and confirming the equation balances. Good habit!
A zip line starts at the top of a 105 m tower and ends at a point 36 m away on the ground. How long is the zip line cable?
Answer: 111
- Identify the right triangle → legs = 36, 105; hypotenuse = ? — A right triangle has one 90-degree corner, like the corner of a book. The two shorter sides next to that corner are the 'legs', and the long side across from it is the 'hypotenuse'.
- Write the Pythagorean theorem: a² + b² = c² → 36² + 105² = c² — This famous formula says: if you draw a square on each side of a right triangle, the two smaller squares together have the same area as the big square. Think of it like two small pizza boxes fitting perfectly into one large one.
- Plug in the known values and calculate the squares → 36² + 105² = 1296 + 11025 = 12321 — Squaring means multiplying a number by itself: 36 x 36 = 1296 and 105 x 105 = 11025. Then add them: 1296 + 11025 = 12321.
- Take the square root to find c → c = sqrt(12321) = 111 — The square root 'undoes' the squaring. We need the number that, multiplied by itself, gives 12321. That number is 111. It's like asking: 'what size square has an area of 12321?' Answer: 111 x 111.
- Verify: does a² + b² = c²? → 36² + 105² = 1296 + 11025 = 12321 = 111² ✓ — Always check your work! Plug the answer back in to make sure both sides are equal. This is like double-checking your change at the store.
Common mistakes
- Confusing which side is the hypotenuse leads to errors like calculating √(13² - 5²) = √144 = 12 instead of √(5² + 12²) = √169 = 13 when finding the longest side.
- Forgetting to take the square root after adding squares results in answers like 3² + 4² = 25 instead of √(3² + 4²) = √25 = 5.
- Adding the numbers directly instead of squaring first produces incorrect results like 6 + 8 = 14 instead of √(6² + 8²) = √100 = 10.