Easily calculate area, perimeter and sides of triangles using different methods.
Triangle diagram automatically updates based on selected method and entered values.
Triangle type and measurements will be shown in calculation results.
Different calculation methods and formulas
If you know the lengths of all three sides of a triangle, you can calculate its area using Heron's formula:
Area = √[s(s-a)(s-b)(s-c)]
Where s = (a+b+c)/2 (semi-perimeter)
If you know the base and height of a triangle, you can calculate its area using this formula:
Area = (base × height) / 2
For right triangles, the Pythagorean theorem applies:
a² + b² = c²
Where c is the hypotenuse and a and b are the other two sides
Questions about triangle calculations
Triangle inequality states that the sum of the lengths of any two sides of a triangle must be greater than the length of the third side. That is, if a, b, c are the sides of a triangle, then: a + b > c, a + c > b, and b + c > a must be true.
The sum of the angles in any triangle is always 180 degrees. Therefore, if A, B, C are the angles of a triangle, then: A + B + C = 180°.
Triangles can be classified into three types based on their sides:
There are also three types of triangles based on their angles:
Comments