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 leg
  • b — Length of the second leg
  • c — 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:

  1. 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².
  2. 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.
  3. 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.
  4. 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.

Frequently Asked Questions

What three numbers form a valid right triangle?

Any three positive numbers a, b, and c form a right triangle if they satisfy a² + b² = c², where c is the largest. These are called Pythagorean triples. For example, 3, 4, and 5 work because 3² + 4² = 9 + 16 = 25 = 5². Other common triples include 5–12–13 and 8–15–17. Many right triangles have non-integer sides, which also satisfy the theorem.

Can sides of length 2, 3, and 4 form a right triangle?

No. Testing: 2² + 3² = 4 + 9 = 13, but 4² = 16. Since 13 ≠ 16, these lengths do not satisfy the Pythagorean theorem and cannot form a right triangle. For a valid right triangle, the sum of squares of the two smaller sides must equal the square of the largest side.

Where is the circumcenter of a right triangle located?

In a right triangle, the circumcenter—the centre of the circle passing through all three vertices—lies exactly at the midpoint of the hypotenuse. This is unique to right triangles; for other triangle types, the circumcenter's location varies. The hypotenuse becomes the diameter of the circumscribed circle.

What is the orthocenter of a right triangle?

The orthocenter is the point where all three altitudes intersect. In a right triangle, this point coincides with the vertex of the right angle itself. This is another distinctive property: the altitudes from the two acute angles extend along the legs and meet at the 90° corner.

How do I find the angles if I only know the three side lengths?

Use inverse trigonometric functions. If sides are a, b, and hypotenuse c, then angle A (opposite side a) satisfies sin(A) = a/c, so A = arcsin(a/c). Similarly, angle B = arcsin(b/c). Check that A + B = 90°. Alternatively, use tan(A) = a/b to find one angle, then subtract from 90° for the other.

Can a right triangle be used to find heights of tall objects?

Absolutely. If you measure the distance from an object (like a building or tree) to a point on the ground, plus the angle of elevation, you form a right triangle. The vertical height is one leg, the horizontal distance is another, and you can solve for the height using trigonometry: height = distance × tan(angle). Surveyors and engineers use this method constantly.

More math calculators (see all)