


























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A comprehensive guide for trigonometry in AIME level competitions.
Typology: Study notes
1 / 34
This page cannot be seen from the preview
Don't miss anything!



























Built from Analysis of 80+ Problems Across 6 Years
Target Profile: Strong AIME performer (10–11 on AIME), aiming for USAMO-level mastery Time Budget: 1.5 hours per day × 45 days = 67.5 hours total Focus: SMT Algebra specifically — topics, difficulty tiers, patterns, and drills
Covers: Vieta’s Formulas · Polynomial Theory · Symmetric Functions · Functional Equations · Inequalities · Complex Numbers · Sequences & Series · Logarithms · Optimization · and more
The Stanford Math Tournament Algebra round is a 10-problem, 50-minute exam. After an- alyzing all available years (2019–2023, 2025) — over 80 main round and tiebreaker problems — a clear picture emerges of what the test rewards. SMT Algebra is not a standard AIME algebra exam. It is significantly more diverse, faster-paced per problem, and rewards three skills above all else:
Based on full analysis of all years, here is the approximate frequency of each topic across main and tiebreaker rounds:
Topic Approx. Frequency Typical Difficulty Vieta’s Formulas & Polynomial Theory Very High Medium–Hard Symmetric Functions & Newton’s Identities High Hard Functional Equations High Hard–Olympiad Sequences & Recurrences High Medium–Olympiad Inequalities (AM-GM, Cauchy-Schwarz) Medium-High Hard Complex Numbers Medium-High Hard Logarithms & Exponentials Medium Medium–Hard Optimization (min/max) Medium Hard Modular Arithmetic / Number Theory crossover Low-Medium Hard Generating Functions / Power Series Low Olympiad
Throughout this guide, every topic and technique is tagged with a difficulty tier based on how problems using it appear in SMT:
Identities to Internalize
a^3 + b^3 = (a + b)(a^2 − ab + b^2 ) a^3 − b^3 = (a − b)(a^2 + ab + b^2 ) a^4 + 4b^4 = (a^2 + 2b^2 + 2ab)(a^2 + 2b^2 − 2 ab) (Sophie Germain) (a + b + c)^2 = a^2 + b^2 + c^2 + 2(ab + bc + ca)
SMT Example 2.4 (SMT 2022, Problem 1). Compute
n=
n+ √ √ n^2 −^1 n+√n− 1. Solution: Rationalize: n+
√ √ n^2 −^1 n+√n− 1 =^
(√n+ √ n−1)(n+
√ (n)(n−1)) n+√n− 1.^ After rationalization, the numerators become differences of cubes, yielding a telescoping sum equal to 32
SMT Example 2.5 (SMT 2020, Problem 1). Evaluate
Solution: Note 2223^2 − 8888 = (2222 + 1)^2 − 4(2222) = (2222 − 1)^2 = 2221^2. Answer:
Key Logarithm Facts for SMT
loga b =
logc b logc a
(change of base)
loga b · logb c = loga c (chain rule) aloga^ b^ = b loga(xy) = loga x + loga y
When the equation is of the form ax^ = f (x), look for bijectivity: if both sides are strictly monotone in opposite directions, the solution is unique and can often be found by inspection or substitution.
SMT Example 2.6 (SMT 2020, Problem 2). log 2020 a = 2020^20 − a has a unique solution a, and 2020b^ = 2020^20 − b has a unique solution b. Find a + b. Solution: Let x = 2020^20 − a. Then 2020x^ = 2020^20 − x, which means x = b. So a + b = a + x = 2020^20.
Vieta’s formulas appear in virtually every SMT Algebra round. At the AIME→USAMO level, the key is using Vieta’s indirectly — not to find individual roots, but to evaluate symmetric expressions of the roots without ever knowing them.
Vieta’s Formulas
For p(x) = anxn^ + an− 1 xn−^1 + · · · + a 0 with roots r 1 ,... , rn: X ri = −
an− 1 an
i
AM-GM at the Competition Level
Beyond the basic inequality a+ 2 b≥
ab, SMT uses:
k.
SMT Example 3.7 (SMT 2019, Problem 7). Minimize 5 x
(^2) − 2 xy+y 2 x^2 −y^2 for^ x > y >^ 0. Solution: Via partial fractions: 5 x^2 − 2 xy + y^2 x^2 − y^2
x + y x − y
2(x − y) x + y
by AM-GM on the two ratio terms. Equality when (x + y)^2 = 2(x − y)^2.
SMT Example 3.8 (SMT 2022, Problem 5). With xyz = 10, maximize x^3 y^3 z^3 − 3 x^4 − 12 y^2 − 12 z^4. Solution: Note x^3 y^3 z^3 = (xyz)^3 = 1000. Minimize 3x^4 + 12y^2 + 12z^4. Split 12y^2 = 6 y^2 +6y^2. Apply AM-GM to 3x^4 +6y^2 +6y^2 +12z^4 ≥ 4 4
p 3 · 6 · 6 · 12 · x^4 y^4 z^4 = 4· 4
1296 ·xyz = 24 · 10 = 240. Maximum is 1000 − 240 = 760.
Recurrence Types in SMT
SMT Example 3.9 (SMT 2021, Tiebreaker 3). x^2 − 3 x + 1 = 0. Then x^16 − kx^8 + 1 = 0. Find k. Solution: Rearrange: x + 1/x = 3. Let Pn = xn^ + x−n. Then P 2 n = P (^) n^2 − 2. So: P 1 = 3, P 2 = 7, P 4 = 47, P 8 = 2207. Since x^16 − kx^8 + 1 = x^8 (x^8 + x−^8 − k) = 0, we get k = P 8 = 2207.
SMT Example 3.10 (SMT 2020, Problem 7). Sequence with a 0 =
3 , a 1 =
2 , a 3 = −1, an = an− 1 an− 2 − an− 3.
Solution: Recognize an = 2 cos(15F (^) n◦+3) where Fn is the Fibonacci sequence. Since Fibonacci is periodic mod 24 (period 24), an is periodic with period 24. So a 2020 = a 4 =
2 cos(195) = −
√ 6+ √ 2
Cube Root Denesting
When you see (A + B
C)^1 /^3 , let the sum equal S and cube both sides: S^3 = 2A + 3(A^2 − B^2 C)^1 /^3 · S. This gives a depressed cubic in S.
SMT Example 3.11 (SMT 2019, Problem 4). Evaluate (350+
Solution: Let S be the sum. Cube: S^3 = 700 + 3(350^2 − 902 · 15)^1 /^3 · S = 700 + 30S. So S^3 − 30 S − 700 = (S − 10)(S^2 + 10S + 70) = 0. The real root is S = 10.
Differentiation of Power Series
To compute
n=1 n
(^2) rn, use:
n=
rn^ =
1 − r X^ ∞
n=
nrn^ =
r (1 − r)^2
(differentiate and multiply by r)
X^ ∞
n=
n(n − 1)rn^ =
2 r^2 (1 − r)^3
(differentiate again)
X^ ∞
n=
n^2 rn^ =
r(1 + r) (1 − r)^3
SMT Example 4.4 (SMT 2019, Tiebreaker 3). Compute
n=