olympiads-ref / USAMO /md /en-USAMO-2006-notes.md
beichen0426's picture
Duplicate from AI-MO/olympiads-ref
63c5bce verified
|
Raw
History Blame Contribute Delete
15 kB

USAMO 2006 Solution Notes

Evan Chen《陳誼廷》

15 April 2024

This is a compilation of solutions for the 2006 USAMO. 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 ..... 2 1 Solutions to Day 1 ..... 3 1.1 USAMO 2006/1, proposed by Kiran Kedlaya ..... 3 1.2 USAMO 2006/2, proposed by Dick Gibbs ..... 4 1.3 USAMO 2006/3, proposed by Titu Andreescu, Gabriel Dospinescu ..... 6 2 Solutions to Day 2 ..... 7 2.1 USAMO 2006/4, proposed by Ricky Liu ..... 7 2.2 USAMO 2006/5, proposed by Zoran Sunik . ..... 8 2.3 USAMO 2006/6, proposed by Zuming Feng, Zhonghao Ye ..... 10

§0 Problems

  1. Let $p$ be a prime number and let $s$ be an integer with $0<s<p$. Prove that there exist integers $m$ and $n$ with $0<m<n<p$ and

{smp}<{snp}<sp \left\{\frac{s m}{p}\right\}<\left\{\frac{s n}{p}\right\}<\frac{s}{p}

if and only if $s$ is not a divisor of $p-1$. 2. Let $k>0$ be a fixed integer. Compute the minimum integer $N$ (in terms of $k$ ) for which there exists a set of $2 k+1$ distinct positive integers that has sum greater than $N$, but for which every subset of size $k$ has sum at most $N / 2$. 3. For integral $m$, let $p(m)$ be the greatest prime divisor of $m$. By convention, we set $p( \pm 1)=1$ and $p(0)=\infty$. Find all polynomials $f$ with integer coefficients such that the sequence

{p(f(n2))2n}n0 \left\{p\left(f\left(n^{2}\right)\right)-2 n\right\}_{n \geq 0}

is bounded above. (In particular, this requires $f\left(n^{2}\right) \neq 0$ for $n \geq 0$.) 4. Find all positive integers $n$ for which there exist an integer $k \geq 2$ and positive rational numbers $a_{1}, \ldots, a_{k}$ satisfying $a_{1}+a_{2}+\cdots+a_{k}=a_{1} a_{2} \ldots a_{k}=n$. 5. A mathematical frog jumps along the number line. The frog starts at 1 , and jumps according to the following rule: if the frog is at integer $n$, then it can jump either to $n+1$ or to $n+2^{m_{n}+1}$ where $2^{m_{n}}$ is the largest power of 2 that is a factor of $n$. Show that if $k \geq 2$ is a positive integer and $i$ is a nonnegative integer, then the minimum number of jumps needed to reach $2^{i} k$ is greater than the minimum number of jumps needed to reach $2^{i}$. 6. Let $A B C D$ be a quadrilateral, and let $E$ and $F$ be points on sides $A D$ and $B C$, respectively, such that $\frac{A E}{E D}=\frac{B F}{F C}$. Ray $F E$ meets rays $B A$ and $C D$ at $S$ and $T$, respectively. Prove that the circumcircles of triangles $S A E, S B F, T C F$, and $T D E$ pass through a common point.

§1 Solutions to Day 1

§1.1 USAMO 2006/1, proposed by Kiran Kedlaya

Available online at https://aops.com/community/p490569.

Problem statement

Let $p$ be a prime number and let $s$ be an integer with $0<s<p$. Prove that there exist integers $m$ and $n$ with $0<m<n<p$ and

{smp}<{snp}<sp \left\{\frac{s m}{p}\right\}<\left\{\frac{s n}{p}\right\}<\frac{s}{p}

if and only if $s$ is not a divisor of $p-1$.

It's equivalent to $m s \bmod p<n s \bmod p<s$, where $x \bmod p$ means the remainder when $x$ is divided by $p$, by slight abuse of notation. We will assume $s \geq 2$ for simplicity, since the case $s=1$ is clear.

For any $x \in{1,2, \ldots, s-1}$ we define $f(x)$ to be the unique number in ${1, \ldots, p-1}$ such that $s \cdot f(x) \bmod p=x$. Then, $m$ and $n$ fail to exist exactly when

f(s1)<f(s2)<<f(1) f(s-1)<f(s-2)<\cdots<f(1)

We give the following explicit description of $f$ : choose $t \equiv-s^{-1}(\bmod p), 0<t<p$. Then $f(x)=1+(s-x) \cdot t \bmod p$. So our displayed inequality is equivalent to

