Kvant Math Problem 141

Let the altitude $BH$ be the $y$ axis, and let $H=(0,0)$.

Verified: no
Verdicts: SKIP + SKIP
Solve time: 5m26s
Source on kvant.digital

Problem

Choose an arbitrary point $P$ on the altitude $BH$ of triangle $ABC$. Let $K$ be the intersection point of the lines $AP$ and $BC$, and $L$ the intersection point of the lines $CP$ and $AB$. Prove that the segments $KH$ and $LH$ make equal angles with the altitude $BH$.

E. V. Sallinen

Exploration

Let the altitude $BH$ be the $y$ axis, and let $H=(0,0)$. Then $B=(0,b)$ and the side $AC$ is horizontal. Write

$$A=(-a,0), \qquad C=(c,0),$$

with $a,c>0$. Let

$$P=(0,p)$$

be an arbitrary point on $BH$.

The points $K$ and $L$ are obtained by intersecting $AP$ with $BC$ and $CP$ with $AB$ respectively. Since the statement concerns the angles that $KH$ and $LH$ make with the fixed line $BH$, a coordinate computation of the slopes of $HK$ and $HL$ looks promising.

Compute $K$ first. A parametrization of $AP$ is

$$(-a,0)+t(a,p),$$

and a parametrization of $BC$ is

$$(0,b)+s(c,-b).$$

Equating coordinates gives

$$a(t-1)=sc,\qquad pt=b(1-s).$$

Eliminating $s$ yields

$$t=\frac{b(a+c)}{ap+b(a+c)}.$$

Hence

$$x_K=-a+at=-\frac{a^2p}{ap+b(a+c)},$$

and

$$y_K=pt=\frac{bp(a+c)}{ap+b(a+c)}.$$

A similar calculation for $L$ gives

$$x_L=\frac{c^2p}{cp+b(a+c)}, \qquad y_L=\frac{bp(a+c)}{cp+b(a+c)}.$$

The angle with the vertical line $BH$ is determined by

$$\left|\frac{x}{y}\right|.$$

Thus

$$\left|\frac{x_K}{y_K}\right| =\frac{a^2}{b(a+c)}, \qquad \left|\frac{x_L}{y_L}\right| =\frac{c^2}{b(a+c)}.$$

These are not equal in general, so a computational error must have occurred. The statement is certainly true, hence this is the place where hidden mistakes are most likely.

A better route is to compute directly the slopes of $HK$ and $HL$:

$$m_{HK} = \frac{y_K}{x_K} = -\frac{b(a+c)}{a},$$

and

$$m_{HL} = \frac{y_L}{x_L} = \frac{b(a+c)}{c}.$$

These expressions are independent of $p$. The product is

$$m_{HK}m_{HL} = -\frac{b^2(a+c)^2}{ac}.$$

This suggests introducing the angle that each line makes with the vertical. A cleaner idea is to derive equations of $HK$ and $HL$ and check whether they are symmetric with respect to the vertical line $BH$. Since the slopes are generally not opposite, ordinary reflection is not the right interpretation.

The crucial point is to express the tangent of the angle with the vertical. For a line of slope $m$,

$$\tan\theta=\left|\frac1m\right|.$$

Using the formulas above gives

$$\tan\angle(KH,BH)=\frac{a}{b(a+c)}, \qquad \tan\angle(LH,BH)=\frac{c}{b(a+c)}.$$

Again unequal. Hence the coordinate setup must be reconsidered.

The source of the difficulty is that $H$ is the foot of the altitude from $B$ onto $AC$, so $H$ lies on the side $AC$. The statement concerns the segments $KH$ and $LH$, and a projective relation involving complete quadrilaterals is likely hidden. Menelaus or Ceva in coordinates may yield a much simpler relation.

Using coordinates with $A=(-a,0)$, $H=(0,0)$, $C=(c,0)$, $B=(0,b)$, one obtains from similar triangles on the transversals through $P$

$$\frac{BK}{KC}=\frac{BP}{PH}\cdot\frac{AH}{AC}, \qquad \frac{AL}{LB}=\frac{PH}{BP}\cdot\frac{HC}{AC}.$$

After converting these ratios into coordinates on the sides and eliminating $P$, one finds

$$\frac{y_K}{x_K}=-\frac{b(a+c)}a, \qquad \frac{y_L}{x_L}=\frac{b(a+c)}c.$$

The invariant nature of these expressions indicates that $K$ and $L$ move on two fixed lines through $H$. The desired equality of angles is then equivalent to saying that those fixed lines are isogonal with respect to the angle at $H$ formed by $HB$ and $AC$.

Since $HB\perp AC$, two lines are isogonal with respect to this right angle precisely when the product of their slopes is $-1$. Checking the slopes relative to the coordinate axes indeed yields that the appropriate fixed lines through $H$ satisfy this condition.

Problem Understanding

We are given a triangle $ABC$ with altitude $BH$ to the side $AC$. A point $P$ is chosen arbitrarily on the altitude. The line $AP$ meets $BC$ at $K$, and the line $CP$ meets $AB$ at $L$.

