Kvant Math Problem 1028

Begin by considering the configuration of two intersecting lines and points $D$ and $E$ on them.

Verified: no
Verdicts: SKIP + SKIP
Solve time: 10m13s
Source on kvant.digital

Problem

Fig. 2

Fig. 2

  1. Two intersecting lines are given in the plane, and one point is marked on each of them ($D$ and $E$). Construct a triangle $ABC$ whose angle bisectors $CD$ and $AE$ lie on the given lines, and whose feet are the given points $D$ and $E$ (Fig. 2).
  2. Prove that if, moreover, $\angle CDE=30^\circ$, then one of the angles of triangle $ABC$ is equal to $60^\circ$ or $120^\circ$.

M. A. Volchkevich, 10th-grade student (Moscow)

Exploration

Begin by considering the configuration of two intersecting lines and points $D$ and $E$ on them. The goal is to construct a triangle $ABC$ such that $CD$ and $AE$ are angle bisectors, with $D$ and $E$ as their respective feet. One approach is to attempt a coordinate placement, placing $D$ at the origin and the lines along convenient axes to simplify computations. Then, using the angle bisector theorem, which relates the ratio of adjacent sides to the segments on the bisector, attempt to locate points $A$, $B$, and $C$.

Testing small cases with various placements suggests that once $D$ and $E$ are fixed, the triangle is determined up to similarity, with potentially two configurations corresponding to which side of the bisector contains a given vertex. Adding the condition $\angle CDE=30^\circ$ imposes a relation between the sides and angles at $C$ and $E$, which hints that one of the triangle's angles must take a special value. Calculations with explicit coordinates indicate that this produces either $60^\circ$ or $120^\circ$, suggesting a deeper geometric relation based on the angle bisector intersection.

The crucial step likely involves relating the given angle $\angle CDE$ to the angle at $C$ or $A$ of the triangle. Careless treatment of the bisector positions could lead to missing one of the two possible solutions, so exact geometric reasoning using either reflections or the properties of angle bisectors is necessary.

Problem Understanding

The problem asks first to construct a triangle from two intersecting lines and points on them such that the lines serve as angle bisectors of the triangle, with the points as their respective feet. The second part requires proving that if $\angle CDE=30^\circ$, one triangle angle must be $60^\circ$ or $120^\circ$. The first part is a Type D problem, requiring explicit construction, and the second part is Type B, requiring a proof. The core difficulty is understanding the geometric constraints imposed by the bisector condition and then deriving the consequence of the given angle at the intersection of the bisectors.

Intuitively, the bisector intersection defines proportional distances along the triangle sides. The condition on $\angle CDE$ restricts these ratios so that one triangle angle must be one-third or two-thirds of $180^\circ$, giving $60^\circ$ or $120^\circ$.

Proof Architecture

Lemma 1: For a given triangle and a point on an angle bisector, the ratio of the adjacent sides equals the ratio of the segments created by the bisector. This follows from the angle bisector theorem.

Lemma 2: For any two intersecting lines and points on them, there exists a triangle whose angle bisectors pass through these points. This follows by constructing one vertex at the intersection of lines extended appropriately and using the bisector ratios to locate the other vertices.

Lemma 3: If $\angle CDE=30^\circ$, then the triangle angles satisfy a specific trilinear relation derived from the sine law along the bisectors. The crucial step is expressing $\angle CDE$ in terms of the triangle's angles using the properties of angle bisectors, leading to a cubic trilinear relation that simplifies to one angle being $60^\circ$ or $120^\circ$.

The hardest step is Lemma 3, as it requires precise trigonometric reasoning from the given bisector feet and the small angle at $D$ to deduce an exact angle in the triangle.

Solution

Place the points $D$ and $E$ in the plane along two intersecting lines, labeling the intersection as $O$ if necessary. Consider a triangle $ABC$ with $CD$ and $AE$ as angle bisectors. By the angle bisector theorem, the segments into which $D$ divides $AB$ satisfy $\frac{AD}{DB}=\frac{AC}{BC}$, and the segments into which $E$ divides $BC$ satisfy $\frac{BE}{EC}=\frac{AB}{AC}$. Using these ratios, one can construct vertices $A$, $B$, and $C$ by solving for intersections of circles and lines defined by the ratios, ensuring the bisectors pass through the given points.

Next, assume $\angle CDE=30^\circ$. Consider the quadrilateral formed by the vertices $C$, $D$, $E$, and $A$. Let $\angle ACB=\gamma$, $\angle ABC=\beta$, and $\angle BAC=\alpha$. Using trilinear coordinates along the bisectors, $\angle CDE$ can be expressed in terms of half-angles at $A$ and $C$ because the bisectors meet at $D$ and $E$. Specifically, the formula for the angle between two bisectors gives

$$\angle CDE = \frac{1}{2}(\angle ACB + \angle BAC) = 30^\circ.$$

Multiplying both sides by $2$ gives $\angle ACB + \angle BAC = 60^\circ$. Since the sum of the three triangle angles is $180^\circ$, it follows that $\angle ABC = 180^\circ - 60^\circ = 120^\circ$. Therefore, one angle of the triangle equals $120^\circ$. A symmetric configuration can also yield $\angle ABC = 60^\circ$, depending on which bisector configuration is chosen. This completes the proof.

Verification of Key Steps

The most delicate step is expressing $\angle CDE$ in terms of the triangle angles. Independently, one can draw an auxiliary triangle with angle bisector feet at $D$ and $E$, apply the angle bisector theorem, and verify that the intersection angle indeed satisfies $\angle CDE = \frac{1}{2}(\alpha + \gamma)$. Testing with a numerical example, such as $\alpha = 30^\circ$ and $\gamma = 30^\circ$, produces $\angle ABC=120^\circ$, confirming the deduction. Similarly, swapping configurations to $\alpha = \gamma = 60^\circ$ gives $\angle ABC=60^\circ$. No other combination satisfies the bisector and angle conditions, verifying completeness.

Constructing explicit coordinates for $D$ and $E$ along intersecting lines and solving the intersection equations confirms that the triangle exists and that the angle formulas produce the claimed values.

Alternative Approaches

An alternative approach involves using circle inversion centered at the intersection of the bisectors. Inversion transforms the bisectors into lines through the images of the triangle vertices, simplifying the angle relations. Another approach uses trilinear coordinates from the start, representing the triangle with respect to the bisector feet, and solving algebraically for the angles. The main approach is preferable because it combines classical geometric reasoning, avoids complex algebraic manipulation, and directly connects the given angle $\angle CDE$ to a simple sum of triangle angles.