If two vertices of an equilateral triangle are $(1, -1)$ and $(-\sqrt{3}, - \sqrt{3})$, find the coordinates of the third vertex.
Step by Step procedure to get the answer.
Take $A=(1, -1)$, $B=(-\sqrt{3}, - \sqrt{3})$. Let the third vertex be $C=(x, y)$.
The distance d between the two points $A=(x_1, y_1)$ and $B=(x_2, y_2)$ is given by the formula $$ d= \sqrt{ (x_2-x_1)^2 + (y_2 - y_1)^2 } $$ So we get the distance $AB = 2 \sqrt{2}$ . Similarly we have to find the distance between BC & AC using distance formula where we get the equation in the form of x & y even though the distance is $2\sqrt{2}$ because it is equilateral triangle. But the correct solution is not able to get. Please help.
