Analysis: Power Series + Algebra: Polynomial Advanced + LA: Applications + Comb: Recurrences + NT: Valuations + Hidden Tools: Feynman's Trick + Root-of-Unity Filter + Valuations gate complete
Asymptotics & Estimation — estimate under pressure (study before the analysis problems)
—Estimation toolkit (recognize on sight): Taylor with explicit remainder; isolate the dominant term; integral comparison ∑ vs ∫; Stirling n! ~ (n/e)^n√(2πn); log-transform products into sums; big-O / squeeze bounds; Abel summation for ∑aₙbₙ. This shows up in analysis, sums, products, number theory, and combinatorics — most A-session analysis problems are an estimate in disguise.
sources & assignments (5)
- Source Michael Penn — Real Analysis (playlist) — Limit/series estimation, Taylor with remainder, bounding arguments
- Source Maths 505 — Asymptotic integral/series estimates, Stirling-type scaling, clever bounds
- Source Radulescu — Problems in Real Analysis — Rădulescu *Problems in Real Analysis* Ch. 3 (limits/series) — do 5 estimation problems (integral comparison, Stirling-type bounds)
- Source Anulus Smaragdinus — Polynomials (playlist) — Intuition companion for “Asymptotics & Estimation — estimate under pressure (study before the analysis problems)” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises. Watch-for: olympiad polynomial-problem walkthroughs (titled by problem number, not topic) — attempt each problem cold before watching the solution.
- Problems Asymptotics notation + estimation ladder (self-contained) — Written, ~30 min: (1) State the definitions of big-O, little-o, and Θ (Theta) precisely (with the limit or constant-witness form), then rank the growth hierarchy log n ≺ n^a (a>0) ≺ n^a (log n)^b ≺ c^n ≺ n! ≺ n^n and justify two adjacent gaps by an explicit limit. (2) Harmonic estimate: prove H_n = Σ_{k=1}^n 1/k = ln n + γ + O(1/n) at the O(1) level by the integral comparison ∫_1^{n+1} dx/x ≤ H_n ≤ 1 + ∫_1^n dx/x; conclude H_n = ln n + Θ(1). (3) Dominant-term + squeeze: find lim_{n→∞} (2^n + n^5)^{1/n} by squeezing between 2 and 2(1 + n^5/2^n)^{1/n}; name the dominant term first. (4) Recurrence asymptotics: for a_n = 2a_{n/2} + n, state the Θ from the recursion-tree intuition (Θ(n log n)) and say in one line which term dominates. (5) Central binomial coefficient: bound 4ⁿ/(2n+1) ≤ C(2n,n) ≤ 4ⁿ — the lower bound because C(2n,n) is the largest of the 2n+1 terms summing to Σₖ C(2n,k) = 4ⁿ, the upper bound trivially; then state the Stirling-sharp form C(2n,n) ~ 4ⁿ/√(πn) and check the bounds are consistent. (Restores the central-binomial bound displaced by the W20 AbA swap.)Putnam
AMC/AIME Speed Warmup
AMC/AIME Speed Warmup (build pattern recognition + speed)
—- AMC/AIME speed warmup — fast pattern-recognition reps; not full Putnam difficulty.
sources & assignments (5)
- Source Rudin — Principles of Mathematical Analysis (PMA) — Week reference — this gate applies this week's lead material (“Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Load”). If an attempt stalls, the repair source is here.
- Source Silver — Integration Bee Training (playlist) — Week reference — this gate applies this week's lead material (“Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Load”). If an attempt stalls, the repair source is here.
- Source Maths 505 — Cool Integrals (Feynman tricks, playlist) — Week reference — this gate applies this week's lead material (“Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Load”). If an attempt stalls, the repair source is here.
- Source Anulus Smaragdinus — Polynomials (playlist) — Intuition companion for “AMC/AIME Speed Warmup (build pattern recognition + speed)” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises. Watch-for: olympiad polynomial-problem walkthroughs (titled by problem number, not topic) — attempt each problem cold before watching the solution.
- Problems Archive (hand-picked) — 3 AMC/AIME number theory speed reps (open each below) · ~8 min eachAMC/AIME · archive: AMC 12 BAMC 12 BAMC 12 A
Track A — Analysis
Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Load
—- Read: Rudin *PMA* Ch. 8 section section 8.1–8.5 (~30 pp.) — power series, Abel's theorem, rigorous definitions of eˣ, log, sin, cos; Fourier series section section 8.9–8.13 (read results only)
- Watch: Silver Integration Bee Advanced — 3 videos
- Watch: Maths 505 Feynman integration — 3 videos
- Do: Rudin Ch. 8 ex 1, 4, 7, 10, 14
- Do: MIT sum_integrals.pdf probs 7–8 — Abel/summation-by-parts structure
- Do: Stanford 06wk3 probs 5–8
sources & assignments (7)
- Source Rudin — Principles of Mathematical Analysis (PMA) — Rudin *PMA* Ch. 8 section section 8.1–8.5 (~30 pp.) — power series, Abel's theorem, rigorous definitions of eˣ, log, sin, cos; Fourier series section section 8.9–8.13 (read results only)
- Source Silver — Integration Bee Training (playlist) — Silver Integration Bee Advanced — 3 videos
- Source Maths 505 — Cool Integrals (Feynman tricks, playlist) — Maths 505 Feynman integration — 3 videos
- Source MIT 18.100C — Real Analysis (OCW) — Rigorous proof mechanics: metric compactness, uniform convergence, Riemann integration
- Source Kaczor & Nowak — Problems in Mathematical Analysis — Kaczor–Nowak *Problems in Mathematical Analysis I* §2.1 problems 1–2, §2.2 problem 1, §2.3 problem 1, §2.4 problem 1
- Source CMU 21-295 Putnam Seminar (full session recordings) — Optional — Seminar problem-solving: indicator-variable expectation, polynomial root location
- Source MIT 18.100A — Real Analysis (video playlist) — Optional — Full OCW analysis lectures: sequences, continuity, integration, uniform convergence
Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Drill
—unlocks after: Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Load
- Read: Rudin *PMA* Ch. 8 section section 8.1–8.5 (~30 pp.) — power series, Abel's theorem, rigorous definitions of eˣ, log, sin, cos; Fourier series section section 8.9–8.13 (read results only)
- Watch: Silver Integration Bee Advanced — 3 videos
- Watch: Maths 505 Feynman integration — 3 videos
- Do: Rudin Ch. 8 ex 1, 4, 7, 10, 14
- Do: MIT sum_integrals.pdf probs 7–8 — Abel/summation-by-parts structure
- Do: Stanford 06wk3 probs 5–8
sources & assignments (7)
- Source Rudin — Principles of Mathematical Analysis (PMA) — Drill reference — this gate trains the material of “Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Silver — Integration Bee Training (playlist) — Drill reference — this gate trains the material of “Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Maths 505 — Cool Integrals (Feynman tricks, playlist) — Drill reference — this gate trains the material of “Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Anulus Smaragdinus — Polynomials (playlist) — Intuition companion for “Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Drill” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises. Watch-for: olympiad polynomial-problem walkthroughs (titled by problem number, not topic) — attempt each problem cold before watching the solution.
- Problems Rudin — Rudin Ch. 8 ex 1, 4, 7, 10, 14Putnam
- Problems MIT sum_integrals.pdf — MIT 18.A34 sum_integrals.pdf — problems 5–8 (Feynman parameter integrals)Putnam
- Problems Stanford 06wk3 — Stanford 06wk3 probs 5–8Putnam
Hidden Tool
Hidden Tool: Feynman's Trick (Differentiation Under the Integral Sign)
—*Prerequisites: FTC (Week 6) + Leibniz rule (Week 5) + power series (Track A above)*
- Do — 3 targeted problems:
1. Evaluate ∫₀¹ (xᵃ−1)/ln(x) dx by differentiating with respect to a. Set I(a) = ∫₀¹ xᵃ dx/(... ), compute I'(a) = 1/(a+1), integrate → I(a) = ln(a+1). Verify I(0) = 0.
2. Jago Alexander hard integrals playlist — 1 problem using Feynman's trick.
3. MIT sum_integrals.pdf — solve one Feynman-technique problem from scratch without hints.
- Feynman:
- Introduce parameter α: replace a constant in the integrand with α
- Differentiate: I'(α) = ∫ ∂f/∂α dx (justified by uniform convergence/Leibniz)
- Solve simpler integral: I'(α) is often elementary
- Integrate back: I(α) from I'(α); fix constant using known value I(α₀)
- If I(α) satisfies an ODE in α: solve via ODE card instead of direct integration
- **Derive it cold (required, self-attested — no notes):** before you tick this gate, reconstruct differentiation under the integral sign blank-page: for I(t)=∫_a^b f(x,t) dx, form the difference quotient [I(t+h)−I(t)]/h = ∫_a^b ([f(x,t+h)−f(x,t)]/h) dx, apply the Mean Value Theorem in t to the inner ratio (it equals ∂_t f(x,ξ) for some ξ between t and t+h), and pass h→0 inside the integral — clean sufficient license: ∂_t f continuous on the compact rectangle [a,b]×(t-interval); more generally f(·,t) differentiable in t with |∂_t f| ≤ a fixed integrable g(x) independent of t (dominated-convergence) — giving I′(t)=∫_a^b ∂_t f(x,t) dx. Then the METHOD: plant a parameter t so I(t_0) is your target, differentiate to a solvable I′(t) (an elementary integral, or a first-order ODE in t), integrate back, and pin the constant with an anchor value I(t_1) you can compute directly. Self-check: (1) you *established* the swap from the difference quotient plus a continuity/domination license, didn't quote "Leibniz"; (2) you can say WHY the license is needed — without it the limit and the integral need not commute. Can't rebuild it blank-page → not learned yet.
why this gate: the lesson's §3 Feynman's trick: differentiate the parameter you invented is what it trains
sources & assignments (6)
- Source MIT 18.A34 — sum_integrals.pdf (Yufei Zhao) — MIT 18.A34 sum_integrals.pdf — differentiation under the integral sign; do problems 1–4
- Source Maths 505 — Cool Integrals (Feynman tricks, playlist) — Maths 505 — Feynman integration playlist (3 videos)
- Source Michael Penn — Interesting Integrals (playlist) — Jago Alexander — hard integrals (Feynman technique) playlist
- Source Nahin — Inside Interesting Integrals — Nahin *Inside Interesting Integrals* Ch. 3 (Feynman's trick) — work 3 parameterized integrals from scratch
- Source Flammable Maths — Energetic advanced-integration breakdowns: Gamma function, Feynman trick
- Problems Targeted drill (built on this gate's reading) — (1) Evaluate ∫₀¹ (xᵃ−1)/ln(x) dx by differentiating with respect to a. Set I(a) = ∫₀¹ xᵃ dx/(... ), compute I'(a) = 1/(a+1), integrate → I(a) = ln(a+1). Verify I(0) = 0. (2) Jago Alexander hard integrals playlist — 1 problem using Feynman's trick. (3) MIT sum_integrals.pdf — solve one Feynman-technique problem from scratch without hints.Drill
Track B — Algebra
Track B — Algebra: Polynomial Advanced (1.5 hrs/day): Load
—- Read: PnB section 2.2.3–2.2.6 — Newton's identities, integer polynomials, roots of unity advanced
- Read: CMU 11-Integer-Polynomials — Vandermonde, Lagrange interpolation
- Watch: Anulus Smaragdinus — Vieta's formulas advanced + Newton's sums videos
- Do: MIT polynomials.pdf probs 13–17
- Do: CMU 11-Integer-Poly exercise sheet probs 1–2
- Do: 117 Polynomial Problems #50, #60, #70
- Archive: 3 Putnam A2/A3 · Algebra/Polynomial · any slot · 20 min each
sources & assignments (5)
- Source Putnam and Beyond — PnB section 2.2.3–2.2.6 — Newton's identities, integer polynomials, roots of unity advanced
- Source Yufei Zhao — Integer Polynomials (intpoly.pdf) — CMU 11-integer-polynomials — Vandermonde & Lagrange interpolation; do problems 1–4
- Source Anulus Smaragdinus — Polynomials (playlist) — Anulus Smaragdinus — Vieta's formulas advanced + Newton's sums videos Watch-for: olympiad polynomial-problem walkthroughs (titled by problem number, not topic) — attempt each problem cold before watching the solution.
- Source Michael Penn — Newton's Sums — Watch after attempting the power-sum problems; check your recurrence against his.
- Source Michael Penn — Putnam Exam Solutions (playlist) — Intuition companion for “Track B — Algebra: Polynomial Advanced (1.5 hrs/day): Load” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
Track B — Algebra: Polynomial Advanced (1.5 hrs/day): Drill
—unlocks after: Track B — Algebra: Polynomial Advanced (1.5 hrs/day): Load
- Read: PnB section 2.2.3–2.2.6 — Newton's identities, integer polynomials, roots of unity advanced
- Read: CMU 11-Integer-Polynomials — Vandermonde, Lagrange interpolation
- Watch: Anulus Smaragdinus — Vieta's formulas advanced + Newton's sums videos
- Do: MIT polynomials.pdf probs 13–17
- Do: CMU 11-Integer-Poly exercise sheet probs 1–2
- Do: 117 Polynomial Problems #50, #60, #70
- Archive: 3 Putnam A2/A3 · Algebra/Polynomial · any slot · 20 min each
sources & assignments (7)
- Source Putnam and Beyond — Drill reference — this gate trains the material of “Track B — Algebra: Polynomial Advanced (1.5 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Anulus Smaragdinus — Polynomials (playlist) — Drill reference — this gate trains the material of “Track B — Algebra: Polynomial Advanced (1.5 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing. Watch-for: olympiad polynomial-problem walkthroughs (titled by problem number, not topic) — attempt each problem cold before watching the solution.
- Source Michael Penn — Newton's Sums — Drill reference — this gate trains the material of “Track B — Algebra: Polynomial Advanced (1.5 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Michael Penn — Putnam Exam Solutions (playlist) — Intuition companion for “Track B — Algebra: Polynomial Advanced (1.5 hrs/day): Drill” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
- Problems MIT polynomials.pdf — MIT polynomials.pdf probs 13–17Putnam
- Problems CMU 11-Integer-Poly exercise sheet — CMU 11-Integer-Poly exercise sheet probs 1–2Putnam
- Problems 117 Polynomial — 117 Polynomial Problems #50, #60, #70Putnam
Track B — Algebra: Polynomial Advanced (1.5 hrs/day): Archive bridge
—unlocks after: Track B — Algebra: Polynomial Advanced (1.5 hrs/day): Drill
- Read: PnB section 2.2.3–2.2.6 — Newton's identities, integer polynomials, roots of unity advanced
- Read: CMU 11-Integer-Polynomials — Vandermonde, Lagrange interpolation
- Watch: Anulus Smaragdinus — Vieta's formulas advanced + Newton's sums videos
- Do: MIT polynomials.pdf probs 13–17
- Do: CMU 11-Integer-Poly exercise sheet probs 1–2
- Do: 117 Polynomial Problems #50, #60, #70
- Archive: 3 Putnam A2/A3 · Algebra/Polynomial · any slot · 20 min each
sources & assignments (5)
- Source Putnam and Beyond — Drill reference — this gate trains the material of “Track B — Algebra: Polynomial Advanced (1.5 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Anulus Smaragdinus — Polynomials (playlist) — Drill reference — this gate trains the material of “Track B — Algebra: Polynomial Advanced (1.5 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing. Watch-for: olympiad polynomial-problem walkthroughs (titled by problem number, not topic) — attempt each problem cold before watching the solution.
- Source Michael Penn — Newton's Sums — Drill reference — this gate trains the material of “Track B — Algebra: Polynomial Advanced (1.5 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Michael Penn — Putnam Exam Solutions (playlist) — Intuition companion for “Track B — Algebra: Polynomial Advanced (1.5 hrs/day): Archive bridge” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
- Problems Archive Browser — Putnam 2020 A3, 2019 A3 · Algebra · 20 min eachPutnam
archive pull: 2 problems · Algebra · A2/A3 · Challenge · 20 min →
Hidden Tool
Hidden Tool: Root-of-Unity Filter: Load
—*Prerequisites: complex numbers (Week 4) + polynomial advanced reading (Track B above)*
- Read: MIT 18.A34 roots handout (PUTNAM_SEMINAR_SPINE.mit2018.roots)
- Do: 2 problems from the handout using the filter (1/n)Σⱼf(ωʲ) = sum of coefficients at positions divisible by n
- Root-of-Unity Filter:
- ω = e^{2πi/n}; then (1/n)Σⱼ₌₀ⁿ⁻¹ f(ωʲ) = sum of [xᵏ]f(x) for k ≡ 0 mod n
- Use when: extracting every n-th term from a polynomial or generating function
- Classic: "how many subsets of {1,...,m} have sum divisible by n?" → apply to (1+x)(1+x²)···(1+xᵐ) at roots of unity Prereq refresher: the filter sums binomial coefficients via (1+omega^k)^n — if the binomial theorem is rusty, re-derive (x+y)^n by induction first (5 min, assumed from Week 2 AMC fluency).
- **Derive it cold (required, self-attested — no notes):** before you tick this gate, reconstruct the filter from scratch: with ω = e^{2πi/n} (n a positive integer), evaluate Σ_{j=0}^{n−1} ω^{jk} — if n | k then ω^k=1 and all n terms are 1, giving n; otherwise ω^k≠1 and the geometric sum is (ω^{kn}−1)/(ω^k−1)=0 since ω^{kn}=(ω^n)^k=1 — hence (1/n)Σ_{j=0}^{n−1} ω^{jk} = [n | k]. Apply it to a polynomial F(x)=Σ_k a_k x^k (finite support, so the interchange below is a finite reordering): (1/n)Σ_j ω^{−jr} F(ω^j) = Σ_k a_k·(1/n)Σ_j ω^{j(k−r)} = Σ_{k ≡ r (mod n)} a_k, isolating one residue class of coefficients. Self-check: (1) you *established* the indicator from the two-case geometric sum, didn't quote it; (2) you can say WHY the off-class terms vanish — 1+ζ+⋯+ζ^{n−1}=0 for any n-th root of unity ζ≠1, since (ζ−1)(1+⋯+ζ^{n−1})=ζ^n−1=0. Can't rebuild it blank-page → not learned yet.
why this gate: the lesson's §4 Roots-of-unity filter: sampling a generating function is what it trains
sources & assignments (6)
- Source MIT 18.A34 roots handout (PUTNAM_SEMINAR_SPINE.mit2018.roots) — MIT 18.A34 roots handout — root-of-unity filter; do problems 1–3
- Source Putnam and Beyond — PnB section 2.2.4 — roots of unity (pp. 57–60)
- Source AoPS — Roots of Unity — AoPS Roots of Unity wiki — study the filter section; reproduce both worked filter sums (problems 1–2), then apply to 1 archive sum
- Source Anulus Smaragdinus — Polynomials (playlist) — Michael Penn — roots-of-unity filter worked examples (companion to the MIT/AoPS handouts) Watch-for: olympiad polynomial-problem walkthroughs (titled by problem number, not topic) — attempt each problem cold before watching the solution.
- Source Maths 505 — Complex Analysis Lectures (playlist) — Pick one integral using this gate's technique; solve it BEFORE watching the solution.
- Source MIT 18.01SC — Single Variable Calculus (OCW) — Intuition companion for “Hidden Tool: Root-of-Unity Filter: Load” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
Hidden Tool: Root-of-Unity Filter: Drill
—unlocks after: Hidden Tool: Root-of-Unity Filter: Load
*Prerequisites: complex numbers (Week 4) + polynomial advanced reading (Track B above)*
- Read: MIT 18.A34 roots handout (PUTNAM_SEMINAR_SPINE.mit2018.roots)
- Do: 2 problems from the handout using the filter (1/n)Σⱼf(ωʲ) = sum of coefficients at positions divisible by n
- Root-of-Unity Filter:
- ω = e^{2πi/n}; then (1/n)Σⱼ₌₀ⁿ⁻¹ f(ωʲ) = sum of [xᵏ]f(x) for k ≡ 0 mod n
- Use when: extracting every n-th term from a polynomial or generating function
- Classic: "how many subsets of {1,...,m} have sum divisible by n?" → apply to (1+x)(1+x²)···(1+xᵐ) at roots of unity
why this gate: the lesson's §4 Roots-of-unity filter: sampling a generating function is what it trains
sources & assignments (4)
- Source Anulus Smaragdinus — Polynomials (playlist) — Re-watch the worked-solution segment only AFTER attempting this gate's drill problems; note where your route diverged. Watch-for: olympiad polynomial-problem walkthroughs (titled by problem number, not topic) — attempt each problem cold before watching the solution.
- Source MIT 18.01SC — Single Variable Calculus (OCW) — Problem-session companion for “Hidden Tool: Root-of-Unity Filter: Drill” — watch one worked problem, stop, finish it yourself on paper, then compare.
- Source 3Blue1Brown — Essence of Calculus — Intuition companion for “Hidden Tool: Root-of-Unity Filter: Drill” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
- Problems 2 — 2 problems from the handout using the filter (1/n)Σⱼf(ωʲ) = sum of coefficients at positions divisible by nPutnam
Track D — Linear Algebra
Track D — Linear Algebra: Putnam Applications (1 hr/day): Load
—- Read: Yufei Zhao LA tricks handout (yufeizhao.com/olympiad/putnam_linear_algebra.pdf)
- Read: PnB section 2.3.4 (Cayley-Hamilton pp. 70–73)
- Watch: Sheldon Axler LADR lectures — lectures 17–18
- Do: PnB section 2.3.4 probs 1–2 · section 2.3.7 probs 1–2
- Do: CMU 09-Linear exercise sheet probs 1–2
- Archive: 3 Putnam A1/B1 · Linear Algebra · any slot · 15 min each
sources & assignments (5)
- Source Yufei Zhao — Linear Algebra Tricks for the Putnam — Yufei Zhao putnam_linear_algebra.pdf — do problems 5–8 (continued from Wk7)
- Source Putnam and Beyond — PnB section 2.3.4 (Cayley-Hamilton pp. 70–73)
- Source Sheldon Axler — Linear Algebra Done Right (lecture videos) — Sheldon Axler LADR lectures — lectures 17–18
- Source 3Blue1Brown — Essence of Linear Algebra — Essence of Linear Algebra — visual companion to this gate's LA reading.
- Source Cezar Lupu — TTU MATH 4000, Lecture 12 — Intuition companion for “Track D — Linear Algebra: Putnam Applications (1 hr/day): Load” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
Track D — Linear Algebra: Putnam Applications (1 hr/day): Drill
—unlocks after: Track D — Linear Algebra: Putnam Applications (1 hr/day): Load
- Read: Yufei Zhao LA tricks handout (yufeizhao.com/olympiad/putnam_linear_algebra.pdf)
- Read: PnB section 2.3.4 (Cayley-Hamilton pp. 70–73)
- Watch: Sheldon Axler LADR lectures — lectures 17–18
- Do: PnB section 2.3.4 probs 1–2 · section 2.3.7 probs 1–2
- Do: CMU 09-Linear exercise sheet probs 1–2
- Archive: 3 Putnam A1/B1 · Linear Algebra · any slot · 15 min each
sources & assignments (6)
- Source Yufei Zhao — Linear Algebra Tricks for the Putnam — Drill reference — this gate trains the material of “Track D — Linear Algebra: Putnam Applications (1 hr/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Putnam and Beyond — Drill reference — this gate trains the material of “Track D — Linear Algebra: Putnam Applications (1 hr/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Sheldon Axler — Linear Algebra Done Right (lecture videos) — Drill reference — this gate trains the material of “Track D — Linear Algebra: Putnam Applications (1 hr/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Michael Penn — Putnam Exam Solutions (playlist) — Intuition companion for “Track D — Linear Algebra: Putnam Applications (1 hr/day): Drill” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
- Problems PnB — PnB section 2.3.4 probs 1–2 · section 2.3.7 probs 1–2Putnam
- Problems CMU 09-Linear exercise sheet — CMU 09-Linear exercise sheet probs 1–2Putnam
Track D — Linear Algebra: Putnam Applications (1 hr/day): Archive bridge
—unlocks after: Track D — Linear Algebra: Putnam Applications (1 hr/day): Drill
- Read: Yufei Zhao LA tricks handout (yufeizhao.com/olympiad/putnam_linear_algebra.pdf)
- Read: PnB section 2.3.4 (Cayley-Hamilton pp. 70–73)
- Watch: Sheldon Axler LADR lectures — lectures 17–18
- Do: PnB section 2.3.4 probs 1–2 · section 2.3.7 probs 1–2
- Do: CMU 09-Linear exercise sheet probs 1–2
- Archive: 3 Putnam A1/B1 · Linear Algebra · any slot · 15 min each
sources & assignments (5)
- Source Yufei Zhao — Linear Algebra Tricks for the Putnam — Drill reference — this gate trains the material of “Track D — Linear Algebra: Putnam Applications (1 hr/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Putnam and Beyond — Drill reference — this gate trains the material of “Track D — Linear Algebra: Putnam Applications (1 hr/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Sheldon Axler — Linear Algebra Done Right (lecture videos) — Drill reference — this gate trains the material of “Track D — Linear Algebra: Putnam Applications (1 hr/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Michael Penn — Putnam Exam Solutions (playlist) — Intuition companion for “Track D — Linear Algebra: Putnam Applications (1 hr/day): Archive bridge” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
- Problems Archive Browser — Putnam 1966 B1 · Linear Algebra · 15 min eachPutnam
archive pull: 1 problems · Linear Algebra · A1/B1 · Standard · 15 min →
Track C — Combinatorics
Track C — Combinatorics: Recurrences + Game Theory (1 hr/day): Load
—- Read: Stanford 07wk3 (Recurrences) — full handout
- Watch: MIT 6.042J Combinatorial Games lecture (OCW, ~45 min)
- Do: Stanford 07wk3 probs 1–3 · Stanford 06wk2 probs 7–10
- Do: MIT ss8.pdf prob 99 (coin-rotation game) · MIT ss9.pdf prob 104 (P/N positions)
- Do: Engel Ch. 8 game-type probs 1–5
- Recurrence Methods:
- Direct/closed form
- Telescoping
- Characteristic polynomial
- Generating function
- Matrix method
- Combinatorial interpretation
- Game Strategy:
- P/N positions (backward induction)
- Pairing strategy
- Strategy stealing
- Game invariant
- Mod-cycle
- Symmetry
sources & assignments (6)
- Source Stanford 07wk3 (Recurrences) — Stanford Polya 07wk3 (recurrences) — do problems 1–5
- Source MIT 6.042J Combinatorial Games lecture (OCW, ~45 min) — MIT 6.042J Combinatorial Games lecture (OCW, ~45 min)
- Source Engel — Problem-Solving Strategies — Engel *Problem-Solving Strategies* Ch. 8 (recurrences & games) — probs 1–6
- Source Generating-functions lecture series — Generating-functions lecture series — direct playlist companion to this gate's reading
- Source Maths 505 — Complex Analysis Lectures (playlist) — Intuition companion for “Track C — Combinatorics: Recurrences + Game Theory (1 hr/day): Load” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
- Source Mathematical Circles (Russian Experience) — Aligned circle companion: Ch. 7 Games + Ch. 11 Combinatorics-2. Use before recurrence/game-theory reps; output one state/invariant choice.
Track C — Combinatorics: Recurrences + Game Theory (1 hr/day): Drill
—unlocks after: Track C — Combinatorics: Recurrences + Game Theory (1 hr/day): Load
- Read: Stanford 07wk3 (Recurrences) — full handout
- Watch: MIT 6.042J Combinatorial Games lecture (OCW, ~45 min)
- Do: Stanford 07wk3 probs 1–3 · Stanford 06wk2 probs 7–10
- Do: MIT ss8.pdf prob 99 (coin-rotation game) · MIT ss9.pdf prob 104 (P/N positions)
- Do: Engel Ch. 8 game-type probs 1–5
- Recurrence Methods:
- Direct/closed form
- Telescoping
- Characteristic polynomial
- Generating function
- Matrix method
- Combinatorial interpretation
- Game Strategy:
- P/N positions (backward induction)
- Pairing strategy
- Strategy stealing
- Game invariant
- Mod-cycle
- Symmetry
sources & assignments (7)
- Source Stanford 07wk3 (Recurrences) — Drill reference — this gate trains the material of “Track C — Combinatorics: Recurrences + Game Theory (1 hr/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source MIT 6.042J Combinatorial Games lecture (OCW, ~45 min) — Drill reference — this gate trains the material of “Track C — Combinatorics: Recurrences + Game Theory (1 hr/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Generating-functions lecture series — Drill reference — this gate trains the material of “Track C — Combinatorics: Recurrences + Game Theory (1 hr/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Maths 505 — Complex Analysis Lectures (playlist) — Intuition companion for “Track C — Combinatorics: Recurrences + Game Theory (1 hr/day): Drill” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
- Problems Stanford 07wk3 — Stanford 07wk3 probs 1–3 · Stanford 06wk2 probs 7–10Putnam
- Problems MIT ss8.pdf — MIT ss8.pdf prob 99 (coin-rotation game) · MIT ss9.pdf prob 104 (P/N positions)Putnam
- Problems Engel — Engel Ch. 8 game-type probs 1–5Putnam
Track E — Number Theory
Track E — Number Theory: Valuations + Advanced (0.75 hrs/day): Load
—- Read: PnB section 5.1.3 (valuations pp. 252–256) + section 5.2.4–5.2.7 (Euler, Wilson, quadratic residues)
- Read: CMU 03-NT advanced section
- Do: 104 NT Problems #51, 55
- Do: MIT ss7.pdf probs 77–79
why this gate: the lesson's §2 p-adic valuation: divisibility you can add is what it trains
sources & assignments (4)
- Source Putnam and Beyond — PnB section 5.1.3 (valuations pp. 252–256) + section 5.2.4–5.2.7 (Euler, Wilson, quadratic residues)
- Source CMU 03-Number Theory (Putnam seminar) — Mu Prime Math — valuations / advanced NT (companion to CMU 03-NT handout)
- Source Michael Penn — Number Theory v2 (playlist) — Number-theory lecture series — direct playlist companion to this gate's reading.
- Source Michael Penn — Modular Arithmetic and Linear Congruences (playlist) — Intuition companion for “Track E — Number Theory: Valuations + Advanced (0.75 hrs/day): Load” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
Track E — Number Theory: Valuations + Advanced (0.75 hrs/day): Drill
—unlocks after: Track E — Number Theory: Valuations + Advanced (0.75 hrs/day): Load
- Read: PnB section 5.1.3 (valuations pp. 252–256) + section 5.2.4–5.2.7 (Euler, Wilson, quadratic residues)
- Read: CMU 03-NT advanced section
- Do: 104 NT Problems #51, 55
- Do: MIT ss7.pdf probs 77–79
why this gate: the lesson's §2 p-adic valuation: divisibility you can add is what it trains
sources & assignments (6)
- Source Putnam and Beyond — Drill reference — this gate trains the material of “Track E — Number Theory: Valuations + Advanced (0.75 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source CMU 03-Number Theory (Putnam seminar) — Drill reference — this gate trains the material of “Track E — Number Theory: Valuations + Advanced (0.75 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Michael Penn — Number Theory v2 (playlist) — Drill reference — this gate trains the material of “Track E — Number Theory: Valuations + Advanced (0.75 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Michael Penn — Modular Arithmetic and Linear Congruences (playlist) — Intuition companion for “Track E — Number Theory: Valuations + Advanced (0.75 hrs/day): Drill” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
- Problems 104 NT — 104 NT Problems #51, 55 Also, recognition-level: (a) derive the primitive Pythagorean-triple parametrization (m²−n², 2mn, m²+n²) from x²+y²=z² with the gcd/parity conditions on m, n; (b) define the Möbius function μ(n) and the divisor functions d(n) (number of divisors) and σ(n) (sum of divisors), and state Σ_{d|n} μ(d) = [n = 1] as the inclusion–exclusion recognition trigger behind Möbius inversion.Putnam
- Problems MIT ss7.pdf — MIT ss7.pdf probs 77–79Putnam
Hidden Tool
Hidden Tool: Valuations
—*Prerequisites: NT foundations (Weeks 5–7)*
- Valuation:
- vₚ(n) = largest k such that pᵏ | n
- vₚ(ab) = vₚ(a) + vₚ(b) · vₚ(a+b) ≥ min(vₚ(a), vₚ(b)) with equality when vₚ(a) ≠ vₚ(b)
- Legendre: vₚ(n!) = Σ⌊n/pᵏ⌋ = (n−sₚ(n))/(p−1)
- LTE preview: if p | a+b (odd p), then vₚ(aⁿ+bⁿ) = vₚ(a+b) + vₚ(n)
- **Derive it cold (required, self-attested — no notes):** before you tick this gate, reconstruct the valuation laws and LTE blank-page. (i) v_p(ab)=v_p(a)+v_p(b): write a=p^α a′, b=p^β b′ with p∤a′,b′; then ab=p^{α+β}(a′b′) and p∤a′b′, so the p-exponent adds. (ii) v_p(a+b) ≥ min(v_p a, v_p b): pull p^m out, m=min, leaving an integer bracket; equality holds when v_p a≠v_p b because, taking m=v_p a<v_p b, a+b=p^m(a′+p^{β−m}b′) with a′ a unit mod p and the second summand ≡0, so the bracket is a unit and the valuation is exactly m. (iii) LTE — hypotheses: p an ODD prime, integers a,b with a≠b, p | a−b, p∤a, p∤b, and n a positive integer. From a^n−b^n=(a−b)·S with S=Σ_{k=0}^{n−1} a^{n−1−k} b^k, use a≡b (mod p) so every term ≡b^{n−1}, giving S≡n·b^{n−1} (mod p); if p∤n then p∤S, so v_p(a^n−b^n)=v_p(a−b). The extra +v_p(n) comes from the lifting step v_p(a^p−b^p)=v_p(a−b)+1: writing a=b+d with p | d, expand S mod p² — every d²-and-higher term dies (p | d ⇒ p² | d²), leaving S≡p·b^{p−1}+b^{p−2}·d·(p(p−1)/2), whose second term ≡0 mod p² ONLY because odd p makes p(p−1)/2 a multiple of p — so v_p(S)=1; then induct over the p-part of n. Self-check: (1) you *established* each law, didn't quote it; (2) you can name every LTE hypothesis AND say WHY odd p is required — for p=2 the p(p−1)/2 step fails and instead v_2(a^n−b^n)=v_2(a−b)+v_2(a+b)+v_2(n)−1 for even n (a,b odd). Can't rebuild it blank-page → not learned yet.
why this gate: the lesson's §2 p-adic valuation: divisibility you can add is what it trains
sources & assignments (6)
- Source Putnam and Beyond — PnB section 5.1.3 — p-adic valuations (pp. 252–256)
- Source CMU 03-Number Theory (Putnam seminar) — CMU 03-number-theory — valuations & Legendre's formula; do problems 1–3
- Source Michael Penn — Modular Arithmetic and Linear Congruences (playlist) — Mu Prime Math — p-adic valuation / LTE intro
- Source Michael Penn — Number Theory v2 (playlist) — Number-theory lecture series — direct playlist companion to this gate's reading.
- Source Anulus Smaragdinus — Polynomials (playlist) — Intuition companion for “Hidden Tool: Valuations” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises. Watch-for: olympiad polynomial-problem walkthroughs (titled by problem number, not topic) — attempt each problem cold before watching the solution.
- Problems Valuation drill (standard examples) — (1) Compute v_5(1000!) with Legendre's formula; (2) prove v_p(a+b) >= min(v_p(a), v_p(b)) with equality whenever v_p(a) != v_p(b); (3) re-prove the irrationality of sqrt(2) purely via the parity of v_2. Write all three as complete proofs.Putnam
Hidden Tool
Hidden Tool: Periodicity mod m / Finite-State Sequences
—*Hidden Tool — recognise when a sequence lives in a finite state space.*
- Finite state ⇒ eventual periodicity: if xₙ ∈ S finite and xₙ₊₁ = f(xₙ), two indices must repeat (pigeonhole) ⇒ the tail is periodic; purely periodic iff f is injective on the reachable set.
- Mod m: any integer recurrence reduced mod m has finite state ⇒ eventually periodic; invertible/linear ⇒ purely periodic.
- Fibonacci mod m: purely periodic, Pisano period π(m); π(10)=60.
- Use it to: force a value, bound a term, or prove a sequence hits / avoids a residue.
- **Derive it cold (required, self-attested — no notes):** before you tick this gate, reconstruct eventual periodicity blank-page: a depth-k recurrence x_{n+1}=f(x_n,…,x_{n−k+1}) taken mod m is driven by its state tuple s_n=(x_n,…,x_{n−k+1}) ∈ (ℤ/mℤ)^k, a set of exactly m^k elements; among s_0,…,s_{m^k} (that is m^k+1 tuples) two must coincide by pigeonhole, say s_i=s_j with i<j≤m^k; because the next state is a deterministic function of the current one, s_i=s_j forces s_{i+t}=s_{j+t} for all t≥0, so the sequence is periodic from index i with period dividing j−i ≤ m^k. It is PURELY periodic (from n=0, no pre-period) exactly when the state map is a bijection on the reachable states — e.g. a linear recurrence whose companion matrix is invertible mod m — since then no two distinct states can merge. Self-check: (1) you *established* it from pigeonhole + determinism, didn't quote "eventually periodic"; (2) you can say WHY finiteness forces a repeat and WHY determinism propagates that repeat forever forward. Can't rebuild it blank-page → not learned yet.
sources & assignments (4)
- Source Engel — Problem-Solving Strategies — Engel Ch. 6 (Sequences) — eventual periodicity; the pigeonhole→periodicity argument for x_{n+1}=f(x_n) on a finite set.
- Source Pisano period / periodic sequences mod m — Read the Pisano-period derivation: the Fibonacci sequence mod m is purely periodic; π(10)=60. Work the order/period identities.
- Source Michael Penn — Number Theory v2 (playlist) — NT lecture series — companion for orders & periodicity mod n (Fibonacci-mod-n, linear-recurrence periodicity). Watch-for: the finite-state argument behind eventual periodicity.
- Problems Periodicity drill (standard examples) — (1) Prove any sequence with x_{n+1}=f(x_n), all x_n in a finite set S, is eventually periodic — and purely periodic when f is injective on the reachable set. (2) Show the Fibonacci sequence is purely periodic mod m and compute the Pisano period mod 10. (3) Prove a linear recurrence a_{n+1}≡c·a_n+d (mod m) is eventually periodic; identify exactly when it is purely periodic. Write all three as complete proofs.Putnam
archive pull: 3 problems · Number Theory/Combinatorics · A2/B1 · Standard,Hard · 15 min →
Track F — Geometry + Probability + Abstract
Track F — Geometry + Probability + Abstract (0.5 hrs/day): Load
—- Do: CMU 14-Geometry exercise sheet probs 1–2
- Read: CMU 12-Probability — lecture notes
- Archive: 2 Putnam A1/B1 · Geometry · any slot · 12 min each
sources & assignments (6)
- Source CMU 12-Probability — CMU 12-Probability — lecture notes
- Source CMU 14-Geometry — CMU 14-geometry exercise sheet — coordinate/vector/area methods
- Source OlympicMathTutor — Olympiad Geometry Theorems (playlist) — Evan Chen geometry notes — coordinate & complex methods (intro)
- Source Cezar Lupu — TTU MATH 4000, Recitation 13 — Intuition companion for “Track F — Geometry + Probability + Abstract (0.5 hrs/day): Load” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
- Source Michael Penn — Abstract Algebra (playlist) — Companion lecture series for this week's abstract-algebra rep — watch the relevant 1–2 videos, then do the written rep below. Watch-for: this playlist opens with set-theory / proof-writing videos — skip to the 'Abstract Algebra |' entries for the group/ring/field content this gate needs.
- Problems Abstract algebra — Lagrange's theorem (self-contained) — Prove |H| divides |G| for a finite group G via the coset partition (left cosets are equal-sized and disjoint). Deduce that the order of every element divides |G|. Apply it to re-derive Fermat's little theorem a^(p−1) ≡ 1 (mod p) by working in the unit group (ℤ/pℤ)*. (Replaces the recognition-only Dummit/Foote reading with a proof rep.)Putnam
Track F — Geometry + Probability + Abstract (0.5 hrs/day): Drill
—unlocks after: Track F — Geometry + Probability + Abstract (0.5 hrs/day): Load
- Do: CMU 14-Geometry exercise sheet probs 1–2
- Read: CMU 12-Probability — lecture notes
- Archive: 2 Putnam A1/B1 · Geometry · any slot · 12 min each
sources & assignments (6)
- Source CMU 14-Geometry — Drill reference — this gate trains the material of “Track F — Geometry + Probability + Abstract (0.5 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source CMU 12-Probability — Drill reference — this gate trains the material of “Track F — Geometry + Probability + Abstract (0.5 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source OlympicMathTutor — Olympiad Geometry Theorems (playlist) — Drill reference — this gate trains the material of “Track F — Geometry + Probability + Abstract (0.5 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Cezar Lupu — TTU MATH 4000, Recitation 13 — Intuition companion for “Track F — Geometry + Probability + Abstract (0.5 hrs/day): Drill” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
- Problems CMU 14-Geometry exercise sheet — CMU 14-Geometry exercise sheet prob 1 (prob 2's slot displaced to the radical-axis rep)Putnam
- Problems Radical-axis rep (self-contained) — State power of a point and define the radical axis of two circles (locus of equal power; a line perpendicular to the center line). Prove the three radical axes of three circles with non-collinear centers concur (the radical center) — two-line argument from the definition. Then verify with coordinates on one concrete triple of circles.Putnam
Track F — Geometry + Probability + Abstract (0.5 hrs/day): Archive bridge
—unlocks after: Track F — Geometry + Probability + Abstract (0.5 hrs/day): Drill
- Do: CMU 14-Geometry exercise sheet probs 1–2
- Read: CMU 12-Probability — lecture notes
- Archive: 2 Putnam A1/B1 · Geometry · any slot · 12 min each
sources & assignments (5)
- Source CMU 14-Geometry — Drill reference — this gate trains the material of “Track F — Geometry + Probability + Abstract (0.5 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source CMU 12-Probability — Drill reference — this gate trains the material of “Track F — Geometry + Probability + Abstract (0.5 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source OlympicMathTutor — Olympiad Geometry Theorems (playlist) — Drill reference — this gate trains the material of “Track F — Geometry + Probability + Abstract (0.5 hrs/day): Load”. Stuck mid-drill? The tool lives here; go back, find the move, return and finish in writing.
- Source Cezar Lupu — TTU MATH 4000, Recitation 13 — Intuition companion for “Track F — Geometry + Probability + Abstract (0.5 hrs/day): Archive bridge” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
- Problems Archive Browser — Putnam 1967 B1 · Geometry · 12 min eachPutnam
archive pull: 1 problems · Geometry · A1/B1 · Standard · 12 min →
Hidden Tool
Hidden Tool: Divisor Sums & Double-Counting (σ, τ, coprime pairs)
—Divisor-sum / Möbius / coprime double-counting (~2.5% of the archive) — was light; this adds a focused rep.
- **Derive it cold (required, self-attested — no notes):** before you tick this gate, reconstruct the divisor formulas blank-page: for n=∏ p_i^{e_i}, a divisor d picks an exponent 0 ≤ a_i ≤ e_i independently at each prime, so divisors biject with tuples (a_1,…,a_r) — counting them gives τ(n)=∏(e_i+1), and summing d=∏ p_i^{a_i} factors across primes into a product of finite geometric series σ(n)=∏_i (1+p_i+⋯+p_i^{e_i})=∏_i (p_i^{e_i+1}−1)/(p_i−1). Multiplicativity (f(mn)=f(m)f(n) when gcd(m,n)=1) is the same bijection: each divisor of mn splits uniquely as (divisor of m)·(divisor of n). Then the double-counting swap: Σ_{n≤N} Σ_{d | n} g(d) counts pairs (d,n) with d | n, so reindex by n=d·q to get Σ_{d≤N} g(d)⌊N/d⌋ (the Dirichlet/hyperbola reordering). Self-check: (1) you *established* the formulas from the independent exponent-choice bijection, didn't quote them; (2) you can say WHY multiplicativity holds — coprime parts share no primes, so the per-prime exponent choices are independent. Can't rebuild it blank-page → not learned yet.
sources & assignments (4)
- Source Divisor functions σ(n), τ(n) — multiplicativity — Compute τ and σ from the prime factorization; double-count divisor pairs; coprime-pair counting via Euler φ.
- Source 104 Number Theory Problems — Divisor-function / coprime-counting problems.
- Source Michael Penn — the divisor function — σ and τ multiplicativity + a worked divisor-sum problem.
- Problems 104 NT — 104 Number Theory Problems — divisor-function (σ/τ) or coprime-pair counting, 1–2 problemsPutnam
archive pull: 1 problems · Number Theory · Putnam · 20 min →
FE Micro-Spine — iteration and finite-state periodicity
FE Micro-Spine — iteration and finite-state periodicity
—Added because FE cannot be a one-week topic; pattern exposure must recur after the W6 load.
Ritual: Write the substitution table before any solution check. Every FE rep must name the first move and the trap it avoided.
sources & assignments (2)
- Source 100 Functional Equations / Putnam FE repair spine — Micro-rep source for repeated FE pattern exposure: special values, symmetry, injective/surjective forcing, Cauchy/Jensen, iteration, and polynomial-degree comparison.
- Problems Functional equations micro-rep — 100 Functional Equations #38–39 — solve as an iteration/periodicity rep; explicitly write f(f(x)) or the repeated substitution chain.Putnam
Problem-Solving Reps — weekly homework
Problem-Solving Reps — weekly homework
—Standing weekly homework — the problem-solving book stack, every week. Solve ALL listed; write ONE full clean solution (the rest may stay scratch). Up to 2 due re-solves from your review queue surface first.
sources & assignments (3)
- Problems Engel — Engel Ch. 9 probs 1–8 (sequences/recurrences)Putnam
- Problems Concrete Math — Concrete Mathematics Ch. 1 ex 1–4 · Ch. 7 ex 1–3Putnam
- Problems 104 NT — 104 Number Theory Problems — Introductory probs 9–12 (valuations)Putnam
Reflect
Reflect: reconstruct and log the pattern
—- Reconstruct: 1 Rudin Ch. 8 exercise → close → rewrite → pattern note
- Reflect: power series/Taylor card · recurrence method decision card · vₚ(n!) Legendre formula from memory
- Verify: one LA problem — every rank/eigenvalue claim cited from a named theorem?
---
Ritual: 1 Rudin Ch. 8 exercise → close → rewrite → pattern note | power series/Taylor card · recurrence method decision card · vₚ(n!) Legendre formula from memory
sources & assignments (4)
- Source Rudin — Principles of Mathematical Analysis (PMA) — Week reference — this gate applies this week's lead material (“Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Load”). If an attempt stalls, the repair source is here.
- Source Silver — Integration Bee Training (playlist) — Week reference — this gate applies this week's lead material (“Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Load”). If an attempt stalls, the repair source is here.
- Source Maths 505 — Cool Integrals (Feynman tricks, playlist) — Week reference — this gate applies this week's lead material (“Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Load”). If an attempt stalls, the repair source is here.
- Source MIT 18.01SC — Single Variable Calculus (OCW) — Intuition companion for “Reflect: reconstruct and log the pattern” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.
Verify: audit one proof before closing
—unlocks after: Reflect: reconstruct and log the pattern
- Reconstruct: 1 Rudin Ch. 8 exercise → close → rewrite → pattern note
- Reflect: power series/Taylor card · recurrence method decision card · vₚ(n!) Legendre formula from memory
- Verify: one LA problem — every rank/eigenvalue claim cited from a named theorem?
---
Ritual: one LA problem — every rank/eigenvalue claim cited from a named theorem?
sources & assignments (4)
- Source Rudin — Principles of Mathematical Analysis (PMA) — Week reference — this gate applies this week's lead material (“Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Load”). If an attempt stalls, the repair source is here.
- Source Silver — Integration Bee Training (playlist) — Week reference — this gate applies this week's lead material (“Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Load”). If an attempt stalls, the repair source is here.
- Source Maths 505 — Cool Integrals (Feynman tricks, playlist) — Week reference — this gate applies this week's lead material (“Track A — Analysis: Rudin Ch. 8 (1.5 hrs/day): Load”). If an attempt stalls, the repair source is here.
- Source MIT 18.01SC — Single Variable Calculus (OCW) — Intuition companion for “Verify: audit one proof before closing” — the picture behind the machinery; afterwards write one sentence connecting the visual to this gate's exercises.