Triangle Area Calculator
Compute the area of any triangle when you know two sides and the angle between them. Perfect for geometry, land surveying, and engineering tasks where a height measurement isn't directly available.
About this calculator
When the height of a triangle is unknown but two sides and the included angle are given, you can find the area using the SAS (Side-Angle-Side) formula: Area = 0.5 × side1 × side2 × sin(angle). This works because the height of the triangle can be expressed as side2 × sin(angle), where the angle is measured in degrees and converted to radians for calculation. The formula effectively replaces the standard Area = 0.5 × base × height by deriving the height trigonometrically. For a 90° included angle, sin(90°) = 1, so the formula simplifies to the familiar 0.5 × base × height. The formula is valid for any triangle as long as the two sides and the angle between them (not an exterior angle) are used.
How to use
Suppose you have a triangle with side1 = 8 units, side2 = 5 units, and an included angle of 30°. Enter these values into the calculator. It computes: Area = 0.5 × 8 × 5 × sin(30°). Since sin(30°) = 0.5, the calculation becomes 0.5 × 8 × 5 × 0.5 = 10 square units. So the area of this triangle is exactly 10 sq units. You can verify this makes sense because a right triangle with the same base and height (4 units) would also give 0.5 × 8 × 4 = 16 — but here the angle is acute, making the effective height smaller.
Frequently asked questions
How do I find the area of a triangle when I only know two sides and the included angle?
Use the SAS area formula: Area = 0.5 × side1 × side2 × sin(angle), where the angle is the one formed between the two known sides. This formula works for any triangle — acute, right, or obtuse. It derives from the fact that the triangle's height can be computed as side2 × sin(angle), then substituted into the standard base-times-height formula. Make sure to use the included angle — the one directly between the two sides you measured.
What is the difference between the SAS triangle area formula and the standard base-times-height formula?
The standard formula, Area = 0.5 × base × height, requires you to know the perpendicular height of the triangle, which is not always easy to measure directly. The SAS formula, Area = 0.5 × side1 × side2 × sin(angle), calculates the same area by deriving the height trigonometrically from the included angle. Both formulas give identical results — the SAS version is simply more practical when two sides and the angle between them are known but the altitude is not.
Why does the triangle area formula use the sine of the included angle?
The sine of the included angle gives the perpendicular height component relative to one side. If you consider side1 as the base, then the height of the triangle from the opposite vertex is side2 × sin(angle). Substituting into the base-height formula gives Area = 0.5 × side1 × (side2 × sin(angle)) = 0.5 × side1 × side2 × sin(angle). The sine function extracts the component of side2 that is perpendicular to side1, which is exactly what the height represents geometrically.