A triangle has sides with lengths: 2, 9, 2. How do you find the area of the triangle using Heron's formula?

1 Answer
Dec 26, 2015

There is no such triangle, since 2+2 < 92+2<9

Explanation:

If a triangle has sides of length aa, bb and cc then all of these conditions hold:

a+b > ca+b>c

b+c > ab+c>a

c+a > bc+a>b

...unless you count empty triangles, in which case change the >>'s into >='s.

If you try to apply Heron's formula to lengths a=2a=2, b=9b=9, c=2c=2, then you will find that you end up attempting to take the square root of a negative number, hence no Real area:

The semi-perimeter spsp is given by:

sp = (a+b+c)/2 = (2+9+2)/2 = 13/2sp=a+b+c2=2+9+22=132

Then Heron's formula for the area AA is:

A = sqrt(sp(sp-a)(sp-b)(sp-c))A=sp(spa)(spb)(spc)

=sqrt(13/2(13/2-2)(13/2-9)(13/2-2))=132(1322)(1329)(1322)

=sqrt((13/2)(9/2)(-5/2)(9/2))=(132)(92)(52)(92)

=sqrt(-5265/16)=526516

It is possible to simplify this further, but there's no real point since it's clearly the square root of a negative quantity.