USAMO 2009 Notes PDF
USAMO 2009 Notes PDF
Evan Chen《陳誼廷》
29 March 2023
Contents
0 Problems 2
1 Solutions to Day 1 3
1.1 USAMO 2009/1, proposed by Ian Le . . . . . . . . . . . . . . . . . . . . . 3
1.2 USAMO 2009/2, proposed by Kiran Kedlaya, Tewordos Amdeberhan . . . 4
1.3 USAMO 2009/3, proposed by Sam Vandervelde . . . . . . . . . . . . . . . 5
2 Solutions to Day 2 7
2.1 USAMO 2009/4, proposed by Titu Andreescu . . . . . . . . . . . . . . . . 7
2.2 USAMO 2009/5, proposed by Zuming Feng . . . . . . . . . . . . . . . . . 8
2.3 USAMO 2009/6, proposed by Gabriel Carroll . . . . . . . . . . . . . . . . 9
1
USAMO 2009 Solution Notes web.evanchen.cc, updated 29 March 2023
§0 Problems
1. Given circles ω1 and ω2 intersecting at points X and Y , let `1 be a line through
the center of ω1 intersecting ω2 at points P and Q and let `2 be a line through the
center of ω2 intersecting ω1 at points R and S. Prove that if P , Q, R, and S lie on
a circle then the center of this circle lies on line XY .
2. Let n be a positive integer. Determine the size of the largest subset of {−n, −n +
1, . . . , n − 1, n} which does not contain three elements a, b, c (not necessarily
distinct) satisfying a + b + c = 0.
Distasteful tilings
Prove that (a) if a chessboard polygon can be tiled by dominoes, then it can be
done so tastefully, and (b) such a tasteful tiling is unique.
5. Trapezoid ABCD, with AB k CD, is inscribed in circle ω and point G lies inside
triangle BCD. Rays AG and BG meet ω again at points P and Q, respectively.
Let the line through G parallel to AB intersect BD and BC at points R and S,
respectively. Prove that quadrilateral P QRS is cyclic if and only if BG bisects
∠CBD.
2
USAMO 2009 Solution Notes web.evanchen.cc, updated 29 March 2023
§1 Solutions to Day 1
§1.1 USAMO 2009/1, proposed by Ian Le
Available online at https://aops.com/community/p1485133.
Problem statement
O
Q
X
S
P R
O1 O2
We wish to show that O3 lies on the radical axis of ω1 and ω2 . Let us encode the
conditions using power of a point. Because O1 is on the radical axis of ω2 and ω3 ,
(O1 O22 − r22 ) − (O1 O22 − r12 ) = (O1 O32 − r32 ) − (O2 O32 − r32 )
=⇒ r12 − r22 = O1 O32 − O2 O32
=⇒ O2 O32 − r22 = O1 O32 − r12
=⇒ Powω2 (O3 ) = Powω1 (O3 )
as desired.
3
USAMO 2009 Solution Notes web.evanchen.cc, updated 29 March 2023
Problem statement
Let n be a positive integer. Determine the size of the largest subset of {−n, −n +
1, . . . , n − 1, n} which does not contain three elements a, b, c (not necessarily distinct)
satisfying a + b + c = 0.
The answer is n with n even and n + 1 with n odd; the construction is to take all odd
numbers.
To prove this is maximal, it suffices to show it for n even; we do so by induction on
even n ≥ 2 with the base case being trivial. Letting A be the subset, we consider three
cases:
4
USAMO 2009 Solution Notes web.evanchen.cc, updated 29 March 2023
Problem statement
Distasteful tilings
Prove that (a) if a chessboard polygon can be tiled by dominoes, then it can be
done so tastefully, and (b) such a tasteful tiling is unique.
Proof of (a): This is easier, and by induction. Let P denote the chessboard polygon
which can be tiled by dominoes.
Consider a lower-left square s of the polygon, and WLOG is it white (other case
similar). Then we have two cases:
Remark. The second case can actually arise, for example in the following picture.
Thus one cannot just try to cover s with a vertical domino and claim the rest of P is tile-able.
So the induction is not as easy as one might hope.
One can phrase the solution algorithmically too, in the following way: any time we see a
distasteful tiling, we rotate it to avoid the bad pattern. The bottom-left corner eventually
5
USAMO 2009 Solution Notes web.evanchen.cc, updated 29 March 2023
Proof of (b): We now turn to proving uniqueness. Suppose for contradiction there
are two distinct tasteful tilings. Overlaying the two tilings on top of each other induces
several cycles of overlapping dominoes at positions where the tilings differ.
Henceforth, it will be convenient to work with the lattice Z2 , treating the squares as
black/white points, and we do so. Let γ be any such cycle and let s denote a lower
left point, and again WLOG it is black. Orient γ counterclockwise henceforth. Restrict
attention to the lattice polygon Q enclosed by γ (we consider points of γ as part of Q).
In one of the two tilings of (lattice points of) Q, the point s will be covered by a
horizontal domino; in the other tiling s will be covered by a vertical domino. From now
on we will focus only on the latter one. Observe that we now have a set of dominoes
along γ, such that γ points from the white point to the black point within each domino.
Now impose coordinates so that s = (0, 0). Consider the stair-case sequence of points
p0 = s = (0, 0), p1 = (1, 0), p2 = (1, 1), p3 = (2, 1), and so on. By hypothesis, p0 is
covered by a vertical domino. Then p1 must be covered by a horizontal domino, to avoid
a distasteful tiling. Then if p2 is in Q, then it must be covered by a vertical domino to
avoid a distasteful tiling, and so on. We may repeat this argument as long the points pi
lie inside Q. (See figure below; the staircase sequence is highlighted by red halos.)
s b
The curve γ by definition should cross y = x − 1 at the point b = (1, 0). Let a denote
the first point of this sequence after p1 for which γ crosses y = x − 1 again.
Now a is tiled by a vertical domino whose black point is to the right of `. But the line
segment ` cuts Q into two parts, and the orientation of γ has this path also entering
from the right. This contradicts the fact that the orientation of γ points only from white
to black within dominoes. This contradiction completes the proof.
Remark. Note the problem is false if you allow holes (consider a 3 × 3 with the middle
square deleted).
6
USAMO 2009 Solution Notes web.evanchen.cc, updated 29 March 2023
§2 Solutions to Day 2
§2.1 USAMO 2009/4, proposed by Titu Andreescu
Available online at https://aops.com/community/p1485147.
Problem statement
1 2
1 1 1
(a1 + a2 + · · · + an ) + + ··· + ≤ n+ .
a1 a2 an 2
Assume a1 is the largest and a2 is the smallest. Let M = a1 /a2 . We wish to show M ≤ 4.
In left-hand side of given, write as a2 + a1 + · · · + an . By Cauchy Schwarz, one obtains
1 2
1 1 1 1
n+ ≥ (a2 + a1 + a3 + · · · + an ) + + + ··· +
2 a1 a2 a3 an
r r 2
a2 a1
≥ + + 1 + ··· + 1
a1 a2
p √ 2
≥ 1/M + M + (n − 2) .
7
USAMO 2009 Solution Notes web.evanchen.cc, updated 29 March 2023
Problem statement
Trapezoid ABCD, with AB k CD, is inscribed in circle ω and point G lies inside
triangle BCD. Rays AG and BG meet ω again at points P and Q, respectively.
Let the line through G parallel to AB intersect BD and BC at points R and S,
respectively. Prove that quadrilateral P QRS is cyclic if and only if BG bisects
∠CBD.
Perform an inversion around B with arbitrary radius, and denote the inverse of a point
Z with Z ∗ .
A B B
R S
G Q∗
A∗ ∗
P D∗ C∗ P
D C
R∗ S∗
Q G∗
8
USAMO 2009 Solution Notes web.evanchen.cc, updated 29 March 2023
Problem statement
So, WLOG (by permutation) that n = (s1 − s2 )(t1 − t2 ) 6= 0. By shifting and scaling
appropriately, we may assume
s1 = t1 = 0, s2 = 1, t2 = n.
Thus we deduce
si ti ∈ Z, si tj + sj ti ∈ Z ∀i, j.
Last claim:
Proof. Consider a prime p | n, and let e = νp (tj ). We will show νp (si ) ≥ −e for any i.
This is already true for i = j, so assume i 6= j. Assume for contradiction νp (si ) < −e.
Then νp (ti ) > e = νp (tk ). Since νp (sk ) ≥ −e we deduce νp (si tk ) < νp (sk ti ); so νp (si tk ) ≥
0 and νp (si ) ≥ −e as desired.