Syllabus
Syllabus
1. Special Functions
This class will cover problems involving algebraic functions other than polynomials, such as square roots,
the floor function, and logarithms.
Example Problem: Let n be a positive integer. Show that for any real number x,
1 2 n−1
bxc + x + + x+ + ··· + x + = bnxc.
n n n
Example Problem: Show that for every positive integer n,
√ √ √
b n + n + 1c = b 4n + 1c.
2. Trigonometry/Complex Numbers A
3. Trigonometry/Complex Numbers B
These classes will explore the relationship between trigonometric identities and complex numbers.
4. Algebraic Manipulations
This class will cover problems where skillful manipulation of algebra is required, involving techniques
like substitutions, factorizations, and applications of common identities.
Example Problem: The variables a, b, c, d, traverse, independently from each other, the set of posi-
tive real values. What are the values which the expression
a b c d
S= + + +
a+b+d a+b+c b+c+d a+c+d
takes? (IMO, 1974)
Example Problem: Let u and v be real numbers such that
(u + u2 + u3 + · · · + u8 ) + 10u9 = (v + v 2 + v 3 + · · · + v 10 ) + 10v 11 = 8.
Determine, with proof, which of the two numbers, u or v, is larger. (USAMO, 1989)
Example Problem: Let C be a circle and P a given point in the plane. Each line through P which
intersects C determines a chord of C. Show that the midpoints of these chords lie on a circle.
(Canada, 1991)
Example Problem: Two circles Ω1 and Ω2 touch internally the circle Ω in M and N and the center
of Ω2 is on Ω1 . The common chord of the circles Ω1 and Ω2 intersects Ω in A and B. M A and M B
intersects Ω1 in C and D. Prove that Ω2 is tangent to CD. (IMO, 1999)
7. Geometric Transformations
This class will introduce the use and applications of geometric transformations, such as homothety and
spiral similarity.
Example Problem: Circles Γ1 and Γ2 are internally tangent at P , with Γ1 as the larger circle. A line
intersects Γ1 at A and D, and Γ2 at B and C, so that points A, B, C, and D lie on the line in that
order. Show that ∠AP B = ∠CP D.
Example Problem: On the sides of an arbitrary triangle ABC, triangles ABR, BCP , CAQ are con-
structed externally with ∠CBP = ∠CAQ = 45◦ , ∠BCP = ∠ACQ = 30◦ , ∠ABR = ∠BAR = 15◦ .
Prove that ∠QRP = 90◦ and QR = RP . (IMO, 1975)
8. Locus/Construction
This class will examine locus and construction problems in geometry.
Example Problem: Let ABC be an equilateral triangle. For a point M inside ABC, let D, E, F be
the feet of the perpendiculars from M onto BC, CA, AB, respectively. Find the locus of all such
points M for which ∠F DE is a right angle. (Ireland, 1997)
Example Problem: Two circles Q and R in the plane intersect at A and Z. From A, a point S goes
around Q while a point T traverses R. Both points travel in the counterclockwise direction, pro-
ceed at constant speeds (not necessarily equal to each other), start together and finish together.
Prove the remarkable fact that there exists a fixed point P in the plane with the property that, at
every instant of the motions, it is the same distance from S as it is from T . (IMO, 1979)
11. Algorithms
This class will look at problems involving algorithms and other kinds of processes.
Example Problem: Let p1 , p2 , p3 , . . . be the prime numbers listed in increasing order, and let x0 be a
real number between 0 and 1. For positive integer k, define
0 if xk−1 = 0,
xk = pk
if xk−1 6= 0,
xk−1
where {x} denotes the fractional part of x. (The fractional part of x is given by x − bxc where bxc
is the greatest integer less than or equal to x.) Find, with proof, all x0 satisfying 0 < x0 < 1 for
which the sequence x0 , x1 , x2 , . . . eventually becomes 0. (USAMO, 1997)
Example Problem: On an infinite chessboard, a game is played as follows. At the start, n2 pieces
are arranged on the chessboard in an n×n block of adjoining squares, one piece in each square. A
move in the game is a jump in a horizontal or vertical direction over an adjacent occupied square
to an unoccupied square immediately beyond. The piece which has been jumped over is removed.
Find those values of n for which the game can end with only one piece remaining on the board.
(IMO, 1993)
f (1) = 1, f (3) = 3,
f (2n) = f (n),
f (4n + 1) = 2f (2n + 1) − f (n),
f (4n + 3) = 3f (2n + 1) − 2f (n),
for all positive integers n. Determine the number of positive integers n, less than or equal to 1988,
for which f (n) = n. (IMO, 1988)
14. Primes
This class will look at properties of primes, particularly powers of primes.
Example Problem: Let p be a prime number. Show that
2p
≡ 2 (mod p).
p
Example Problem: Find the highest positive integer k for which 1991k divides the number
1992 1990
19901991 + 19921991 .