Types of triangles and their properties — classification flowchart

easy CBSE 3 min read

Question

Classify triangles by (a) sides and (b) angles. What are the key properties of each type? How do you identify the type of triangle from given measurements?

(CBSE Classes 6-9 — fundamental geometry tested in every exam)


Solution — Step by Step

Equilateral triangle: All three sides are equal. All angles are 60°. It is the most symmetric triangle.

Isosceles triangle: Exactly two sides are equal. The angles opposite the equal sides are also equal.

Scalene triangle: All three sides are different. All three angles are different.

Acute triangle: All three angles are less than 90°. Example: 60°, 70°, 50°.

Right triangle: One angle is exactly 90°. The side opposite the right angle is the hypotenuse (longest side). Pythagoras theorem applies: a2+b2=c2a^2 + b^2 = c^2.

Obtuse triangle: One angle is greater than 90°. Only one angle can be obtuse (since the sum of all angles = 180°).

  • Angle sum property: The sum of all interior angles = 180°
  • Exterior angle theorem: An exterior angle equals the sum of the two non-adjacent interior angles
  • Triangle inequality: The sum of any two sides must be greater than the third side (a+b>ca + b > c)
  • Longest side is opposite the largest angle

Given three sides a,b,ca, b, c (where cc is the longest):

  • If a2+b2=c2a^2 + b^2 = c^2right triangle
  • If a2+b2>c2a^2 + b^2 > c^2acute triangle
  • If a^2 + b^2 < c^2obtuse triangle

This is the extended Pythagoras test — works every time.

flowchart TD
    A[Triangle] --> B{Classify by sides}
    A --> C{Classify by angles}
    B -->|All equal| D["Equilateral<br/>All angles = 60°"]
    B -->|Two equal| E["Isosceles<br/>Base angles equal"]
    B -->|All different| F["Scalene"]
    C -->|"All < 90°"| G["Acute"]
    C -->|"One = 90°"| H["Right<br/>a² + b² = c²"]
    C -->|"One > 90°"| I["Obtuse"]

Why This Works

Triangle classification is fundamental because each type has specific properties that simplify calculations. Knowing that a triangle is equilateral immediately tells you all angles are 60° and all altitudes, medians, and angle bisectors coincide. Knowing it is a right triangle lets you apply the Pythagoras theorem.

The extended Pythagoras test for acute/obtuse works because in a right triangle, a2+b2a^2 + b^2 exactly equals c2c^2. If the longest side is even longer (obtuse), c2c^2 exceeds a2+b2a^2 + b^2. If it is shorter (acute), a2+b2a^2 + b^2 exceeds c2c^2.


Alternative Method

A triangle can belong to categories from both classifications simultaneously. For example, a triangle can be both isosceles and right-angled (a 45-45-90 triangle) or scalene and obtuse. The two classifications are independent — always check both when describing a triangle completely.


Common Mistake

Students confuse “equilateral” with “equiangular.” For triangles, these are the same thing — an equilateral triangle is always equiangular (60°-60°-60°) and vice versa. But this is NOT true for other polygons. A rectangle is equiangular (all 90°) but not equilateral (unless it is a square). So the equivalence is special to triangles only.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →