Enter the three side lengths of a triangle to calculate its area using Heron's formula.
Heron's formula is a method for calculating the area of a triangle when you know the lengths of all three sides. This formula is particularly useful when you don't have information about the triangle's height or angles.
Let \( a \), \( b \), and \( c \) be the side lengths of a triangle. Then the area \( A \) of the triangle is given by:
\[ A = \sqrt{s(s-a)(s-b)(s-c)} \]
Where \( s \) is the semi-perimeter of the triangle:
\[ s = \frac{a + b + c}{2} \]
Let's calculate the area of a triangle with sides \( a = 3 \), \( b = 4 \), and \( c = 5 \):
Therefore, the area of the triangle is 6 square units.
Here's a visual representation of a triangle with sides 3, 4, and 5:
This diagram illustrates a right-angled triangle (3-4-5 triangle), which is a special case where Heron's formula can be applied, although it works for any triangle.