Enter the lengths of the three sides of the Triangle:
The area of a triangle is one of the most essential concepts in geometry, useful in fields ranging from architecture and design to land surveying and construction. While the most basic formula—½ × base × height—works only when the height is known, Heron’s Formula allows you to calculate the area of a triangle using just its three sides.
In this guide, we’ll explain how to use Heron’s Formula, illustrate it with an SVG diagram, walk through a few examples, and offer a simple online tool: the Area of a Triangle Calculator to make your calculations even easier.
Given the sides of a triangle are:
Step 1: Calculate the semi-perimeter (s):
s = (a + b + c) / 2
Step 2: Apply Heron's Formula:
Area = √[s(s - a)(s - b)(s - c)]
This method works for any triangle (scalene, isosceles, or equilateral), as long as the side lengths form a valid triangle.
a = 7, b = 8, c = 9
Step 1: Semi-perimeter
s = (7 + 8 + 9) / 2 = 12
Step 2: Apply formula
Area = √[12 × (12 - 7) × (12 - 8) × (12 - 9)]
= √[12 × 5 × 4 × 3] = √720 ≈ 26.83 square units
a = b = c = 10
Step 1: Semi-perimeter
s = (10 + 10 + 10) / 2 = 15
Step 2: Apply formula
Area = √[15 × 5 × 5 × 5] = √1875 ≈ 43.30 square units
Manually calculating the area of a triangle with sides can be time-consuming and prone to error. That’s why we’ve built a free and easy-to-use tool for you.
Try the Area of Triangle Calculator
To calculate the area of a triangle using side lengths:
s = (a + b + c)/2
Area = √[s(s - a)(s - b)(s - c)]
Try it now with our Area of Triangle Calculator