Understanding Acute Triangles
Triangles fall into three categories based on their largest interior angle. An acute triangle has all three angles strictly less than 90°. A right triangle contains exactly one 90° angle. An obtuse triangle has one angle greater than 90°.
Acute triangles can be further classified by side length. An acute equilateral triangle has three equal sides and three 60° angles. An acute isosceles triangle has two equal sides and a third distinct side, with all angles remaining acute. An acute scalene triangle has three unequal sides and three different acute angles.
The defining property is straightforward: if even one angle reaches or exceeds 90°, the triangle ceases to be acute. This makes the acute classification mutually exclusive with both right and obtuse categories.
Testing Acuteness From Side Lengths
When you know only the three side lengths, apply the Pythagorean inequality test. Square the two shorter sides and add them. Compare this sum to the square of the longest side:
If a² + b² > c², the triangle is acute
If a² + b² = c², the triangle is right
If a² + b² < c², the triangle is obtuse
This method derives from the law of cosines. When the sum of squares of the shorter sides exceeds the square of the longest side, all angles must be acute.
a, b— The lengths of the two shorter sidesc— The length of the longest side (opposite the largest angle)
Computing Angles From Three Sides
Use the law of cosines to find each angle when all three sides are known:
cos(α) = (b² + c² − a²) ÷ (2bc)
cos(β) = (a² + c² − b²) ÷ (2ac)
cos(γ) = (a² + b² − c²) ÷ (2ab)
Area = √[s(s−a)(s−b)(s−c)], where s = (a+b+c)÷2
a, b, c— The three side lengthsα, β, γ— The interior angles opposite sides a, b, and c respectivelys— The semi-perimeter, equal to half the triangle's perimeter
Input Modes and Calculator Features
This tool supports four common input scenarios:
- Three angles (AAA): Provide all three angle measures. The calculator verifies they sum to 180° and checks whether all are below 90° for acute classification.
- Three sides (SSS): Enter side lengths. The calculator reconstructs all angles using the law of cosines, computes area via Heron's formula, and applies the Pythagorean inequality test.
- Two sides and included angle (SAS): Supply two side lengths and the angle between them. The law of cosines recovers the third side and remaining angles.
- Two angles and a side (ASA): Enter two angles and the side connecting them. The third angle is found from the 180° rule, and the law of sines provides the missing sides.
After classification, the output includes the triangle's perimeter, area, side length ratios, and explicit angle measures—allowing you to verify acuteness through multiple approaches.
Common Pitfalls and Verification Tips
Avoid these mistakes when classifying or calculating acute triangles.
- Don't forget the Pythagorean inequality reversal — Many confuse the sign direction. Remember: if a² + b² <strong>exceeds</strong> c², the triangle is acute. If the sum is <strong>less than</strong> c², it's obtuse. Equality means a right triangle.
- Verify angle sum equals 180° — When entering three angles, always confirm they sum exactly to 180° before submitting. A small rounding error in manual calculation can shift an acute angle very close to 90° into obtuse territory, misleading your classification.
- Identify the longest side correctly — The Pythagorean test requires comparing the two shorter sides against the longest. If you reverse this comparison, your classification flips. Sort the sides first: a ≤ b < c, then apply the test.
- Precision matters near boundaries — A triangle with angles of 89°, 85°, and 6° is barely acute. Measurement or rounding errors can misclassify near-boundary cases. When stakes are high, use exact values or recalculate with higher precision.