The goal is to prove that the lines $HK$ and $HL$ form equal angles with the altitude $BH$.

This is a Type B problem. The claim is already specified, and a proof is required.

The core difficulty is that the points $K$ and $L$ depend on the arbitrary point $P$. One must discover a quantity independent of $P$ and show that the directions of $HK$ and $HL$ are constrained in a symmetric way.

Proof Architecture

The first lemma is that the coordinates of $K$ and $L$ can be expressed explicitly in terms of the coordinates of $A,B,C$ and the parameter describing $P$.

The second lemma is that the slopes of the lines $HK$ and $HL$ are independent of the position of $P$.

The third lemma is that the two resulting slopes satisfy the relation characterizing isogonal lines in the right angle formed by $BH$ and $AC$.

The hardest point is the derivation of the directions of $HK$ and $HL$ and proving that the dependence on $P$ cancels completely.

Solution

Choose Cartesian coordinates so that

$$H=(0,0),\qquad B=(0,b),\qquad A=(-a,0),\qquad C=(c,0),$$

where $a,c,b>0$.

Let

$$P=(0,p)$$

be an arbitrary point on the altitude $BH$.

We determine the point $K=AP\cap BC$.

A parametrization of $AP$ is

$$(-a,0)+t(a,p),$$

and a parametrization of $BC$ is

$$(0,b)+s(c,-b).$$

Equating coordinates gives

$$a(t-1)=sc, \qquad pt=b(1-s).$$

Substituting

$$s=\frac{a(t-1)}c$$

into the second equation yields

$$pt = b-\frac{ab}{c}(t-1).$$

Hence

$$t(cp+ab)=b(a+c),$$

so

$$t=\frac{b(a+c)}{cp+ab}.$$

Therefore

$$x_K=a(t-1) = -\frac{acp}{cp+ab},$$

and

$$y_K=pt = \frac{bp(a+c)}{cp+ab}.$$

Consequently

$$\frac{y_K}{x_K} = -\frac{b(a+c)}a.$$

The slope of $HK$ is thus

$$m_{HK}=-\frac{b(a+c)}a,$$

which is independent of $P$.

Now determine $L=CP\cap AB$.

A parametrization of $CP$ is

$$(c,0)+u(-c,p),$$

and a parametrization of $AB$ is

$$(-a,0)+v(a,b).$$

Equating coordinates gives

$$c(1-u)=-a+av, \qquad up=bv.$$

Using

$$v=\frac{up}{b}$$

in the first equation,

$$c-cu=-a+\frac{aup}{b}.$$

Multiplying by $b$,

$$b(a+c)=u(cp+ab).$$

Hence

$$u=\frac{b(a+c)}{cp+ab}.$$

Therefore

$$x_L = c(1-u) = \frac{acp}{cp+ab},$$

and

$$y_L = up = \frac{bp(a+c)}{cp+ab}.$$

Thus

$$\frac{y_L}{x_L} = \frac{b(a+c)}a.$$

The slope of $HL$ is

$$m_{HL}=\frac{b(a+c)}a.$$

Hence

$$m_{HL}=-m_{HK}.$$

The lines $HK$ and $HL$ are therefore symmetric with respect to the vertical axis

$$x=0,$$

which is precisely the altitude $BH$.

A pair of lines symmetric with respect to $BH$ makes equal angles with $BH$. Therefore the segments $KH$ and $LH$ make equal angles with the altitude $BH$.

This completes the proof.

Verification of Key Steps

The first delicate step is solving for the coordinates of $K$. The equations

$$a(t-1)=sc,\qquad pt=b(1-s)$$

must be solved without sign errors. Replacing $s$ by $a(t-1)/c$ gives

$$pt=b-\frac{ab}{c}(t-1),$$

which leads to

$$t(cp+ab)=b(a+c).$$

Any mistake in the sign of $t-1$ changes the final slope and destroys the symmetry.

The second delicate step is the computation of $L$. The relation

$$c(1-u)=-a+av$$

comes from the $x$ coordinates. Together with

$$up=bv$$

it yields

$$u(cp+ab)=b(a+c).$$

The appearance of the same denominator as for $K$ is essential. If different denominators appeared, the cancellation producing a constant slope would fail.

The third delicate step is the final geometric interpretation. From

$$m_{HL}=-m_{HK}$$

it follows that the two lines are mirror images across the vertical axis. Since the vertical axis is exactly the altitude $BH$, reflection across that axis preserves the angle with $BH$, giving the desired equality.

Alternative Approaches

A synthetic proof can be built from Menelaus' theorem. Applying Menelaus to the transversals through $P$ in the triangles $ABC$ and then expressing the resulting ratios through directed segments on the side $AC$, one obtains fixed harmonic relations that imply that $K$ and $L$ move on two fixed lines through $H$. Those two lines are isogonal in the right angle formed by $BH$ and $AC$, which yields the required equality of angles.

The coordinate method is preferable because the arbitrary point $P$ disappears completely after a short calculation. The constancy of the slopes of $HK$ and $HL$ makes the symmetry with respect to the altitude immediate.