3.3 Inverse Functions and Function Transformations

Key Takeaways

  • A function f possesses an inverse f^(-1) if and only if it is one-to-one, passing the Horizontal Line Test on its graph.
  • The domain of f^(-1) is equal to the range of f, and the range of f^(-1) is equal to the domain of f, with their graphs reflecting symmetrically across the line y = x.
  • Transformations modify parent functions: f(x ± c) shifts horizontally, f(x) ± c shifts vertically, -f(x) reflects over the x-axis, and f(-x) reflects over the y-axis.
  • Non-rigid transformations scale graphs: a * f(x) stretches (|a|>1) or compresses (0<|a|<1) vertically, while f(b * x) compresses (|b|>1) or stretches (0<|b|<1) horizontally.
Last updated: August 2026

3.3 Inverse Functions and Function Transformations

1. One-to-One Functions and Invertibility

A function $f$ is one-to-one (injective) if no two distinct inputs in the domain produce the same output value in the range. Formally: f(x1)=f(x2)    x1=x2f(x_1) = f(x_2) \implies x_1 = x_2

The Horizontal Line Test (HLT)

Graphically, a function $f$ has an inverse function $f^{-1}$ if and only if no horizontal line intersects the graph of $f$ at more than one point.

  • If a horizontal line touches the graph multiple times, the function is not one-to-one, meaning multiple inputs map to the same output.
One-to-One Function (Passes HLT):           Not One-to-One (Fails HLT):
  y ^                                         y ^       ----- (2 intersections)
    |   /                                       |  / \  
    |  /                                        | /   \ 
    | /                                         |/_____\____
----+-------> x                             ----+-------------> x

2. Concept and Algebra of Inverse Functions

If $f$ is a one-to-one function with domain $A$ and range $B$, then its inverse function $f^{-1}$ has domain $B$ and range $A$, defined by: f1(y)=x    f(x)=yf^{-1}(y) = x \iff f(x) = y

Fundamental Properties of Inverse Functions

  1. Cancellation Equations: f(f1(x))=xfor all xDomain(f1)f\left(f^{-1}(x)\right) = x \quad \text{for all } x \in \text{Domain}(f^{-1}) f1(f(x))=xfor all xDomain(f)f^{-1}\left(f(x)\right) = x \quad \text{for all } x \in \text{Domain}(f)
  2. Domain-Range Swap: Domain(f1)=Range(f)andRange(f1)=Domain(f)\text{Domain}(f^{-1}) = \text{Range}(f) \quad \text{and} \quad \text{Range}(f^{-1}) = \text{Domain}(f)
  3. Line of Symmetry: The graphs of $y = f(x)$ and $y = f^{-1}(x)$ are symmetric reflections of each other across the identity line $y = x$.

Step-by-Step Procedure to Find $f^{-1}(x)$ Algebraically

  1. Verify $f(x)$ is one-to-one (or restrict its domain if necessary).
  2. Replace $f(x)$ with $y$.
  3. Swap the variables $x$ and $y$ ($x \to y$ and $y \to x$).
  4. Solve the resulting equation for $y$ in terms of $x$.
  5. Replace $y$ with notation $f^{-1}(x)$ and state any domain restrictions.

Worked Example 2.3A: Finding the Inverse of a Rational Function

Find the inverse of $f(x) = \frac{4x + 1}{2x - 3}$ for $x \neq \frac{3}{2}$.

Step 1: Replace $f(x)$ with $y$ and swap $x$ and $y$. x=4y+12y3x = \frac{4y + 1}{2y - 3}

Step 2: Clear fraction and expand. x(2y3)=4y+1    2xy3x=4y+1x(2y - 3) = 4y + 1 \implies 2xy - 3x = 4y + 1

Step 3: Collect $y$ terms on one side. 2xy4y=3x+1    y(2x4)=3x+12xy - 4y = 3x + 1 \implies y(2x - 4) = 3x + 1

Step 4: Solve for $y$. y=3x+12x4y = \frac{3x + 1}{2x - 4}

Step 5: Write final inverse notation. f1(x)=3x+12x4,x2f^{-1}(x) = \frac{3x + 1}{2x - 4}, \quad x \neq 2 (Notice: Domain of $f^{-1}$ is $(-\infty, 2) \cup (2, \infty)$, which matches the range of $f$.)


3. Function Transformations

