Find vertices coordinates of regular pentagon given one of the coordinates and centre

anglegeometrypolygons

I need to find the vertex coordinates of a pentagon given that one of the coordinates is $(1,0)$ and that the centre of the pentagon is located at $(0,0)$?

This is to be done only by using geometry (and trigonometry), without using complex numbers. This can possibly be done by splitting sectors into triangles and using trigonometry with the $72°$ and $108°$ angles, however I am unsure how to proceed.

Let $B = (1, 0)$ and center $(0,0)$:
enter image description here

Best Answer

Draw the axes and center $O=(0,0)$

From $B$, drop perpendicular $BP$ onto x-axis and look at the right triangle formed. Point $B$ will have abscissa of length $OP = OB\cos \theta_B$ and ordinate equal to length $BP = OB\sin \theta_B$. In addition we need to be careful with signs. Since $B$ is in first quadrant, its coordinates will have signs $(+,+)$. Conclude $$B=(+OB\cos \theta_B, +OB\sin \theta_B)$$

enter image description here

Now resorting to geometry, $\theta_B = \angle AOX - \angle AOB=90^\circ - 72^\circ = 18^\circ$. As $OB=1$, $$B=(+\cos 18^\circ, +\sin 18^\circ)$$

Similarly you can find coordinates of $C,D,E$.

Remark :

I found coordinates of $B$ for the condition $A=(0,1)$, which was mentioned in an earlier version of this post. However if it is given $B=(1,0)$, then question becomes even easier; same concept applies. Find the angle corresponding to each vertex and then append proper signs to abscissa and ordinates.

Related Question