📚 Inverse Functions | 反函数
Inverse functions lie at the heart of many topics in IB Mathematics, from solving equations to understanding symmetry and transformations. They allow us to ‘undo’ what a function does, providing a backward path from output to input. Whether we are working with linear models, exponentials and logarithms, or trigonometric equations, a solid command of inverse functions is essential for analysis, problem‑solving, and later calculus applications.
反函数是 IB 数学许多核心主题的基础,从解方程到理解对称与变换都离不开它。它让我们能够“撤销”一个函数的运算,实现从输出回到输入的逆转。不论我们处理的是线性模型、指数与对数,还是三角方程,扎实掌握反函数对分析、解题以及后续微积分应用都至关重要。
1. Definition of Inverse Functions | 反函数的定义
Let f be a function with domain A and range B. If there exists a function g with domain B and range A such that for every x in A we have g(f(x)) = x, and for every y in B we have f(g(y)) = y, then g is called the inverse function of f, denoted by f−1. In simple terms, f−1 ‘undoes’ the action of f: applying f and then f−1 brings you back to the starting value.
设 f 是一个定义域为 A、值域为 B 的函数。如果存在一个定义域为 B、值域为 A 的函数 g,使得对 A 中的每个 x 都有 g(f(x)) = x,并且对 B 中的每个 y 都有 f(g(y)) = y,那么 g 就称为 f 的反函数,记作 f−1。简单地说,f−1 “撤销”了 f 的作用:先作用 f 再作用 f−1,就会回到起始值。
2. Notation and Meaning | 记号与含义
The notation f−1(x) does NOT mean the reciprocal 1/f(x). This is a very common mistake. The superscript ‘−1’ is a function inverse symbol, not an exponent. For instance, if f(x) = 2x, then f−1(x) = x/2, whereas (f(x))−1 = 1/(2x). Always read f−1 as ‘f inverse’.
记号 f−1(x) 不表示倒数 1/f(x),这是一个极为常见的错误。上标“−1”是反函数的符号,而非指数。例如,若 f(x) = 2x,那么 f−1(x) = x/2,而 (f(x))−1 = 1/(2x)。请始终将 f−1 读作“f 逆”。
3. One‑to‑One Functions and the Horizontal Line Test | 单射函数与水平线检验
A function can only have an inverse if it is one‑to‑one (injective). A one‑to‑one function never takes the same value twice: if f(a) = f(b) then a = b. Graphically, a function is one‑to‑one if every horizontal line intersects its graph at most once. This is called the horizontal line test. If any horizontal line cuts the graph more than once, the function does not have an inverse unless its domain is restricted.
只有单射 (一对一的) 函数才存在反函数。单射函数从不两次取到同一个值:若 f(a) = f(b),则必有 a = b。从图形上看,如果任何一条水平线与函数图像最多只有一个交点,那么该函数就是单射的,这称为水平线检验。如果某条水平线与图像相交多于一次,则该函数不存在定义在全域上的反函数,除非我们对定义域加以限制。
- Example: f(x) = x2 with domain ℝ fails the horizontal line test because a horizontal line can intersect the parabola twice.
- 示例:f(x) = x2 在定义域 ℝ 上不能通过水平线检验,因为水平线可能与抛物线有两个交点。
4. Existence of Inverse Functions | 反函数的存在性
A function f has an inverse if and only if it is a bijection – that is, both injective (one‑to‑one) and surjective (onto). In many IB problems, when we say ‘find the inverse’, we either start with a function that is already one‑to‑one on its natural domain, or we restrict the domain to make it one‑to‑one. If a function is strictly monotonic (always increasing or always decreasing), it automatically satisfies the horizontal line test and therefore has an inverse.
函数 f 有反函数的充要条件是它为双射——即既是单射又是满射。在许多 IB 问题中,当我们说“求反函数”时,要么所给函数在其自然定义域上已经是一对一的,要么我们需要限制定义域使它成为一对一的。如果一个函数严格单调(始终递增或始终递减),它自然通过水平线检验,因此必存在反函数。
5. Steps to Find Inverse Functions | 求反函数的步骤
To find the inverse of a function f given by a formula, follow these systematic steps:
求用公式给出的函数 f 的反函数,可遵循以下系统步骤:
Step 1: Write the function as y = f(x).
Step 2: Swap x and y to obtain x = f(y).
Step 3: Solve this equation for y in terms of x; this gives y = f−1(x).
Step 4: State the domain of f−1, which is the range of f.
第 1 步:将函数写成 y = f(x)。
第 2 步:交换 x 和 y 得到 x = f(y)。
第 3 步:解出 y 关于 x 的表达式,即得 y = f−1(x)。
第 4 步:写明 f−1 的定义域,它等于 f 的值域。
Worked example: Find the inverse of f(x) = (3x − 1)/(x + 2), where x ≠ −2.
Solution: Write y = (3x − 1)/(x + 2). Swap: x = (3y − 1)/(y + 2). Solve: x(y + 2) = 3y − 1 → xy + 2x = 3y − 1 → xy − 3y = −2x − 1 → y(x − 3) = −(2x + 1) → y = (2x + 1)/(3 − x). Hence f−1(x) = (2x + 1)/(3 − x), with domain x ≠ 3.
例题:求 f(x) = (3x − 1)/(x + 2) 的反函数,其中 x ≠ −2。
解答:记 y = (3x − 1)/(x + 2)。交换得 x = (3y − 1)/(y + 2)。解:x(y + 2) = 3y − 1 → xy + 2x = 3y − 1 → xy − 3y = −2x − 1 → y(x − 3) = −(2x + 1) → y = (2x + 1)/(3 − x)。因此 f−1(x) = (2x + 1)/(3 − x),定义域 x ≠ 3。
6. Domain and Range of Inverse Functions | 反函数的定义域与值域
A crucial property is that the domain of f−1 is exactly the range of f, and the range of f−1 is the domain of f. This switching of domain and range is a reflection of the swapping of x and y in the algebraic method. It is extremely helpful when determining the possible inputs and outputs of the inverse function without fully graphing it.
一个关键性质是:f−1 的定义域恰好是 f 的值域,而 f−1 的值域则是 f 的定义域。定义域和值域的这种互换正是代数方法中交换 x 与 y 的体现。在无需完整画图的情况下,这一性质对确定反函数的可能输入和输出极有帮助。
| Function | Domain | Range |
| f(x) = √(x − 1) | x ≥ 1 | y ≥ 0 |
| f−1(x) = x2 + 1 | x ≥ 0 | y ≥ 1 |
7. Graphical Symmetry | 图像对称性
The graphs of a function f and its inverse f−1 are reflections of each other across the line y = x. This is because the point (a, b) on the graph of f corresponds to the point (b, a) on the graph of f−1. This symmetry provides a powerful visual check: if you plot both functions, they should mirror perfectly over the line y = x. It also explains why the domain–range swap occurs naturally.
函数 f 与其反函数 f−1 的图像关于直线 y = x 对称。这是因为 f 图像上的点 (a, b) 对应于 f−1 图像上的点 (b, a)。这种对称性提供了一个强大的视觉检验:如果画出两个函数,它们应当关于 y = x 完美镜像。这也解释了定义域—值域的互换何以自然发生。
8. Verifying Inverse Functions via Composition | 通过复合验证反函数
The defining property of inverse functions can be written as two composition identities:
f−1(f(x)) = x for all x in the domain of f
f(f−1(x)) = x for all x in the domain of f−1
If both compositions simplify to x (on the appropriate domains), then f and g are true inverses. This composite test is often used in exam questions to confirm that two functions are indeed inverses of each other.
反函数的定义性质可以写成以下两个复合恒等式:
f−1(f(x)) = x (对所有 x ∈ f 的定义域)
f(f−1(x)) = x (对所有 x ∈ f−1 的定义域)
若两个复合都在合适的定义域上化简为 x,那么 f 与 g 就是真正的互逆函数。这一复合检验常出现在试题中,用以确认两个函数的确互为反函数。
Example: For f(x) = 2x + 3 and f−1(x) = (x − 3)/2, we have f−1(f(x)) = ((2x + 3) − 3)/2 = x, and f(f−1(x)) = 2((x − 3)/2) + 3 = x.
示例:对于 f(x) = 2x + 3 和 f−1(x) = (x − 3)/2,有 f−1(f(x)) = ((2x + 3) − 3)/2 = x,以及 f(f−1(x)) = 2((x − 3)/2) + 3 = x。
9. Restricting the Domain to Obtain an Inverse | 限制定义域以获得反函数
When a function is not one‑to‑one on its entire natural domain, we can often restrict the domain so that the resulting part of the graph becomes one‑to‑one and passes the horizontal line test. A classic example is f(x) = x2. On the domain x ≥ 0 the function is one‑to‑one and its inverse is f−1(x) = √x. On the domain x ≤ 0 the inverse would be f−1(x) = −√x. Choosing an appropriate restricted domain is essential for defining inverse trigonometric functions as well.
当一个函数在其整个自然定义域上不是单射的时候,我们常常可以通过限制定义域使得图像的一部分成为一对一的,从而通过水平线检验。一个经典例子是 f(x) = x2。在定义域 x ≥ 0 上该函数是一对一的,其反函数为 f−1(x) = √x。而在定义域 x ≤ 0 上,反函数则为 f−1(x) = −√x。合理选择限制定义域对定义反三角函数同样至关重要。
10. Self‑Inverse Functions | 自反函数
A function is called self‑inverse if it satisfies f−1(x) = f(x), meaning f(f(x)) = x for all x in its domain. The graph of a self‑inverse function is symmetric about the line y = x, and it is its own reflection. Simple examples include f(x) = x, f(x) = −x, and f(x) = 1/x (x ≠ 0). Recognizing self‑inverse functions can save time in algebraic manipulations and is a neat category within inverse function theory.
如果一个函数满足 f−1(x) = f(x),即对定义域内所有 x 都有 f(f(x)) = x,则称该函数为自反函数。自反函数的图像关于直线 y = x 对称,且它自身就与自己的反函数重合。简单实例包括 f(x) = x、f(x) = −x 以及 f(x) = 1/x (x ≠ 0)。识别自反函数可以节省代数运算的时间,是反函数理论中简洁有趣的一个特类。
11. Derivatives of Inverse Functions | 反函数的导数
For IB HL students, the derivative of an inverse function can be found without explicitly finding the inverse formula. If f is differentiable and f'(f−1(a)) ≠ 0, then the derivative of f−1 at a is given by:
(f−1)'(a) = 1 / f'(f−1(a))
This relationship follows from differentiating both sides of f(f−1(x)) = x using the chain rule. It is particularly useful when the inverse function is hard to express in closed form. For instance, given f(x) = x3 + x, it is tricky to write f−1 explicitly, but we can still compute (f−1)'(2) using f(1)=2 and f'(x)=3x2+1, giving (f−1)'(2) = 1/(3(1)2+1) = 1/4.
对于 IB 高水平 (HL) 学生,无需显式求出反函数公式即可计算反函数的导数。如果 f 可导且 f'(f−1(a)) ≠ 0,则 f−1 在 a 处的导数为:
(f−1)'(a) = 1 / f'(f−1(a))
这一关系式是对 f(f−1(x)) = x 两边用链式法则求导得到的。当反函数难以显式表达时该关系尤其有用。例如,设 f(x) = x3 + x,写不出 f−1 的显式,但利用 f(1)=2 和 f'(x)=3x2+1 仍可算出 (f−1)'(2) = 1/(3(1)2+1) = 1/4。
12. Common Pitfalls and Exam Tips | 常见错误与应试提示
Students often forget to swap domain and range when writing the final answer for an inverse function. Another frequent error is to treat f−1(x) as 1/f(x) in derivative problems. Also, when using the horizontal line test, it is easy to forget that a function drawn with a restricted domain may indeed be one‑to‑one, so always check the given domain. In composition verification, remember to test both orders unless the domain–range relationship guarantees reversibility. Finally, always state the domain of the inverse function explicitly, as marks are often allocated for this step in IB exams.
学生常在写出反函数最终答案时忘记将定义域与值域互换。另一个常见错误是在导数问题中将 f−1(x) 当作 1/f(x) 来处理。此外,在使用水平线检验时,容易忘记一个附带限制定义域的函数可能确实是一对一的,因此务必要检视所给的定义域。在复合验证时,除非定义域—值域的关系能保证可逆性,否则两个顺序的复合都要检验。最后,始终要显式写出反函数的定义域,因为 IB 考试通常会为这一步骤配给分数。
Published by TutorHao | IB Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply