How do I represent an equilateral triangle in cartesian coordinates centered around (0,0) knowing the length of one of the sides

$\begingroup$

I am trying to figure out how to find the Cartesian coordinates of an equilateral triangle centered around (0,0).

$\endgroup$

2 Answers

$\begingroup$

What does exactly mean "centered around (0,0)" ?

If it is what is drawn on the figure, the coordinates of the vertexes are given for sides length $=L$.

enter image description here

One little picture says more than a long speech!

$\endgroup$ $\begingroup$

Here's an outline for a "hands-on" approach. Pen and paper required.

Assuming the triangle is to be oriented with one of its points facing up on the $y$-axis, consider only one half of the triangle - say the left half. This will be a right triangle with a vertical side along the $y$-axis, centered about $(0,0)$. The length of the hypotenuse will be the length which is given, and the base will be half as long. Use what you know about right triangles to find the length of the vertical side, at which point you can draw the triangle. Then take note of the top and left vertices. The third vertex for your desired triangle is the vertex obtained by reflecting the left vertex over the $y$-axis.


Suppose $L$ is the length we are given, and let $x$ denote the length of the vertical line described above. Then by Pythagoras's theorem, we must have $L^2=x^2+(L/2)^2$. We deduce$$ x = \sqrt{L^2-(L/2)^2} = \frac{\sqrt{3}L}{2}. $$Since this line segment sits on the $y$-axis, centered at $(0,0)$, we deduce that it runs from $(0,-x/2)=(0,-\sqrt{3}L/4)$ up to $(0,x/2)=(0,\sqrt{3}L/4)$. Now the base goes out horizontally a distance $L/2$ in each direction from the bottom point. Therefore the top vertex is$$ \left(0,\frac{\sqrt{3}L}{4}\right),$$the left vertex is $$ \left(-L/2,-\frac{\sqrt{3}L}{4}\right),$$and the right vertex is$$ \left(L/2,-\frac{\sqrt{3}L}{4}\right).$$

$\endgroup$ 8

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like