I remember being presented a mathematical puzzle some years back that I still can't solve. The problem is defined as follows:
We have two points on a plane, and using only a compass, how do we find other two points, so that all four of them would be vertices of a square?
I'm not sure whether the first two points were supposed to be vertices of the same edge of a square or not, so solutions to both variants are welcome.
Here is a description of one of the constructions:
Given the two points $\color{maroon}0$ and $\color{maroon}d$ that form one side of the square:
The point of intersection, $\color{darkgreen}g$, of the darkgreen circle with the gray circle centered at $\color{maroon}d$ is the final vertex of the square.
Justification of step 5:
From step 1., $\color{maroon}{aboc}$ is a rhombus with common side length $ l(\color{maroon}{co})$. Since the point $\color{pink}e$ is equidistant to the points $\color{maroon}c$ and $\color{maroon}d$ , the segment $\color{pink}e\color{maroon}o$ is perpendicular to the segment $\color{maroon}{cd}$. Since $\color{pink}f$ is equidistant to the points $\color{maroon}c$ and $\color{maroon}d$, the points $\color{pink}e$, $\color{pink}f$, and $\color{maroon}o$ are colinear and the segment $of$ is perpendicular to the segment $\color{maroon}od$.
We need to show that $l(fo)=l(co)$. Proceeding with some abuse of notation:
Considering the rhombus $aboc$, we have $$ cb^2+ao^2=2(ac^2+co^2 ); $$ or, since $ao=co=ac$, $$ cb^2=3co^2. $$ Since $cb=ce$, we have $$\tag{1} ce^2=3co^2 $$
Considering now the right triangle $ceo$: $$\tag{2} ce^2=eo^2+co^2. $$ Combining equations $(1)$ and $(2)$: $$\tag{3} eo^2=2co^2. $$
Considering now the right triangle $cfo$: $$\tag{4} cf^2=fo^2+co^2 $$ since $cf=oe$: $$\tag{5} oe^2=fo^2+co^2 $$ From $(3)$ and $(5)$ now, we finally obtain $$ fo=co, $$ as desired.