If two vertices of an equilateral triangle are (3,0) and (6,0) find the third vertex.
Answers
Answer: Let ABC be the equilateral triangle such that,
A=(3,0),B=(6,0) and C=(x,y)
Distance formula:
√{(x2-x1)^+(y2-y1)^2}
we know that ,
AB=BC=AC
By distance formula we get,
AB=BC=AC=3units
AC=BC
√{(3-x)^2+y^2}=√{(6-x)^2+y^2}
9+x^2-6x+y^2=36+x^2-12x+y^2
6x=27
x=27/6=9/2
BC=3units
√{(6-27/6)^2+y^2}=3
{(36-27)/6}^2+y^2=9
(9/6)^2+y^2=9
(3/2)^2+y^2=9
9/4+y^2=9
9+4y^2=36
4y^2=27
y^2=27/4
y=√(27/4)
y=3√3/2
(x,y)=(9/2,3√3/2)
Hence third vertex of equilateral triangle=C=(9/2,3√3/2
Step-by-step explanation:
Answer:The given vertices are A(3, 0) and B(6, 0).
Let the coordinates of the third vertex be C(x, y).
We have AB = BC = CA
AB2 = BC2 = CA2
Using distance formula, we have:
(6-3)2 + (0-0)2 = (x-6)2 + (y-0)2 = (x-3)2 + (y-0)2
9 = x2 + 36 - 12x + y2 = x2 + 9 - 6x + y2
Now, consider x2 + 36 - 12x + y2 = x2 + 9 - 6x + y2 and find the value of x from this relation.
Then, consider the relation 9 = x2 + 36 - 12x + y2 to get the value of y and thus obtain the third vertex of the equilateral triangle.
Step-by-step explanation: