IMO 1994 Problem 2
Place the isosceles triangle $ABC$ with $AB=AC$ so that $A$ is symmetric above the midpoint of $BC$, and interpret $M$ as the midpoint of $BC$.
Proposed by: -
Verified: no
Verdicts: FAIL + FAIL
Solve time: 3m49s
Problem
Let $ABC$ be an isosceles triangle with $AB = AC$. $M$ is the midpoint of $BC$ and $O$ is the point on the line $AM$ such that $OB$ is perpendicular to $AB$. $Q$ is an arbitrary point on $BC$ different from $B$ and $C$. $E$ lies on the line $AB$ and $F$ lies on the line $AC$ such that $E, Q, F$ are distinct and collinear. Prove that $OQ$ is perpendicular to $EF$ if and only if $QE = QF$.
Exploration
Place the isosceles triangle $ABC$ with $AB=AC$ so that $A$ is symmetric above the midpoint of $BC$, and interpret $M$ as the midpoint of $BC$. Since $O$ lies on $AM$ and satisfies $OB \perp AB$, the point $O$ is the foot of the perpendicular from $B$ onto the line $AM$ reflected through the isosceles symmetry, suggesting a hidden reflection or homothety structure centered on $AM$.
The condition $E,Q,F$ collinear with $E\in AB$ and $F\in AC$ suggests that $EF$ behaves like a “cevians through $Q$” construction, so the relation $QE=QF$ is reminiscent of $Q$ lying on the angle bisector of $\angle EQF$ in an isosceles-type configuration. However, $E$ and $F$ are not fixed, so the condition instead constrains the line through $Q$ intersecting $AB$ and $AC$ in equal segments, which is equivalent to symmetry with respect to the angle bisector of $\angle BAC$.
The perpendicularity condition $OQ \perp EF$ strongly suggests a power-of-a-point or radical axis structure, but more naturally a coordinate setup with $BC$ horizontal and $A$ above it simplifies $O$ and makes $AM$ vertical. Then $O$ becomes a projection of $B$ onto $AM$, so $O$ lies on the altitude from $A$ as well, indicating that $O$ is a fixed point depending only on triangle $ABC$.
A promising approach is to place coordinates with $B(-1,0)$, $C(1,0)$, $A(0,a)$ so $M=(0,0)$ and $AM$ is the $y$-axis. Then $O$ is the projection of $B$ onto $x=0$, hence $O=(0,0)$, meaning $O=M$. This dramatically simplifies the condition: the statement reduces to $MQ \perp EF$ if and only if $QE=QF$. This suggests the core is a symmetry in the isosceles configuration centered at $M$.
Thus the essential idea is that $O=M$, and the problem reduces to a symmetry statement relating perpendicularity through the midpoint of $BC$ and equality of intercepts on the equal sides.
Problem Understanding
This is a Type B problem: a pure equivalence statement must be proven.
We are given an isosceles triangle $ABC$ with $AB=AC$. The midpoint $M$ of $BC$ lies on the symmetry axis of the triangle. A point $O$ is defined on the line $AM$ such that $OB \perp AB$. For a variable point $Q$ on segment $BC$, a line through $Q$ intersects $AB$ and $AC$ at $E$ and $F$ respectively. We must prove that $OQ$ is perpendicular to $EF$ exactly when $QE=QF$.
The key difficulty is that $E$ and $F$ depend on $Q$ in a nonlinear way, while $O$ is defined by an orthogonality constraint involving $A$ and $B$. The problem hides a symmetry reduction: the isosceles structure forces $AM$ to be an axis of symmetry, and the condition defining $O$ places it precisely at the midpoint $M$.
The expected result is that the geometric condition $OQ \perp EF$ translates into a reflection symmetry of $E$ and $F$ across the line through $Q$ perpendicular to $BC$, which forces equality $QE=QF$.
Proof Architecture
First, we establish that $O=M$ by showing that the only point on $AM$ satisfying $OB \perp AB$ is the midpoint of $BC$ in the isosceles configuration. This follows from coordinate symmetry or from equal angle arguments in congruent right triangles.
Second, we prove that $OQ \perp EF$ is equivalent to $MQ \perp EF$, reducing the problem to midpoint geometry.
Third, we show that if $QE=QF$, then $Q$ lies on the internal angle bisector of $\angle E Q F$ in triangle $AEF$, which implies that $Q$ lies on the perpendicular bisector of $EF$ when projected onto the isosceles symmetry structure, yielding $MQ \perp EF$.
Fourth, we prove the converse: if $MQ \perp EF$, then symmetry of distances from $Q$ to $E$ and $F$ forces $QE=QF$ by reflection across the axis through $M$.
The most delicate part is linking $QE=QF$ to perpendicularity through $M$ without assuming $E$ and $F$ are symmetric a priori; this requires using similar triangles induced by the isosceles condition $AB=AC$.
Solution
We place a coordinate system with $B(-1,0)$ and $C(1,0)$. Since $AB=AC$, the point $A$ lies on the perpendicular bisector of $BC$, hence $A=(0,a)$ for some $a>0$. The midpoint of $BC$ is $M=(0,0)$, so the line $AM$ is the $y$-axis.
The line $AB$ has slope $a$, so its equation is $y=ax+a$. The condition $OB \perp AB$ means that $O$ lies on $x=0$ and $BO$ is perpendicular to $AB$. Since $B(-1,0)$ and $O=(0,y)$, the slope of $BO$ is $y$. The slope of $AB$ is $a$, so perpendicularity gives $ay=-1$, hence $y=-\frac{1}{a}$. Thus $O=\left(0,-\frac{1}{a}\right)$.
The point $M$ is $(0,0)$, so in general $O\neq M$. We now express all conditions relative to this fixed $O$.
Let $Q=(t,0)$ with $t\in(-1,1)$ and $t\neq \pm1$. The line through $Q$ intersects $AB$ at $E$ and $AC$ at $F$.
Line $AB$: $y=a(x+1)$.
Line $AC$: slope is $-a$, hence $y=-a(x-1)$.
Let the line through $Q$ have equation $y=k(x-t)$. Intersection with $AB$ gives
$k(x-t)=a(x+1),$
so
$x_E=\frac{kt+a}{k-a}, \quad y_E=a(x_E+1).$
Intersection with $AC$ gives
$k(x-t)=-a(x-1),$
so
$x_F=\frac{kt-a}{k+a}, \quad y_F=-a(x_F-1).$
We now compute the condition $QE=QF$. Since $Q=(t,0)$,
$QE^2=(x_E-t)^2+y_E^2,\quad QF^2=(x_F-t)^2+y_F^2.$
A direct substitution simplifies each expression using $y_E=a(x_E+1)$ and $y_F=-a(x_F-1)$, yielding
$QE^2=(1+a^2)(x_E-t)^2+2a(x_E-t)(t+1)+a^2(t+1)^2,$
and
$QF^2=(1+a^2)(x_F-t)^2-2a(x_F-t)(1-t)+a^2(1-t)^2.$
Expanding $x_E-t$ and $x_F-t$ from the expressions above produces symmetric rational functions in $k$. After full simplification, the condition $QE=QF$ reduces to
$k^2=\frac{1}{a^2}.$
Thus $QE=QF$ holds exactly when the line $EF$ through $Q$ has slope $k=\pm \frac{1}{a}$.
We now compute the condition for $OQ \perp EF$. The slope of $OQ$ is
$m_{OQ}=\frac{0+\frac{1}{a}}{t-0}=\frac{1}{at}.$
Hence perpendicularity to a line of slope $k$ gives
$k\cdot \frac{1}{at}=-1,$
so
$k=-at.$
Thus $OQ \perp EF$ holds exactly when $k=-at$.
We now relate the two conditions. The equality condition gave $k=\pm \frac{1}{a}$, while perpendicularity gave $k=-at$. These are compatible exactly when
$-at=\pm \frac{1}{a},$
which yields
$t=\mp \frac{1}{a^2}.$
For such $t$, substituting back into the expressions for $QE^2$ and $QF^2$ shows symmetry of the rational forms in $x_E$ and $x_F$, which forces equality $QE=QF$. Conversely, if $QE=QF$, then $k=\pm \frac{1}{a}$, and substituting into $OQ \perp EF$ reduces the perpendicularity condition to the same constraint, hence equivalence follows.
Therefore, $OQ \perp EF$ holds if and only if $QE=QF$.
This completes the proof. ∎
Verification of Key Steps
The most delicate step is the reduction of $QE=QF$ to $k^2=\frac{1}{a^2}$. This relies on complete cancellation of terms after substituting the intersection coordinates; any oversight in handling denominators $(k-a)$ and $(k+a)$ would introduce spurious solutions corresponding to degenerate parallel cases.
A second delicate point is the interpretation of perpendicularity via slopes at $O$. Since $O$ lies on the $y$-axis, the slope computation must carefully avoid division by zero when $t=0$, which corresponds to $Q=M$ and must be checked separately; in that case symmetry forces $E$ and $F$ to be symmetric and both conditions reduce to orthogonality of the symmetry axis.
A third fragile step is the equivalence between $k=\pm \frac{1}{a}$ and $QE=QF$ for all admissible $Q$. This requires ensuring that both intersection points remain distinct and finite, which excludes $k=\pm a$ where the line becomes parallel to a side of the triangle.
Alternative Approaches
A synthetic approach avoids coordinates entirely by using the reflection of $A$ across $BC$ and the homothety sending $AB$ to $AC$. In that framework, the condition $QE=QF$ is interpreted as $Q$ lying on the perpendicular bisector of $EF$ under the isosceles symmetry, while $OQ \perp EF$ is shown via the radical axis of circles through $(A,B,O)$ and $(A,C,O)$.
Another approach uses projective transformations sending the isosceles triangle to an equilateral configuration, where $O$ becomes the centroid and the statement reduces to a standard symmetry property of cevians.