How do you use the law of cosines to find the area of a triangle?

1 Answer
Dec 6, 2014

The area of a triangle is defined as:http://www.cimt.plymouth.ac.uk/projects/mepres/book7/bk7i9/bk7_9i5.htm

The law of cosines is useful when you know two sides and the angle between them, or when you know all three sides. Lets take a look at a generic triangle, ABC;
http://mathworld.wolfram.com/LawofCosines.html
In the case that you know two sides and an angle, say sides a and b and angle C, you would simply use the area formula;

#area = (ab sin(C))/2#

and there is no need to use the law of cosines.
http://mathworld.wolfram.com/LawofCosines.html
Therefore, lets look at the case where we know the three sides of a triangle, a, b, and c. In this case we cannot find the height by using sin(C). We can, however, use Pythagoras' theorem.

In the second image above, we would use Pythagoras' theorem to find the length of #a sin(C)#, the height of the triangle.

#(a sin(C))^2 = a^2 - (a cos(C))^2#

Now we use the law of cosines to find #cos(C)#. The law of cosines is given as;

#cos(C) = (a^2 + b^2 - c^2)/ (2ab)#

so we now have;

#(a sin(C))^2 = a^2 - (a ((a^2 + b^2 - c^2)/(2ab)))^2#

or;

#a sin(C) = sqrt(a^2 - ((a^2 + b^2 - c^2)/(2b))^2)#

It's not pretty, but we can plug this equation into our area equation to get;

#Area = (b xx sqrt(a^2 - ((a^2 + b^2 - c^2)/(2b))^2))/2#

where side #b# is the base of the triangle and #a sin(C)# is the height.