terican

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.

FreeInstantNo signupOpen source

Inputs

Triangle Result

Explain my result

0/3 free

Get a plain-English breakdown of your result with practical next steps.

Triangle Result

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

Frequently asked questions

What is a scalene triangle?
A scalene triangle is a triangle in which all three sides have different lengths and, consequently, all three interior angles are unequal. No axis of symmetry exists in any scalene triangle. Common real-world examples include irregular land survey plots, asymmetric roof trusses, and many structural bracing configurations found in civil engineering and modern architecture.
How do you calculate the area of a scalene triangle using only three side lengths?
Apply Heron's Formula. First compute the semi-perimeter: s = (a + b + c) / 2. Then calculate Area = √[s(s − a)(s − b)(s − c)]. For a triangle with sides 7 cm, 10 cm, and 5 cm, s = 11, giving Area = √[11 × 4 × 1 × 6] = √264 ≈ 16.25 cm². No angle measurement is required.
What is Heron's Formula and who discovered it?
Heron's Formula is a mathematical expression that computes the area of any triangle from its three side lengths alone, without requiring any angle. It was described by Heron of Alexandria around 60 CE in his work Metrica, though some historians attribute earlier knowledge to Archimedes. The formula states Area = √[s(s − a)(s − b)(s − c)], where s = (a + b + c) / 2 is the semi-perimeter. It applies equally to scalene, isosceles, and equilateral triangles.
Can a scalene triangle be a right triangle?
Yes. A right scalene triangle has exactly one 90-degree angle and three sides of different lengths. The classic 3-4-5 right triangle is a well-known example: it satisfies the Pythagorean theorem (3² + 4² = 5²) and also satisfies the scalene condition because all three sides differ. Many practical construction and engineering scenarios involve right scalene triangles, including stair stringers and ramp calculations.
What are the angle sum rules for a scalene triangle?
Like every triangle, a scalene triangle's three interior angles always sum to exactly 180 degrees, and each angle is unique — no two are equal. Given three known side lengths, each angle is computed using the Law of Cosines: cos(A) = (b² + c² − a²) / (2bc), with angles B and C found by rotating the variable positions. All three resulting angles must be positive and individually less than 180 degrees to confirm a valid triangle.
What is the triangle inequality and why does it matter for a scalene triangle calculator?
The triangle inequality theorem states that the sum of any two sides of a triangle must be strictly greater than the third side. For a scalene triangle with sides a, b, and c, all three conditions must hold: a + b must exceed c, a + c must exceed b, and b + c must exceed a. If any condition fails, no valid triangle exists. For instance, sides of length 2, 3, and 8 cannot form a triangle because 2 + 3 = 5, which is less than 8. This calculator validates all three conditions automatically before computing results.