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

USAMO 1996 Solution Notes

Evan Chen《陳誼廷》

15 April 2024

This is a compilation of solutions for the 1996 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 1996/1 ..... 3 1.2 USAMO 1996/2 ..... 4 1.3 USAMO 1996/3 2 Solutions to Day 2 ..... 6 2.1 USAMO 1996/4 ..... 6 2.2 USAMO 1996/5 ..... 7 2.3 USAMO 1996/6 ..... 8

§0 Problems

  1. Prove that the average of the numbers $n \sin n^{\circ}$ for $n=2,4,6, \ldots, 180$ is $\cot 1^{\circ}$.
  2. For any nonempty set $S$ of real numbers, let $\sigma(S)$ denote the sum of the elements of $S$. Given a set $A$ of $n$ positive integers, consider the collection of all distinct sums $\sigma(S)$ as $S$ ranges over the nonempty subsets of $A$. Prove that this collection of sums can be partitioned into $n$ classes so that in each class, the ratio of the largest sum to the smallest sum does not exceed 2 .
  3. Let $A B C$ be a triangle. Prove that there is a line $\ell$ (in the plane of triangle $A B C$ ) such that the intersection of the interior of triangle $A B C$ and the interior of its reflection $A^{\prime} B^{\prime} C^{\prime}$ in $\ell$ has area more than $\frac{2}{3}$ the area of triangle $A B C$.
  4. An $n$-term sequence $\left(x_{1}, x_{2}, \ldots, x_{n}\right)$ in which each term is either 0 or 1 is called a binary sequence of length $n$. Let $a_{n}$ be the number of binary sequences of length $n$ containing no three consecutive terms equal to $0,1,0$ in that order. Let $b_{n}$ be the number of binary sequences of length $n$ that contain no four consecutive terms equal to $0,0,1,1$ or $1,1,0,0$ in that order. Prove that $b_{n+1}=2 a_{n}$ for all positive integers $n$.
  5. Let $A B C$ be a triangle, and $M$ an interior point such that $\angle M A B=10^{\circ}, \angle M B A=$ $20^{\circ}, \angle M A C=40^{\circ}$ and $\angle M C A=30^{\circ}$. Prove that the triangle is isosceles.
  6. Determine with proof whether there is a subset $X \subseteq \mathbb{Z}$ with the following property: for any $n \in \mathbb{Z}$, there is exactly one solution to $a+2 b=n$, with $a, b \in X$.

§1 Solutions to Day 1

§1.1 USAMO 1996/1

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

Problem statement

Prove that the average of the numbers $n \sin n^{\circ}$ for $n=2,4,6, \ldots, 180$ is $\cot 1^{\circ}$.

Because

nsinn+(180n)sin(180n)=180sinn n \sin n^{\circ}+(180-n) \sin \left(180^{\circ}-n^{\circ}\right)=180 \sin n^{\circ}

So enough to show that

n=089sin(2n)=cot1 \sum_{n=0}^{89} \sin (2 n)^{\circ}=\cot 1^{\circ}

Let $\zeta=\cos 2^{\circ}+i \sin 2^{\circ}$ be a primitive root. Then

n=089ζnζn2i=12i[ζ901ζ1ζ901ζ11]=12i[2ζ12ζ11]=1iζ1ζ(ζ1)(ζ11)=iζ+1ζ1 \begin{aligned} \sum_{n=0}^{89} \frac{\zeta^{n}-\zeta^{-n}}{2 i} & =\frac{1}{2 i}\left[\frac{\zeta^{90}-1}{\zeta-1}-\frac{\zeta^{-90}-1}{\zeta^{-1}-1}\right] \\ & =\frac{1}{2 i}\left[\frac{-2}{\zeta-1}-\frac{-2}{\zeta^{-1}-1}\right] \\ & =\frac{1}{-i} \frac{\zeta^{-1}-\zeta}{(\zeta-1)\left(\zeta^{-1}-1\right)}=i \cdot \frac{\zeta+1}{\zeta-1} \end{aligned}

