Select a method and enter the known values to find the area of a triangle.
Our calculator supports various methods to find the area of a triangle. The required fields will change based on the selected method.
Load an example to see how the calculator works with different inputs.
A standard triangle with a known base and height.
base: 10
height: 5
A scalene triangle where all three side lengths are known.
sideA: 13
sideB: 14
sideC: 15
Finding the area when two sides and the angle between them are known.
sideA: 7
sideB: 10
angleC: 60
An example of an isosceles triangle using the three-sides method.
sideA: 10
sideB: 10
sideC: 12
For learning and verifying geometry concepts.
As an educational aid for demonstrating formulas.
For calculating areas in designs and plans.
For determining the area of triangular plots of land.
For projects that involve cutting or measuring triangular shapes.
Area = 0.5 * a * b * sin(C)
cannot be directly applied without first finding other properties of the triangle.base * height
, so the area of one of the triangles is half of that.s = (a + b + c) / 2
.a * sin(C)
, where C is the angle between sides 'a' and 'b'. Substituting this into Area = 1/2 * b * h
gives Area = 1/2 * b * (a * sin(C))
.