1.1 标准形式与求根公式 Standard Form and the Quadratic Formula
一元二次方程的标准形式为:
求根公式可以直接给出方程的解:
Factor first when possible. Use the quadratic formula as a last resort — it always works but takes more computation.
1.2 判别式 The Discriminant
判别式 Δ = b² − 4ac 决定了方程根的个数和性质:
| Δ 的值 | 根的情况 | Roots |
|---|---|---|
| Δ > 0 | 两个不相等的实数根 | Two distinct real roots |
| Δ = 0 | 两个相等的实数根(重根) | One repeated real root |
| Δ < 0 | 无实数根 | No real roots |
1.3 韦达定理 Vieta's Formulas
若一元二次方程 ax² + bx + c = 0 的两个根为 x₁ 和 x₂,则:
常用推论:
- x₁² + x₂² = (x₁ + x₂)² − 2x₁x₂
- (x₁ − x₂)² = (x₁ + x₂)² − 4x₁x₂
- x₁³ + x₂³ = (x₁ + x₂)³ − 3x₁x₂(x₁ + x₂)
2.1 绝对值方程 Absolute Value Equations
分段讨论法:含多个绝对值的方程,找到每个绝对值表达式的零点,将数轴分段讨论。
For equations with multiple absolute values, find the zero of each expression and discuss case by case on intervals.
2.2 绝对值不等式 Absolute Value Inequalities
| 不等式 | 等价形式 | Equivalent |
|---|---|---|
| |x| < a (a > 0) | −a < x < a | x is between −a and a |
| |x| > a (a > 0) | x < −a 或 x > a | x is outside [−a, a] |
| |x| ≤ a | −a ≤ x ≤ a | x ∈ [−a, a] |
| |x| ≥ a | x ≤ −a 或 x ≥ a | x ∈ (−∞, −a] ∪ [a, ∞) |
"Less than" → intersection (between). "Greater than" → union (outside). This is the most common mistake!
3.1 定义域与值域 Domain and Range
定义域是使函数有意义的所有输入值。
The domain is the set of all valid input values.
- 分式函数:分母 ≠ 0
- 偶次根式:被开方数 ≥ 0
- 对数函数:真数 > 0
值域是函数所有可能的输出值集合。
The range is the set of all possible output values.
3.2 二次函数图像 Graphing Quadratic Functions
顶点坐标公式(一般式 y = ax² + bx + c):
与 x 轴交点:令 y = 0,解 ax² + bx + c = 0(即求根)。
3.3 函数变换 Function Transformations
对于函数 y = f(x),以下变换规则必须掌握:
| 变换 | 效果 | Effect |
|---|---|---|
| f(x) + k | 图像上移 k 个单位 | Shift up by k |
| f(x) − k | 图像下移 k 个单位 | Shift down by k |
| f(x + h) | 图像左移 h 个单位 | Shift left by h |
| f(x − h) | 图像右移 h 个单位 | Shift right by h |
| −f(x) | 关于 x 轴对称 | Reflect over x-axis |
| f(−x) | 关于 y 轴对称 | Reflect over y-axis |
| af(x) (a>1) | 纵向拉伸 a 倍 | Vertical stretch by a |
| f(ax) (a>1) | 横向压缩为 1/a | Horizontal compression by 1/a |
4.1 基本解法 Basic Methods
代入消元法:从一个方程中解出一个变量,代入另一个方程。
Substitution: Solve for one variable in one equation, then substitute into the other.
加减消元法:通过将方程乘以适当常数,使某一变量系数相同或相反,然后加减消去。
Elimination: Multiply equations so that one variable has the same (or opposite) coefficient, then add/subtract.
4.2 AMC 10 中的特殊技巧 Special Techniques for AMC 10
对称方程组:若方程组中 x 和 y 的地位对称,可设 S = x+y,P = xy,用韦达定理转化为求 S 和 P。
整体代换:不求单个变量,直接求所需的表达式。比如求 x+y 时,将方程相加即可。
含参方程组:参数方程组通常需要讨论参数取不同值时方程组解的情况(唯一解、无穷解、无解)。
若一元二次方程 x² − 5x + 6 = 0 的两根为 x₁ 和 x₂,求 x₁² + x₂² 的值。 If the roots of x² − 5x + 6 = 0 are x₁ and x₂, find x₁² + x₂².
x₁² + x₂² = (x₁ + x₂)² − 2x₁x₂ = 25 − 12 = 13。
By Vieta's: x₁ + x₂ = 5, x₁x₂ = 6. So x₁² + x₂² = 5² − 2(6) = 25 − 12 = 13.
若 |2x − 3| = 7,则 x 的所有可能值之和是多少? If |2x − 3| = 7, what is the sum of all possible values of x?
情况二:2x − 3 = −7,x = −2
所有值之和 = 5 + (−2) = 3。
Case 1: 2x − 3 = 7 → x = 5. Case 2: 2x − 3 = −7 → x = −2. Sum = 5 + (−2) = 3.
已知 x₁ + x₂ = 7,x₁ · x₂ = 10,求 |x₁ − x₂| 的值。 If x₁ + x₂ = 7 and x₁ · x₂ = 10, find |x₁ − x₂|.
|x₁ − x₂| = √9 = 3。
(x₁ − x₂)² = (x₁ + x₂)² − 4x₁x₂ = 49 − 40 = 9. So |x₁ − x₂| = √9 = 3.
二次函数 y = x² − 4x + 3 的图像与 x 轴的交点坐标是什么? What are the x-intercepts of the graph of y = x² − 4x + 3?
因式分解:(x − 1)(x − 3) = 0
x = 1 或 x = 3
所以交点为 (1, 0) 和 (3, 0)。
Set y = 0 and factor: (x−1)(x−3) = 0, so x = 1 or x = 3. Intercepts: (1, 0) and (3, 0).
若 f(x) = 2x + 1,则 f(f(f(1))) 的值是多少? If f(x) = 2x + 1, what is f(f(f(1)))?
f(f(1)) = f(3) = 2(3) + 1 = 7
f(f(f(1))) = f(7) = 2(7) + 1 = 15
f(1) = 3, f(3) = 7, f(7) = 15. So f(f(f(1))) = 15.
第1题 方程 x² − 8x + 15 = 0 的两根之差的绝对值是多少? What is |x₁ − x₂| for the equation x² − 8x + 15 = 0?
第2题 若 |x − 4| = 3,则 x 的所有可能值之积是多少? If |x − 4| = 3, what is the product of all possible values of x?
第3题 若 x₁ + x₂ = 10 且 x₁ · x₂ = 21,求 x₁³ + x₂³ 的值。 If x₁ + x₂ = 10 and x₁ · x₂ = 21, find x₁³ + x₂³.
第4题 二次函数 y = 2x² − 12x + 10 的顶点纵坐标是多少? What is the y-coordinate of the vertex of y = 2x² − 12x + 10?
第5题 不等式 |3x − 1| < 5 的整数解有多少个? How many integer solutions does |3x − 1| < 5 have?
第6题 将函数 f(x) = x² 的图像向右平移 3 个单位,再向上平移 2 个单位,得到的函数是? Shift the graph of f(x) = x² right by 3 and up by 2. What is the new function?
第7题 若 x + 1/x = 4,求 x² + 1/x² 的值。 If x + 1/x = 4, find x² + 1/x².
第8题 方程组 {x + y = 5, xy = 6} 的解中,x 和 y 的较大值的平方是多少? In the system {x+y=5, xy=6}, what is the square of the larger value?