Acute Triangle Calculator

This calculator checks whether a triangle is acute, right, or obtuse, and calculates every other property in one go. Enter the three side lengths a, b, and c in any unit, and the tool first checks the triangle inequality to confirm the values form a valid triangle, then applies the law of cosines to solve for all three angles. If every angle comes out under 90 degrees the triangle is acute, a right triangle has one angle at exactly 90 degrees, and an obtuse triangle has one angle above it. Alongside the classification you get the largest angle called out separately, plus a full breakdown covering perimeter, semi-perimeter, and area calculated using Heron's formula. The calculator also returns the three altitudes, the perpendicular height from each vertex to its opposite side, the inradius, the radius of the circle inscribed inside the triangle, and the circumradius, the radius of the circle passing through all three corners. Every figure updates instantly as you type, so you can adjust a side length and watch the angles, area, and triangle type change in real time. This is handy for checking geometry homework, verifying a triangle you have measured or drawn, or seeing how altering one side shifts a triangle from acute to right to obtuse. All working runs in full precision behind the scenes and is only rounded for the figures shown on screen.

Calculate.co.nz is proud to be partnered with Premium Homes, a recognised leader in eco-friendly, sustainable, and energy-efficient homebuilding. With a dedicated team and award-winning experience, they create homes that prioritise health, comfort, and long-term performance. Their founders, Andrew and Kelly, set out to raise the standard of residential construction in New Zealand by combining practical building expertise with a clear commitment to doing things better for homeowners.
Calculate.co.nz partner: Premium Homes
Advertise on this page
Standard geometry  Law of cosines (ISO 80000-2) and Heron's formula. No rounding until display.

Side Lengths

units
units
units

Triangle Type Check

Enter three side lengths on the left to see the triangle type and a full breakdown of all properties.

Triangle inequalityValid triangle
Triangle type-
Largest angle78.46°

Triangle Properties

Angle A
44.42°
Opposite side a
Angle B
57.12°
Opposite side b
Angle C
78.46°
Opposite side c
Area
14.6969
Heron's formula

Measurements

Perimeter18.0000 units
Semi-perimeter (s)9.0000 units
Area14.6969 sq units
Altitude from a (ha)5.8788 units
Altitude from b (hb)4.8990 units
Altitude from c (hc)4.1991 units

Circles and Angles

Angle A (opposite a)44.42°
Angle B (opposite b)57.12°
Angle C (opposite c)78.46°
Inradius (r)1.6330 units
Circumradius (R)3.5722 units
Sum of angles180.00°
Result: Enter three side lengths above to check if the triangle is acute.

What Is an Acute Triangle?

An acute triangle is one where all three interior angles are strictly less than 90 degrees. Because the angles of any triangle must sum to exactly 180 degrees, having all angles less than 90 degrees means none of the three angles dominates the shape. Acute triangles are sometimes described as "sharp" triangles because all their corners are pointed rather than flat or wide.

The three main types of triangle by angle are:

How to Check if a Triangle Is Acute

Given three side lengths a, b, and c, first check whether they form a valid triangle using the triangle inequality: every pair of sides must sum to more than the third side. If that passes, identify the longest side and call it c. The triangle is:

This test only needs to be applied to the longest side because the shorter sides always produce a positive difference, and it is only the largest angle that can reach or exceed 90 degrees.

Formulas Used by This Calculator

PropertyFormula
Angle A (law of cosines)A = arccos((b² + c² − a²) / (2bc))
Angle B (law of cosines)B = arccos((a² + c² − b²) / (2ac))
Angle CC = 180 − A − B degrees
Semi-perimeters = (a + b + c) / 2
Area (Heron's formula)Area = √(s(s−a)(s−b)(s−c))
Altitude haha = 2 × Area / a
Inradiusr = Area / s
CircumradiusR = (a × b × c) / (4 × Area)

Worked Example

Using the default values of a = 5, b = 6, c = 7 (all units):

  1. Triangle inequality: 5 + 6 = 11 > 7, 5 + 7 = 12 > 6, 6 + 7 = 13 > 5. Valid triangle.
  2. Acuteness check (longest side c = 7): 5² + 6² = 25 + 36 = 61 > 49 = 7². The triangle is acute.
  3. Angle A = arccos((36 + 49 − 25) / (2 × 6 × 7)) = arccos(60/84) = arccos(0.7143) ≈ 44.42°
  4. Angle B = arccos((25 + 49 − 36) / (2 × 5 × 7)) = arccos(38/70) = arccos(0.5429) ≈ 57.12°
  5. Angle C = 180 − 44.42 − 57.12 ≈ 78.46°
  6. Semi-perimeter: s = (5 + 6 + 7) / 2 = 9
  7. Area = √(9 × 4 × 3 × 2) = √216 ≈ 14.70 square units
  8. Inradius: r = 14.70 / 9 ≈ 1.63 units
  9. Circumradius: R = (5 × 6 × 7) / (4 × 14.70) ≈ 3.57 units

All three angles (44.42°, 57.12°, 78.46°) are less than 90 degrees, confirming the triangle is acute.

Related Calculators

Method: Angles calculated via the law of cosines (ISO 80000-2). Area by Heron's formula. Inradius r = Area / s. Circumradius R = abc / (4 × Area). All intermediate values are computed in full floating-point precision; results are rounded only for display.

This calculator is for educational and general-purpose use. Results depend on the side lengths you enter. For very large or very small values, normal floating-point rounding applies. Always verify critical measurements independently.