
Kevin S. answered 11/11/22
Trusted Trigonometry Tutor: Expert Help with Trig
The classic formula is A=1/2 b*h, where b is the base and h is the triangle's height.
In the proof, we cannot assume we are given h so that we can transform h into b*sin C:
Area=ab/2 * sin C
Now we will use the law of cosines to prove Heron's formula since the law of cosines only has triangle side lengths.
We will use the Pythagorean identity to rewrite sin C.
sin2C + cos2C=1
sin2C =1 -cos2C
sin C = √1 - cos2C
Now using the law of cosines:
Area ABC = ab/2 * sqrt(1 - cos2C)
= ab/2 * sqrt(1- ((c2-a2-b2)2 / (4a2b2))
= sqrt((4a2b2 - (c2-a2-b2)) /16)
= sqrt(((2ab -c2+a2+b2)*(2ab -c2+a2+b2)) /16)
= sqrt( (((a+b)2 - c2)*(c2 - (a-b)2))/16 )
= sqrt(((a+b-c)*(a+b+c)*(a-b+c)*(-a+b+c))/16)
= sqrt(s*(s-a)*(s-b)*(s-c))
This completes the proof.
s is the semiperimeter of the triangle s = (a+b+c)/2