I need to construct a rhombus $ABCD$ given that a line perpendicular to side $BC$ intersects diagonal $AC$ at point $M$ and its diagonal $BD$ at point $N$. The ratios $AM:MC = m:n$ and $BN:ND = p:q$ are given.
My attempt is as follows:
- Construct two arbitrary perpendicular lines $a$ and $b$. Label their intersection point as $P$.
- Choose point $B$ on line $a$ that is distinct from $P$.
- Choose point $N$ on line $b$ that is distinct from $P$.
- Contruct ray $BN$.
- On ray $BN$, construct a segment $ND = \frac{q}{p}\cdot BN$ in a way that point $N$ will belong to segment $BD$. We now have diagonal $BD$ matching the given condition.
- Label the midpoint of $BD$ as $O$.
- Through point $O$ construct a line perpendicular to $BD$. Label its intersection point with line $a$ as $C$.
- Construct a circle with center at $O$ of radius $OC$. Label its intersection point with line $CO$ distinct from $C$ as $A$.
- Connect the points $A$ and $B$, $B$ and $C$, $C$ and $D$, as well as $A$ and $D$. We have got rhombus $ABCD$ as its diagonals are perpendicular bisectors of one another.
- Label point of intersection of line $b$ with line $AC$ as $M$.
This construction will only give a correct ratio of $AM$ to $MC$ in one case. It's evident because there is only one point that divides segment $AC$ in a given ratio $m:n$, and it does not necessarily lie on line $b$. Therefore, my approach to the construction seems to be off.
What is the correct approach, and why?