Last verified · v1.0
Calculator · math
Scalene Triangle Calculator
Compute the area, perimeter, angles, and altitudes of any scalene triangle by entering three side lengths. Powered by Heron's Formula.
Inputs
Triangle Result
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
How the Scalene Triangle Calculator Works
A scalene triangle is a triangle in which all three sides have different lengths and all three interior angles are unequal. This calculator applies Heron's Formula — one of the most elegant results in classical geometry — to compute the area, perimeter, semi-perimeter, altitudes, angles, and radii of any scalene triangle from just the three side lengths.
What Is a Scalene Triangle?
Unlike equilateral triangles (three equal sides) or isosceles triangles (two equal sides), a scalene triangle has no equal sides and no equal angles. Real-world examples include irregular land survey parcels, asymmetric roof trusses, and triangular bracing structures in civil engineering. According to the IGCSE Geometry definition, a scalene triangle satisfies the condition a ≠ b ≠ c, where a, b, and c represent the three side lengths.
Heron's Formula: The Core Calculation
The area of any triangle whose three side lengths are known can be found using Heron's Formula, attributed to the Greek mathematician Heron of Alexandria (circa 60 CE). The formula proceeds in two steps:
- Step 1 — Semi-perimeter: s = (a + b + c) / 2
- Step 2 — Area: Area = √[s(s − a)(s − b)(s − c)]
For example, consider a scalene triangle with sides a = 7 cm, b = 10 cm, and c = 5 cm. The semi-perimeter is s = (7 + 10 + 5) / 2 = 11 cm. The area is then √[11(11 − 7)(11 − 10)(11 − 5)] = √[11 × 4 × 1 × 6] = √264 ≈ 16.25 cm².
Variable Definitions
- Side A (a): The length of the first side, entered in any consistent unit (cm, m, ft, inches, etc.).
- Side B (b): The length of the second side of the scalene triangle.
- Side C (c): The length of the third side of the scalene triangle.
- s (semi-perimeter): Half the sum of all three sides; an essential intermediate value used in Heron's Formula.
- Area: The enclosed surface area of the triangle, expressed in square units.
- Perimeter: The total boundary length, equal to a + b + c.
Triangle Inequality Validation
Not every combination of three positive numbers forms a valid triangle. The triangle inequality theorem requires that the sum of any two sides must strictly exceed the third: a + b > c, a + c > b, and b + c > a. This calculator automatically validates all three conditions before computing any results. When inputs violate the triangle inequality, the expression inside the square root becomes negative, yielding no real-valued area.
Additional Properties Computed
Beyond the area, this scalene triangle calculator derives several related geometric properties in a single step:
- Perimeter: P = a + b + c
- Altitudes: The height to side a is h_a = 2 × Area / a; similarly h_b = 2 × Area / b and h_c = 2 × Area / c.
- Angles via Law of Cosines: cos(A) = (b² + c² − a²) / (2bc). Angles B and C follow by rotating the variable positions.
- Circumradius: R = (a × b × c) / (4 × Area)
- Inradius: r = Area / s
Practical Applications
Scalene triangle calculations appear across dozens of professional disciplines. Land surveyors apply Heron's Formula to compute parcel areas directly from three field-measured boundary distances, eliminating the need to measure any angle. Structural engineers analyze triangular trusses with unequal member lengths to determine load distribution. Architects use the formula when designing asymmetric roof pitches and gable surface areas. Navigation and GPS triangulation both rely on solving scalene triangles to determine position from known reference distances. As documented by researchers at the University of North Carolina Department of Computer Science, numerical precision is especially critical for very flat or very elongated scalene triangles, where small rounding errors in side lengths produce disproportionately large errors in computed area — a key reason to rely on a validated calculator rather than manual arithmetic.
Sources and Methodology
The formulas implemented in this calculator follow the classical derivation detailed in Problem Solving with Heron's Formula (University of Georgia, Department of Mathematics Education) and the numerical stability guidelines presented in Miscalculating Area and Angles of a Needle-like Triangle (University of North Carolina). Both sources confirm the classical derivation and the computational best practices essential for accurate scalene triangle geometry across all valid input ranges.
Reference