Calculates the area from two sides and the angle between them (in degrees) as ½ × a × b × sin C. The height is not needed.
Explanation
Two sides and the angle between them are enough to get the area of a triangle. No height measurement needed.
S=21absinC - a, b — the two known sides
- C — the angle between them, in degrees
- S — the area
This is the familiar base times height over two, with the height rewritten. Treat a as the base; the perpendicular dropped from the far end of b has length exactly bsinC. Substitute that in and the formula above falls out.
Example
With a=6, b=8 and C=30∘, and sin30∘=0.5:
S=21×6×8×0.5=12 The area is 12.
Notes
- Enter the angle in degrees, strictly between 0∘ and 180∘. Anything outside that range is rejected.
- C must be the included angle, the one sitting between a and b. An angle opposite one of the sides gives the wrong area.
- sinC peaks at 1 when C=90∘, so for two sides of fixed length the area is largest when they meet at a right angle.
- Since sinC and sin(180∘−C) are equal, 30∘ and 150∘ produce the same area from the same two sides.
- Keep the units consistent: sides in cm give an area in cm², sides in m give m².