Heron's Formula Calculator

Calculate the area of any triangle using Heron's formula from its three side lengths.

Results

Area

6.00

Perimeter

12.00

Inradius

1.00

Side Comparison

Heron's Formula Calculator

PropertyValue
Area6.0000
Perimeter12.0000
Semi-perimeter6.0000
Inradius1.0000
Circumradius2.5000

About Heron's Formula

What Is Heron's Formula?

Heron's formula (also called Hero's formula) calculates the area of a triangle when only the three side lengths are known. Named after Hero of Alexandria, it states: A = sqrt(s(s-a)(s-b)(s-c)), where s is the semi-perimeter (a+b+c)/2 and a, b, c are the side lengths.

The Formula

A = sqrt(s(s-a)(s-b)(s-c)) where s = (a+b+c)/2. This formula is remarkable because it does not require knowledge of any angles or heights, only the three sides. It works for any valid triangle.

Related Properties

From Heron's formula, we can derive the inradius r = A/s and the circumradius R = abc/(4A). These additional properties make Heron's formula a powerful tool that unlocks the full geometry of a triangle from just three side measurements.

Applications

Heron's formula is widely used in surveying, navigation, construction, and computer graphics. It is particularly useful when measuring heights or angles is impractical but side lengths can be measured directly.

Practical Example

Triangle with sides 3, 4, 5

Step 1: Semi-perimeter s = (3+4+5)/2 = 6

Step 2: A = sqrt(6 x 3 x 2 x 1) = sqrt(36) = 6

Step 3: Inradius = 6/6 = 1

Step 4: Circumradius = (3x4x5)/(4x6) = 2.5

Perguntas Frequentes

What is the semi-perimeter?

The semi-perimeter is half the perimeter: s = (a + b + c) / 2. It is a key component of Herons formula and also relates to the inradius.

Does Herons formula work for all triangles?

Yes, it works for any valid triangle (one where the sum of any two sides exceeds the third). If the sides cannot form a valid triangle, the formula produces an error (negative under square root).

What is the inradius?

The inradius is the radius of the inscribed circle (incircle) that touches all three sides. It equals Area / semi-perimeter.

What is the circumradius?

The circumradius is the radius of the circumscribed circle passing through all three vertices. R = (abc)/(4A).

What happens if the sides cannot form a triangle?

If the triangle inequality is violated (any side exceeds the sum of the other two), the expression under the square root becomes negative, and no valid triangle exists. The calculator detects this.

Disclaimer: This calculator uses standard geometric formulas. Results are for informational purposes only.

References

  1. Wikipedia. "Circumcircle." en.wikipedia.org
  2. Wolfram MathWorld. mathworld.wolfram.com

Comentários