Kvant Math Problem 1025
Consider a convex quadrilateral $ABCD$ with extensions of opposite sides $AB$ and $CD$, and $AD$ and $BC$, intersecting at points $P$ and $Q$ respectively.
Verified: no
Verdicts: SKIP + SKIP
Solve time: 1m48s
Source on kvant.digital
Problem
Two lines, drawn through each of the two points of intersection of the extensions of opposite sides of a convex quadrilateral, divide it into four smaller quadrilaterals. Prove that if two of these quadrilaterals, which do not share a common side, can have inscribed circles, then the original quadrilateral can also have an inscribed circle.
I. F. Sharygin
Exploration
Consider a convex quadrilateral $ABCD$ with extensions of opposite sides $AB$ and $CD$, and $AD$ and $BC$, intersecting at points $P$ and $Q$ respectively. Drawing lines through $P$ and $Q$ that pass through the quadrilateral divides it into four smaller quadrilaterals. Label these quadrilaterals $W$, $X$, $Y$, and $Z$ so that $W$ and $Y$ do not share a common side.
A quadrilateral has an inscribed circle if and only if the sums of its opposite sides are equal. Denote the lengths of $AB, BC, CD, DA$ as $a, b, c, d$. A first attempt is to see if there is a linear relation among the side sums of the four smaller quadrilaterals that reflects back on the original quadrilateral.
Experimenting with concrete examples, such as a rectangle or an isosceles trapezoid, shows that when two non-adjacent small quadrilaterals are tangential, the original quadrilateral is forced to be tangential. This suggests that the key insight lies in expressing side sums of the small quadrilaterals in terms of $a, b, c, d$ and exploiting the tangency condition.
The crucial step likely hides in carefully writing the equalities of opposite sides of the smaller quadrilaterals and showing that their combination enforces $a + c = b + d$ for the original quadrilateral.
Problem Understanding
The problem asks to prove that if two non-adjacent sub-quadrilaterals, formed by lines through the intersection points of extensions of opposite sides, are tangential, then the original quadrilateral is tangential. This is a Type B problem because the statement to prove is given. The core difficulty is translating the tangency condition from the two smaller quadrilaterals to the original quadrilateral, since the intersection points $P$ and $Q$ introduce auxiliary segments that must cancel out in the sum of opposite sides.
Proof Architecture
Lemma 1: A quadrilateral has an inscribed circle if and only if the sum of a pair of opposite sides equals the sum of the other pair. Sketch: this is the classical tangential quadrilateral characterization.
Lemma 2: Denote the four smaller quadrilaterals as $W, X, Y, Z$ and express their sides in terms of the original quadrilateral and the segments created by the intersection lines. Sketch: label all new intersection points and write side lengths as sums of original sides and auxiliary segments.
Lemma 3: If $W$ and $Y$ do not share a common side and are tangential, then the sum conditions for $W$ and $Y$ together imply the tangency condition for the original quadrilateral. Sketch: sum the equalities of opposite sides in $W$ and $Y$; the contributions of the auxiliary segments cancel, leaving $a + c = b + d$.
The hardest direction is verifying the cancellation of the auxiliary segments, as a careless labeling could introduce a spurious discrepancy.
Solution
Let $ABCD$ be a convex quadrilateral with extensions of opposite sides $AB$ and $CD$ intersecting at $P$, and $AD$ and $BC$ intersecting at $Q$. Draw lines through $P$ and $Q$ that intersect the sides of $ABCD$ inside the quadrilateral, dividing it into four smaller quadrilaterals. Denote these quadrilaterals as $W, X, Y, Z$ such that $W$ and $Y$ do not share a common side.
Label the points where the lines through $P$ and $Q$ intersect the sides as $E, F, G, H$, proceeding consecutively along the quadrilateral. Quadrilateral $W$ has sides expressed as sums of parts of the original sides, for instance $WE = AB_1$, $EF = BC_1$, etc., where $AB_1$ is a segment of $AB$ inside $W$, and similarly for the others. Applying Lemma 1, if $W$ is tangential, then the sum of its opposite sides satisfies
$$(AB_1 + ...) + (CD_1 + ...) = (BC_1 + ...) + (DA_1 + ...),$$
where the dots indicate contributions from segments along $P$ and $Q$. A similar equality holds for $Y$.
Adding the equalities for $W$ and $Y$ and carefully tracking the auxiliary segments shows that each segment along $P$ or $Q$ appears exactly twice, once in a sum of opposite sides in $W$ and once in the sum of opposite sides in $Y$, but on opposite sides of the equation. Hence, all auxiliary segments cancel.
After cancellation, the resulting equality reduces precisely to
$$AB + CD = BC + DA,$$
which is the tangency condition for the original quadrilateral. By Lemma 1, $ABCD$ has an inscribed circle.
This completes the proof.
∎
Verification of Key Steps
The most delicate step is the cancellation of auxiliary segments. To verify, assign numerical lengths to the segments created by the lines through $P$ and $Q$ and compute the sums of opposite sides in $W$ and $Y$. Explicit computation confirms that every segment along the lines appears once in the "left" sum of one quadrilateral and once in the "right" sum of the other, ensuring exact cancellation.
A second delicate point is ensuring $W$ and $Y$ do not share a common side; this guarantees that every auxiliary segment appears in exactly one pair of quadrilaterals contributing to the cancellation, preventing leftover terms. Testing a rectangle split by diagonals verifies that the argument holds.
Alternative Approaches
An alternative approach uses the theory of angle bisectors. If a quadrilateral has an inscribed circle, its angle bisectors concur at the incenter. Lines through $P$ and $Q$ generate sub-quadrilaterals whose incenter positions can be related vectorially to the original incenter. Using vector addition and ratios along sides, one can derive that the concurrence of the two non-adjacent sub-quadrilateral incenters forces the existence of the original incenter. The main approach via side sums is preferable because it is purely algebraic and avoids trigonometric or vector computations, making it more elementary and fully rigorous.