The One Angle That Builds Bridges
Every staircase, roof truss, and ramp you have ever used was checked against a single shape: the triangle with one square corner. That square corner is not a coincidence of design, it is the property that lets builders turn a measured horizontal and a measured vertical into an exact slanted length, every time.
Once you see why that one angle fixes everything else, the formulas stop being a list to memorise and become a single connected idea.
What Is a Right Angled Triangle?
A right angled triangle (also called a right triangle) is a triangle in which one interior angle measures exactly 90°. The two sides that form the right angle are the legs (sometimes called base and height), and the side opposite the right angle is the hypotenuse, the longest of the three sides.
Because the three angles of any triangle add to 180°, the two angles that are not the right angle must add to 90°. So both of them are acute, and a right angled triangle can never hold a second right angle or any obtuse angle. The right angle is always the largest angle in the figure.
Properties of a Right Angled Triangle
The defining 90° angle forces a short list of properties that hold for every right triangle, with no exceptions:
One right angle, two acute angles. The acute pair always sums to 90°, so they are complementary.
The hypotenuse is the longest side. It sits opposite the largest angle (the right angle), and it is always longer than either leg.
The Pythagorean relationship holds. The squares of the two legs add to the square of the hypotenuse, every time.
The circumcentre sits at the midpoint of the hypotenuse. A right triangle's circumscribed circle has the hypotenuse as its diameter, so the midpoint of the hypotenuse is equidistant from all three vertices.
The altitude to the hypotenuse is the geometric mean of the two segments it creates. If that altitude splits the hypotenuse into pieces of length $p$ and $q$, then its height is $h = \sqrt{pq}$.
These are not separate facts to file away. Each one is a consequence of the same 90° corner, which is exactly why this triangle is the workhorse of geometry.
The Pythagorean Theorem
The most useful property earns its own heading. In a right angled triangle, the Pythagorean theorem states that the square of the hypotenuse equals the sum of the squares of the two legs:
$$c^2 = a^2 + b^2,$$
where $a$ and $b$ are the legs and $c$ is the hypotenuse. The reason this works only for right triangles is that the 90° angle is precisely what makes the two squares on the legs rearrange to cover the square on the hypotenuse, a visual proof you can see by cutting and shifting four copies of the triangle inside a larger square.
To find the hypotenuse, take the square root of both sides: $c = \sqrt{a^2 + b^2}$. To find a missing leg, rearrange: $a = \sqrt{c^2 - b^2}$. This single equation is what lets a carpenter turn a 3-unit horizontal and a 4-unit vertical into an exact 5-unit diagonal without measuring the diagonal at all. (The theorem itself reaches back to Pythagoras of Samos, around 500 BCE, though Babylonian tablets show the relationship was used a thousand years earlier.)
Area and Perimeter of a Right Angled Triangle
The right angle does something convenient for area: the two legs are already perpendicular, so they serve directly as base and height. There is no separate height to construct.
Area. The area of a right angled triangle is half the product of its two legs:
$$\text{Area} = \frac{1}{2} \times a \times b,$$
where $a$ and $b$ are the legs (the base and the height). For example, legs of 6 cm and 8 cm give an area of $\tfrac{1}{2}(6)(8) = 24 \text{ cm}^2$.
Perimeter. The perimeter is simply the sum of all three sides:
$$\text{Perimeter} = a + b + c,$$
where $c$ is the hypotenuse. If only the two legs are known, find $c$ with the Pythagorean theorem first, then add.
What Are the Types of Right Angled Triangles?
A common reader question is whether all right triangles are the same shape, and they are not. Based on the two acute angles, right triangles split into two families, with one famous special case:
Isosceles right triangle (45-45-90). The two legs are equal, so the two acute angles are both 45°. Its sides are always in the ratio $1 : 1 : \sqrt{2}$. This is the shape of half a square cut along its diagonal. (See our sibling article on the isosceles right triangle for the full treatment.)
Scalene right triangle. All three sides have different lengths and the two acute angles are different (for instance 30° and 60°, or 25° and 65°). Most right triangles you meet are scalene.
The 30-60-90 triangle. A special scalene right triangle whose sides are always in the ratio $1 : \sqrt{3} : 2$. It is half of an equilateral triangle and appears constantly in trigonometry.
Examples of Right Angled Triangle
With the properties and formulas in hand, here is the right angled triangle doing real work. The problems move from a direct area calculation up to using the altitude-to-hypotenuse relation.
Example 1: Find the area of a right angled triangle with legs 9 cm and 12 cm
The two legs are perpendicular, so they are the base and height directly.
$$\text{Area} = \tfrac{1}{2}(9)(12) = 54 \text{ cm}^2.$$
Final answer: 54 cm².
Example 2: A right angled triangle has legs of 5 cm and 12 cm. Find the hypotenuse
A tempting first move is to add the legs, $5 + 12 = 17$ cm, and call that the hypotenuse. Check that against the shape: the hypotenuse is the longest side, but it is the straight path across, not the path along both legs. Walking along both legs (17 cm) is always longer than cutting straight across, so the hypotenuse must be less than 17. The shortcut is wrong because the sides do not add, their squares do.
Done correctly with the Pythagorean theorem:
$$c = \sqrt{5^2 + 12^2} = \sqrt{25 + 144} = \sqrt{169} = 13 \text{ cm}.$$
Final answer: 13 cm. In Bhanzu's Grade 9 cohort at the McKinney TX centre, adding the legs instead of squaring them is the most common first attempt on this problem, roughly four out of ten students try it before catching that 17 cannot be right.
Example 3: Check whether sides of 11, 60, and 61 inches form a right angled triangle
Test the Pythagorean relationship on the longest side as the hypotenuse:
$$11^2 + 60^2 = 121 + 3600 = 3721, \qquad 61^2 = 3721.$$
The two sides match, so the relationship holds.
Final answer: yes, these sides form a right angled triangle.
Example 4: A right angled triangle has one leg 8 cm and hypotenuse 17 cm. Find the other leg and the perimeter
Find the missing leg by rearranging the theorem:
$$a = \sqrt{17^2 - 8^2} = \sqrt{289 - 64} = \sqrt{225} = 15 \text{ cm}.$$
Then the perimeter is $8 + 15 + 17 = 40$ cm.
Final answer: the other leg is 15 cm; perimeter is 40 cm.
Example 5: An isosceles right triangle has legs of 7 cm each. Find its hypotenuse and area
For the 45-45-90 case the hypotenuse is leg $\times \sqrt{2}$:
$$c = 7\sqrt{2} \approx 9.9 \text{ cm}, \qquad \text{Area} = \tfrac{1}{2}(7)(7) = 24.5 \text{ cm}^2.$$
Final answer: hypotenuse $7\sqrt{2} \approx 9.9$ cm; area 24.5 cm².
Example 6: In a right angled triangle, the altitude from the right angle meets the hypotenuse and splits it into segments of 4 cm and 9 cm. Find the length of that altitude
The altitude to the hypotenuse is the geometric mean of the two segments it creates:
$$h = \sqrt{pq} = \sqrt{4 \times 9} = \sqrt{36} = 6 \text{ cm}.$$
Final answer: the altitude is 6 cm.
Why the Right Angled Triangle Matters
A shape earns its place in every syllabus by what it unlocks, and this one unlocks more than almost any other.
Distance you cannot walk in a straight line. The Pythagorean theorem turns a horizontal and a vertical measurement into the straight-line distance between two points, the idea behind the distance formula in coordinate geometry and behind how GPS converts position differences into actual separation.
Trigonometry's home base. Sine, cosine, and tangent are first defined as ratios of the sides of a right angled triangle (opposite, adjacent, hypotenuse). Without this triangle there is no SOHCAHTOA, no unit circle, and no way to compute the height of a mountain from the ground.
Structural safety. Engineers check that a corner is truly square by measuring 3 units along one edge, 4 along the other, and confirming the diagonal is exactly 5, the 3-4-5 right triangle. A corner that fails this test means a wall, roof, or bridge is out of true.
Screens and pixels. The diagonal size of a phone or television, and the way a graphics card computes the distance light travels, both rest on the same leg-leg-hypotenuse relationship.
For a Grade 9 student, the right angled triangle is the gateway from plane geometry into trigonometry and coordinate geometry at once, master it now and two later chapters feel like one continued idea.
Where Students Trip Up on Right Angled Triangles
Mistake 1: Adding the legs to get the hypotenuse
Where it slips in: A student knows the two legs and writes the hypotenuse as their sum instead of using the Pythagorean theorem.
Don't do this: Set hypotenuse $= a + b$, for example calling the hypotenuse of a 5-12 triangle "17".
The correct way: Square the legs, add, then take the square root: $c = \sqrt{a^2 + b^2}$. The sides do not add; their squares do. A quick sanity check: the hypotenuse must be less than the sum of the legs but more than either single leg.
Mistake 2: Treating the hypotenuse as a leg in the area formula
Where it slips in: The student multiplies a leg by the hypotenuse, or uses the hypotenuse as the height.
Don't do this: Compute area as $\tfrac{1}{2} \times \text{leg} \times \text{hypotenuse}$.
The correct way: The base and height are the two legs, because they are already perpendicular: $\text{Area} = \tfrac{1}{2} \times a \times b$. The hypotenuse is never the height unless you first construct the altitude to it.
Mistake 3: Picking the wrong side as the hypotenuse
Where it slips in: In a problem stated in words, the student assumes the longest given number is the hypotenuse, or applies $c^2 = a^2 + b^2$ to the wrong side.
Don't do this: Plug any side into $c$ without checking it is opposite the right angle.
The correct way: The hypotenuse is always the side opposite the 90° angle, and it is always the longest. Identify the right angle first, then the side facing it is $c$. The rusher who skips this step often solves a correct equation for the wrong unknown.
Key Takeaways
A right angled triangle has one 90° angle, two complementary acute angles, and a hypotenuse opposite the right angle that is always the longest side.
The Pythagorean theorem $c^2 = a^2 + b^2$ relates the legs to the hypotenuse and is the tool for any missing side.
Area is $\tfrac{1}{2} \times a \times b$ using the two legs; perimeter is the sum of all three sides.
The two main types are the isosceles right triangle (45-45-90, ratio $1:1:\sqrt{2}$) and the scalene right triangle, with the 30-60-90 ($1:\sqrt{3}:2$) as a notable special case.
The most common error is adding the legs instead of squaring them, so always check that the hypotenuse is less than the sum of the legs.
Practice These Problems to Solidify Your Understanding
A right angled triangle has legs of 9 cm and 40 cm. Find the hypotenuse and the perimeter.
Find the area of a right angled triangle whose legs measure 14 cm and 10 cm.
The altitude from the right angle divides the hypotenuse into segments of 3 cm and 12 cm. Find the altitude.
Answer to Question 1: hypotenuse = 41 cm, perimeter = 90 cm. Answer to Question 2: area = 70 cm². Answer to Question 3: altitude = 6 cm. If Question 1 gave you 49 cm for the hypotenuse, check that you squared the legs before adding (see Mistake 1).
Want a live Bhanzu trainer to walk your child through right angled triangles and the path into trigonometry? Book a free demo class — online globally.
Was this article helpful?
Your feedback helps us write better content
