Understanding Right Triangles
A right triangle contains precisely one 90° angle, with the other two angles summing to 90°. The longest side, opposite the right angle, is the hypotenuse. The two sides forming the right angle are called legs or catheti.
This geometric configuration appears everywhere: roof trusses, ladders against walls, surveying sight lines, and navigation vectors. The defining relationship between the three sides—captured by the Pythagorean theorem—makes right triangles uniquely solvable from minimal information.
The Pythagorean Theorem
The fundamental equation governing right triangles states that the square of the hypotenuse equals the sum of squares of the two legs. Rearrange this to find any missing side.
a² + b² = c²
c = √(a² + b²)
a = √(c² − b²)
b = √(c² − a²)
a— Length of the first legb— Length of the second legc— Length of the hypotenuse (longest side)
Calculating Area and Angles
The area of a right triangle is simply half the product of its two legs:
Area = (a × b) / 2
Since the two non-right angles must sum to 90°, knowing one angle immediately gives you the other. If you know two sides, you can find any angle using trigonometry: sin(θ) = opposite/hypotenuse, cos(θ) = adjacent/hypotenuse, or tan(θ) = opposite/adjacent.
Special Right Triangles
Certain right triangles appear repeatedly in mathematics and construction. The 45–45–90 triangle is isosceles—both legs are equal length. If each leg is 1, the hypotenuse is √2 ≈ 1.414. The 30–60–90 triangle has sides in the ratio 1 : √3 : 2, making it invaluable for engineering problems.
Pythagorean triples are sets of three integers satisfying the theorem. Common examples include 3–4–5, 5–12–13, and 8–15–17. These avoid irrational numbers, simplifying calculations in discrete applications.
Common Pitfalls and Practical Tips
Avoid these mistakes when working with right triangles:
- Identifying the hypotenuse correctly — The hypotenuse is always opposite the right angle and always the longest side. Confusing it with a leg will corrupt your calculation. Double-check by verifying that c² actually equals a² + b².
- Unit consistency matters — If one leg is in metres and another in feet, convert before calculating. Mixing units produces nonsensical answers. Always state your final answer with the correct unit.
- Angle sum verification — The two non-right angles must sum to exactly 90°. If your calculator gives angles totalling something else, you've likely made a data-entry error. This quick check catches mistakes early.
- Right angle confirmation — Not every triangle with three sides is a right triangle. Verify using a² + b² = c². If the equation doesn't hold (within rounding error), the triangle isn't right-angled, and these formulas don't apply.