Scalene Triangle Calculator

Enter the three side lengths of a scalene triangle to get its area, perimeter, and interior angles using Heron's formula and the Law of Cosines.

Quick Facts

Triangle inequality
a + b > c (and both other pairs)
Any two sides must together be longer than the third, or no triangle exists.
Heron's formula
Area = √(s(s−a)(s−b)(s−c))
s is the semi-perimeter: s = (a + b + c) / 2.
Law of Cosines
cos(A) = (b² + c² − a²) / (2bc)
Solves for each interior angle from the three side lengths.
Scalene definition
All 3 sides and all 3 angles differ
No two sides equal, so no two angles equal either.

Your Results

Calculated
Area
-
Heron's formula, in square units
Perimeter
-
a + b + c
Interior Angles (A, B, C)
-
Opposite sides a, b, c respectively
Classification
-
Scalene, isosceles, or equilateral

Ready

Enter three side lengths and press Calculate.

Formula and Method for the Scalene Triangle Calculator

A scalene triangle is a triangle whose three sides all have different lengths — and, as a direct consequence, whose three interior angles all have different measures too. It has no lines of symmetry. Given the three side lengths (the SSS case), this calculator finds the area with Heron's formula, the perimeter by simple addition, and the three interior angles with the Law of Cosines, then confirms whether the triangle really is scalene.

How the calculation works

First the calculator checks the triangle inequality: for sides a, b, and c, each pair of sides must add up to more than the remaining side (a + b > c, a + c > b, and b + c > a). If any check fails, the three lengths cannot form a closed triangle. Next it computes the semi-perimeter s = (a + b + c) / 2 and applies Heron's formula, Area = √(s(s−a)(s−b)(s−c)), which needs only the three side lengths — no angle or height measurement required. Finally it solves for each interior angle with the Law of Cosines, cos(A) = (b² + c² − a²) / (2bc) for the angle opposite side a (and the analogous formula for angle B opposite side b), then finds angle C as 180° minus the other two, since a triangle's interior angles always sum to 180°.

Common mistakes

  • Ignoring the triangle inequality: not every trio of positive numbers forms a triangle. Sides 2, 3, and 10 fail because 2 + 3 = 5, which is less than 10 — no triangle can close.
  • Mixing units: enter all three sides in the same unit (all in feet, or all in centimeters) before calculating; the area result will be in that unit squared.
  • Angle-to-side mismatch: each computed angle is opposite its matching side — angle A is opposite side a, and so on. Mixing up which angle pairs with which side gives a triangle that looks right but has the wrong shape.

Real-world applications

  • Land surveying and plot boundaries use SSS triangle solving to compute area from three measured property lines.
  • Truss design and roof framing rely on scalene triangle geometry, since asymmetric loads rarely produce equal-length members.
  • Navigation and triangulation compute unknown distances or bearings from three known measurements.
  • Trigonometry and geometry coursework use Heron's formula and the Law of Cosines as core problem-solving tools for any triangle defined only by its sides.

Frequently Asked Questions

What is a scalene triangle?
A scalene triangle is a triangle in which all three sides have different lengths, and as a result all three interior angles have different measures. It has no lines of symmetry, unlike isosceles or equilateral triangles.
How do you find the area of a scalene triangle from its three sides?
Use Heron's formula: compute the semi-perimeter s = (a + b + c) / 2, then Area = √(s(s−a)(s−b)(s−c)). For example, sides 7, 9, and 12 give s = 14, so Area = √(14 × 7 × 5 × 2) = √980 ≈ 31.30 square units.
Can any three side lengths form a triangle?
No. Three lengths only form a valid triangle if the triangle inequality holds: the sum of any two sides must be strictly greater than the third side (a + b > c, a + c > b, and b + c > a). If any of these fail, the sides cannot close into a triangle.
How do you find the angles of a scalene triangle from its sides?
Use the Law of Cosines. For the angle opposite side a: cos(A) = (b² + c² − a²) / (2bc), then A = arccos of that value. Repeat for angle B opposite side b, and find angle C as 180° minus the other two angles.