Formula and method for the Area of a Triangle SAS Calculator
Area of a Triangle (SAS):
A = ½ × a × b × sin(C)
where a and b are two sides and C is the included angle between them
The SAS (Side-Angle-Side) method finds a triangle's area when you know two sides and the angle enclosed between them — no need to measure the height directly. The formula A = ½ × a × b × sin(C) follows from the standard base-times-height formula: if side b is treated as the base, then a × sin(C) is exactly the perpendicular height from the opposite vertex.
How the calculation works
Enter the two known sides (a and b) and the included angle (C), choosing whether C is measured in degrees or radians. The calculator computes the area directly from the SAS formula, then applies the Law of Cosines to find the missing third side, c = √(a² + b² − 2ab·cos C), and adds all three sides for the perimeter. It uses the Law of Cosines a second time to solve for the two remaining angles, then classifies the triangle as acute, right, or obtuse based on its largest angle.
Common mistakes
- Wrong angle: C must be the angle physically between sides a and b, not one of the triangle's other two angles — using the wrong angle produces a different, incorrect triangle.
- Degrees vs. radians: confirm the Angle unit selector matches how you entered C. An angle of 40 means something very different in radians (over 2,290°) than in degrees.
- Degenerate angles: C must be strictly between 0° and 180° (0 and π radians). At those extremes the three points fall on a straight line and the "triangle" has zero area.
Real-world applications
- Land surveying, where two boundary lengths and the angle between them are easier to measure directly than the far side of a plot
- Engineering and construction layouts that specify two structural members and the angle joining them
- Navigation and triangulation, where bearings give an included angle between two known distances
- Trigonometry and geometry coursework whenever a problem supplies SAS data instead of three side lengths