Restrictions on the Value of Functions — AQA A-Level Mathematics
函数值的限制条件 — AQA A-Level 数学
In A-Level Mathematics, understanding the restrictions on the value a function can take is fundamental to mastering domains, ranges, inverse functions, and rational expressions. This article provides a comprehensive overview of the key concepts, techniques, and common pitfalls students encounter when working with function restrictions under the AQA specification.
在 A-Level 数学中,理解函数取值所受的限制是掌握定义域、值域、反函数和有理表达式的基础。本文将全面介绍 AQA 考纲下学生在处理函数限制条件时需要掌握的核心概念、技巧和常见陷阱。
1. Domain Restrictions — When a Function Cannot Accept Certain Inputs
1. 定义域限制 — 函数何时不能接受某些输入
The domain of a function is the set of all possible input values (x-values) for which the function is defined. Several scenarios create domain restrictions:
定义域是函数有定义的所有可能输入值(x值)的集合。以下几种情况会产生定义域限制:
a) Division by Zero: For any rational function of the form f(x) = p(x)/q(x), the denominator q(x) must not equal zero. For example, f(x) = 1/(x − 3) has domain x ∈ ℝ, x ≠ 3. More complex rational functions, such as f(x) = (x + 2)/(x² − 4), require factoring: x² − 4 = (x − 2)(x + 2), so the domain is x ∈ ℝ, x ≠ 2, x ≠ −2. Note that even though the numerator shares a factor (x + 2), the function is still undefined at x = −2 unless the discontinuity is explicitly removed.
a) 除以零:对于任何形如 f(x) = p(x)/q(x) 的有理函数,分母 q(x) 不能为零。例如,f(x) = 1/(x − 3) 的定义域为 x ∈ ℝ, x ≠ 3。更复杂的有理函数如 f(x) = (x + 2)/(x² − 4),需要因式分解:x² − 4 = (x − 2)(x + 2),因此定义域为 x ∈ ℝ, x ≠ 2, x ≠ −2。请注意,即使分子共享因式 (x + 2),函数在 x = −2 处仍然无定义,除非明确消除该不连续点。
b) Square Roots (Even Roots): For f(x) = √(g(x)), the expression under the square root must be non-negative: g(x) ≥ 0. For instance, f(x) = √(2x − 6) requires 2x − 6 ≥ 0, giving x ≥ 3. Composite functions like f(x) = √(x² − 4x + 3) require factoring to (x − 1)(x − 3) ≥ 0, yielding x ≤ 1 or x ≥ 3.
b) 平方根(偶次根号):对于 f(x) = √(g(x)),根号下的表达式必须非负:g(x) ≥ 0。例如,f(x) = √(2x − 6) 要求 2x − 6 ≥ 0,得到 x ≥ 3。复合函数如 f(x) = √(x² − 4x + 3) 需要因式分解为 (x − 1)(x − 3) ≥ 0,得到 x ≤ 1 或 x ≥ 3。
c) Logarithms: For f(x) = ln(g(x)) or f(x) = logₐ(g(x)), the argument must be strictly positive: g(x) > 0. Example: f(x) = ln(5 − 2x) requires 5 − 2x > 0, so x < 2.5. AQA exam questions frequently combine logarithms with rational functions, such as f(x) = ln((x + 1)/(x − 2)), requiring (x + 1)/(x − 2) > 0 — solved via sign analysis, giving x < −1 or x > 2.
c) 对数函数:对于 f(x) = ln(g(x)) 或 f(x) = logₐ(g(x)),参数必须严格为正:g(x) > 0。例如,f(x) = ln(5 − 2x) 要求 5 − 2x > 0,所以 x < 2.5。AQA 考题经常将对数与有理函数结合,如 f(x) = ln((x + 1)/(x − 2)),要求 (x + 1)/(x − 2) > 0 — 通过符号分析求解,得到 x < −1 或 x > 2。
2. Range Restrictions — The Set of Possible Output Values
2. 值域限制 — 可能的输出值集合
The range of a function is the set of all possible output values (y-values) the function can produce. Determining the range often requires analysing the function’s behaviour across its entire domain:
值域是函数可以产生的所有可能输出值(y值)的集合。确定值域通常需要分析函数在其整个定义域上的行为:
a) Quadratic Functions: For f(x) = ax² + bx + c with a > 0, the range is [f(−b/2a), ∞). With a < 0, the range is (−∞, f(−b/2a)]. The vertex at x = −b/2a provides the minimum (or maximum) value. For example, f(x) = 2x² − 8x + 5 has vertex at x = 2, f(2) = −3, so the range is [−3, ∞).
a) 二次函数:对于 f(x) = ax² + bx + c,当 a > 0 时值域为 [f(−b/2a), ∞);当 a < 0 时值域为 (−∞, f(−b/2a)]。顶点 x = −b/2a 提供了最小(或最大)值。例如,f(x) = 2x² − 8x + 5 的顶点在 x = 2,f(2) = −3,因此值域为 [−3, ∞)。
b) Rational Functions: The range of f(x) = (ax + b)/(cx + d) can be found by solving y = (ax + b)/(cx + d) for x and determining where the expression is defined. This yields x = (dy − b)/(a − cy), which is undefined when a − cy = 0, i.e., y = a/c. Thus the range is y ∈ ℝ, y ≠ a/c. This horizontal asymptote represents a value the function approaches but never attains.
b) 有理函数:f(x) = (ax + b)/(cx + d) 的值域可以通过解 y = (ax + b)/(cx + d) 得到 x 的表达式,并确定该表达式有定义的位置来求得。得到 x = (dy − b)/(a − cy),当 a − cy = 0 即 y = a/c 时该表达式无定义。因此值域为 y ∈ ℝ, y ≠ a/c。这条水平渐近线表示函数趋近但永远达不到的值。
c) Trigonometric Functions: Restricted domains are essential for defining inverse trigonometric functions. For y = sin(x), restricting the domain to [−π/2, π/2] gives a one-to-one function with range [−1, 1], allowing arcsin(x) to be defined with domain [−1, 1] and range [−π/2, π/2]. Similarly, arccos(x) requires domain [−1, 1] with range [0, π], and arctan(x) has domain ℝ with range (−π/2, π/2).
c) 三角函数:限制定义域对于定义反三角函数至关重要。对于 y = sin(x),将定义域限制在 [−π/2, π/2] 上可得到一个一一对应的函数,其值域为 [−1, 1],从而使 arcsin(x) 的定义域为 [−1, 1],值域为 [−π/2, π/2]。同样,arccos(x) 需要定义域 [−1, 1] 和值域 [0, π],而 arctan(x) 的定义域为 ℝ,值域为 (−π/2, π/2)。
3. Inverse Functions and Domain/Range Interchange
3. 反函数与定义域/值域的互换
A function must be one-to-one (injective) to possess an inverse. When f is not naturally one-to-one, we restrict its domain to create an injective restriction. The crucial relationship is:
函数必须是一一对应(单射)才能拥有反函数。当 f 不是自然一一对应时,我们需要限制其定义域来创建一个单射的限制。关键关系是:
Domain of f⁻¹ = Range of f
Range of f⁻¹ = Domain of f
For example, consider f(x) = x² − 4x + 3. This parabola is not one-to-one over ℝ. By restricting the domain to x ≥ 2 (the right branch), f becomes injective. Completing the square: f(x) = (x − 2)² − 1. The restricted function has domain [2, ∞), range [−1, ∞). Its inverse is f⁻¹(x) = 2 + √(x + 1), with domain [−1, ∞) and range [2, ∞). Verify: f(f⁻¹(x)) = f(2 + √(x + 1)) = (√(x + 1))² − 1 = x, for all x ≥ −1.
例如,考虑 f(x) = x² − 4x + 3。这条抛物线在 ℝ 上不是一一对应的。通过将定义域限制在 x ≥ 2(右分支),f 变为单射函数。配方:f(x) = (x − 2)² − 1。限制后的函数定义域为 [2, ∞),值域为 [−1, ∞)。其反函数为 f⁻¹(x) = 2 + √(x + 1),定义域为 [−1, ∞),值域为 [2, ∞)。验证:f(f⁻¹(x)) = f(2 + √(x + 1)) = (√(x + 1))² − 1 = x,对所有 x ≥ −1 成立。
4. Common AQA Exam Scenarios
4. AQA 考试常见题型
Scenario 1 — Composite Functions: For fg(x) to be defined, x must be in the domain of g, AND g(x) must be in the domain of f. Given f(x) = √(x − 1) and g(x) = 2x + 3, we need g(x) ≥ 1, so 2x + 3 ≥ 1, giving x ≥ −1. Thus the domain of fg is [−1, ∞).
场景 1 — 复合函数:fg(x) 要有定义,x 必须在 g 的定义域内,且 g(x) 必须在 f 的定义域内。给定 f(x) = √(x − 1) 和 g(x) = 2x + 3,我们需要 g(x) ≥ 1,因此 2x + 3 ≥ 1,得到 x ≥ −1。所以 fg 的定义域为 [−1, ∞)。
Scenario 2 — Modulus Functions: f(x) = |x − 3| + |x + 1|. To find the range, consider the critical points at x = −1 and x = 3. For x < −1: f(x) = −(x − 3) − (x + 1) = −2x + 2, which decreases without bound. For −1 ≤ x < 3: f(x) = −(x − 3) + (x + 1) = 4. For x ≥ 3: f(x) = (x − 3) + (x + 1) = 2x − 2, which increases without bound. Thus the range is [4, ∞). This piecewise analysis is a classic AQA technique.
场景 2 — 绝对值函数:f(x) = |x − 3| + |x + 1|。为求值域,考虑临界点 x = −1 和 x = 3。当 x < −1 时:f(x) = −(x − 3) − (x + 1) = −2x + 2,无限递减。当 −1 ≤ x < 3 时:f(x) = −(x − 3) + (x + 1) = 4。当 x ≥ 3 时:f(x) = (x − 3) + (x + 1) = 2x − 2,无限递增。因此值域为 [4, ∞)。这种分段分析是 AQA 的经典技巧。
Scenario 3 — Parametric Restrictions: A curve is defined by x = t² − 1, y = 2t + 3. The restriction on x comes from t² ≥ 0, giving x ≥ −1. The restriction on y comes from t ∈ ℝ, giving y ∈ ℝ. To find the Cartesian equation: t = (y − 3)/2, so x = ((y − 3)/2)² − 1 = (y² − 6y + 9)/4 − 1 = (y² − 6y + 5)/4. The domain restriction x ≥ −1 carries over to this Cartesian form.
场景 3 — 参数限制:曲线由 x = t² − 1, y = 2t + 3 定义。x 的限制来自 t² ≥ 0,得到 x ≥ −1。y 的限制来自 t ∈ ℝ,得到 y ∈ ℝ。求笛卡尔方程:t = (y − 3)/2,因此 x = ((y − 3)/2)² − 1 = (y² − 6y + 9)/4 − 1 = (y² − 6y + 5)/4。定义域限制 x ≥ −1 会传递到这个笛卡尔形式中。
5. Key Takeaways for AQA Examinations
5. AQA 考试关键要点
- Always state domain restrictions explicitly using set notation: {x ∈ ℝ : x ≠ a} or interval notation: (−∞, a) ∪ (a, ∞).
- When finding the range of a rational function, solve y = f(x) for x and identify which y-values make the expression undefined.
- For composite functions, check both the “inner” domain restriction (from g) and the “outer” restriction (from f applied to g(x)).
- Inverse trigonometric functions ALWAYS come with explicit domain and range restrictions — memorise these: arcsin, arccos, arctan.
- When a function includes multiple restrictive elements, solve each restriction separately and take the intersection of all valid intervals.
- 始终使用集合符号明确说明定义域限制:{x ∈ ℝ : x ≠ a} 或区间符号:(−∞, a) ∪ (a, ∞)。
- 求有理函数的值域时,解 y = f(x) 得到 x 的表达式,识别哪些 y 值使该表达式无定义。
- 对于复合函数,同时检查”内部”定义域限制(来自 g)和”外部”限制(f 应用于 g(x))。
- 反三角函数总是附带明确的定义域和值域限制 — 牢记这些:arcsin、arccos、arctan。
- 当函数包含多个限制性元素(平方根、分母、对数)时,分别求解每个限制条件,并取所有有效区间的交集。
Mastering function restrictions is not merely about solving inequalities — it is about developing a deep understanding of how functions behave and where they break down. This conceptual fluency is what distinguishes top-performing A-Level candidates under the AQA specification.
掌握函数限制条件不仅仅是解不等式 — 更是深入理解函数的行为方式及其失效边界。这种概念上的流畅性正是 AQA 考纲下顶尖 A-Level 考生的标志。
更多咨询请联系 16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply