3.1 Function Concepts, Domain, Range & Inverses
Key Takeaways
- A relation $f: X \to Y$ is a function if and only if every element $x \in X$ is mapped to exactly one output $y \in Y$, verified graphically by the Vertical Line Test.
- The natural domain in real analysis excludes values causing division by zero, negative radicands under even-index radicals, and non-positive arguments inside logarithms.
- A function is invertible if and only if it is bijective (both injective and surjective); on real intervals, injectivity is established when the graph satisfies the Horizontal Line Test.
- To construct the inverse function $f^{-1}(x)$, swap variables in $y = f(x)$ to $x = f(y)$ and solve for $y$, with the fundamental domain-range transposition: $\text{Dom}(f^{-1}) = \text{Ran}(f)$ and $\text{Ran}(f^{-1}) = \text{Dom}(f)$.
- The Cartesian graph of $y = f^{-1}(x)$ is the exact reflection of $y = f(x)$ across the line of identity $y = x$, meaning that each point $(a, b)$ on $f$ corresponds to $(b, a)$ on $f^{-1}$.
3.1 Function Concepts, Domain, Range & Inverses
On the Bocconi Admission Test, functions form the algebraic architecture underlying higher-level calculus, optimization, and economic modeling. A solid grasp of function definitions, operational restrictions, and invertibility conditions enables candidates to solve multi-step problems in under 90 seconds without a calculator.
1. Mathematical Definition of a Function
A binary relation $R$ between two sets $X$ and $Y$ is a subset of their Cartesian product: $R \subseteq X \times Y$. A relation is classified as a function $f: X \to Y$ if and only if it satisfies the strict condition of deterministic single-valued mapping:
Here, $X$ is the domain (input set), $Y$ is the codomain (target set), and the unique element $y \in Y$ associated with $x$ is the image of $x$ under $f$.
The Vertical Line Test (VLT)
In Cartesian coordinates, a geometric curve represents $y$ as a function of $x$ if and only if every vertical line $x = c$ (for $c \in X$) intersects the curve at most once.
- A circle $x^2 + y^2 = r^2$ fails the VLT because vertical lines with $-r < x < r$ intersect the curve twice ($y = \pm \sqrt{r^2 - x^2}$); hence, it is a relation, not a function.
- Isolating the positive square root $y = +\sqrt{r^2 - x^2}$ yields a legitimate function representing the upper semicircle.
2. Determining Natural Domains
When a function formula $y = f(x)$ is specified without an explicit domain, candidates must determine its natural domain (or maximal domain): the largest subset of $\mathbb{R}$ for which the algebraic expression evaluates to a real number. In the Bocconi syllabus, domain restrictions arise from three non-negotiable algebraic operations:
| Algebraic Form | Restriction Condition | Mathematical Justification |
|---|---|---|
| Rational Fraction $\frac{P(x)}{Q(x)}$ | $Q(x) \neq 0$ | Division by zero is undefined in $\mathbb{R}$. |
| Even-Index Radical $\sqrt[2k]{g(x)}$ | $g(x) \ge 0$ | Even roots of negative numbers are non-real (complex). |
| Odd-Index Radical $\sqrt[2k+1]{g(x)}$ | No radical restriction | Odd roots of negative numbers are real: $\sqrt[3]{-8} = -2$. |
| Logarithmic Expression $\log_b(g(x))$ | $g(x) > 0$ and $b > 0, b \neq 1$ | Powers of positive bases are strictly positive. |
Compound Domain Example
Determine the natural domain of the compound function:
To find the admissible domain $\mathcal{D}$, we establish the system of simultaneous inequalities:
- Even radical condition: $16 - x^2 \ge 0 \iff x^2 \le 16 \iff -4 \le x \le 4$.
- Logarithm argument condition: $x + 1 > 0 \iff x > -1$.
- Denominator non-zero conditions:
- $\ln(x + 1) \neq 0 \iff x + 1 \neq e^0 = 1 \iff x \neq 0$.
- $x - 3 \neq 0 \iff x \neq 3$.
Intersecting these sets on the real number line:
3. Codomain vs. Range (Image)
The codomain $Y$ is the formal set into which all outputs must fall (typically $\mathbb{R}$ unless restricted). The range (or image set) $\text{Ran}(f)$ is the set of values actually attained by $f$:
Finding the Range Algebraically
To find the range of a function $y = f(x)$, solve the equation for $x$ in terms of $y$, and determine the values of $y$ that produce valid $x \in \text{Dom}(f)$.
Example: Find the range of the homographic function $f(x) = \frac{2x - 5}{x + 3}$ defined on $\mathbb{R} \setminus {-3}$. Set $y = \frac{2x - 5}{x + 3}$ and isolate $x$:
The expression for $x$ is well-defined for all $y \in \mathbb{R}$ except where the denominator vanishes: $y - 2 = 0 \iff y = 2$. Furthermore, substituting $x = -3$ yields $-3(y - 2) = -3y - 5 \implies -3y + 6 = -3y - 5 \implies 6 = -5$ (impossible). Hence, the range is:
4. Mapping Classifications: Injective, Surjective & Bijective
Understanding structural mappings is essential for determining whether an inverse function exists:
-
Injective (One-to-One): A function $f: X \to Y$ is injective if distinct domain elements map to distinct images: Geometric Test (Horizontal Line Test - HLT): Every horizontal line $y = k$ intersects the graph of an injective function at most once. Any function that is strictly increasing or strictly decreasing across an interval is guaranteed to be injective on that interval.
-
Surjective (Onto): A function $f: X \to Y$ is surjective if every element of the codomain is mapped to by at least one element of the domain: Geometric Test: Every horizontal line $y = k$ (for $k \in Y$) intersects the graph at least once.
-
Bijective (One-to-One Correspondence): A function is bijective if and only if it is both injective and surjective. Every horizontal line $y = k$ intersects the graph exactly once. Bijectivity is the necessary and sufficient condition for invertibility.
5. The Inverse Function $f^{-1}(x)$
If $f: X \to Y$ is bijective, there exists a unique inverse function $f^{-1}: Y \to X$ defined such that:
The Fundamental Swap of Domain and Range
Because $f^{-1}$ reverses the direction of mapping:
Four-Step Algebraic Algorithm for Inversion
- Establish Domains: Write $y = f(x)$ and explicitly record $\text{Dom}(f)$ and $\text{Ran}(f)$.
- Swap Variables: Exchange $x$ and $y$ to reflect the mapping across $y = x$: $x = f(y)$.
- Solve for $y$: Manipulate the equation algebraically to isolate $y$ in terms of $x$.
- State the Inverse: Replace $y$ with $f^{-1}(x)$ and restrict its domain to $\text{Dom}(f^{-1}) = \text{Ran}(f)$.
Worked Example 1: Inverting a Homographic Function
Consider $f(x) = \frac{ax + b}{cx + d}$ with $ad - bc \neq 0$ and $c \neq 0$.
- Set $x = \frac{ay + b}{cy + d}$.
- Multiply out: $x(cy + d) = ay + b \implies cxy + dx = ay + b$.
- Group $y$ terms: $y(cx - a) = -dx + b \implies y = \frac{-dx + b}{cx - a}$.
Thus, the general inverse of a homographic function is:
Bocconi Exam Shortcut: When $a = -d$, the function is self-inverse (an involution), satisfying $f^{-1}(x) = f(x)$. For instance, $f(x) = \frac{3x + 1}{2x - 3}$ satisfies $f(f(x)) = x$ directly without calculation!
Worked Example 2: Inverting a Restricted Quadratic
Find the inverse of $f(x) = 2x^2 - 12x + 23$ defined on the restricted domain $[3, \infty)$.
Step 1: Determine the Range. Complete the square: For $x \ge 3$, $(x - 3)^2 \ge 0$, meaning the minimum occurs at the vertex $(3, 5)$. Hence, $\text{Ran}(f) = [5, \infty)$.
Step 2: Swap Variables and Solve for $y$. Taking the square root yields $y - 3 = \pm \sqrt{\frac{x - 5}{2}}$. Since the original domain was $x \ge 3$, the new range must satisfy $y \ge 3$. We must select the positive branch:
Thus, $f^{-1}(x) = 3 + \sqrt{\frac{x - 5}{2}}$ with domain $[5, \infty)$.
6. Geometric Symmetry Across $y = x$
The graph of $y = f^{-1}(x)$ is the mirror image of $y = f(x)$ across the line of identity $y = x$.
- If point $(a, b)$ lies on the graph of $f$, then $(b, a)$ lies on the graph of $f^{-1}$.
- Intersection Rule: If $f(x)$ is a strictly increasing function, any points of intersection between $f$ and $f^{-1}$ must lie on the line $y = x$. Therefore, rather than solving the complex equation $f(x) = f^{-1}(x)$, candidates can simply solve the much faster linear equation:
7. Common Bocconi Traps & Exam Strategies
- Confusing Notation: $f^{-1}(x)$ denotes the functional inverse under composition, never the reciprocal: $f^{-1}(x) \neq \frac{1}{f(x)} = [f(x)]^{-1}$.
- Omitting Branch Restrictions: Inverting even-degree polynomials ($x^2, x^4$) over their full domain is impossible because they fail the Horizontal Line Test. When an interval restriction is specified, always verify that the $\pm$ sign in the inverse matches the restricted domain.
- Assuming Semicircle Domain is Full $\mathbb{R}$: When dealing with functions such as $f(x) = \sqrt{9 - x^2}$, the domain is strictly $[-3, 3]$ and range is $[0, 3]$.
What is the natural domain of the real-valued function f(x) = sqrt((x - 2) / (x + 3)) + ln(7 - x)?
Given the function f(x) = x² - 6x + 14 defined on the restricted domain [3, ∞), what is the formula and domain for its inverse function f⁻¹(x)?
For the homographic function f(x) = (4x - 1) / (2x - 4) defined on ℝ \ {2}, what is the value of the composite function (f ∘ f)(x)?