Area of a Triangle (Heron's Formula)
Area of a Triangle (Heron's Formula) is a free tool that allows you to calculate the area of a triangle whose three side lengths are known. The calculation for calculating the area of a triangle from the lengths of its three sides is called Heron's formula.
How to use
- Enter the "lengths of the three sides".
- The "area of the triangle" will be calculated automatically using "Heron's formula".
How to calculate the area of a triangle (Heron's formula)?
Heron's formula is a formula that uses only the lengths of the three sides of a triangle to find the area. It is widely used as a convenient formula because it can be calculated without knowing the height or the length directly. The formula was created after the ancient Greek mathematician Heron of Alexandria.
Heron's formula
Let the lengths of the three sides of a triangle be "a", "b", and "c". In this case, the "area: S" is calculated using the following procedure.
Calculate "semi-perimeter: s"
s is half the perimeter of the triangle.
s = (a + b + c)/2
Calculate "area: S"
S = √(s × (s - a) × (s - b) × (s - c))
Calculate Heron's formula
Calculate the area of a triangle with sides a=5, b=6, c=7.
Calculate "semi-perimeter: s"
s is half the perimeter of the triangle.
s = (5 + 6 + 7) / 2 = 9
Calculate "Region: S"
S = √(9 × (9 - 5) × (9 - 6) × (9 - 7)) = √216 ≒ 14.7
Notes
This tool is available for free.
※This program is created and confirm the operation in PHP8.1.22.
※If you have any inquiries, opinions, or requests that you would like to make,
please fill out the following form