Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
A function is invertible if and only if it is a bijection, meaning it is both one-to-one (injective) and onto (surjective). Visually, this ensures that every output has exactly one corresponding input, and every possible output in set is mapped to.
The one-to-one property (Injectivity) requires that implies . Geometrically, this is verified by the Horizontal Line Test: any horizontal line drawn through the graph of the function must intersect the curve at most once.
The onto property (Surjectivity) requires that for every , there exists an such that . Visually, this means the range of the function covers the entire codomain; if you project the graph onto the y-axis, there should be no gaps within the specified codomain.
The domain and range relationship is inverted: the domain of becomes the range of , and the range of becomes the domain of . If the point lies on the graph of , then the point must lie on the graph of .
Geometrically, the graph of an inverse function is the reflection of the original function about the identity line . Imagine the line acting as a mirror; the shapes of the two functions will be symmetric across this diagonal axis.
The composition of a function and its inverse yields the identity function. Specifically, for all in the domain of , and for all in the domain of . This is the mathematical 'undoing' of the original operation.
Monotonicity and Invertibility: A continuous function is invertible if it is strictly monotonic (either strictly increasing or strictly decreasing) on its entire domain. Visually, a strictly increasing graph always moves upward from left to right, preventing any horizontal line from crossing it twice.
📐Formulae
(The Reversal Law)
💡Examples
Problem 1:
Let be defined by . Find .
Solution:
Step 1: Set . Hence, . \nStep 2: Solve for in terms of . \nMultiply both sides by : \n \n \nStep 3: Collect all terms involving on one side: \n \n \nStep 4: Isolate : \n \nStep 5: Replace with : \n \nReplacing with , we get: \n.
Explanation:
To find the inverse, we express the independent variable as a function of the dependent variable . This algebraic manipulation swaps the roles of input and output.
Problem 2:
Show that the function defined by is invertible and find its inverse.
Solution:
Step 1: Prove is one-to-one (Injective). \nLet . \n. Thus, is injective. \nStep 2: Prove is onto (Surjective). \nLet . We seek such that . \n. Since is any real number, is also a real number. Thus, is surjective. \nStep 3: Since is a bijection, exists. \nFrom Step 2, . \nTherefore, .
Explanation:
A function is invertible only if it is a bijection. We first verify injectivity (one-to-one) and surjectivity (onto) before calculating the inverse expression by solving for .