Types of Triangles — Classification Matrix
Book A Free Math Class
Types of Triangles — Classification Matrix
TL;DR
Triangles are classified two ways — by side lengths (equilateral, isosceles, scalene) and by angle measures (acute, right, obtuse). Combining the two axes gives a 3×3 matrix with seven valid types and two impossible ones. This article gives the complete matrix, properties of each type, three worked examples, and the impossibilities that come from the triangle angle-sum theorem.
Last updated on June 9, 2022 9 min read
The Two Classification Axes
A triangle has three sides and three angles. Each axis gives an independent classification:
By side lengths:
- Equilateral — all three sides equal.
- Isosceles — at least two sides equal. (Equilateral is a special case of isosceles in many definitions; we use the stricter "exactly two sides equal" convention here.)
- Scalene — no two sides equal.
By angle measures:
- Acute — all three angles less than 90°.
- Right — exactly one angle is 90°.
- Obtuse — exactly one angle is greater than 90°.
The two axes are independent — every triangle has a side-type and an angle-type. Combining them gives the full classification matrix.
The Classification Matrix
| Acute | Right | Obtuse | |
|---|---|---|---|
| Equilateral | ✓ All 60°. The only equilateral triangle. | ✗ Impossible — angles must all be 60°, none can be 90°. | ✗ Impossible — same reason. |
| Isosceles | ✓ Two equal sides, all angles <90°. | ✓ Right isosceles: angles 45°-45°-90°. | ✓ Obtuse isosceles: two equal sides with one obtuse angle. |
| Scalene | ✓ No equal sides, all angles <90°. | ✓ Most familiar right triangle — e.g., 3-4-5. | ✓ Scalene with one obtuse angle. |
Seven valid types (the seven ✓ cells) and two impossibilities (equilateral + right; equilateral + obtuse).
Why the impossibilities exist
The triangle angle-sum theorem says the three interior angles add to exactly 180°. In an equilateral triangle, all three angles must be equal — so each must be 180°/3=60°. There is no room for a 90° or >90° angle. That single fact rules out the two impossible combinations.
The Seven Valid Types — Details
1. Equilateral (and therefore acute)
- All three sides equal in length.
- All three interior angles =60°.
- Three lines of symmetry; rotational symmetry of order 3.
- Area = ( \frac{\sqrt{3}}{4} s^2 ) where s is the side length.
2. Isosceles acute
- Exactly two sides equal.
- All three angles less than 90°.
- One line of symmetry (the perpendicular bisector of the unique side, passing through the apex).
- Example: a triangle with sides 5,5,6 — the equal angles opposite the equal sides are each about 53.13°, and the third angle is about 73.74°.
3. Isosceles right
- Two equal sides (the legs) and one different side (the hypotenuse).
- Angles: 45°,45°,90°.
- The ratio of sides is 1:1:√2.
- The most-used special right triangle in trigonometry.
4. Isosceles obtuse
- Two equal sides and one angle greater than 90°.
- The obtuse angle is at the apex. The two base angles are equal and acute.
- Example: sides 4,4,7 with apex angle ≈122.88° and base angles ≈28.56° each.
5. Scalene acute
- All three sides different lengths.
- All three angles less than 90°, all different.
- No lines of symmetry.
- The most "generic" triangle — most random triangles in real diagrams are scalene acute or scalene obtuse.
6. Scalene right
- Three different sides; one angle is exactly 90°.
- The classic Pythagorean triples — 3-4-5, 5-12-13, 8-15-17 — are scalene right triangles.
- All three angles different (apart from the 90°); the two acute angles are complementary.
7. Scalene obtuse
- Three different sides; one angle greater than 90°.
- The other two angles are both acute and unequal.
- Example: sides 3,5,7 with angles approximately 21.79°,38.21°,120°.
Three Worked Examples, From Quick to Stretch
Quick. Classify a triangle with sides 7, 7, and 7.
All three sides equal ⇒ equilateral. All interior angles must be 60° (so all acute). Classification: equilateral (acute).
Standard (Wrong path first). A triangle has sides 5, 5, and 8. The angle opposite the side of length 8 is the largest. Classify the triangle by both sides and angles.
Wrong path: A student sees "two equal sides" and labels it isosceles — correct. Then assumes it must be acute because it "looks compact" — and skips the angle check. But that assumption may be wrong; the largest angle's size depends on the side ratios, not on visual feel.
Diagnosing the error: To classify by angles, you must compute the largest angle. Visual reasoning is unreliable.
Correct path: using the Law of Cosines on the largest angle. The largest angle is opposite the longest side (8):
( \cos \theta = \frac{5^2 + 5^2 - 8^2}{2 \cdot 5 \cdot 5} = \frac{25 + 25 - 64}{50} = \frac{-14}{50} = -0.28 )
Since ( \cos \theta < 0 ), the angle ( \theta ) is greater than 90°. So the triangle is obtuse.
Classification: isosceles obtuse.
Shortcut: For a triangle with sides a,b,c (with c the longest), the triangle is acute if ( a^2+b^2>c^2 ), right if ( a^2+b^2=c^2 ), and obtuse if ( a^2+b^2<c^2 ). Here ( 5^2 + 5^2 < 8^2 ), so obtuse.
Stretch. Is it possible to construct an obtuse equilateral triangle? Explain. Is it possible to construct an obtuse right triangle? Explain.
(a) Obtuse equilateral triangle: No. (b) Obtuse right triangle: No.
Both impossibilities are direct consequences of the triangle angle-sum theorem. This is why the classification matrix has two empty cells.
Why the Two Classifications Are Independent
The two axes combine into a 3×3 matrix with seven valid types and two impossibilities (obtuse equilateral, right equilateral).
Practice These Three Before Moving On
- Classify a triangle with sides 6, 8, 10.
- Classify a triangle with sides 3, 3, 4.
- Can a triangle have sides 4, 5, 11? If yes, classify it; if no, explain.
(Answers: 1. Scalene right — 6² + 8² = 100 = 10²; 2. Isosceles acute — two sides equal; 3. Not a triangle — 4 + 5 < 11, so the triangle inequality fails.)
Conclusion
- Triangles are classified along two independent axes — side lengths (equilateral, isosceles, scalene) and angle measures (acute, right, obtuse).
- The two axes combine into a 3×3 matrix with seven valid types and two impossibilities (obtuse equilateral, right equilateral).
- The angle-type can be determined from the sides alone using ( a^2 + b^2 \text{ vs } c^2 ).
- The triangle inequality must hold before any classification — otherwise no triangle exists.