8.1 Function Notation, Transformations, Compositions & Inverses
Key Takeaways
- A relation constitutes a function if and only if each input element in the domain maps to exactly one output value in the range; geometrically, this is confirmed when every vertical line intersects the graph at most once (Vertical Line Test).
- Domain restrictions for real-valued functions occur when real outputs cannot be produced: denominators cannot equal zero (division by zero is undefined), and radicands of even-indexed roots must be non-negative (to avoid non-real complex numbers).
- Function transformations systematically modify parent graphs: f(x) ± k shifts vertically, f(x ± h) shifts horizontally (left for +h, right for -h), a·f(x) stretches or compresses vertically, f(bx) stretches or compresses horizontally by factor 1/|b|, -f(x) reflects across the x-axis, and f(-x) reflects across the y-axis.
- The composition (f ∘ g)(x) = f(g(x)) evaluates the inner function g(x) first and maps the result through the outer function f; its domain requires x to be in the domain of g and the output g(x) to reside within the domain of f.
- An inverse function f^(-1)(x) reverses the input-output mapping of a one-to-one function (verified by the Horizontal Line Test), satisfying f(f^(-1)(x)) = x and f^(-1)(f(x)) = x; finding f^(-1)(x) algebraically requires swapping x and y and isolating y, representing a reflection across the diagonal line y = x.
Function Notation, Transformations, Compositions & Inverses
Core Advanced Algebra: Functions form the foundational language of advanced mathematics on the ACCUPLACER Advanced Algebra and Functions (AAF) assessment. Mastery requires analyzing input-output mappings, establishing analytical domain constraints, executing algebraic combinations and compositions, applying multi-step parent function transformations, and deriving inverse functions algebraically and graphically.
Function Fundamentals, Relations & The Vertical Line Test
A relation is any set of ordered pairs $(x, y)$ establishing a relationship between an input set and an output set. A function is a specialized relation with a strict rule: each input element $x$ in the domain maps to exactly one output value $y$ in the range.
FUNCTION (Valid Mapping) NOT A FUNCTION (Invalid Mapping)
Domain (Inputs) Range (Outputs) Domain (Inputs) Range (Outputs)
[ 1 ] ─────────> [ 4 ] [ 1 ] ─────────> [ 4 ]
[ 2 ] ─────────> [ 5 ] [ 2 ] ──┬──────> [ 5 ]
[ 3 ] ─────────> [ 6 ] └──────> [ 6 ] (One input maps
(Each input has exactly one output) to two outputs!)
The Vertical Line Test (VLT)
Geometrically, a curve plotted in the Cartesian coordinate plane represents $y$ as a function of $x$ if and only if no vertical line intersects the curve at more than one point.
- If a vertical line $x = c$ intersects a curve at two or more distinct points $(c, y_1)$ and $(c, y_2)$ where $y_1 \neq y_2$, the single input $c$ produces multiple outputs, violating the definition of a function.
- Example: The circle $x^2 + y^2 = 25$ fails the vertical line test (at $x = 0$, $y = 5$ and $y = -5$). However, the upper semicircle $y = \sqrt{25 - x^2}$ passes the vertical line test and is a valid function.
Determining Domain & Range Restrictions
The domain of a real-valued function $f(x)$ is the complete set of all real input values $x$ for which the function produces a real output. The range is the resulting set of all real output values $y = f(x)$.
The Two Universal Algebraic Domain Restrictions
When working in the real number system ($\mathbb{R}$), domain restrictions arise primarily from two algebraic conditions:
- Rational Denominator Constraint (Division by Zero):
- Division by zero is mathematically undefined.
- For any rational algebraic expression $f(x) = \frac{p(x)}{q(x)}$, set the denominator equal to zero ($q(x) = 0$) and exclude those roots from the domain.
- Even Radical Constraint (Negative Radicands):
- Even-indexed roots ($\sqrt{\phantom{x}}, \sqrt[4]{\phantom{x}}, \sqrt[6]{\phantom{x}}$) of negative numbers produce imaginary numbers and are excluded from real-valued domains.
- For $f(x) = \sqrt[2n]{g(x)}$, enforce the inequality $g(x) \ge 0$.
- Note: Odd-indexed roots ($\sqrt[3]{\phantom{x}}, \sqrt[5]{\phantom{x}}$) are defined for all real numbers (e.g., $\sqrt[3]{-8} = -2$), so odd radicals introduce no domain restrictions.
- Combined Denominator and Radical Constraint:
- If an even radical appears in a denominator, $f(x) = \frac{1}{\sqrt{g(x)}}$, the radicand cannot be negative AND cannot equal zero, establishing the strict inequality $g(x) > 0$.
Worked Example: Determining Analytical Domain
Find the domain of the function $f(x) = \frac{\sqrt{2x + 10}}{x^2 - 2x - 15}$ in interval notation.
- Step 1 (Radicand constraint): The numerator contains a square root, requiring the radicand to be non-negative:
- Step 2 (Denominator constraint): The denominator cannot equal zero:
- Step 3 (Intersection of conditions): Combine $x \ge -5$ with the exclusions $x \neq -3$ and $x \neq 5$:
Function Evaluation & The Algebra of Functions
Function evaluation involves substituting a specified numerical value or algebraic expression into every occurrence of the independent variable $x$.
Evaluating Algebraic Inputs & The Difference Quotient
Given $f(x) = 3x^2 - 4x + 1$:
- $f(-2) = 3(-2)^2 - 4(-2) + 1 = 3(4) + 8 + 1 = 21$
- $f(a + 2) = 3(a + 2)^2 - 4(a + 2) + 1 = 3(a^2 + 4a + 4) - 4a - 8 + 1 = 3a^2 + 12a + 12 - 4a - 7 = 3a^2 + 8a + 5$
The Difference Quotient measures the average rate of change across an interval of width $h$:
Operations on Functions
For functions $f(x)$ and $g(x)$, standard arithmetic operations produce new functions:
| Operation | Algebraic Definition | Domain Rule |
|---|---|---|
| Sum | $(f + g)(x) = f(x) + g(x)$ | $\text{Domain}(f) \cap \text{Domain}(g)$ |
| Difference | $(f - g)(x) = f(x) - g(x)$ | $\text{Domain}(f) \cap \text{Domain}(g)$ |
| Product | $(fg)(x) = f(x) \cdot g(x)$ | $\text{Domain}(f) \cap \text{Domain}(g)$ |
| Quotient | $\left(\frac{f}{g}\right)(x) = \frac{f(x)}{g(x)}$ | ${x \in \text{Domain}(f) \cap \text{Domain}(g) \mid g(x) \neq 0}$ |
Composite Functions: Evaluation & Domain Restrictions
A composite function $(f \circ g)(x)$ applies the output of an inner function $g(x)$ as the direct input to an outer function $f(x)$:
Composite Function Pipeline
Input x ───> [ Inner Function g(x) ] ───> Output g(x) ───> [ Outer Function f(u) ] ───> f(g(x))
Non-Commutative Property of Composition
In general, function composition is not commutative: $(f \circ g)(x) \neq (g \circ f)(x)$.
Determining the Domain of a Composite Function $(f \circ g)(x)$
The domain of $(f \circ g)(x)$ consists of all real numbers $x$ satisfying two strict criteria:
- $x$ must be in the domain of the inner function $g(x)$.
- The output $g(x)$ must be in the domain of the outer function $f(x)$.
Worked Example: Composite Function and Composite Domain
Let $f(x) = \frac{4}{x - 3}$ and $g(x) = \sqrt{x + 2}$. Find $(f \circ g)(x)$ and state its domain.
- Step 1 (Form composite equation):
- Step 2 (Inner function domain): For $g(x) = \sqrt{x + 2}$, the radicand must be non-negative: $x + 2 \ge 0 \implies x \ge -2$.
- Step 3 (Outer function restriction): For $f(u) = \frac{4}{u - 3}$, the denominator cannot equal zero: $u \neq 3 \implies g(x) \neq 3$.
- Step 4 (Combine restrictions): Combine $x \ge -2$ with $x \neq 7$:
Master Reference: Function Transformations
Transformations modify parent functions geometrically through shifts, scalings, and reflections. The generalized transformation format for any parent function $f(x)$ is:
Transformation Rules Reference Table
| Transformation Type | Algebraic Form | Geometric Effect on Graph | Coordinate Point Mapping |
|---|---|---|---|
| Vertical Shift Up | $y = f(x) + k$ ($k > 0$) | Shifts entire graph upward by $k$ units | $(x, y) \to (x, y + k)$ |
| Vertical Shift Down | $y = f(x) - k$ ($k > 0$) | Shifts entire graph downward by $k$ units | $(x, y) \to (x, y - k)$ |
| Horizontal Shift Right | $y = f(x - h)$ ($h > 0$) | Shifts entire graph rightward by $h$ units | $(x, y) \to (x + h, y)$ |
| Horizontal Shift Left | $y = f(x + h)$ ($h > 0$) | Shifts entire graph leftward by $h$ units | $(x, y) \to (x - h, y)$ |
| Vertical Stretch | $y = a \cdot f(x)$ ($ | a | > 1$) |
| Vertical Compression | $y = a \cdot f(x)$ ($0 < | a | < 1$) |
| Horizontal Compression | $y = f(b \cdot x)$ ($ | b | > 1$) |
| Horizontal Stretch | $y = f(b \cdot x)$ ($0 < | b | < 1$) |
| Reflection over $x$-axis | $y = -f(x)$ | Reflects graph vertically across the $x$-axis | $(x, y) \to (x, -y)$ |
| Reflection over $y$-axis | $y = f(-x)$ | Reflects graph horizontally across the $y$-axis | $(x, y) \to (-x, y)$ |
The Standard Order of Transformations
When applying multiple transformations to a parent function, execute operations in the following order:
- Horizontal Shifts ($x - h$)
- Horizontal Stretch / Compression / Reflection ($b \cdot x$ and negative sign inside)
- Vertical Stretch / Compression / Reflection ($a \cdot f(u)$ and negative sign outside)
- Vertical Shifts ($+ k$)
One-to-One Functions, Horizontal Line Test & Inverse Functions
A function $f$ is one-to-one (injective) if no two distinct inputs produce the same output: $f(x_1) = f(x_2) \implies x_1 = x_2$.
The Horizontal Line Test (HLT)
A function $f(x)$ possesses an inverse function $f^{-1}(x)$ if and only if no horizontal line intersects its graph at more than one point.
- Quadratic parent $f(x) = x^2$ fails the HLT (horizontal line $y = 4$ intersects at $x = -2$ and $x = 2$). It has no inverse over $(-\infty, \infty)$ unless its domain is restricted (e.g., $x \ge 0$).
- Cubic parent $f(x) = x^3$ passes the HLT and is one-to-one over its entire real domain.
Fundamental Properties of Inverse Functions
- Cancellation Identity: $f(f^{-1}(x)) = x$ for all $x$ in the domain of $f^{-1}$, and $f^{-1}(f(x)) = x$ for all $x$ in the domain of $f$.
- Domain-Range Reversal:
- Geometric Symmetry: The graph of $y = f^{-1}(x)$ is the reflection of the graph of $y = f(x)$ across the identity line $y = x$. Every coordinate pair $(a, b)$ on $f$ becomes $(b, a)$ on $f^{-1}$.
The 4-Step Algebraic Procedure for Finding $f^{-1}(x)$
- Replace $f(x)$ with $y$.
- Swap variables $x$ and $y$ (interchange every $x$ with $y$ and every $y$ with $x$).
- Solve the resulting equation algebraically for $y$.
- Replace $y$ with the formal inverse notation $f^{-1}(x)$.
Worked Example: Finding the Inverse of a Rational Function
Find the inverse function $f^{-1}(x)$ for $f(x) = \frac{3x + 2}{5x - 4}$ where $x \neq \frac{4}{5}$.
- Step 1 (Set $y = f(x)$): $y = \frac{3x + 2}{5x - 4}$
- Step 2 (Swap $x$ and $y$): $x = \frac{3y + 2}{5y - 4}$
- Step 3 (Clear denominator): Multiply both sides by $(5y - 4)$:
- Step 4 (Collect $y$-terms): Move all terms containing $y$ to the left and non-$y$ terms to the right:
- Step 5 (Factor and isolate $y$):
- Step 6 (Formal notation): $f^{-1}(x) = \frac{4x + 2}{5x - 3}$ with domain $x \neq \frac{3}{5}$.
If $f(x) = \frac{3}{x - 1}$ and $g(x) = \frac{2x + 1}{x - 4}$, what is the value of the composite evaluation $(f \circ g)(5)$?
The graph of the parent square root function $f(x) = \sqrt{x}$ is transformed into $g(x) = -3\sqrt{x + 4} - 5$. Which statement accurately describes the complete sequence of geometric transformations applied to $f(x)$ to produce $g(x)$?
What is the inverse function $f^{-1}(x)$ for the rational function $f(x) = \frac{2x - 7}{3x + 1}$ where $x \neq -\frac{1}{3}$?