🗺️ 知识地图
AIME 知识体系 代数进阶 📈 函数与方程 2 / 3

📈 函数与方程

Functions and Equations

函数与方程是 AIME 代数中的重要内容,涉及函数的性质、方程的解法、函数的图像与变换等多个概念。掌握这些理论,对于解决复杂的代数问题至关重要。

📖 3 章节 💡 4 道例题 🎯 难度:进阶 ⏱ 约30分钟
1
函数的性质与图像 Properties and Graphs of Functions
进阶 高频

函数的性质与图像是 AIME 中的核心概念,涉及函数的单调性、奇偶性、周期性、对称性等重要内容。

Properties and graphs of functions are core concepts in AIME, involving monotonicity, parity, periodicity, symmetry, and other important properties of functions.

📝 函数的基本性质 / Basic Properties of Functions
函数的基本性质包括:
1. 单调性:函数在定义域内的增减性
2. 奇偶性:f(-x) = f(x)(偶函数)或 f(-x) = -f(x)(奇函数)
3. 周期性:存在正数 T 使得 f(x + T) = f(x)
4. 对称性:关于直线 x = a 对称或关于点 (a, b) 对称
Basic properties of functions include monotonicity, parity, periodicity, and symmetry

函数的图像变换:

  • 平移变换:y = f(x + h) + k(水平平移 h,垂直平移 k)
  • 伸缩变换:y = a·f(b·x)(垂直伸缩 a,水平伸缩 1/b)
  • 对称变换:y = -f(x)(关于 x 轴对称),y = f(-x)(关于 y 轴对称)
  • 反射变换:y = f(|x|)(保留 y 轴右侧图像,左侧对称)
💡 提示: 函数的图像变换是解决函数问题的重要工具,需要熟练掌握各种变换的规律。

例题 1 Example 1

📝 AIME 2020 I Problem 5 难度:中等
已知函数 f(x) 满足 f(1) = 2,f(2) = 3,且 f(x + 1) = 2f(x) - f(x - 1) 对所有实数 x 成立。求 f(5) 的值。 Given function f(x) satisfies f(1) = 2, f(2) = 3, and f(x + 1) = 2f(x) - f(x - 1) for all real numbers x. Find the value of f(5).
解答:

这是一个线性递推关系,我们可以计算前几项:

f(1) = 2

f(2) = 3

f(3) = 2f(2) - f(1) = 2×3 - 2 = 4

f(4) = 2f(3) - f(2) = 2×4 - 3 = 5

f(5) = 2f(4) - f(3) = 2×5 - 4 = 6

观察规律,f(n) = n + 1,所以 f(5) = 6。

This is a linear recurrence relation. Calculating the first few terms: f(1) = 2, f(2) = 3, f(3) = 4, f(4) = 5, f(5) = 6. The pattern is f(n) = n + 1, so f(5) = 6.

💡 关键思路: 对于线性递推关系,计算前几项观察规律是一种有效的方法。
2
方程的解法 Solution of Equations
进阶 必考

方程的解法是 AIME 中的重要内容,涉及代数方程、超越方程、方程组等多种类型的方程求解。

Solution of equations is an important content in AIME, involving solving algebraic equations, transcendental equations, systems of equations, and other types of equations.

📝 方程的基本类型与解法 / Basic Types and Solutions of Equations
常见的方程类型及解法:
1. 线性方程:直接求解
2. 二次方程:配方法、公式法
3. 高次方程:因式分解、有理根定理
4. 指数/对数方程:换元法、对数性质
5. 三角方程:利用三角恒等式
Common types of equations and their solutions

方程组的解法:

  • 代入法:将一个方程代入另一个方程
  • 消元法:通过加减消去一个变量
  • 矩阵法:利用矩阵的行列式和逆矩阵
  • 对称性:利用变量的对称性
⚠️ 注意: 解方程时要注意定义域,避免引入额外的解。

例题 2 Example 2

📝 AIME 2019 I Problem 5 难度:中等
解方程 2^x + 4^x = 6。 Solve the equation 2^x + 4^x = 6.
解答:

