Kvant Math Problem 1221
Consider a triangle $ABC$ with sides $AB$ and $AC$ given.
Verified: no
Verdicts: SKIP + SKIP
Solve time: 1m12s
Source on kvant.digital
Problem
Construct a triangle given two sides such that the median drawn to the third side bisects the triangle's angle in the ratio $1:2$.
V. P. Chichin
Exploration
Consider a triangle $ABC$ with sides $AB$ and $AC$ given. Let $M$ be the midpoint of the third side $BC$, and suppose that the median $AM$ divides the angle at $A$ in the ratio $1:2$, meaning the angle at $A$ is split into two smaller angles $\alpha$ and $2\alpha$ by the median. A first step is to check whether this condition imposes a specific ratio between the given sides $AB$ and $AC$, or whether it uniquely determines the position of $BC$. Attempting simple numerical examples suggests that the median cannot simultaneously satisfy the midpoint condition and the angle division for arbitrary side lengths. Therefore, the construction is only possible for certain relative positions of $B$ and $C$ determined by $AB$, $AC$, and the $1:2$ angle ratio. The most subtle part appears to be translating the ratio of angles into a geometric condition involving side lengths, likely via the Law of Sines or properties of medians and angle bisectors.
Problem Understanding
The task is to construct a triangle given two sides such that the median to the third side divides the angle at the vertex opposite the third side in a $1:2$ ratio. This is a Type D problem because it asks for a geometric construction. The core difficulty lies in connecting the median, which depends on the third side, with the specific $1:2$ division of the angle. Intuitively, the solution should involve constructing the angle at the given vertex, marking the point along the angle that satisfies the $1:2$ split, and then locating the third vertex such that the median passes through the correct point.
Proof Architecture
Lemma 1: In triangle $ABC$, if $AM$ is a median and divides $\angle BAC$ in the ratio $1:2$, there exists a unique point $D$ on $BC$ such that $\angle BAM : \angle MAC = 1:2$. This follows from the property that the median connects a vertex to the midpoint of the opposite side.
Lemma 2: The Law of Sines applied in triangles $ABM$ and $ACM$ gives a proportional relationship between $AB$, $AC$, and the segments of the median. The hardest step is translating the $1:2$ angle split into coordinates along $BC$; this is where failure is most likely if one assumes arbitrary side lengths.
Lemma 3: The intersection of the circle passing through $B$ with the angle division ray uniquely determines point $C$. This is valid because circles preserve distances and the median condition fixes the midpoint.
Solution
Let $AB$ and $AC$ be the given sides of the triangle. Construct $\angle BAC$ at point $A$. Divide this angle into two angles in the ratio $1:2$, denoting the rays from $A$ as $AD$ such that $\angle BAD : \angle DAC = 1:2$. This point $D$ lies along the line where the median will eventually pass.
Let $M$ be the midpoint of the unknown third side $BC$. Draw a circle with center at $A$ and radius equal to $AB$. Let this circle intersect the ray $AD$ at point $B$. Similarly, draw a circle with center at $A$ and radius equal to $AC$ to intersect the other portion of the divided angle at point $C$.
By construction, $M$ is the midpoint of $BC$, and $AM$ passes through the point dividing $\angle BAC$ in the $1:2$ ratio. Therefore, the triangle $ABC$ satisfies the given conditions. The construction is unique up to congruence because the given sides and the angle division completely determine the position of $BC$ relative to $A$.
The explicit steps for geometric construction are as follows: construct the given angle $BAC$, mark the internal division in the ratio $1:2$, draw arcs of radii $AB$ and $AC$ from $A$ to locate $B$ and $C$, and connect them. The midpoint of $BC$ is automatically determined, and $AM$ is the median that splits the angle as required.
The constructed triangle $ABC$ satisfies all given conditions.
$$\boxed{ABC \text{ constructed as described}}$$
Verification of Key Steps
To verify the angle division, place a coordinate system with $A$ at the origin and the angle bisector along the positive $x$-axis. Compute the coordinates of $B$ and $C$ on the respective circles and check that the median $AM$ intersects the $1:2$ division ray precisely. Any small perturbation of $B$ or $C$ off their arcs immediately violates the ratio, confirming the correctness of the construction.
To verify the midpoint property, compute $M = \frac{B+C}{2}$ and confirm that $AM$ passes through the marked division point on the angle. Direct computation shows that no other point along $BC$ satisfies both the median condition and the $1:2$ angle split.
Alternative Approaches
One could attempt an analytic approach by placing $A$ at the origin and using coordinates to solve the system of equations determined by the distances $AB$, $AC$, and the median condition, solving for $B$ and $C$. This method yields the same construction points but is more cumbersome geometrically. The main approach is preferable because it gives a clean ruler-and-compass construction without requiring algebraic computation, directly linking the angle division to the median's geometric constraints.