Starting from basic parent functions—such as $f(x) = x^2, \sqrt{x}, |x|, \frac{1}{x}, x^3$—we can build complex function models by applying systematic transformations.

Transformation Rules Summary Table

Transformation TypeFunction AlgebraEffect on GraphCoordinate Effect $(x,y)$
Vertical Shift Up$g(x) = f(x) + k \quad (k>0)$Shift graph up by $k$ units$(x, y) \to (x, y+k)$
Vertical Shift Down$g(x) = f(x) - k \quad (k>0)$Shift graph down by $k$ units$(x, y) \to (x, y-k)$
Horizontal Shift Right$g(x) = f(x - h) \quad (h>0)$Shift graph right by $h$ units$(x, y) \to (x+h, y)$
Horizontal Shift Left$g(x) = f(x + h) \quad (h>0)$Shift graph left by $h$ units$(x, y) \to (x-h, y)$
Vertical Reflection$g(x) = -f(x)$Reflect across $x$-axis$(x, y) \to (x, -y)$
Horizontal Reflection$g(x) = f(-x)$Reflect across $y$-axis$(x, y) \to (-x, y)$
Vertical Stretch$g(x) = a \cdot f(x) \quad (a>1)$
Vertical Compression$g(x) = a \cdot f(x) \quad (0<a<1)$
Horizontal Compression$g(x) = f(b \cdot x) \quad (b>1)$
Horizontal Stretch$g(x) = f(b \cdot x) \quad (0<b<1)$

4. Standard Form and Order of Transformations

When multiple transformations occur simultaneously, their order matters. We express a general transformed function in standard factored form: g(x)=af(b(xh))+kg(x) = a \cdot f\left(b(x - h)\right) + k

Proper Sequence of Transformation Steps

  1. Horizontal Shifts: Shift left or right by $h$.
  2. Horizontal Stretching/Compressing & Reflection: Scale horizontally by factor $\frac{1}{|b|}$; reflect across $y$-axis if $b < 0$.
  3. Vertical Stretching/Compressing & Reflection: Scale vertically by factor $|a|$; reflect across $x$-axis if $a < 0$.
  4. Vertical Shifts: Shift up or down by $k$.

Worked Example 2.3B: Deconstructing Multi-Step Transformations

Describe the sequence of transformations that converts $f(x) = \sqrt{x}$ into $g(x) = -3\sqrt{2x - 8} + 5$.

Step 1: Factor the argument inside the square root into standard form. g(x)=32(x4)+5g(x) = -3\sqrt{2(x - 4)} + 5

Step 2: Identify transformations in sequential order.

  1. Horizontal shift right by $4$ units (due to $(x - 4)$).
  2. Horizontal compression by a factor of $\frac{1}{2}$ (due to $b = 2$).
  3. Vertical stretch by a factor of $3$ (due to $|a| = 3$).
  4. Vertical reflection across the $x$-axis (due to $a = -3 < 0$).
  5. Vertical shift up by $5$ units (due to $+5$).

5. CLEP Precalculus Exam Traps

Common TrapIncorrect AssumptionCorrect Mathematical Rule
Unfactored Horizontal ShiftReading $f(2x - 6)$ as a horizontal shift right of 6 unitsMust factor first: $f(2(x - 3))$, which reveals a horizontal shift right of 3 units.
Inverse Notation ErrorConfusing $f^{-1}(x)$ with exponent $\frac{1}{f(x)}$$f^{-1}(x)$ denotes the inverse function, NOT the reciprocal $\frac{1}{f(x)} = (f(x))^{-1}$.
Failing Horizontal Line TestAttempting to find an inverse for $f(x) = x^2$ on domain $(-\infty, \infty)$Non-one-to-one functions require a restricted domain (e.g., $x \ge 0$) to possess an inverse.
Test Your Knowledge

What is the inverse function f^{-1}(x) for f(x) = (2x - 7) / (x + 3) where x \neq -3?

A
B
C
D
Test Your Knowledge

The graph of g(x) = -3(x + 4)^2 - 5 is obtained from parent function f(x) = x^2 by which sequence of transformations?

A
B
C
D
Test Your Knowledge

If the domain of a one-to-one function f(x) = \sqrt{x - 3} + 2 is [3, \infty), what is the domain of its inverse function f^{-1}(x)?

A
B
C
D
Test Your Knowledge

How does the graph of h(x) = f(2x) compare to the graph of the parent function f(x)?

A
B
C
D