Also,

cot1=cos1sin1=(cos1)2cos1sin1=cos2+12sin22=12(ζ+ζ1)+112i(ζζ1)=i(ζ+1)2ζ21=iζ+1ζ1 \begin{aligned} \cot 1^{\circ} & =\frac{\cos 1^{\circ}}{\sin 1^{\circ}}=\frac{\left(\cos 1^{\circ}\right)^{2}}{\cos 1^{\circ} \sin 1^{\circ}} \\ & =\frac{\frac{\cos 2^{\circ}+1}{2}}{\frac{\sin 2^{\circ}}{2}}=\frac{\frac{1}{2}\left(\zeta+\zeta^{-1}\right)+1}{\frac{1}{2 i}\left(\zeta-\zeta^{-1}\right)} \\ & =i \cdot \frac{(\zeta+1)^{2}}{\zeta^{2}-1}=i \cdot \frac{\zeta+1}{\zeta-1} \end{aligned}

So we're done.

§1.2 USAMO 1996/2

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

Problem statement

For any nonempty set $S$ of real numbers, let $\sigma(S)$ denote the sum of the elements of $S$. Given a set $A$ of $n$ positive integers, consider the collection of all distinct sums $\sigma(S)$ as $S$ ranges over the nonempty subsets of $A$. Prove that this collection of sums can be partitioned into $n$ classes so that in each class, the ratio of the largest sum to the smallest sum does not exceed 2.

By induction on $n$ with $n=1$ being easy. For the inductive step, assume

A={a1>a2>>an} A=\left\{a_{1}>a_{2}>\cdots>a_{n}\right\}

Fix any index $k$ with the property that

ak>σ(A)2k a_{k}>\frac{\sigma(A)}{2^{k}}

(which must exist since $\frac{1}{2}+\frac{1}{4}+\cdots+\frac{1}{2^{k}}<1$ ). Then

  • We make $k$ classes for the sums between $\frac{\sigma(A)}{2^{k}}$ and $\sigma(A)$; this handles every set which has any element in $\left{a_{1}, \ldots, a_{k}\right}$.
  • We make $n-k$ classes via induction hypothesis on $\left{a_{k+1}, \ldots, a_{n}\right}$.

This solves the problem.

§1.3 USAMO 1996/3

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

Problem statement

Let $A B C$ be a triangle. Prove that there is a line $\ell$ (in the plane of triangle $A B C$ ) such that the intersection of the interior of triangle $A B C$ and the interior of its reflection $A^{\prime} B^{\prime} C^{\prime}$ in $\ell$ has area more than $\frac{2}{3}$ the area of triangle $A B C$.

All that's needed is: Claim - If $A B C$ is a triangle where $\frac{1}{2}<\frac{A B}{A C}<1$, then the $\angle A$ bisector works.

Proof. Let the $\angle A$-bisector meet $B C$ at $D$. The overlapped area is $2[A B D]$ and

[ABD][ABC]=BDBC=ABAB+AC \frac{[A B D]}{[A B C]}=\frac{B D}{B C}=\frac{A B}{A B+A C}

by angle bisector theorem. In general, suppose $x<y<z$ are sides of a triangle. Then $\frac{1}{2}<\frac{y}{z}<1$ by triangle inequality as needed.

§2 Solutions to Day 2

§2.1 USAMO 1996/4

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

Problem statement

An $n$-term sequence $\left(x_{1}, x_{2}, \ldots, x_{n}\right)$ in which each term is either 0 or 1 is called a binary sequence of length $n$. Let $a_{n}$ be the number of binary sequences of length $n$ containing no three consecutive terms equal to $0,1,0$ in that order. Let $b_{n}$ be the number of binary sequences of length $n$ that contain no four consecutive terms equal to $0,0,1,1$ or $1,1,0,0$ in that order. Prove that $b_{n+1}=2 a_{n}$ for all positive integers $n$.

