Area of a Triangle from Two Sides and the Included Angle

Calculates the area from two sides and the angle between them (in degrees) as ½ × a × b × sin C. The height is not needed.

Two sides and the angle between them are enough to get the area of a triangle. No height measurement needed.

S=12absinCS = \dfrac{1}{2} ab \sin C

This is the familiar base times height over two, with the height rewritten. Treat aa as the base; the perpendicular dropped from the far end of bb has length exactly bsinCb \sin C. Substitute that in and the formula above falls out.

Example

With a=6a = 6, b=8b = 8 and C=30C = 30^\circ, and sin30=0.5\sin 30^\circ = 0.5:

S=12×6×8×0.5=12S = \dfrac{1}{2} \times 6 \times 8 \times 0.5 = 12

The area is 12.

Notes