1.1 均值不等式(AM-GM Inequality) AM-GM Inequality
均值不等式(AM-GM Inequality)是不等式理论中最基础也最重要的不等式之一。
最常用的形式(n = 2):
常用变形:
- a + b ≥ 2√(ab) — 求最小值常用
- ab ≤ (a+b)²/4 — 求最大值常用
- a + 1/a ≥ 2 (a > 0) — 取等条件 a = 1
- a² + b² ≥ 2ab — 恒成立,取等条件 a = b
三元形式(n = 3):
The equality condition is key! You must check that equality can actually be achieved — otherwise the bound isn't tight.
1.2 Cauchy-Schwarz 不等式 Cauchy-Schwarz Inequality
Cauchy-Schwarz 不等式(柯西-施瓦茨不等式)是 AMC 12 中最有力的不等式工具之一。
最常用的二维形式:
常用技巧:Engel 形式(Titu 引理):
This form is especially useful for simplifying sum-of-fractions expressions commonly seen in AMC 12 problems.
1.3 三角不等式进阶 Advanced Triangle Inequality
基本的三角不等式我们已经熟悉:
AMC 12 中的进阶应用:
- 多点路径问题:利用三角不等式求最短路径,如 |AC| + |CB| ≥ |AB|
- 绝对值函数的最小值:||x − a| − |x − b|| ≤ |a − b|
- 向量三角不等式:在坐标几何中,|AB| + |BC| ≥ |AC|(三点共线时取等)
- Minkowski 不等式:(∑(aᵢ+bᵢ)²)^(1/2) ≤ (∑aᵢ²)^(1/2) + (∑bᵢ²)^(1/2)
In AMC 12, the triangle inequality often appears in geometric contexts — finding shortest paths between points, or proving certain distances must satisfy certain bounds.
2.1 一元高次不等式(符号分析法) Higher-Degree Inequalities by Sign Analysis
一元高次不等式 f(x) > 0(或 < 0)的解法:
关键规则:
- 奇数次根(单根):函数值穿过 x 轴(符号变化)
- 偶数次根(重根):函数值不穿过 x 轴(符号不变)
- 从右上方开始:因为最高次系数为正,x → +∞ 时 f(x) > 0
"> 0" takes the region above the x-axis; "< 0" takes the region below.
2.2 绝对值不等式进阶 Advanced Absolute Value Inequalities
AMC 12 中的绝对值不等式通常涉及多个绝对值或嵌套绝对值。
方法一:分段讨论法
Find the zero of each absolute value expression, partition the number line into intervals, and solve on each interval.
方法二:平方去绝对值
方法三:几何意义法
- |x − a| 表示数轴上 x 到 a 的距离
- |x − a| + |x − b| ≥ |a − b|(到两点的距离之和 ≥ 两点间距离)
- ||x − a| − |x − b|| ≤ |a − b|(到两点距离之差的绝对值 ≤ 两点间距离)
2.3 含参不等式 Inequalities with Parameters
含参不等式是指含有待定参数的不等式,需要讨论参数的不同取值情况。
恒成立问题的关键判据:
| 条件 | 判据 | Criterion |
|---|---|---|
| ax² + bx + c > 0 恒成立 | a > 0 且 Δ < 0 | Opens up, no real roots |
| ax² + bx + c ≥ 0 恒成立 | a > 0 且 Δ ≤ 0 | Opens up, at most one root |
| ax² + bx + c < 0 恒成立 | a < 0 且 Δ < 0 | Opens down, no real roots |
3.1 最值问题(利用不等式求最值) Extrema Using Inequalities
利用不等式求最值是 AMC 12 中最高频的不等式应用。
使用不等式求最值的三个条件:
- 正数条件:所有参与 AM-GM 的数必须为正
- 定值条件:和或积必须为常数
- 等号条件:等号必须能取到
3.2 约束条件下的优化 Constrained Optimization
约束优化问题通常在给定条件下求目标表达式的最值。
方法一:代入消元法
Use the constraint to eliminate one variable, then find the extremum of the resulting single-variable expression.
方法二:Lagrange 乘子法思路(简化版)
For two-variable optimization with constraint g(x,y) = c, the key insight is: at the optimum, the gradients of f and g are parallel.
常见题型:
- 已知 x + y = k,求 x² + y²(或 xy)的最大/最小值
- 已知 xy = k,求 x + y 的最小值
- 几何中的约束优化(如面积最大、周长最小)
3.3 对称化与均值化 Symmetrization and Equalization
当目标函数关于变量具有对称性时,最值往往在对称点(即各变量相等)处取得。
均值化方法:
- 调整法(Smoothing):逐步将变量"拉平"到均值,每次调整不会使目标值变差
- 排序不等式:对于同序排列 a₁ ≤ a₂ ≤ ... ≤ aₙ 和 b₁ ≤ b₂ ≤ ... ≤ bₙ,Σaᵢbᵢ ≥ Σaᵢb_{σ(i)}
- 凸函数性质:利用 Jensen 不等式,凸函数在对称条件下取最大值
The symmetrization principle is powerful: if both the objective and constraints are symmetric, the extremum often occurs when all variables are equal. This gives you a quick "guess" that you can verify.
若正数 x, y 满足 x + y = 10,则 xy 的最大值是多少? If positive numbers x and y satisfy x + y = 10, what is the maximum value of xy?
所以 10/2 ≥ √(xy),即 5 ≥ √(xy)
两边平方:xy ≤ 25
等号成立条件:x = y = 5
所以 xy 的最大值为 25。
By AM-GM: 5 ≥ √(xy), so xy ≤ 25. Equality when x = y = 5.
若 a² + b² = 1,则 a + b 的最大值是多少? If a² + b² = 1, what is the maximum value of a + b?
即 2 × 1 ≥ (a + b)²
所以 (a + b)² ≤ 2,a + b ≤ √2
等号成立条件:a/1 = b/1,即 a = b = 1/√2
最大值为 √2。
By C-S: 2(a²+b²) ≥ (a+b)², so (a+b)² ≤ 2, giving max a + b = √2.
正实数 a, b 满足 a + 2b = 6,求 ab 的最大值。 Positive reals a, b satisfy a + 2b = 6. Find the maximum of ab.
ab = a · b = (1/2) · a · 2b ≤ (1/2) · ((a + 2b)/2)²
= (1/2) · (6/2)² = (1/2) · 9 = 4.5
等号成立条件:a = 2b,代入 a + 2b = 6 得 4b = 6,b = 3/2,a = 3
最大值为 4.5。
ab = ½ · a · 2b ≤ ½ · ((a+2b)/2)² = ½ · 9 = 4.5. Equality: a = 2b = 3.
不等式 x(x − 1)(x + 2) > 0 的解集是什么? What is the solution set of x(x − 1)(x + 2) > 0?
从右上方开始画符号曲线:
x > 1 时:(+)(+)(+) = +
0 < x < 1 时:(+)(+)(−) = −
−2 < x < 0 时:(+)(−)(−) = +
x < −2 时:(−)(−)(−) = −
取 > 0 的区间:(−2, 0) ∪ (1, +∞)
Roots at −2, 0, 1. Sign chart: positive on (−2, 0) and (1, +∞).
正数 a, b, c 满足 a + b + c = 1,求 a²/(a+b) + b²/(b+c) + c²/(c+a) 的最小值。 For positive a, b, c with a + b + c = 1, find the minimum of a²/(a+b) + b²/(b+c) + c²/(c+a).
a²/(a+b) + b²/(b+c) + c²/(c+a) ≥ (a+b+c)² / ((a+b)+(b+c)+(c+a))
= 1² / (2a + 2b + 2c) = 1 / (2 × 1) = 1/2
等号成立条件:a/(a+b) = b/(b+c) = c/(c+a)
由对称性,a = b = c = 1/3 时取等。
By Titu's lemma: sum ≥ 1²/(2·1) = 1/2. Equality when a = b = c = 1/3.
第1题 若正数 a, b 满足 a + b = 8,则 a² + b² 的最小值是多少? If positive a, b satisfy a + b = 8, find the minimum of a² + b².
第2题 正数 x 满足 x + 9/x ≥ k 对所有 x > 0 成立,k 的最大整数值是多少? For x > 0, x + 9/x ≥ k always holds. What is the largest integer value of k?
第3题 不等式 x² − 5x + 6 < 0 的解集是什么? What is the solution set of x² − 5x + 6 < 0?
第4题 若 a, b, c 为正数且 abc = 8,则 a + b + c 的最小值是多少? If a, b, c are positive and abc = 8, find the minimum of a + b + c.
第5题 ||x − 3| − 1| ≥ 2 的解集包含多少个整数? How many integers satisfy ||x − 3| − 1| ≥ 2?
第6题 若正数 x, y 满足 2x + 3y = 12,则 xy 的最大值是多少?(结果保留分数形式,如 3/2 请输入 1.5) If positive x, y satisfy 2x + 3y = 12, find the maximum of xy.