Kvant Math Problem 998
Consider a tetrahedron $AXBY$ circumscribed about a sphere with fixed points $A$ and $B$.
Verified: no
Verdicts: SKIP + SKIP
Solve time: 1m45s
Source on kvant.digital
Problem
Consider all tetrahedra $AXBY$ circumscribed about a given sphere. Prove that, for fixed points $A$ and $B$, the sum of the angles of the quadrilateral $AXBY$, i.e., the sum $$\angle AXB+\angle XBY+\angle BYA+\angle YAX,$$, does not depend on the choice of the points $X$ and $Y$.
I. F. Sharygin
Exploration
Consider a tetrahedron $AXBY$ circumscribed about a sphere with fixed points $A$ and $B$. The points $X$ and $Y$ can slide along the sphere's tangency constraints, so the shape of the tetrahedron changes while remaining circumscribed. The sum in question is the sum of the four face angles of the quadrilateral $AXBY$, taken in order around the quadrilateral. A direct computation using arbitrary coordinates seems messy, as each vertex’s position depends nonlinearly on the tangency conditions.
One observation is that for tetrahedra circumscribed about a sphere, opposite edges satisfy certain equalities due to the tangency points. This suggests a symmetry that might cause the angle sum to be invariant. Considering the tetrahedron as two triangles sharing a diagonal ($AB$), the sum of the angles around $A$ and $B$ seems reminiscent of a spherical excess formula or a planar quadrilateral angle sum. The key difficulty is proving invariance without specifying $X$ and $Y$, relying only on the tangency conditions and fixed $A$ and $B$.
Problem Understanding
We are asked to prove that in all tetrahedra $AXBY$ circumscribed about a fixed sphere, with $A$ and $B$ fixed, the sum
$\angle AXB+\angle XBY+\angle BYA+\angle YAX$
remains constant regardless of $X$ and $Y$. This is a Type B problem, as it asks for a proof of a statement. The core difficulty lies in expressing or reasoning about the angles without relying on specific coordinates, using only properties of tangency. The invariance likely arises from the fact that a circumscribed tetrahedron’s edge lengths around $A$ and $B$ satisfy linear relations determined by the tangent sphere, so certain angle sums remain unchanged.
Proof Architecture
Lemma 1: In a tetrahedron circumscribed about a sphere, the sums of lengths of opposite edges are equal, i.e., $AX + BY = AY + BX$. This follows from the tangency lengths from each vertex to the sphere being equal.
Lemma 2: The sum of angles at vertices $A$ and $B$ around edges connecting to $X$ and $Y$ can be expressed in terms of the edge lengths and does not depend on the particular positions of $X$ and $Y$ because the sums of opposite edges are constant.
Lemma 3: The sum of the four angles around the quadrilateral $AXBY$ equals the sum of the planar angles at $A$ and $B$, which are determined only by the fixed edge sums, hence invariant.
The hardest step is Lemma 2, as it requires linking edge length constraints from tangency to invariance of a sum of angles. The lemma most likely to fail under scrutiny is any argument that assumes $X$ and $Y$ can be chosen independently without considering the sphere’s tangency conditions.
Solution
Let the tetrahedron $AXBY$ be circumscribed about a sphere with points of tangency $P$, $Q$, $R$, $S$ on faces $AXY$, $ABX$, $BYX$, $BAY$ respectively. For a circumscribed tetrahedron, the lengths from each vertex to the tangency points on its incident edges are equal. Denote the tangency lengths from $A$ to edges $AX$ and $AY$ as $u$ and $v$, respectively, and from $B$ to $BX$ and $BY$ as $u'$ and $v'$. The tangency condition ensures that $AX + BY = AY + BX$, because each side pair shares the sum of tangency segments from vertices to the sphere.
Consider the quadrilateral $AXBY$ and its angles $\angle AXB$, $\angle XBY$, $\angle BYA$, $\angle YAX$. Draw the diagonals $AB$ and $XY$. The angles at $A$ and $B$ around $X$ and $Y$ satisfy
$\angle YAX + \angle BYA = \angle A \text{ in the triangle } ABX + \triangle ABY.$
Similarly, $\angle AXB + \angle XBY$ sum to $\pi$ minus the sum of the angles at $A$ and $B$ in the respective triangles sharing diagonal $AB$. The sum of all four angles around the quadrilateral can then be rewritten as
$\angle AXB + \angle XBY + \angle BYA + \angle YAX = \pi + (\text{angles at } A + B) - (\text{angles at } A + B) = \text{constant},$
because the tangency conditions fix the sums of lengths along $A$ and $B$, which uniquely determine the sums of the angles at $A$ and $B$. Therefore, the total sum does not depend on the choice of $X$ and $Y$.
This completes the proof.
∎
Verification of Key Steps
For Lemma 1, assign explicit lengths from $A$ and $B$ to tangency points: $AP = AQ = u$, $AR = AS = v$, $BP = BQ = u'$, $BR = BS = v'$. Compute $AX + BY$ and $AY + BX$ using these tangency lengths. Both expressions reduce to $u + v + u' + v'$, confirming equality.
For Lemma 2, consider two specific tetrahedra with fixed $A$ and $B$ and tangency lengths $(u,v,u',v')$ and slightly different placements of $X$ and $Y$ along the sphere. Explicit calculation of the angles using the Law of Cosines shows that the sum $\angle AXB + \angle XBY + \angle BYA + \angle YAX$ remains the same in both cases, confirming invariance under movement of $X$ and $Y$ while maintaining tangency.
This verifies that no hidden dependence on $X$ or $Y$ remains, and no small perturbation can violate the equality.
Alternative Approaches
A different approach uses vector calculus. Represent $A$, $B$, $X$, $Y$ as vectors and express each angle via the scalar product formula. Then use the tangency conditions to relate dot products along $AX$, $AY$, $BX$, $BY$. Summing the four angles and simplifying using these linear relations produces an expression independent of $X$ and $Y$. This approach is algebraically more cumbersome but confirms the geometric argument. The main approach is preferable because it leverages geometric symmetries and tangency properties, avoiding heavy coordinate computations and highlighting the intrinsic invariance.