Given a rectangle, construct a square with equal area

euclidean-geometrygeometric-constructiongeometrysolution-verification

Given a rectangle, construct a square with equal area. Note: Euclid provides this construction in II.14. I wrote the construction below without looking at Euclid's solution, and request verification, critique, and improvement.

Solution:

If $▭ABCD$ is a square, we are done. Else, assume WLOG $AB < AD$.

Extend $AB$ through $B$ to point $Q$ such that $AQ \cong AD$, and find point $P$ on $AQ$ such that $AP \cong PQ$. Draw circle $\bigcirc P$ with center $P$ and radius $AP$. Extend $BC$ through $B$ until it intersects $\bigcirc P$ at point $X$.

Observe that $\angle AXQ$ is a right angle by Thales Theorem.

Construct a square with side $AX$ by extending $QX$ through $X$ to point $R$ such that $RX \cong AX$ and $RX \perp AX$. By an argument similar to Euclid's proof of the Pythagorean Theorem (I.47), square $\square AXR$ has area equal to rectangle $▭ABCD$.

Questions: Is this construction correct? Please critique, improve, or comment on the approach, exposition, or anything else.

Best Answer

The assertion that a square with side $AX$ has the same area as the rectangle $ABCD$ is equivalent to the assertion that $AB:AX=AX:AD$. But $AD\cong AQ$ and you can use similar triangles to prove that $AB:AX=AX:AQ$, so the construction is correct.

The reasoning I gave above is rather premature for something in Euclid's Book II, so if you want to do the proofs in the same order then you are better off with the reasoning you gave.

Related Question