Core Topics in Math Competitions: Explanation and Breakthrough | 数学竞赛核心考点精讲与突破

📚 Core Topics in Math Competitions: Explanation and Breakthrough | 数学竞赛核心考点精讲与突破

This guide walks through the most frequently tested topics in competitive mathematics, offering clear explanations and practical strategies to move from understanding to high-scoring performance.

本文围绕数学竞赛中最常考查的核心板块,逐项精讲要点并提供突破策略,帮助你从“看懂”走向“得分”。


1. Algebraic Manipulation | 代数变形技巧

Algebra is the backbone of almost every contest. Key skills include factoring, completing the square, manipulating radicals, and working with symmetric expressions. A flexible command of these tools lets you simplify seemingly complex problems quickly.

代数是几乎所有竞赛题的骨架。核心技能包括因式分解、配方、根式变形以及对称式处理。熟练运用这些工具,能让你快速化简看似复杂的问题。

  • Master common factorizations: \(a^3+b^3=(a+b)(a^2-ab+b^2)\) is replaced by a³+b³=(a+b)(a²−ab+b²). Know the sum and difference of cubes, and the Sophie Germain identity.

  • 掌握常用因式分解:a³+b³=(a+b)(a²−ab+b²)。同时熟悉立方和差公式以及苏菲·热尔曼恒等式。

When you see a recursive sequence, try to find a pattern by writing out the first few terms and looking for a telescoping structure or a closed form.

遇到递推数列时,先写出前几项,寻找规律,并尝试裂项求和或构造通项公式。

(x+y+z)² = x² + y² + z² + 2(xy+yz+zx)

This identity appears constantly in contest problems. Always think about symmetric sums when variables appear together.

该恒等式在竞赛中反复出现。当变量同时出现时,务必联想到对称和。


2. Geometry: Shapes and Strategies | 几何:图形与策略

Geometry in contests often asks for lengths, angles, areas, or ratios. The most powerful methods include similar triangles, cyclic quadrilaterals, and the angle bisector theorem.

竞赛几何常求边长、角度、面积或比例。最有力的方法包括相似三角形、圆内接四边形、角平分线定理等。

  • For any triangle, the angle bisector divides the opposite side in the ratio of the adjacent sides: BD/DC = AB/AC.

  • 对任意三角形,角平分线将对边分成的两条线段与邻边成比例:BD/DC = AB/AC。

When a right triangle appears, consider the Pythagorean theorem and the altitude-to-hypotenuse relations. In a 30-60-90 triangle, the side ratio is 1 : √3 : 2; in a 45-45-90 triangle, it is 1 : 1 : √2.

出现直角三角形时,考虑勾股定理和斜边上的高相关性质。30-60-90三角形的三边比为1 : √3 : 2;45-45-90三角形为1 : 1 : √2。

For circles, remember that a radius perpendicular to a chord bisects the chord. The inscribed angle theorem is also indispensable.

对于圆,垂直于弦的半径平分弦。圆周角定理同样必不可少。


3. Number Theory Essentials | 数论核心要点

Number theory problems test divisibility, prime factorization, modular arithmetic, and Diophantine equations. These problems often look short but hide deep structure.

数论问题考察整除性、质因数分解、模运算和不定方程。这类题目往往题干很短,但蕴含深刻结构。

  • Use the fundamental theorem of arithmetic: every positive integer factors uniquely into primes. This helps in gcd/lcm problems.

  • 使用算术基本定理:每个正整数都能唯一分解为质数的乘积。这有助于解决最大公约数和最小公倍数问题。

Modular arithmetic is a shortcut for divisibility. For example, to find the last digit of 7²⁰²⁵, notice that 7⁴ ≡ 1 (mod 10), so 7²⁰²⁵ = 7^(4·506+1) ≡ 7 (mod 10).

模运算是处理整除性的捷径。例如,求7²⁰²⁵的末位数字,注意7⁴ ≡ 1 (mod 10),所以7²⁰²⁵ = 7^(4·506+1) ≡ 7 (mod 10)。

If p is prime and p ∤ a, then a^(p−1) ≡ 1 (mod p) (Fermat).

若p为质数且p不整除a,则 a^(p−1) ≡ 1 (mod p)(费马小定理)。

This theorem is the key to many contest problems involving large exponents.

这一定理是许多涉及大指数竞赛题的关键。


4. Combinatorics and Counting | 组合与计数

