The Area of a Triangle
When you can't reach the height
Everyone meets the same rule first: a triangle's area is
\tfrac12 \times \text{base} \times \text{height}. Clean and simple — as
long as you actually know the height. But picture a farmer standing at the corner of a
three-sided field. She can pace out the two fences that meet at her feet, and she can measure the
angle between them with a surveyor's tool. What she cannot do is walk the
perpendicular height: it lands somewhere out in the middle of the crop, with nothing to measure from.
This is the everyday situation. You often have two sides and the corner between them
— never the tidy vertical height. Trigonometry rescues you: it turns those two sides and their angle
straight into an area, with no height needed at all.
\text{Area} = \tfrac12\,ab\sin C
Here a and b are the two sides you know, and
C is the included angle — the one sitting
between them, in the "sandwich" a\text{–}C\text{–}b.
Why the sine sneaks in
The formula isn't a new rule dropped from the sky — it's the old
\tfrac12\,\text{base}\times\text{height} wearing a disguise. Take side
b as the base. The height is the perpendicular distance from the far tip
of side a down to that base. Look at the right-angled triangle this makes:
side a is the hypotenuse, the angle at the corner is
C, and the height is the side opposite that angle. So
\text{height} = a\sin C.
Feed that into \tfrac12 \times \text{base} \times \text{height}:
\tfrac12 \times \underbrace{b}_{\text{base}} \times \underbrace{a\sin C}_{\text{height}} = \tfrac12\,ab\sin C.
That's the whole secret. The \sin C is just the machine that squeezes the
real height out of the slanted side a.
For a triangle with two sides a and b and the
angle C between them:
-
the area is
\tfrac12\,ab\sin C;
-
C must be the angle between the two sides — the
included angle — not just any angle of the triangle;
-
when C = 90^\circ, \sin 90^\circ = 1, so it
collapses to the ordinary \tfrac12 \times \text{base} \times \text{height}.
Seeing the height appear
Step through the figure: first the two sides a and
b with the included angle C, then the dashed
height a\sin C that turns it into a half-base-times-height area. Notice
the height never touches anything you could have measured directly — the sine reached in and found it
for you.
Worked example 1 — straight from two sides and the angle
A triangular flower bed has two edges of 8\text{ m} and
5\text{ m} meeting at a corner of 40^\circ.
What is its area?
Drop the numbers straight in — a = 8, b = 5,
C = 40^\circ:
\text{Area} = \tfrac12 \times 8 \times 5 \times \sin 40^\circ = 20\sin 40^\circ \approx 20 \times 0.643 \approx 12.9\text{ m}^2.
No height, no fuss — three numbers and a sine button. (Sanity check: if the corner had opened right
up to 90^\circ the area would be a full
20\text{ m}^2, so a squeezed 40^\circ corner
giving a bit under 13\text{ m}^2 feels right.)
Worked example 2 — working backwards to an angle
Sometimes you know the area and want the missing angle. A sailmaker cuts a triangular sail from two
spars of 6\text{ m} and 4\text{ m}, and the
finished sail must have an area of 9\text{ m}^2. What angle should the
spars make?
Start from the formula and solve for \sin C:
9 = \tfrac12 \times 6 \times 4 \times \sin C = 12\sin C \;\Rightarrow\; \sin C = \tfrac{9}{12} = 0.75.
Then C = \sin^{-1}(0.75) \approx 48.6^\circ. Set the spars
48.6^\circ apart and the sail comes out exactly right. (There is a second
answer, 131.4^\circ, since \sin repeats — an
obtuse corner of the same sine gives the same area.)
Worked example 3 — a whole field, split into triangles
The surveyor's real trick: any straight-sided plot can be chopped into triangles from one
corner, each measured by two sides and their included angle, and the areas simply added. Suppose a
four-sided plot splits into two triangles sharing a diagonal:
- Triangle 1: sides 30\text{ m} and 24\text{ m}, included angle 70^\circ.
- Triangle 2: sides 24\text{ m} and 18\text{ m}, included angle 55^\circ.
A_1 = \tfrac12(30)(24)\sin 70^\circ \approx 338.3\text{ m}^2, \qquad A_2 = \tfrac12(24)(18)\sin 55^\circ \approx 176.9\text{ m}^2.
\text{Total} \approx 338.3 + 176.9 = 515.2\text{ m}^2.
That is how a real plot of land gets its area onto a deed — never a perpendicular height in sight,
just sides, angles, and \tfrac12\,ab\sin C applied again and again.
Three classic traps swallow marks here:
-
The angle must be the included one. In
\tfrac12\,ab\sin C, the angle C has to sit
between the two sides you're using — the a\text{–}C\text{–}b
sandwich. Grabbing a different angle of the triangle gives an answer that is simply wrong. If your
two sides and your angle don't form that sandwich, you can't use the formula yet — find the
included angle first.
-
This finds an area, not a side. Don't confuse
\tfrac12\,ab\sin C with the
sine rule
\tfrac{a}{\sin A} = \tfrac{b}{\sin B}, which finds missing sides and
angles. Same word "sine", totally different job. The area formula's answer carries square units
(\text{m}^2, \text{cm}^2); a plain length
does not.
-
Units and rounding. Keep both sides in the same length unit, and only round at the
very end — rounding \sin C too early can nudge the area off.
"Two sides and the sine of the angle between them" is a far bigger idea than one triangle. Double the
formula and you get the area of the parallelogram built on those two sides:
ab\sin C. That expression is exactly the cross product
|\vec{a}\times\vec{b}| = ab\sin C — the length of the vector you get by
crossing two others.
Which is why the very same \sin C shows up everywhere sideways-ness
matters: the torque a spanner applies (\tau = rF\sin\theta,
biggest when you push at a right angle), the lift on a wing, the pull of a magnetic
field on a wire. Nature keeps reaching for the same tool the farmer used to measure her field. Learn
\tfrac12\,ab\sin C well and you've quietly met one of the most reused ideas
in all of maths and physics. You'll see it again in
the cross product.