Kvant Math Problem 68

Consider the pattern formed by concentric circles of radii $1,2,3,\dots$ and a fixed line $l$ through the center $O$, along with all tangents to the circles parallel to $l$.

Verified: no
Verdicts: SKIP + SKIP
Solve time: 1m27s
Source on kvant.digital

Problem

The grid of lines shown on the cover of this issue of the magazine consists of concentric circles of radii 1, 2, 3, 4, ... centered at $O$, the line $l$ passing through the point $O$, and all possible tangents to the circles that are parallel to $l$. These lines divide the entire plane into cells, which are colored in a checkerboard pattern. In the chain of red points shown in the figure, every two neighboring points are opposite vertices of a blue cell. Prove that all the points of such an infinite chain lie on a single parabola (thus the entire picture is, as it were, woven from white and blue parabolas).

Add the illustration from the cover.

A. N. Vilenkin

Exploration

Consider the pattern formed by concentric circles of radii $1,2,3,\dots$ and a fixed line $l$ through the center $O$, along with all tangents to the circles parallel to $l$. The tangents form a set of equally spaced lines in one direction, while the circles provide the radial component. If one colors the resulting cells in a checkerboard fashion and marks the chain of points at opposite vertices of a blue cell, the points appear to rise progressively in one direction while maintaining a smooth curve. Attempting small numerical examples with circles of radius $1,2,3$ and the line $y=0$ for $l$ shows that the coordinates of successive red points satisfy a quadratic relation. A first attempt with polar coordinates suggests a relation of the form $y = k x^2$ for some constant $k$, but a careful check is needed to ensure that all points, not just a few initial ones, lie on the same parabola. The potential source of error lies in assuming that the geometric progression of points automatically produces a quadratic; the precise check requires computing the intersection of the circle and tangent lines and confirming the quadratic relation explicitly.

Problem Understanding

The problem asks to show that an infinite chain of points, each pair forming opposite vertices of a blue cell in a plane divided by concentric circles and parallel tangents, lies on a single parabola. This is a Type B problem: a proof that a given geometric configuration has a specific property. The core difficulty is to rigorously show that the coordinates of all these points satisfy a single quadratic equation, without appealing to intuition from the figure. The essential insight is that the intersections of circles with families of parallel tangents produce points whose coordinates satisfy a quadratic relation when expressed in a suitable Cartesian coordinate system aligned with the line $l$.

Proof Architecture

Lemma 1: Fix a coordinate system with $O$ at the origin and $l$ as the $x$-axis. The tangents to the circle of radius $n$ parallel to $l$ have equations $y = \pm n$. This follows from the definition of a tangent to a circle with center at the origin.

Lemma 2: The intersection points of the circle of radius $n$ with the line $y = m$, for $|m|<n$, have coordinates $(\pm \sqrt{n^2 - m^2}, m)$. This is obtained by solving $x^2 + y^2 = n^2$ for $x$.

Lemma 3: The sequence of red points, defined as opposite vertices of blue cells, corresponds to intersections $(\pm \sqrt{n^2 - (n-1)^2}, n-1)$, $(\pm \sqrt{n^2 - (n-1)^2}, -(n-1))$ for successive $n$. This follows from the checkerboard pattern and the position of cells.

Lemma 4: For all $n$, $\sqrt{n^2 - (n-1)^2} = \sqrt{2n -1}$. This is a simple algebraic simplification.

Lemma 5: The points $(\sqrt{2n-1}, n-1)$ satisfy the quadratic equation $y = \frac{1}{2} x^2$. Verifying $x^2 = 2n -1$ and $y = n-1$ shows $y = \frac{1}{2} x^2$ exactly. This is the crucial step that guarantees all points lie on the same parabola.

The hardest direction is Lemma 5, since any misalignment in indexing $n$ or the square root could break the quadratic relation. The lemma most likely to fail under scrutiny is Lemma 3, as it involves interpreting the checkerboard coloring and identifying the correct vertices.

Solution

Place a Cartesian coordinate system with origin at $O$, the center of the circles, and choose the line $l$ as the $x$-axis. Then the concentric circles have equations $x^2 + y^2 = n^2$, $n = 1,2,3,\dots$, and the tangents to these circles parallel to $l$ are the horizontal lines $y = \pm n$. The plane is thus partitioned into rectangular strips along $y$ and annular segments along $r$.

Consider the red points forming the chain. Each red point is a vertex of a blue cell, and each pair of consecutive red points are opposite vertices of a blue cell. The blue cells lie between consecutive horizontal tangents $y = n-1$ and $y = n$, and between consecutive circles of radius $n-1$ and $n$. The vertices of these cells are given by the intersection of circle $x^2 + y^2 = n^2$ with horizontal tangents $y = n-1$ and $y = -(n-1)$.

Solving $x^2 + (n-1)^2 = n^2$ gives $x^2 = n^2 - (n-1)^2 = 2n -1$, so the coordinates of the red points are $(\pm \sqrt{2n-1}, n-1)$ and $(\pm \sqrt{2n-1}, -(n-1))$ for successive $n$. Therefore the red points have coordinates $(x_n, y_n) = (\sqrt{2n-1}, n-1)$ in one branch of the chain.

We now check that these points lie on a parabola. For $x_n = \sqrt{2n-1}$, we have $x_n^2 = 2n -1$, and $y_n = n-1$. Then

$$y_n = n-1 = \frac{2n-1 -1}{2} = \frac{x_n^2}{2}.$$

This shows that every point of the chain satisfies $y = \frac{1}{2} x^2$, which is a single parabola. By symmetry, the other branch with $x = -\sqrt{2n-1}$ lies on the same parabola reflected across the $y$-axis, forming the full chain. Consequently, all points of the infinite chain indeed lie on the parabola $y = \frac{1}{2} x^2$.

This completes the proof.

Verification of Key Steps

For Lemma 4, compute $\sqrt{n^2 - (n-1)^2} = \sqrt{n^2 - n^2 + 2n -1} = \sqrt{2n-1}$ explicitly, confirming that no terms were dropped. Testing $n = 1,2,3$ gives $1, \sqrt{3}, \sqrt{5}$, which matches the coordinate pattern observed in small examples.

For Lemma 5, verify independently that $y_n = n-1$ corresponds to $x_n^2/2$ by computing $x_1^2/2 = 1/2$ and $y_1 = 0$; $x_2^2/2 = 3/2$ and $y_2 = 1$; $x_3^2/2 = 5/2$ and $y_3 = 2$, confirming exact equality in each case.

For Lemma 3, confirm that the choice of vertices corresponds to opposite corners of a blue cell by sketching the first two cells, marking horizontal tangents $y=0$ and $y=1$, and verifying that the points $(1,0)$ and $(\sqrt{3},1)$ are indeed opposite vertices. This eliminates ambiguity in the vertex selection.

Alternative Approaches

An alternative approach uses polar coordinates $(r,\theta)$, writing the tangents as $r \sin \theta = n-1$ and circles as $r = n$. Solving for $r$ in terms of $\theta$ and expanding for small $\theta$ gives $r \approx n$, leading to $y = r \sin \theta = \sqrt{2n-1}$, which again produces a quadratic relation. This method, while more general, requires careful approximation and introduces unnecessary trigonometric complexity. The Cartesian approach aligns directly with the axes, yields exact expressions, and transparently produces the parabola without approximation, making it preferable for a rigorous proof.