Two corners of an isosceles triangle are at (5 ,2 ) and (2 ,3 ). If the triangle's area is 6 , what are the lengths of the triangle's sides?

1 Answer
Aug 11, 2017

If the base is sqrt(10), then the two sides are sqrt(29/2)

Explanation:

It depends on whether or not these points form the base or the sides.

First, find the length between the two points.
This is done by finding the lenght of the vector between the two points:

sqrt((5-2)^2+(2-3)^2) = sqrt(10)

If this is the lenght of the base, then:
Start by finding the height of the triangle.
Area of a triangle is given by: A = 1/2*h*b , where (b) is the base and (h) is the height.

Therefore:
6 = 1/2*sqrt(10)*h iff 12/sqrt(10) = h

Because the height cuts a isosceles triangle into two similar right-angeled triangles, we can use pythagoras.
The two sides will then be:
sqrt((1/2*sqrt(10))^2+(12/sqrt(12))^2) = sqrt(1/4*10+12) = sqrt(58/4) = sqrt(29/2)

If it was the lenght of the two sides, then:
Use the area formula for triangles in generel, A = 1/2*a*b*sin(C), because (a) and (b) are the same, we get; A = 1/2*a^2*sin(C), where (a) is the side we calculated.

6 = 1/2*10*sin(C) iff sin(C) = 6/5

But that isn't possible for a real triangle, so we must asume the two coordinates formed the base.