What you provide
What you provide
- Side a: First triangle side length.
- Side b: Second triangle side length.
- Side c: Third triangle side length.
GEOMETRY / THREE SIDES
Calculate triangle area with Heron’s formula plus perimeter and semiperimeter from three valid side lengths.
Use boundary
Triangle inequality is validated before Heron’s formula uses the semiperimeter to calculate area.
s = (a + b + c) / 2; area = sqrt(s(s-a)(s-b)(s-c)).
What you provide
What you receive
Use boundary
The three lengths must form a non-degenerate triangle and use the same unit; this tool does not infer angles.
Results are educational math aids. Check notation, units, rounding, assumptions, and required precision before using an answer in graded, engineering, financial, or safety-critical work.