Euclidean Geometry – Inscribing a Square in a Circle in Seven Compass-and-Straightedge Steps

euclidean-geometrygeometric-construction

Problem Here is one of the challenges posed on Euclidea, a mobile app for Euclidean constructions: Given a $\circ O$ centered on point $O$ with a point $A$ on it, inscribe $\square{ABCD}$ within the circle — in just seven elementary steps. Euclidea hints that the first two steps use the compass, the third uses the straightedge, and the last four use the straightedge to draw the sides themselves of $\square{ABCD}$.

Definitions The problem is not considered solved until each line containing one of the four sides of the desired square are drawn; merely finding the vertices of the square does not suffice. Naming and creating points are of course allowed and fortunately do not count toward the seven elementary steps allowed in this problem. Other than these 'zero-step' steps, Euclidea permits only two elementary steps, each costing one step:

  1. Create an infinite line connecting two points using an unmarked, one-dimensional, infinitely long straightedge. (Even merely extending a given line segment costs one step.)
  2. Create a circle using a compass that collapses immediately thereafter.

Research of previous Mathematics Stackexchange questions I am aware that there is a seven-step process previously described at How can I construct a square using a compass and straight edge in only 8 moves?. Notwithstanding the post's title, it actually has just seven steps since its first corresponds to constructing the given $\circ O$. This solution fails, however, since the resulting inscribed square is neither inscribed in the given $\circ O$ nor inclusive of the given point $A$ As a vertex.

Attempt 1: 8-step solution using perpendicular bisectors

  1. Take one step to extend $\overline{AO}$ to the other side of $\circ O$.
    • Take as point $C$ the new intersection between said line and circle.
  2. Take three steps to define $L$, the perpendicular bisector of diameter $\overline{AC}$.
    • Take as points $B$ and $D$ the intersections of $L$ with $\circ O$.
  3. Take four steps to draw the sides themselves of $\square{ABCD}$.

Attempt 2: 8-step solution using a 15-75-90 triangle It turns out that @Blue's successful 7-step solution uses much the same circles and 15-75-90 triangle as the one proposed here.

8-step process

  1. Take one step to create $\circ A$ with radius $AO$.
    • Take as point $E_1$ the 'left' resulting point of intersection.
    • Take as point $E_2$ the 'right' resulting point of intersection.
  2. Take one step to create $\circ P$ with radius $E_1O$.
  3. Take one step to create $\circ Q$ with radius $E_1E_2$.
    • Take as point $C$ the intersection point between circle $Q$ and circle $O$.
    • Take as point $F$ the intersection point between circle $Q$ and circle $A$.
  4. Take one step to create $\overleftrightarrow{E_1F}$.
    • Take as point $G_1$ the resulting 'top' intersection point with $\circ P$.
    • Take as point $G_2$ the resulting 'bottom' intersection point with $\circ P$.
  5. Take one step to create $\overleftrightarrow {AG_1}$ to effectively draw $\overline{AB}$.
    • Take as point $B$ the resulting intersection between said line and $\circ O$.
  6. Take one step to create $\overline{BC}$.
  7. Take one step to create $\overleftrightarrow{AG_2}$ to effectively draw $\overline{AD}$.
    • Take as point $D$ the resulting intersection between said line and $\circ O$.
  8. Take one step to create $\overline{CD}$.
    • This completes desired $\square ABCD$, albeit in one too many steps.

Best Answer

image description here

  1. Construct $\bigcirc A$ through $O$.
  • Let $P_1$ and $P_2$ be the points where $\bigcirc A$ meets $\bigcirc O$.
  1. Construct $\bigcirc P_1$ through $P_2$.
  • Let $C$ be the (other) point where $\bigcirc P_1$ meets $\bigcirc O$.
  1. Construct $\overleftrightarrow{OP_1}$.
  • Let $Q_1$ and $Q_2$ be the points where $\overleftrightarrow{OP_1}$ meets $\bigcirc P_1$.
  1. Construct $\overleftrightarrow{CQ_1}$.
  • Let $B$ be the point where $\overleftrightarrow{CQ_1}$ meets $\bigcirc O$.
  • Note that we have constructed $\overleftrightarrow{BC}$.
  1. Construct $\overleftrightarrow{CQ_2}$.
  • Let $D$ be the point where $\overleftrightarrow{CQ_2}$ meets $\bigcirc O$.
  • Note that we have constructed $\overleftrightarrow{CD}$.
  1. Construct $\overleftrightarrow{AB}$.
  2. Construct $\overleftrightarrow{AD}$.

Square $\square ABCD$, with constructed edge-lines, is inscribed in $\bigcirc O$. (Proof that the quadrilateral is, in fact, a square, is left as an exercise to the reader.)


Edit. Having been asked to elaborate on the square ...

  • As of Step 2, we know $\triangle P_1 P_2 C$ is equilateral and that $\overline{OA}$ is on the perpendicualr bisector of side $\overline{P_1 P_2}$. Therefore, $\overline{AC}$ is a diameter of $\bigcirc O$, and we have that $\angle ABC$ and $\angle ADC$ (for point $D$ constructed later) are right angles by Thales' Theorem.

  • As of Step 4, as observed by Jan and Tristan in the comments, $\overline{Q_1 Q_2}$ is a diameter of $\bigcirc{P_1}$, so $\angle Q_1 C Q_2$ is a right angle. Therefore, $\square ABCD$ is at least a rectangle.

  • Now, define $a := |\overline{OA}|$, so that $|\overline{P_1P_2}| = a\sqrt{3}$ and $|\overline{OQ_1}| = a( 1 + \sqrt{3})$. Since $\angle AOQ_1 = 60^\circ$, if we let $R$ be the foot of the perpendicular from $Q_1$ to $\overleftrightarrow{OA}$, then $|\overline{OR}| = \frac{a}{2}( 1 + \sqrt{3})$ and $$|\overline{Q_1R}| = \frac{a \sqrt{3}}{2}(1+\sqrt{3}) = \frac{a}{2}(3 + \sqrt{3}) = a + |\overline{OR}| = |\overline{CR}|$$ Thus, $\angle Q_1 C R = 45^\circ$ and we may conclude that $\square ABCD$ is a square. $\square$