令 t = 2^x,则 4^x = (2^x)^2 = t²,原方程变为:

t + t² = 6

整理得:t² + t - 6 = 0

因式分解:(t + 3)(t - 2) = 0

解得 t = -3 或 t = 2

由于 t = 2^x > 0,所以 t = 2,即 2^x = 2,解得 x = 1。

Let t = 2^x, then 4^x = t². The equation becomes t + t² = 6 → t² + t - 6 = 0 → (t + 3)(t - 2) = 0. Since t = 2^x > 0, t = 2 → 2^x = 2 → x = 1.

💡 关键思路: 对于指数方程,换元法是一种有效的求解方法。
3
函数的应用 Applications of Functions
困难 选考

函数的应用是 AIME 中的重要内容,涉及函数在几何、物理、经济等领域的应用,以及函数的最大值、最小值问题。

Applications of functions are an important content in AIME, involving the use of functions in geometry, physics, economics, and other fields, as well as problems of maximum and minimum values of functions.

📝 函数的极值问题 / Extrema Problems of Functions
求函数极值的方法:
1. 二次函数:顶点法
2. 三次及以上函数:导数法
3. 分式函数:判别式法
4. 三角函数:利用三角函数的有界性
5. 多元函数:拉格朗日乘数法
Methods for finding extrema of functions

函数的应用场景:

  • 几何中的最值问题
  • 物理中的运动问题
  • 经济中的优化问题
  • 组合数学中的计数问题
💡 提示: 函数的极值问题是 AIME 中的常见题型,需要熟练掌握各种求极值的方法。

例题 3 Example 3

📝 AIME 2018 II Problem 6 难度:困难
求函数 f(x) = x³ - 3x² + 2x 在区间 [0, 3] 上的最大值。 Find the maximum value of the function f(x) = x³ - 3x² + 2x on the interval [0, 3].
解答:

求导数 f'(x) = 3x² - 6x + 2

令 f'(x) = 0,解得 x = [6 ± √(36 - 24)]/6 = [6 ± √12]/6 = [6 ± 2√3]/6 = 1 ± (√3)/3

在区间 [0, 3] 内,两个临界点都存在:

x₁ = 1 - (√3)/3 ≈ 0.4226

x₂ = 1 + (√3)/3 ≈ 1.5774

计算函数在临界点和区间端点的值:

f(0) = 0

f(x₁) = (1 - (√3)/3)³ - 3(1 - (√3)/3)² + 2(1 - (√3)/3) ≈ 0.384

f(x₂) = (1 + (√3)/3)³ - 3(1 + (√3)/3)² + 2(1 + (√3)/3) ≈ -0.384

f(3) = 27 - 27 + 6 = 6

所以,函数在区间 [0, 3] 上的最大值为 6。

Find the derivative f'(x) = 3x² - 6x + 2. Set f'(x) = 0, solve for x = 1 ± (√3)/3. Evaluate f(x) at critical points and endpoints: f(0) = 0, f(1 - (√3)/3) ≈ 0.384, f(1 + (√3)/3) ≈ -0.384, f(3) = 6. The maximum value is 6.

💡 关键思路: 对于连续函数在闭区间上的极值问题,需要考虑临界点和区间端点。

综合练习

练习题 1: 已知函数 f(x) = 2x + 3,g(x) = x² - 1。求 f(g(2)) 的值。 Given functions f(x) = 2x + 3 and g(x) = x² - 1. Find the value of f(g(2)).
✅ 回答正确!
❌ 回答错误,请再试一次。
练习题 2: 解方程 log₂(x) + log₂(x - 3) = 2。 Solve the equation log₂(x) + log₂(x - 3) = 2.
✅ 回答正确!
❌ 回答错误,请再试一次。
练习题 3: 求函数 f(x) = x² - 4x + 5 在区间 [0, 3] 上的最小值。 Find the minimum value of the function f(x) = x² - 4x + 5 on the interval [0, 3].
✅ 回答正确!
❌ 回答错误,请再试一次。