Counting problems require systematic thinking. The fundamental principle of counting, combinations, permutations, and the pigeonhole principle are your basic tools.

计数问题需要系统思维。基本计数原理、组合、排列和鸽巢原理是基础工具。

  • When order matters, use permutations: nPr = n!/(n−r)!.

  • 当顺序重要时,使用排列:nPr = n!/(n−r)!。

  • When order does not matter, use combinations: nCr = n!/[r!(n−r)!].

  • 当顺序不重要时,使用组合:nCr = n!/[r!(n−r)!]。

The pigeonhole principle says: if n+1 objects are placed into n boxes, at least one box contains two objects. A common contest application is proving the existence of two numbers with a certain property.

鸽巢原理指出:若将n+1个物体放入n个盒子,则至少有一个盒子含有两个物体。竞赛中常用于证明存在性。

For counting paths or choosing subsets, Pascal’s identity C(n,k)=C(n−1,k−1)+C(n−1,k) is often useful.

在计数路径或选择子集时,帕斯卡恒等式C(n,k)=C(n−1,k−1)+C(n−1,k)常常很有用。


5. Inequalities: Sharp Bounds | 不等式:锐利界限

Inequalities are central to olympiad-style tests. The most important ones are AM-GM, Cauchy-Schwarz, and Jensen’s inequality. Knowing when to apply each is the real skill.

不等式是奥林匹克型测试的核心。最重要的是均值不等式、柯西-施瓦茨不等式和琴生不等式。真正的技巧是知道何时应用哪一个。

For nonnegative reals a₁, a₂, …, aₙ: (a₁+a₂+…+aₙ)/n ≥ (a₁a₂…aₙ)^(1/n).

对非负实数 a₁, a₂, …, aₙ: (a₁+a₂+…+aₙ)/n ≥ (a₁a₂…aₙ)^(1/n)。

Equality holds when all variables are equal. Use this to minimize sums when products are fixed, or maximize products when sums are fixed.

当所有变量相等时取等号。用于在乘积固定时求和的极小值,或在和固定时求乘积的极大值。

Cauchy-Schwarz inequality: (Σaᵢbᵢ)² ≤ (Σaᵢ²)(Σbᵢ²). It is perfect for problems with two sums of squares.

柯西-施瓦茨不等式:(Σaᵢbᵢ)² ≤ (Σaᵢ²)(Σbᵢ²)。它特别适合涉及两个平方和的问题。


6. Functional Equations | 函数方程

Functional equations ask you to find all functions satisfying a given condition. Common techniques include substituting specific values, checking injectivity/surjectivity, and deriving recurrence relations.

函数方程要求你找出满足给定条件的所有函数。常用技巧包括代入特殊值、检验单射/满射以及推导递推关系。

  • Start by substituting x=0, y=0, or x=y to extract information.

  • 首先尝试代入 x=0、y=0 或 x=y,以获得关键信息。

  • If the equation involves f(x+y), consider whether f is linear, exponential, or logarithmic based on the operation preserved.

  • 若方程涉及 f(x+y),可根据保持的运算判断f是线性、指数还是对数型。

For example, f(x+y)=f(x)f(y) suggests f(x)=aˣ for positive functions. Always verify your solution by plugging back.

例如,f(x+y)=f(x)f(y) 暗示对于正函数有 f(x)=aˣ。务必回代验证解。

When the problem says “for all real x”, choose convenient values that simplify the expression, such as setting a variable to zero or making an argument equal to a known constant.

当题目说“对所有实数x”时,选择方便的值简化表达式,比如令变量为0或使某个自变量等于已知常数。


7. Trigonometric Tricks | 三角变形技巧

Trigonometry appears in geometry, algebra, and complex numbers. Key identities include the sum-to-product formulas, triple-angle formulas, and the law of sines/cosines.

三角出现在几何、代数和复数中。关键恒等式包括和差化积、三倍角公式以及正弦定理和余弦定理。

  • sin²θ + cos²θ = 1 is the most basic identity, often combined with substitution x = sin θ or x = cos θ to simplify radicals.

  • sin²θ + cos²θ = 1 是最基本的恒等式,常结合换元 x = sin θ 或 x = cos θ 来化简根式。

  • The triple-angle formula: sin3θ = 3sinθ − 4sin³θ. Useful for cubic equations with trigonometric roots.

  • 三倍角公式:sin3θ = 3sinθ − 4sin³θ。对于具有三角根的三次方程很有用。

