Proving right angle using vectors

analytic geometryeuclidean-geometrygeometrylinear algebravectors

Let $ABCD$ be a rectangle, $E$ midpoint of $\overline{DC}$ and $G$ point on $\overline{AC}$ such that $\vec{BG}$ is perpendicular to $\vec{AC}$. Also, let $F$ be a midpoint of $\overline{AG}$. Prove that angle $\angle BFE =\pi/2$.

So, I need to prove that $\vec{EF}\cdot \vec{FB}=0$. I tried to just express these vectors as sums of vectors of rectangle but haven't find any "elegant" way to prove it.

I did found one "ugly" way to prove it:

Let $|AB|=a$, $|AD|=b$ and $\vec{AB}=\vec{a}$, $\vec{AD}=\vec{b}$, so $\vec{AC}=\vec{a}+\vec{b}$ and since $\vec{a}\cdot\vec{b}=0$ we have $|AC|^2=a^2+b^2$.
We can see that $\triangle ABC$ and $\triangle BCG$ are similar so
$$|CG|=|CB|^2/|AC|$$
and since $\vec{CG}=\lambda \cdot \vec{CA}$ we get
$$\lambda=\frac{b^2}{a^2+b^2}.$$

Now, we can express $\vec{EF}$ and $\vec{FB}$ in the terms of $\vec{a}$, $\vec{b}$, more precisely:
$$\vec{EF}=\frac{1}{2}\left(\frac{-b^2}{a^2+b^2}\right)\vec{a}+\frac{1}{2}\left(\frac{a^2}{a^2+b^2}-2\right)\vec{b}$$
and
$$\vec{FB}=\frac{1}{2}\left(2-\frac{a^2}{a^2+b^2}\right)\vec{a}+\frac{1}{2}\left(\frac{-a^2}{a^2+b^2}\right)\vec{b}$$
and if we multiply we get that dot product is $0$.

But as you can see, this $\lambda$ is "weird" and I am wondering if someone sees a more elegant way to prove this ?

Best Answer

You can simplify and generalize at the same time.

Instead of defining $E$ and $F$ as midpoints, define them as weighted averages:

$$ E=kC+(1-k)D $$ $$ F=kG+(1-k)A $$

(In your question $k=1/2.)$ As $k$ goes from $0$ to $1$, $\triangle{BFE}$ interpolates the similar triangles $\triangle{BAD}$ and $\triangle{BGC}$. And it is also similar to these two triangles.

Given that $(B-G)\cdot(C-G)=0$ and $(B-A)\cdot(D-A)=0$, you can show that $(B-F)\cdot(E-F)=0$ (the simplification is a bit tedious, and I used the fact that $(Rx)\cdot y+(Ry)\cdot x=0$ for perpendicular vectors $x,y$ and rotation $R$).

More about the phenomenon of linearly interpolating two directly similar figures can be found by Googling the terms 'spiral similarity' and 'fundamental theorem of directly similar figures'. Also, instead of using vectors you can use complex numbers, as shown in $\textbf{2.2}$ of Zachary Abel's Mean Geometry paper.