| # JMO 2014 Solution Notes |
|
|
| Evan Chen《陳誼廷》 |
|
|
| 15 April 2024 |
|
|
|
|
| #### Abstract |
|
|
| This is a compilation of solutions for the 2014 JMO. The ideas of the solution are a mix of my own work, the solutions provided by the competition organizers, and solutions found by the community. However, all the writing is maintained by me. |
|
|
| These notes will tend to be a bit more advanced and terse than the "official" solutions from the organizers. In particular, if a theorem or technique is not known to beginners but is still considered "standard", then I often prefer to use this theory anyways, rather than try to work around or conceal it. For example, in geometry problems I typically use directed angles without further comment, rather than awkwardly work around configuration issues. Similarly, sentences like "let $\mathbb{R}$ denote the set of real numbers" are typically omitted entirely. |
|
|
| Corrections and comments are welcome! |
|
|
|
|
| ## Contents |
|
|
| 0 Problems |
| 1 Solutions to Day 1 |
| 1.1 JMO 2014/1, proposed by Titu Andreescu ..... 3 |
| 1.2 JMO 2014/2, proposed by Zuming Feng ..... 4 |
| 1.3 JMO 2014/3, proposed by Titu Andreescu |
| 2 Solutions to Day 2 |
| 2.1 JMO 2014/4, proposed by Palmer Mebane ..... 8 |
| 2.2 JMO 2014/5, proposed by Palmer Mebane |
| 2.3 JMO 2014/6, proposed by Titu Andreescu, Cosmin Pohoata ..... 11 |
|
|
| ## §0 Problems |
|
|
| 1. Let $a, b, c$ be real numbers greater than or equal to 1 . Prove that |
|
|
| $$ |
| \min \left(\frac{10 a^{2}-5 a+1}{b^{2}-5 b+10}, \frac{10 b^{2}-5 b+1}{c^{2}-5 c+10}, \frac{10 c^{2}-5 c+1}{a^{2}-5 a+10}\right) \leq a b c |
| $$ |
|
|
| 2. Let $\triangle A B C$ be a non-equilateral, acute triangle with $\angle A=60^{\circ}$, and let $O$ and $H$ denote the circumcenter and orthocenter of $\triangle A B C$, respectively. |
| (a) Prove that line $O H$ intersects both segments $A B$ and $A C$ at two points $P$ and $Q$, respectively. |
| (b) Denote by $s$ and $t$ the respective areas of triangle $A P Q$ and quadrilateral $B P Q C$. Determine the range of possible values for $s / t$. |
| 3. Find all $f: \mathbb{Z} \rightarrow \mathbb{Z}$ such that |
|
|
| $$ |
| x f(2 f(y)-x)+y^{2} f(2 x-f(y))=\frac{f(x)^{2}}{x}+f(y f(y)) |
| $$ |
|
|
| for all $x, y \in \mathbb{Z}$ such that $x \neq 0$. |
| 4. Let $b \geq 2$ be a fixed integer, and let $s_{b}(n)$ denote the sum of the base- $b$ digits of $n$. Show that there are infinitely many positive integers that cannot be represented in the from $n+s_{b}(n)$ where $n$ is a positive integer. |
| 5. Let $k$ be a positive integer. Two players $A$ and $B$ play a game on an infinite grid of regular hexagons. Initially all the grid cells are empty. Then the players alternately take turns with $A$ moving first. In her move, $A$ may choose two adjacent hexagons in the grid which are empty and place a counter in both of them. In his move, $B$ may choose any counter on the board and remove it. If at any time there are $k$ consecutive grid cells in a line all of which contain a counter, $A$ wins. Find the minimum value of $k$ for which $A$ cannot win in a finite number of moves, or prove that no such minimum value exists. |
| 6. Let $A B C$ be a triangle with incenter $I$, incircle $\gamma$ and circumcircle $\Gamma$. Let $M, N, P$ be the midpoints of $\overline{B C}, \overline{C A}, \overline{A B}$ and let $E, F$ be the tangency points of $\gamma$ with $\overline{C A}$ and $\overline{A B}$, respectively. Let $U, V$ be the intersections of line $E F$ with line $M N$ and line $M P$, respectively, and let $X$ be the midpoint of $\operatorname{arc} B A C$ of $\Gamma$. |
| (a) Prove that $I$ lies on ray $C V$. |
| (b) Prove that line $X I$ bisects $\overline{U V}$. |
|
|
| ## §1 Solutions to Day 1 |
|
|
| ## §1.1 JMO 2014/1, proposed by Titu Andreescu |
|
|
| Available online at https://aops.com/community/p3477681. |
|
|
| ## Problem statement |
|
|
| Let $a, b, c$ be real numbers greater than or equal to 1 . Prove that |
|
|
| $$ |
| \min \left(\frac{10 a^{2}-5 a+1}{b^{2}-5 b+10}, \frac{10 b^{2}-5 b+1}{c^{2}-5 c+10}, \frac{10 c^{2}-5 c+1}{a^{2}-5 a+10}\right) \leq a b c |
| $$ |
|
|
| Notice that |
|
|
| $$ |
| \frac{10 a^{2}-5 a+1}{a^{2}-5 a+10} \leq a^{3} |
| $$ |
|
|
| since it rearranges to $(a-1)^{5} \geq 0$. Cyclically multiply to get |
|
|
| $$ |
| \prod_{\mathrm{cyc}}\left(\frac{10 a^{2}-5 a+1}{b^{2}-5 b+10}\right) \leq(a b c)^{3} |
| $$ |
| |
| and the minimum is at most the geometric mean. |
| |
| ## §1.2 JMO 2014/2, proposed by Zuming Feng |
| |
| Available online at https://aops.com/community/p3477702. |
| |
| ## Problem statement |
| |
| Let $\triangle A B C$ be a non-equilateral, acute triangle with $\angle A=60^{\circ}$, and let $O$ and $H$ denote the circumcenter and orthocenter of $\triangle A B C$, respectively. |
| (a) Prove that line $O H$ intersects both segments $A B$ and $A C$ at two points $P$ and $Q$, respectively. |
| (b) Denote by $s$ and $t$ the respective areas of triangle $A P Q$ and quadrilateral $B P Q C$. Determine the range of possible values for $s / t$. |
| |
| We begin with some synthetic work. Let $I$ denote the incenter, and recall ("fact 5") that the arc midpoint $M$ is the center of $(B I C)$, which we denote by $\gamma$. |
| |
| Now we have that |
| |
| $$ |
| \angle B O C=\angle B I C=\angle B H C=120^{\circ} . |
| $$ |
| |
| Since all three centers lie inside $A B C$ (as it was acute), and hence on the opposite side of $\overline{B C}$ as $M$, it follows that $O, I, H$ lie on minor arc $B C$ of $\gamma$. |
| |
| We note this implies (a) already, as line $O H$ meets line $B C$ outside of segment $B C$. |
|  |
| |
| Claim - Triangle $A P Q$ is equilateral with side length $\frac{b+c}{3}$. |
| |
| Proof. Let $R$ be the circumradius. We have $R=O M=O A=M H$, and even $A H=$ $2 R \cos A=R$, so $A O M H$ is a rhombus. Thus $\overline{O H} \perp \overline{A M}$ and in this way we derive that $\triangle A P Q$ is isosceles, hence equilateral. |
| |
| Finally, since $\angle P B H=30^{\circ}$, and $\angle B P H=120^{\circ}$, it follows that $\triangle B P H$ is isosceles and $B P=P H$. Similarly, $C Q=Q H$. So $b+c=A P+B P+A Q+Q C=A P+A Q+P Q$ as needed. |
| |
| Finally, we turn to the boring task of extracting the numerical answer. We have |
| |
| $$ |
| \frac{s}{s+t}=\frac{[A P Q]}{[A B C]}=\frac{\frac{\sqrt{3}}{4}\left(\frac{b+c}{3}\right)^{2}}{\frac{\sqrt{3}}{4} b c}=\frac{b^{2}+2 b c+c^{2}}{9 b c}=\frac{1}{9}\left(2+\frac{b}{c}+\frac{c}{b}\right) . |
| $$ |
| |
| So the problem is reduced to analyzing the behavior of $b / c$. For this, we imagine fixing $\Gamma$ the circumcircle of $A B C$, as well as the points $B$ and $C$. Then as we vary $A$ along the "topmost" arc of measure $120^{\circ}$, we find $b / c$ is monotonic with values $1 / 2$ and 2 at endpoints, and by continuity all values $b / c \in(1 / 2,2)$ can be achieved. |
| |
| So |
| |
| $$ |
| \frac{1}{2}<\frac{b}{c}<2 \Longrightarrow 4 / 9<\frac{s}{s+t}<1 / 2 \Longrightarrow 4 / 5<\frac{s}{t}<1 |
| $$ |
| |
| as needed. |
| |
| ## §1.3 JMO 2014/3, proposed by Titu Andreescu |
| |
| Available online at https://aops.com/community/p3477690. |
| |
| ## Problem statement |
| |
| Find all $f: \mathbb{Z} \rightarrow \mathbb{Z}$ such that |
| |
| $$ |
| x f(2 f(y)-x)+y^{2} f(2 x-f(y))=\frac{f(x)^{2}}{x}+f(y f(y)) |
| $$ |
| |
| for all $x, y \in \mathbb{Z}$ such that $x \neq 0$. |
| |
| The answer is $f(x) \equiv 0$ and $f(x) \equiv x^{2}$. Check that these work. |
| Now let's prove these are the only solutions. Put $y=0$ to obtain |
| |
| $$ |
| x f(2 f(0)-x)=\frac{f(x)^{2}}{x}+f(0) . |
| $$ |
| |
| The nicest part of the problem is the following step: |
| |
| $$ |
| \text { Claim - We have } f(0)=0 |
| $$ |
| |
| Proof. If not, select a prime $p \nmid f(0)$ and put $x=p \neq 0$. In the above, we find that $p \mid f(p)^{2}$, so $p \mid f(p)$ and hence $p \left\lvert\, \frac{f(p)^{2}}{p}\right.$. From here we derive $p \mid f(0)$, contradiction. Hence |
| |
| $$ |
| f(0)=0 |
| $$ |
| |
| Claim - We have $f(x) \in\left\{0, x^{2}\right\}$ for each individual $x$. |
| Proof. The above then implies that |
| |
| $$ |
| x^{2} f(-x)=f(x)^{2} |
| $$ |
| |
| holds for all nonzero $x$, but also for $x=0$. Let us now check that $f$ is an even function. In the above, we may also derive $f(-x)^{2}=x^{2} f(x)$. If $f(x) \neq f(-x)$ (and hence $x \neq 0$ ), then subtracting the above and factoring implies that $f(x)+f(-x)=-x^{2}$; we can then obtain by substituting the relation |
| |
| $$ |
| \left[f(x)+\frac{1}{2} x^{2}\right]^{2}=-\frac{3}{4} x^{4}<0 |
| $$ |
| |
| which is impossible. This means $f(x)^{2}=x^{2} f(x)$, thus |
| |
| $$ |
| f(x) \in\left\{0, x^{2}\right\} \quad \forall x . |
| $$ |
| |
| Now suppose there exists a nonzero integer $t$ with $f(t)=0$. We will prove that $f(x) \equiv 0$. Put $y=t$ in the given to obtain that |
| |
| $$ |
| t^{2} f(2 x)=0 |
| $$ |
| |
| for any integer $x \neq 0$, and hence conclude that $f(2 \mathbb{Z}) \equiv 0$. Then selecting $x=2 k \neq 0$ in the given implies that |
| |
| $$ |
| y^{2} f(4 k-f(y))=f(y f(y)) |
| $$ |
| |
| Assume for contradiction that $f(m)=m^{2}$ now for some odd $m \neq 0$. Evidently |
| |
| $$ |
| m^{2} f\left(4 k-m^{2}\right)=f\left(m^{3}\right) |
| $$ |
| |
| If $f\left(m^{3}\right) \neq 0$ this forces $f\left(4 k-m^{2}\right) \neq 0$, and hence $m^{2}\left(4 k-m^{2}\right)^{2}=m^{6}$ for arbitrary $k \neq 0$, which is clearly absurd. That means |
| |
| $$ |
| f\left(4 k-m^{2}\right)=f\left(m^{2}-4 k\right)=f\left(m^{3}\right)=0 |
| $$ |
| |
| for each $k \neq 0$. Since $m$ is odd, $m^{2} \equiv 1(\bmod 4)$, and so $f(n)=0$ for all $n$ other than $\pm m^{2}$ (since we cannot select $\left.k=0\right)$. |
| |
| Now $f(m)=m^{2}$ means that $m= \pm 1$. Hence either $f(x) \equiv 0$ or |
| |
| $$ |
| f(x)= \begin{cases}1 & x= \pm 1 \\ 0 & \text { otherwise }\end{cases} |
| $$ |
| |
| To show that the latter fails, we simply take $x=5$ and $y=1$ in the given. |
| Hence, the only solutions are $f(x) \equiv 0$ and $f(x) \equiv x^{2}$. |
| |
| ## §2 Solutions to Day 2 |
| |
| ## §2.1 JMO 2014/4, proposed by Palmer Mebane |
| |
| Available online at https://aops.com/community/p3478579. |
| |
| ## Problem statement |
| |
| Let $b \geq 2$ be a fixed integer, and let $s_{b}(n)$ denote the sum of the base- $b$ digits of $n$. Show that there are infinitely many positive integers that cannot be represented in the from $n+s_{b}(n)$ where $n$ is a positive integer. |
| |
| For brevity let $f(n)=n+s_{b}(n)$. Select any integer $M$. Observe that $f(x) \geq b^{2 M}$ for any $x \geq b^{2 M}$, but also $f\left(b^{2 M}-k\right) \geq b^{2 M}$ for $k=1,2, \ldots, M$, since the base- $b$ expansion of $b^{2 M}-k$ will start out with at least $M$ digits $b-1$. |
|
|
| Thus $f$ omits at least $M$ values in $\left[1, b^{2 M}\right]$ for any $M$. |
|
|
| ## §2.2 JMO 2014/5, proposed by Palmer Mebane |
|
|
| Available online at https://aops.com/community/p3478584. |
|
|
| ## Problem statement |
|
|
| Let $k$ be a positive integer. Two players $A$ and $B$ play a game on an infinite grid of regular hexagons. Initially all the grid cells are empty. Then the players alternately take turns with $A$ moving first. In her move, $A$ may choose two adjacent hexagons in the grid which are empty and place a counter in both of them. In his move, $B$ may choose any counter on the board and remove it. If at any time there are $k$ consecutive grid cells in a line all of which contain a counter, $A$ wins. Find the minimum value of $k$ for which $A$ cannot win in a finite number of moves, or prove that no such minimum value exists. |
|
|
| The answer is $k=6$. |
| 【 Proof that $A$ cannot win if $k=6$. We give a strategy for $B$ to prevent $A$ 's victory. Shade in every third cell, as shown in the figure below. Then $A$ can never cover two shaded cells simultaneously on her turn. Now suppose $B$ always removes a counter on a shaded cell (and otherwise does whatever he wants). Then he can prevent $A$ from ever getting six consecutive counters, because any six consecutive cells contain two shaded cells. |
|  |
|
|
| 【 Example of a strategy for $A$ when $k=5$. We describe a winning strategy for $A$ explicitly. Note that after $B$ 's first turn there is one counter, so then $A$ may create an equilateral triangle, and hence after $B$ 's second turn there are two consecutive counters. Then, on her third turn, $A$ places a pair of counters two spaces away on the same line. Label the two inner cells $x$ and $y$ as shown below. |
|  |
|
|
| Now it is $B$ 's turn to move; in order to avoid losing immediately, he must remove either $x$ or $y$. Then on any subsequent turn, $A$ can replace $x$ or $y$ (whichever was removed) and add one more adjacent counter. This continues until either $x$ or $y$ has all its neighbors |
| filled (we ask $A$ to do so in such a way that she avoids filling in the two central cells between $x$ and $y$ as long as possible). |
|
|
| So, let's say without loss of generality (by symmetry) that $x$ is completely surrounded by tokens. Again, $B$ must choose to remove $x$ (or $A$ wins on her next turn). After $x$ is removed by $B$, consider the following figure. |
|  |
|
|
| We let $A$ play in the two marked green cells. Then, regardless of what move $B$ plays, one of the two choices of moves marked in red lets $A$ win. Thus, we have described a winning strategy when $k=5$ for $A$. |
|
|
| ## §2.3 JMO 2014/6, proposed by Titu Andreescu, Cosmin Pohoata |
|
|
| Available online at https://aops.com/community/p3478583. |
|
|
| ## Problem statement |
|
|
| Let $A B C$ be a triangle with incenter $I$, incircle $\gamma$ and circumcircle $\Gamma$. Let $M, N, P$ be the midpoints of $\overline{B C}, \overline{C A}, \overline{A B}$ and let $E, F$ be the tangency points of $\gamma$ with $\overline{C A}$ and $\overline{A B}$, respectively. Let $U, V$ be the intersections of line $E F$ with line $M N$ and line $M P$, respectively, and let $X$ be the midpoint of $\operatorname{arc} B A C$ of $\Gamma$. |
| (a) Prove that $I$ lies on ray $C V$. |
| (b) Prove that line $X I$ bisects $\overline{U V}$. |
|
|
| The fact that $I=\overline{B U} \cap \overline{C V}$ and is Lemma 1.45 from EGMO. |
| As for (b), we note: |
| Claim - Line $I X$ is a symmedian of $\triangle I B C$. |
| Proof. Recall that $(B I C)$ has circumcenter coinciding with the antipode of $X$ (by "Fact 5 "). So this follows from the fact that $\overline{X B}$ and $\overline{X C}$ are tangent. |
|
|
| Since $B V U C$ is cyclic with diagonals intersecting at $I$, and $I X$ is symmedian of $\triangle I B C$, it is median of $\triangle I U V$, as needed. |
|
|
| Remark (Alternate solution to (b) by Gunmay Handa). It's well known that $X$ is the midpoint of $\overline{I_{b} I_{c}}$ (by considering the nine-point circle of the excentral triangle). However, $\overline{U V} \| \overline{I_{b} I_{c}}$ and $I=\overline{I_{b} U} \cap \overline{I_{c} V}$, implying the result. |
|
|
|
|