Area of a Triangle SAS Calculator
Calculate triangle area using two sides and the included angle (SAS). Get perimeter, all angles, altitudes, inradius, circumradius, and a visual diagram.
About
Calculating triangle area from two sides and their included angle (SAS) relies on the formula A = 12 ⋅ a ⋅ b ⋅ sin(C). This is the only reliable method when base-height pairs are unknown but a protractor or angle measurement is available. Misidentifying the included angle (using an adjacent angle instead) produces a silently wrong result. The formula degenerates when C = 0° or C = 180°, where the triangle collapses to a line segment.
This calculator computes area and then derives the full triangle solution: third side via the Law of Cosines, remaining angles via the Law of Sines, perimeter, all three altitudes, inradius r, and circumradius R. Results assume Euclidean plane geometry. For spherical or hyperbolic surfaces, these formulas do not apply. Note: floating-point arithmetic limits precision to approximately 12 significant digits.
Formulas
The SAS area formula computes the area of a triangle when two sides and their included angle are known.
Where a and b are the two known sides, and C is the angle between them (the included angle).
The third side is recovered via the Law of Cosines:
The remaining angles are found using the Law of Sines:
Derived quantities use the following relations. The semi-perimeter:
The inradius (radius of the inscribed circle):
The circumradius (radius of the circumscribed circle):
Each altitude (height relative to each side):
Where s = semi-perimeter, r = inradius, R = circumradius, ha = altitude to side a.
Reference Data
| Triangle Type | Angle Condition | Side Relationship | Area Behavior | Notes |
|---|---|---|---|---|
| Equilateral | A = B = C = 60° | a = b = c | A = √34 ⋅ a2 | Maximum symmetry |
| Isosceles | Two angles equal | Two sides equal | Standard SAS formula | Axis of symmetry bisects the unequal side |
| Scalene | All angles different | All sides different | Standard SAS formula | Most general case |
| Right (90°) | One angle = 90° | c2 = a2 + b2 | A = 12ab (since sin90° = 1) | SAS simplifies to half-product of legs |
| Obtuse | One angle > 90° | Longest side opposite obtuse angle | Standard SAS formula | sin still positive for 0° - 180° |
| Acute | All angles < 90° | No side dominates | Standard SAS formula | Circumcenter lies inside triangle |
| Degenerate | C = 0° or 180° | Collinear points | Area = 0 | Not a valid triangle |
| Golden gnomon | 36° - 36° - 108° | Side ratio involves φ | Standard SAS formula | Related to Penrose tiling |
| 30-60-90 | 30°, 60°, 90° | 1 : √3 : 2 | Standard SAS formula | Common in construction and drafting |
| 45-45-90 | 45°, 45°, 90° | 1 : 1 : √2 | A = 12a2 | Isosceles right triangle |
| Key Constants | ||||
| π radians | = 180° | Conversion factor: 1° = π÷180 rad | ||
| sin(30°) | = 0.5 | Exact value | ||
| sin(45°) | = √22 ≈ 0.7071 | Exact value | ||
| sin(60°) | = √32 ≈ 0.8660 | Exact value | ||
| sin(90°) | = 1 | Maximum value of sine | ||