Classifying Triangles Calculator

Classify a triangle by side equality and angle type using any three valid side lengths.

Classify a triangle from its sides
Enter three positive side lengths in the same unit.

About triangle classification

Triangles can be classified in two complementary ways: by comparing their side lengths and by comparing their interior angles. A side classification says whether all, two, or none of the sides are equal. An angle classification says whether the largest angle is less than, equal to, or greater than 90 degrees. Together, these names provide a compact but precise description, such as an acute isosceles triangle or a right scalene triangle. An equilateral triangle has three equal sides. Its three angles are also equal, so each measures 60 degrees and every equilateral triangle is acute. An isosceles triangle has at least two equal sides and therefore at least two equal angles. A scalene triangle has three unequal sides and three unequal angles. The calculator compares side values with a small numerical tolerance so normal decimal input is not misclassified because of floating-point representation. The angle type can be found without calculating inverse trigonometric functions. First arrange the sides so that c is the longest. Compare c squared with a squared plus b squared. Equality is the Pythagorean relationship and identifies a right triangle. If c squared is smaller, the largest angle is less than 90 degrees and the triangle is acute. If c squared is larger, the largest angle exceeds 90 degrees and the triangle is obtuse. This converse of the Pythagorean theorem is fast and reliable. Before classification, the triangle inequality must hold. The sum of the two shorter lengths must be strictly greater than the longest length. Equality would produce a flattened, degenerate figure with zero area, while a smaller sum means the endpoints cannot meet at all. The tool also rejects zero and negative lengths because geometric side lengths must be positive. Units do not affect classification as long as all three entries use the same unit. Multiplying every side by a common scale factor produces a similar triangle with the same labels. This makes the calculator useful for geometry homework, construction checks, coordinate-distance results, drafting, and mathematical demonstrations. It reports both classification systems at once, helping you verify sketches and recognize theorems that apply to the triangle before performing area, height, or trigonometric calculations.

Triangle classification examples

Compare familiar side sets and the classifications they produce.

Side lengthsClassificationReason
3, 4, 5scalene and rightAll sides differ and 3² + 4² equals 5².
6, 6, 6equilateral and acuteAll sides match, giving three 60-degree angles.
5, 5, 8isosceles and obtuseTwo sides match and 8² is greater than 5² + 5².
5, 6, 7scalene and acuteAll sides differ and 7² is less than 5² + 6².

How to classify a triangle

  1. Enter the first side length in the Side a field.
  2. Enter the other two lengths using the same measurement unit.
  3. Check that each value is positive and that the sides can meet.
  4. Select Classify Triangle to see the side and angle classifications.

Classifying triangles FAQ

Can a triangle have more than one classification?

Yes, every valid triangle has both a side classification and an angle classification. For example, a triangle can be both isosceles and right.

How does the triangle inequality work?

The sum of any two side lengths must exceed the third side. Testing the two shortest sides against the longest is sufficient after sorting them.

Is every equilateral triangle acute?

Yes, an equilateral triangle has three equal 60-degree angles. Therefore it is always acute and can never be right or obtuse.

Can an isosceles triangle be obtuse?

Yes, two equal shorter sides can meet opposite a sufficiently long base to create an obtuse angle. The lengths 5, 5, and 8 provide one example.

Do the side lengths need units?

No unit selection is required because classification depends only on ratios and equality. All three values must nevertheless represent the same unit.