Two corners of an isosceles triangle are at #(1 ,3 )# and #(9 ,4 )#. If the triangle's area is #64 #, what are the lengths of the triangle's sides?
1 Answer
The lengths of the triangle's sides are:
#sqrt(65), sqrt(266369/260), sqrt(266369/260)#
Explanation:
The distance between two points
#d = sqrt((x_2-x_1)^2+(y_2-y_1)^2)#
So the distance between
#sqrt((9-1)^2+(4-3)^2) = sqrt(64+1) = sqrt(65)#
which is an irrational number a little larger than
If one of the other sides of the triangle was the same length, then the maximum possible area of the triangle would be:
#1/2*sqrt(65)^2 = 65/2 < 64#
So that cannot be the case. Instead, the other two sides must be the same length.
Given a triangle with sides
Herons formula tells us that the area of a triangle with sides
#A = sqrt(s(s-a)(s-b)(s-c))#
In our case the semi perimeter is:
#s = 1/2(sqrt(65)+t+t) = t+sqrt(65)/2#
and Heron's formula tells us that:
#64 = 1/2sqrt((t+sqrt(65)/2)(t-sqrt(65)/2)(sqrt(65)/2)(sqrt(65)/2))#
#color(white)(64) = 1/2sqrt(65/4(t^2-65/4))#
Multiply both ends by
#128 = sqrt(65/4(t^2-65/4))#
Square both sides to get:
#16384 = 65/4(t^2-65/4)#
Multiply both sides by
#65536/65 = t^2-65/4#
Transpose and add
#t^2 = 65536/65+65/4 = 262144/260+4225/260 = 266369/260#
Take the positive square root of both sides to get:
#t = sqrt(266369/260)#
So the lengths of the triangle's sides are:
#sqrt(65), sqrt(266369/260), sqrt(266369/260)#
Alternative method
Instead of using Heron's formula, we can reason as follows:
Given that the base of the isosceles triangle is of length:
#sqrt(8^2+1^2) = sqrt(65)#
The area is
So the height of the triangle is:
#64/(1/2 sqrt(65)) = 128/sqrt(65) = (128sqrt(65))/65#
This is the length of the perpendicular bisector of the triangle, which passes through the midpoint of the base.
So the other two sides form the hypotenuses of two right angled triangles with legs
So by Pythagoras, each of those sides is of length:
#sqrt((sqrt(65)/2)^2+((128sqrt(65))/65)^2) = sqrt(65/4+65536/65) = sqrt(266369/260)#