Consider the map from sequences of the latter form to sequences of the first form by

(y1,,yn+1)(y1+y2,y2+y3,,yn+yn+1). \left(y_{1}, \ldots, y_{n+1}\right) \mapsto\left(y_{1}+y_{2}, y_{2}+y_{3}, \ldots, y_{n}+y_{n+1}\right) .

It is 2-to-1. The end.

§2.2 USAMO 1996/5

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

Problem statement

Let $A B C$ be a triangle, and $M$ an interior point such that $\angle M A B=10^{\circ}, \angle M B A=$ $20^{\circ}, \angle M A C=40^{\circ}$ and $\angle M C A=30^{\circ}$. Prove that the triangle is isosceles.

Let $\theta=\angle M B C<80^{\circ}$. By trig Ceva, we get

sin10sin40sinθsin20sin30sin(80θ)=1 \frac{\sin 10^{\circ}}{\sin 40^{\circ}} \cdot \frac{\sin \theta}{\sin 20^{\circ}} \cdot \frac{\sin 30^{\circ}}{\sin \left(80^{\circ}-\theta\right)}=1

This simplifies to

sinθ=4sin(80θ)sin40cos10 \sin \theta=4 \sin \left(80^{\circ}-\theta\right) \sin 40^{\circ} \cos 10^{\circ}

Claim - We have $\theta=60^{\circ}$. Proof. The left-hand side is increasing in $\theta$ and the right-hand side is decreasing in $\theta$, so at most one value of $\theta$ works. But we also have

4sin20sin40cos10=2(cos20cos60)cos10=2cos20cos10+sin80=(cos30cos10)+sin80=cos30 \begin{aligned} 4 \sin 20^{\circ} \sin 40^{\circ} \cos 10^{\circ} & =2\left(\cos 20^{\circ}-\cos 60^{\circ}\right) \cos 10^{\circ} \\ & =2 \cos 20^{\circ} \cos 10^{\circ}+\sin 80^{\circ} \\ & =\left(\cos 30^{\circ}-\cos 10^{\circ}\right)+\sin 80^{\circ}=\cos 30^{\circ} \end{aligned}

as desired.

§2.3 USAMO 1996/6

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

Problem statement

Determine with proof whether there is a subset $X \subseteq \mathbb{Z}$ with the following property: for any $n \in \mathbb{Z}$, there is exactly one solution to $a+2 b=n$, with $a, b \in X$.

The idea is generating functions, but extra care is required since exponents will be in $\mathbb{Z}$ rather than in $\mathbb{Z}_{\geq 0}$.

However, consider formally the limit

f(x)=k0(1+x(4)k) f(x)=\prod_{k \geq 0}\left(1+x^{(-4)^{k}}\right)

For size reasons, this indeed converges formally to a power series, in the sense that the coefficient of any $x^{k}$ is eventually zero or one for all partial sums.

We claim $X=\left{n:\left[x^{n}\right] f(x)=1\right}$ works. For a given $n$, we can truncate the sum at some large $N$ again for size reasons. For convenience assume $N$ is even. Now set

fN(x)=k=0N(1+x(4)k) f_{N}(x)=\prod_{k=0}^{N}\left(1+x^{(-4)^{k}}\right)

Next, we compute

fN(x)fN(x2)=(1+x)(1+x2)(1+x22N+1)x2+8++22N1=+x2+x1+1+x+x2+ f_{N}(x) f_{N}\left(x^{2}\right)=\frac{(1+x)\left(1+x^{2}\right) \ldots\left(1+x^{2^{2 N+1}}\right)}{x^{2+8+\cdots+2^{2 N-1}}}=\cdots+x^{-2}+x^{-1}+1+x+x^{2}+\ldots

as desired.