In any triangle with sides a, b, c and angles A, B, C, the law of sines says a/sin A = b/sin B = c/sin C = 2R, where R is the circumradius.

在任意三角形中,设边a、b、c分别对应角A、B、C,则正弦定理为 a/sin A = b/sin B = c/sin C = 2R,其中R为外接圆半径。

When you see a complex-looking trig equation, try converting everything to sine and cosine, or use the tangent half-angle substitution.

当遇到复杂的三角方程时,尝试将所有项化为正弦和余弦,或使用正切半角代换。


8. Probability and Expected Value | 概率与期望

Contest probability often involves equally likely outcomes, conditional probability, and expectation. Many problems hide a symmetry that simplifies the calculation.

竞赛概率常涉及等可能结果、条件概率和期望。许多问题隐藏着简化计算的对称性。

  • For equally likely outcomes, P(A) = (number of favorable outcomes)/(total outcomes). List outcomes systematically or use combinations.

  • 对于等可能结果,P(A) = 有利结果数 / 总结果数。系统地列举或使用组合计数。

  • Expected value is the sum of each outcome times its probability: E[X] = Σ x·P(X=x).

  • 期望是每个结果乘以其概率之和:E[X] = Σ x·P(X=x)。

Linearity of expectation often saves work: E[X+Y] = E[X] + E[Y] even when variables are dependent. Use indicator variables to count the expected number of occurrences.

期望的线性性常常能省力:E[X+Y] = E[X] + E[Y] 即使变量不独立也成立。用指示变量计算事件发生次数的期望。

For geometric distributions, the expected number of trials until the first success is 1/p.

对于几何分布,首次成功所需的试验次数期望为 1/p。


9. General Problem-Solving Strategies | 通用解题策略

Beyond specific topics, successful contestants rely on a set of general strategies: working backwards, drawing a picture, considering extreme cases, and looking for invariants.

除了具体知识点,成功的竞赛选手依赖一套通用策略:逆向思考、画图、考虑极端情形以及寻找不变量。

  • Work backwards: start from what you want to prove and see what sufficient condition would imply it.

  • 逆向思考:从要证明的结论出发,寻找能推出它的充分条件。

  • Draw a diagram even if the problem is algebraic. A geometric visualization often reveals hidden relations.

  • 即使题目是代数题也画图。几何可视化常常暴露出隐藏关系。

  • Test extreme cases (0, 1, very large values) to guess the pattern or verify a formula.

  • 测试极端情形(0、1、极大值)来猜测规律或验证公式。

If stuck, try reformulating the problem in a different mathematical language, for example converting a combinatorial problem into a polynomial identity.

如果卡住,尝试用另一种数学语言重新表述问题,例如将组合问题转化为多项式恒等式。

Time management is crucial. In a contest, do not spend too long on a single problem; mark it and return later.

时间管理至关重要。竞赛中,不要在某一道题上花费过长时间;标记后稍后再回来看。


10. Common Pitfalls and How to Avoid Them | 常见陷阱与规避方法

Many contestants lose points not because they lack knowledge but because they fall into typical traps. Recognizing these pitfalls can boost your score immediately.

许多选手丢分不是因为知识不足,而是因为落入典型陷阱。识别这些陷阱能立即提高分数。

  • Forgetting the negative square root when solving x² = a. Always write x = ±√a unless the context restricts.

  • 解 x² = a 时忘记负平方根。除非题目限制,否则应写 x = ±√a。

  • When dividing by a variable, do not lose the case where that variable equals zero.

  • 除以变量时,不要丢失该变量等于零的情况。

  • In counting, be careful about double counting and overcounting. Use inclusion-exclusion when needed.

  • 计数时要小心重复和遗漏。必要时使用容斥原理。

Always read the question twice. Many errors come from answering a slightly different question than asked. Pay attention to “integer”, “positive”, “distinct”, or “not necessarily distinct”.

永远把题目读两遍。许多错误源于回答了与问题略有不同的内容。注意“整数”、“正数”、“不同”或“不一定不同”等措辞。

Finally, verify your answers by plugging them back or checking with a small case. A quick sanity check can catch algebraic mistakes.

最后,将答案代回原题或用小例子检验。快速合理性检查可以抓住代数错误。


Published by TutorHao | Math Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version