(1+t)p<(1+2t)p<(1+3t)p<<(1+(s1)t)p (1+t) \bmod p<(1+2 t) \bmod p<(1+3 t) \bmod p<\cdots<(1+(s-1) t) \bmod p

This just means that the sequence $1+k t$ never "wraps around" modulo $p$ as we take $k=1,2, \ldots, s-1$.

Since we assumed $s \neq 1$, we have $0<1+t<p$. Now since $1+k t$ never wraps around as $k=1,2, \ldots, s-1$, and increases in increments of $t$, it follows that $1+k t<p$ for all $k=1,2, \ldots, s-1$. Finally, as $1+s t \equiv 0(\bmod p)$ we get $1+s t=p$.

In summary, $m, n$ fail to exist precisely when $1+s t=p$. That is of course equivalent to $s \mid p-1$.

§1.2 USAMO 2006/2, proposed by Dick Gibbs

Available online at https://aops.com/community/p490581.

Problem statement

Let $k>0$ be a fixed integer. Compute the minimum integer $N$ (in terms of $k$ ) for which there exists a set of $2 k+1$ distinct positive integers that has sum greater than $N$, but for which every subset of size $k$ has sum at most $N / 2$.

The answer is $N=k\left(2 k^{2}+3 k+3\right)$ given by

S={k2+1,k2+2,,k2+2k+1}. S=\left\{k^{2}+1, k^{2}+2, \ldots, k^{2}+2 k+1\right\} .

To show this is best possible, let the set be $S=\left{a_{0}<a_{1}<\cdots<a_{2 k}\right}$ so that the hypothesis becomes

N+1a0+a1++a2kN/2ak+1++a2k \begin{aligned} N+1 & \leq a_{0}+a_{1}+\cdots+a_{2 k} \\ N / 2 & \geq a_{k+1}+\cdots+a_{2 k} \end{aligned}

Subtracting twice the latter from the former gives

a01+(ak+1a1)+(ak+2a2)++(a2kak)1+k+k++kk terms =1+k2. \begin{aligned} a_{0} & \geq 1+\left(a_{k+1}-a_{1}\right)+\left(a_{k+2}-a_{2}\right)+\cdots+\left(a_{2 k}-a_{k}\right) \\ & \geq 1+\underbrace{k+k+\cdots+k}_{k \text { terms }}=1+k^{2} . \end{aligned}

Now, we have

N/2ak+1++a2k(a0+(k+1))+(a0+(k+2))++(a0+2k)=ka0+((k+1)++2k)k(k2+1)+k3k+12 \begin{aligned} N / 2 & \geq a_{k+1}+\cdots+a_{2 k} \\ & \geq\left(a_{0}+(k+1)\right)+\left(a_{0}+(k+2)\right)+\cdots+\left(a_{0}+2 k\right) \\ & =k \cdot a_{0}+((k+1)+\cdots+2 k) \\ & \geq k\left(k^{2}+1\right)+k \cdot \frac{3 k+1}{2} \end{aligned}

so $N \geq k\left(2 k^{2}+3 k+3\right)$. Remark. The exact value of $N$ is therefore very superficial. From playing with these concrete examples we find out we are essentially just trying to find an increasing set $S$ obeying

a0+a1++ak>ak+1++a2k a_{0}+a_{1}+\cdots+a_{k}>a_{k+1}+\cdots+a_{2 k}

and indeed given a sequence satisfying these properties one simply sets $N=2\left(a_{k+1}+\cdots+a_{2 k}\right)$. Therefore we can focus almost entirely on $a_{i}$ and not $N$.

Remark. It is relatively straightforward to figure out what is going on based on the small cases. For example, one can work out by hand that

  • ${2,3,4}$ is optimal for $k=1$
  • ${5,6,7,8,9}$ is optimal for $k=2$,
  • ${10,11,12,13,14,15,16}$ is optimal for $k=3$.

In all the examples, the $a_{i}$ are an arithmetic progression of difference 1 , so that $a_{j}-a_{i} \geq j-i$ is a sharp for all $i<j$, and thus this estimate may be used freely without loss of sharpness; applying it in $(\star)$ gives a lower bound on $a_{0}$ which is then good enough to get a lower bound on $N$ matching the equality cases we found empirically.

§1.3 USAMO 2006/3, proposed by Titu Andreescu, Gabriel Dospinescu

Available online at https://aops.com/community/p490625.

Problem statement

For integral $m$, let $p(m)$ be the greatest prime divisor of $m$. By convention, we set $p( \pm 1)=1$ and $p(0)=\infty$. Find all polynomials $f$ with integer coefficients such that the sequence

