Pythagorean Theorem Applications
Pythagorean Theorem Applications
The Pythagorean theorem (a2+b2=c2) is more than just a formula for geometry class; it is a powerful tool for solving real-world problems and measuring distances. To use it effectively, you just need to find the "hidden" right triangle in a given scenario.
Real-World Word Problems
In many word problems, physical objects form the shape of a right triangle. The key is identifying which parts of the story represent the legs (a and b) and which represents the hypotenuse (c, the longest side, always opposite the right angle).
Example: The Leaning Ladder A 10-meter ladder leans against a wall with its base 6 meters from the wall. How high up the wall does it reach?
- Identify the parts: The ladder is slanted, making it the hypotenuse (c=10). The distance along the ground is one leg (a=6). The height up the wall is the missing leg (b).
- Set up the equation: 62+b2=102
- Solve for b: 36+b2=100 b2=100−36 b2=64 b=8
The ladder reaches 8 meters up the wall.
Distance on the Coordinate Plane
You can also use the Pythagorean theorem to find the straight-line distance between any two points on a coordinate grid. By drawing a horizontal line from one point and a vertical line from the other, you create a right triangle.
The length of the horizontal leg is the difference in the x-coordinates (x2−x1), and the vertical leg is the difference in the y-coordinates (y2−y1). This gives us the Distance Formula: d=(x2−x1)2+(y2−y1)2
Example: Find the distance from (1,2) to (4,6).
- Find the lengths of the legs: Horizontal leg a=4−1=3 Vertical leg b=6−2=4
- Apply the theorem: 32+42=d2 9+16=d2 25=d2 d=5
The distance between the two points is 5 units.
Checking for Right Triangles
The theorem also works in reverse (known as its converse). If you know the lengths of all three sides of a triangle, you can check if it is a right triangle. If a2+b2=c2 holds true for the three sides, the triangle has a exactly one 90∘ angle.
On a coordinate plane, you can find the lengths of all three sides of a triangle using the distance formula, and then plug those three lengths into the Pythagorean theorem to verify whether or not the vertices form a right triangle.