Quadrilateral $ABCD$ with $AC \cap BD = \{O\}$, $E, F$ diagonal midpoints collinearity question

293 Views Asked by At

Let $ABCD$ be a convex quadrilateral, with $AC \cap BD = \{O\}$, and $OB > OD$, $OC > OA$. Let $E$ and $F$ be the midpoints of $(AC)$ and $(BD)$, $EF \cap AB = \{J\}$, $EF \cap CD = \{K\}$, $CJ \cap BK = \{L\}$. If $M$ is the midpoint of $(KJ)$, show that $O - M - L$ are collinear.

An attempt:

Figure ABCD

My approach was to prove the affirmation by vectorial calculations. Obviously, $\vec{OM}$ may be expressed by median vector formula depending on $\vec{OJ}$ and $\vec{OK}$. And I want to express $\vec{OL}$ as well as a function of the two vectors, but I'm actually stuck at the part with proving a fromula for $\vec{LJ}$ and $\vec{LK}$. If I proved that $\vec{OL} = a (\vec{OK} + \vec{OJ})$, by collinearity rule, $\vec{OM}$ and $\vec{OL}$ would be parallel vectors, so $O -M - L$ collinear points, the conclusion may be derived.

2

There are 2 best solutions below

1
On BEST ANSWER

I am going to prove it without vectors...

Let the intersection of $AB$ and $CD$ be $X$. By Menelaus's theorem, we only need to prove that $\frac{BL}{LK}\frac{KM}{MF}\frac{FO}{OB}=1$.

Notice that $$\frac{MF}{KM}=-1+\frac{FK}{KM}=-1+2\frac{FK}{JK}.$$ By Menelaus's theorem, we have $$\frac{FK}{JK}\frac{JX}{XB}\frac{BD}{DF}=1.$$ Since $BD/DF=2$, we have $2\frac{FK}{JK}=\frac{BX}{JX}$ and thus $2\frac{FK}{JK}-1=\frac{BJ}{JX}$. So we have $MF/KM=BJ/JX$.

By Menelaus's theorem, we have $$\frac{XC}{CK}\frac{KL}{BL}\frac{BJ}{JX}=1.$$

So we have $$\frac{BL}{LK}\frac{KM}{MF}=\frac{BL}{LK}\frac{JX}{BJ}=\frac{XC}{CK}.$$ Therefore we only need to prove that $BO/OF=XC/CK$

Let $DO/OB=x$ and $AO/OC=y$. Therefore we have, by Menelaus's theorem, $$\frac{CX}{XD}=\frac{CA}{AO}\frac{OB}{BD}=\frac{1+y}{y}\frac{1}{1+x}=\frac{1+y}{y+xy}.$$ So we have $\frac{CX}{CD}=\frac{1+y}{1-xy}$.

Again, by Menelaus's theorem, $$\frac{CK}{KD}=\frac{CE}{EO}\frac{OF}{OD}=\frac{1+y}{1-y}\frac{1-x}{1+x}=\frac{1+y-x-xy}{1-y+x-xy}.$$

So $$\frac{CK}{CD}=\frac{1+y-x-xy}{2(1-xy)}.$$

Therefore, we have $$\frac{XC}{CK}=\frac{XC}{CD}\frac{CD}{CK}=\frac{1+y}{1-xy}\frac{2(1-xy)}{1+y-x-xy}=\frac{2(1+y)}{(1-x)(1+y)}=\frac{2}{1-x}=\frac{BO}{FO}.$$

4
On

Since you are going for a vector-based approach, I'd recommend to simplify that. Observe that all the concepts you are dealing with are invariant under affine transformations. I mean concepts such as “midpoint” and “collinear” as well as the ratio of distances along a line. So with that observation in mind, you are now free to apply an affine transformation to simplify coordinates without loss of generality.

I'd recommend you make three of your for corners as $(0,0), (1,0), (0,1)$. Then the whole configuration is driven by only two real numbers, namely the two coordinates of the fourth corner. Say $(t,u)$ for example. That makes it very easy to compute concrete coordinates for everything, and thus show the expected colinearity.

I doubt the distance inequalities actually play a role in that proof. I would expect that you get the conclusion without needing those inequalities at any point.

Personally I'd do this computation with machinery from projective geometry, where the operations of connecting points and of intersecting lines can both be expressed as simple cross products of homogeneous coordinates so you'd avoid divisions. But that's mostly due to my background, and a non-projective formulation shouldn't be much different.

\begin{align*} A &= [0:0:1] \\ B &= [1:0:1] \\ C &= [0:1:1] \\ D &= [t:u:1] \\ O &= [0:u:1-t] \\ E &= [0:1:2] \\ F &= [1+t:u:2] \\ J &= [1+t:0:2(1-u)] \\ K &= [t(1+t):(1-t)(1-u):2(1-u)] \\ L &= [(t+u-1)(1+t)^2:(1-t)(1-u)(t+2u-1):(1-u)(t^2+2t+4u-3)] \\ M &= [(1+t)^2:(1-t)(1-u):4(1-u)] \\ \det(O,M,L) &= \begin{vmatrix} 0 & (1+t)^2 & (t+u-1)(1+t)^2 \\ u & (1-t)(1-u) & (1-t)(1-u)(t+2u-1) \\ 1-t & 4(1-u) & (1-u)(t^2+2t+4u-3) \end{vmatrix} = 0 \end{align*}

If you are not familiar with homogeneous coordinates, just read $[x:y:z]$ as the Cartesian coordinate vector $\left(\tfrac xz,\tfrac yz\right)$. Since joining points and intersecting lines can both be computed using cross products, I got operations such as $O\sim(A\times C)\times(B\times D)$. I write $\sim$ not $=$ because for homogeneous coordinates, scalar multiples of the same vector represent the same point. So I've made it a habit to cancel common factors and to choose signs in such a way as to make the result aesthetically pleasing. The other relevant operation is midpoint, which in homogeneous coordinates I computed e.g. as $E\sim A_3\cdot C + C_3\cdot A$. This corresponds to the $E=\tfrac12 A+\tfrac12 C$ you might do in Cartesian coordinates. The final determinant being zero demonstrates the requested collinearity: there is a line incident with all three points. If I were to express that line for Cartesian coordinates, it would be

$$ (1-u)(t^2-2t-4u+1)\,x + (t-1)(t+1)^2\,y + u(1+t)^2 = 0 $$