{p(f(n2))2n}n0 \left\{p\left(f\left(n^{2}\right)\right)-2 n\right\}_{n \geq 0}

is bounded above. (In particular, this requires $f\left(n^{2}\right) \neq 0$ for $n \geq 0$.)

If $f$ is the (possibly empty) product of linear factors of the form $4 n-a^{2}$, then it satisfies the condition. We will prove no other polynomials work. In what follows, assume $f$ is irreducible and nonconstant.

It suffices to show for every positive integer $c$, there exists a prime $p$ and a nonnegative integer $n$ such that $n \leq \frac{p-1}{2}-c$ and $p$ divides $f\left(n^{2}\right)$.

Firstly, recall there are infinitely many odd primes $p$, with $p>c$, such that $p$ divides some $f\left(n^{2}\right)$, by Schur's Theorem. Looking mod such a $p$ we can find $n$ between 0 and $\frac{p-1}{2}\left(\right.$ since $\left.n^{2} \equiv(-n)^{2}(\bmod p)\right)$. We claim that only finitely many $p$ from this set can fail now. For if a $p$ fails, then its $n$ must be between $\frac{p-1}{2}-c$ and $\frac{p-1}{2}$. That means for some $0 \leq k \leq c$ we have

0f((p12k)2)f((k+12)2)(p) 0 \equiv f\left(\left(\frac{p-1}{2}-k\right)^{2}\right) \equiv f\left(\left(k+\frac{1}{2}\right)^{2}\right) \quad(\bmod p)

There are only finitely many $p$ dividing

k=1cf((k+12)2) \prod_{k=1}^{c} f\left(\left(k+\frac{1}{2}\right)^{2}\right)

unless one of the terms in the product is zero; this means that $4 n-(2 k+1)^{2}$ divides $f(n)$. This establishes the claim and finishes the problem.

§2 Solutions to Day 2

§2.1 USAMO 2006/4, proposed by Ricky Liu

Available online at https://aops.com/community/p490647.

Problem statement

Find all positive integers $n$ for which there exist an integer $k \geq 2$ and positive rational numbers $a_{1}, \ldots, a_{k}$ satisfying $a_{1}+a_{2}+\cdots+a_{k}=a_{1} a_{2} \ldots a_{k}=n$.

The answer is all $n$ other than $1,2,3,5$. Claim - The only solution with $n \leq 5$ is $n=4$.

Proof. The case $n=4$ works since $2+2=2 \cdot 2=4$. So assume $n>4$. We now contend that $k>2$. Indeed, if $a_{1}+a_{2}=a_{1} a_{2}=n$ then $\left(a_{1}-a_{2}\right)^{2}=$ $\left(a_{1}+a_{2}\right)^{2}-4 a_{1} a_{2}=n^{2}-4 n=(n-2)^{2}-4$ is a rational integer square, hence a perfect square. This happens only when $n=4$.

Now by AM-GM,

nk=a1++akka1akk=n1/k \frac{n}{k}=\frac{a_{1}+\cdots+a_{k}}{k} \geq \sqrt[k]{a_{1} \ldots a_{k}}=n^{1 / k}

and so $n \geq k^{\frac{1}{1-1 / k}}=k^{\frac{k}{k-1}}$. This last quantity is always greater than 5 , since

33/2=33>544/3=443>5kkk1>k5k5 \begin{aligned} 3^{3 / 2} & =3 \sqrt{3}>5 \\ 4^{4 / 3} & =4 \sqrt[3]{4}>5 \\ k^{\frac{k}{k-1}} & >k \geq 5 \quad \forall k \geq 5 \end{aligned}

This finishes the proof. Now, in general:

  • If $n \geq 6$ is even, we may take $\left(a_{1}, \ldots, a_{n / 2}\right)=(n / 2,2,1, \ldots, 1)$.
  • If $n \geq 9$ is odd, we may take $\left(a_{1}, \ldots, a_{(n-3) / 2}\right)=(n / 2,1 / 2,4,1, \ldots, 1)$.
  • A special case $n=7$ : one example is $(4 / 3,7 / 6,9 / 2)$. (Another is $(7 / 6,4 / 3,3 / 2,3)$.)

Remark. The main hurdle in the problem is the $n=7$ case. One good reason to believe a construction exists is that it seems quite difficult to prove that $n=7$ fails.

§2.2 USAMO 2006/5, proposed by Zoran Sunik

Available online at https://aops.com/community/p490682.

Problem statement

