2.7.6 Inverse Functions and Transformations¶
Recognizing that inverse functions represent reflections across y=x and applying transformations to inverse relationships.
定义¶
An inverse function, denoted as \(f^{-1}(x)\), is a function that reverses the operation of the original function \(f(x)\). Specifically, if \(f(a) = b\), then \(f^{-1}(b) = a\). Geometrically, the graph of an inverse function is the reflection of the original function's graph across the line \(y = x\). For a function to have an inverse, it must be one-to-one (injective) and onto (surjective), meaning it must pass the horizontal line test. When transformations are applied to a function, the corresponding transformations on its inverse function follow specific rules: if \(g(x) = f(x - h) + k\), then \(g^{-1}(x) = f^{-1}(x - k) + h\). This relationship preserves the reflection property across \(y = x\) while accounting for the shifts in both the domain and range.
核心公式¶
- \(f(f^{-1}(x)) = x \text{ and } f^{-1}(f(x)) = x\)
- \(\text{If } (a, b) \text{ is on the graph of } f, \text{ then } (b, a) \text{ is on the graph of } f^{-1}\)
- \(\text{Domain of } f^{-1} = \text{Range of } f \text{ and Range of } f^{-1} = \text{Domain of } f\)
- \((f^{-1})'(x) = \frac{1}{f'(f^{-1}(x))}\)
- \(\text{If } g(x) = f(x - h) + k, \text{ then } g^{-1}(x) = f^{-1}(x - k) + h\)
易错点¶
- ⚠️ Confusing \(f^{-1}(x)\) with \(\frac{1}{f(x)}\): Students often mistakenly interpret the inverse notation as a reciprocal rather than the inverse function that undoes the original operation.
- ⚠️ Forgetting to swap domain and range: When finding an inverse function, students may fail to recognize that the domain of \(f^{-1}\) equals the range of \(f\), leading to incorrect domain restrictions.
- ⚠️ Incorrectly applying transformations to inverse functions: When a function is transformed (e.g., \(g(x) = f(x-h) + k\)), students often apply the same transformation directly to the inverse without reversing the order of operations, resulting in \(g^{-1}(x) = f^{-1}(x-h) + k\) instead of the correct \(g^{-1}(x) = f^{-1}(x-k) + h\).
- ⚠️ Assuming all functions have inverses: Students may not check the one-to-one requirement (horizontal line test) before claiming a function has an inverse, or they may forget to restrict the domain of functions like \(f(x) = x^2\) to make them invertible.