Find the hypotenuse or any missing side of a right triangle. Enter two sides and get instant results with step-by-step solutions. Verify if three sides form a right triangle.
The Pythagorean theorem (a² + b² = c²) is arguably the most proven theorem in mathematics, with over 370 known proofs including one by US President James Garfield in 1876. But its real power lies in its practical applications that extend from everyday construction to cutting-edge technology. In construction, the 3-4-5 rule (scaled to 6-8-10 or 9-12-15 for larger spaces) is how builders verify perfect right angles on job sites worldwide. Measure 3 feet along one wall, 4 feet along the adjacent wall, if the diagonal is exactly 5 feet, the corner is 90°. This technique dates back at least 4,000 years to ancient Egypt, where 'rope stretchers' used knotted ropes with this ratio to square temple foundations. GPS technology solves a 3D version of the theorem millions of times per second. Your device receives signals from at least four satellites and computes its position by finding where spheres of distance (each calculated via d = √(x² + y² + z²)) intersect. Every navigation app, self-driving car, and delivery drone relies on this direct extension of a² + b² = c².
The Pythagorean theorem states that in any right triangle, the square of the hypotenuse equals the sum of the squares of the other two sides: a² + b² = c², where c is the hypotenuse (the longest side, opposite the right angle) and a and b are the two legs. This fundamental relationship was known to Babylonian mathematicians as early as 1800 BCE (nearly 1,200 years before Pythagoras himself lived) and has been proven in over 370 different ways throughout history.
The theorem is not just a mathematical curiosity. It is the foundation of Euclidean geometry, GPS technology, computer graphics, structural engineering, and navigation. When a GPS satellite calculates your position, it is essentially solving a three-dimensional version of the Pythagorean theorem to find the distance from multiple satellites simultaneously. The theorem underlies the distance formula in algebra, the dot product in linear algebra, and the metric tensor in general relativity.
A Pythagorean triple consists of three positive integers (a, b, c) satisfying a² + b² = c². The most famous is (3, 4, 5). Any multiple of a Pythagorean triple is also a triple, so (6, 8, 10), (9, 12, 15), and (30, 40, 50) all work. There are infinitely many primitive Pythagorean triples (those where a, b, c share no common factor).
| a | b | c | Verification | Scale Multiple |
|---|---|---|---|---|
| 3 | 4 | 5 | 9 + 16 = 25 | Foundation triple |
| 5 | 12 | 13 | 25 + 144 = 169 | Common in exams |
| 8 | 15 | 17 | 64 + 225 = 289 | Engineering use |
| 7 | 24 | 25 | 49 + 576 = 625 | Construction use |
| 20 | 21 | 29 | 400 + 441 = 841 | Less common |
| 9 | 40 | 41 | 81 + 1600 = 1681 | Primitive triple |
The distance between two points (x₁, y₁) and (x₂, y₂) in a coordinate plane is: d = √[(x₂−x₁)² + (y₂−y₁)²]. This is simply the Pythagorean theorem applied to the horizontal and vertical distances between the points. The horizontal distance (x₂−x₁) is leg a, the vertical distance (y₂−y₁) is leg b, and the straight-line distance d is the hypotenuse c. Google Maps, robotics path planning, and collision detection in video games all use this formula millions of times per second.
Graph triangles and verify right-angle relationships directly on screen.
View on Amazon →Verify right angles and construct triangles accurately for geometry coursework.
View on Amazon →Draw accurate right triangles on grid paper to visualize a² + b² = c² relationships.
View on Amazon →The theorem's applications extend far beyond classroom exercises. In architecture and construction, it determines rafter lengths for roofs. If a roof has a horizontal run of 12 feet and a rise of 5 feet, the rafter length is √(12² + 5²) = √(144 + 25) = √169 = 13 feet. Knowing this in advance tells the builder exactly how much lumber to order. Stair building similarly uses the theorem to calculate stringer length from rise and run.
In navigation, the theorem calculates straight-line distances. A ship traveling 30 miles east then 40 miles north is √(30² + 40²) = 50 miles from its starting point. Pilots use a 3D version, the distance formula in three dimensions adds a third squared term for altitude: d = √(x² + y² + z²). This is how air traffic control calculates separation distances between aircraft flying at different altitudes.
In screen and display technology, the diagonal size of a TV or monitor is calculated using the Pythagorean theorem. A 16:9 ratio screen that is 1920 pixels wide and 1080 pixels tall has a diagonal of √(1920² + 1080²) = √(3,686,400 + 1,166,400) = √4,852,800 ≈ 2203 pixels. For a 27-inch monitor, each pixel is 27/2203 ≈ 0.01225 inches, giving a pixel density of about 81.6 PPI.
The Pythagorean theorem also helps classify any triangle by comparing a² + b² to c² (where c is the longest side). If a² + b² = c², the triangle is a right triangle. If a² + b² > c², it's an acute triangle (all angles less than 90°). If a² + b² < c², it's an obtuse triangle (one angle greater than 90°). This relationship, called the law of cosines generalization, is used in surveying to determine land plot shapes without needing to directly measure all angles.