A mathematical frog jumps along the number line. The frog starts at 1 , and jumps according to the following rule: if the frog is at integer $n$, then it can jump either to $n+1$ or to $n+2^{m_{n}+1}$ where $2^{m_{n}}$ is the largest power of 2 that is a factor of $n$. Show that if $k \geq 2$ is a positive integer and $i$ is a nonnegative integer, then the minimum number of jumps needed to reach $2^{i} k$ is greater than the minimum number of jumps needed to reach $2^{i}$.

We will think about the problem in terms of finite sequences of jumps $\left(s_{1}, s_{2}, \ldots, s_{\ell}\right)$, which we draw as

1=x0s1x1s2x2s3sx 1=x_{0} \xrightarrow{s_{1}} x_{1} \xrightarrow{s_{2}} x_{2} \xrightarrow{s_{3}} \ldots \xrightarrow{s_{\ell}} x_{\ell}

where $s_{k}=x_{k}-x_{k-1}$ is the length of some hop. We say the sequence is valid if it has the property required by the problem: for each $k$, either $s_{k}=1$ or $s_{k}=2^{m_{x_{k-1}}+1}$.

An example is shown below.

Lemma

Let $\left(s_{1}, \ldots, s_{\ell}\right)$ be a sequence of jumps. Suppose we delete pick an index $k$ and exponent $e>0$, and delete any jumps after the $k$ th one which are divisible by $2^{e}$. The resulting sequence is still valid.

Proof. We only have to look after the $k$ th jump. The launching points of the remaining jumps after the $k$ th one are now shifted by multiples of $2^{e}$ due to the deletions; so given a jump $x \xrightarrow{s} x+s$ we end up with a jump $x^{\prime} \xrightarrow{s} x^{\prime}+s$ where $x-x^{\prime}$ is a multiple of $2^{e}$.

But since $s<2^{e}$, we have $\nu_{2}\left(x^{\prime}\right)<e$ and hence $\nu_{2}(x)=\nu_{2}\left(x^{\prime}\right)$ so the jump is valid.

Now let's consider a valid path to $2^{i} k$ with $\ell$ steps, say

1=x0s1x1s2x2s3sx=2ik 1=x_{0} \xrightarrow{s_{1}} x_{1} \xrightarrow{s_{2}} x_{2} \xrightarrow{s_{3}} \ldots \xrightarrow{s_{\ell}} x_{\ell}=2^{i} \cdot k

where $s_{i}=x_{i}-x_{i-1}$ is the distance jumped. We delete jumps in the following way: starting from the largest $e$ and going downwards until $e=0$, we delete all the jumps of length $2^{e}$ which end at a point exceeding the target $2^{i}$.

By the lemma, at each stage, the path remains valid. We claim more:

Claim - Let $e \geq 0$. After the jumps of length greater than $2^{e}$ are deleted, the resulting end-point is at least $2^{i}$, and divisible by $2^{\min (i, e)}$.

Proof. By downwards induction. Consider any step where some jump is deleted. Then, the end-point must be strictly greater than $x=2^{i}-2^{e}$ (i.e. we must be within $2^{e}$ of the target $2^{i}$ ).

It is also divisible by $2^{\min (i, e)}$ by induction hypothesis, since we are changing the end-point by multiples of $2^{e}$. And the smallest multiple of $2^{\min (i, e)}$ exceeding $x$ is $2^{i}$.

On the other hand by construction when the process ends the reduced path ends at a point at most $2^{i}$, so it is $2^{i}$ as desired.

Therefore we have taken a path to $2^{i} k$ and reduced it to one to $2^{i}$ by deleting some jumps. This proves the result.

§2.3 USAMO 2006/6, proposed by Zuming Feng, Zhonghao Ye

Available online at https://aops.com/community/p490691.

Problem statement

Let $A B C D$ be a quadrilateral, and let $E$ and $F$ be points on sides $A D$ and $B C$, respectively, such that $\frac{A E}{E D}=\frac{B F}{F C}$. Ray $F E$ meets rays $B A$ and $C D$ at $S$ and $T$, respectively. Prove that the circumcircles of triangles $S A E, S B F, T C F$, and $T D E$ pass through a common point.

Let $M$ be the Miquel point of $A B C D$. Then $M$ is the center of a spiral similarity taking $A D$ to $B C$. The condition guarantees that it also takes $E$ to $F$. Hence, we see that $M$ is the center of a spiral similarity taking $\overline{A B}$ to $\overline{E F}$, and consequently the circumcircles of $Q A B, Q E F, S A E, S B F$ concur at point $M$.

In other words, the Miquel point of $A B C D$ is also the Miquel point of $A B F E$. Similarly, $M$ is also the Miquel point of $E D C F$, so all four circles concur at $M$.