Year 11 Maths Advanced Module 1 ⏱ ~40 min Lesson 6 of 15

Inverse Functions

Every time you unlock your phone with a passcode, encryption turns your code into something unreadable — and only the inverse process can turn it back. That is the power of an inverse function: it undoes what the original function did, perfectly and predictably.

🔐
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision. It includes key ideas, activities, questions, an extend task and success-criteria proof.

Think First

If a machine doubles a number and then adds 5, what operation would you need to perform on the output to get back to the original number? Can you write this "undoing" machine as a mathematical rule?

Type your initial response below — you will revisit this at the end of the lesson.

Write your initial response in your book. You will revisit it at the end of the lesson.

Write your initial thinking in your book
Saved
📐

Formula Reference — This Lesson

Finding $f^{-1}$
Step 1: Write $y = f(x)$ Step 2: Swap $x$ and $y$ Step 3: Solve for $y$
Key property
$f(f^{-1}(x)) = x$ and $f^{-1}(f(x)) = x$
Key insight: The graph of $f^{-1}$ is the reflection of the graph of $f$ in the line $y = x$.
📖 Know

Key Facts

  • The definition of an inverse function
  • The algebraic method for finding an inverse
  • That $f(f^{-1}(x)) = x$
💡 Understand

Concepts

  • Why an inverse swaps the domain and range
  • Why the graph of an inverse is a reflection in $y = x$
  • Why some functions need domain restrictions to have inverses
✅ Can Do

Skills

  • Find the inverse of linear, simple rational, and root functions
  • Evaluate inverse functions at given inputs
  • Sketch the relationship between a function and its inverse
  • Determine when a domain restriction is necessary

Misconceptions to Fix

Wrong: A function can have two different outputs for the same input.

Right: By definition, a function has exactly one output for each input in its domain.

Key Terms
FunctionA relation where each input has exactly one output.
DomainThe set of all possible input values for a function.
RangeThe set of all possible output values for a function.
Inverse FunctionA function that reverses the effect of the original function.
QuadraticA polynomial of degree 2, in the form ax² + bx + c.
DiscriminantThe expression b² - 4ac that determines the nature of quadratic roots.
🔢

What Is an Inverse Function?

An inverse function undoes the effect of the original function. If $f$ takes an input $x$ and produces an output $y$, then $f^{-1}$ takes $y$ and returns the original $x$.

Think of it like a lock and key. The function $f$ is the lock: it transforms your passcode into an encrypted message. The inverse $f^{-1}$ is the key: it transforms the encrypted message back into the original passcode. Only a well-designed pair can reverse each other perfectly.

We write the inverse of $f$ as $f^{-1}$. The $-1$ is not an exponent — it is simply notation meaning "inverse." Do not confuse $f^{-1}(x)$ with $\frac{1}{f(x)}$.

Finding the Inverse Algebraically

  1. Write $y = f(x)$
  2. Swap $x$ and $y$ everywhere they appear
  3. Solve the new equation for $y$
  4. Replace $y$ with $f^{-1}(x)$

The Key Property

For any function and its inverse:

$$f(f^{-1}(x)) = x \quad \text{and} \quad f^{-1}(f(x)) = x$$

This means applying a function and then its inverse (or vice versa) returns you to exactly where you started.

Graphical Relationship

Because an inverse swaps the $x$ and $y$ values of every point, its graph is the reflection of the original graph in the line $y = x$. If $(a, b)$ is on the graph of $f$, then $(b, a)$ is on the graph of $f^{-1}$.

⚖️

When Does an Inverse Exist?

Not every function has an inverse over its entire natural domain. For an inverse to be a function, the original function must be one-to-one — meaning each output corresponds to exactly one input.

The classic example is $f(x) = x^2$. Both $f(2) = 4$ and $f(-2) = 4$. If we tried to find $f^{-1}(4)$, we would get two answers: $2$ and $-2$. Since a function can only have one output per input, $f(x) = x^2$ does not have an inverse unless we restrict its domain.

Restrict the domain to force one-to-one behaviour. If we restrict $f(x) = x^2$ to $x \geq 0$, then every output has exactly one input. The inverse becomes $f^{-1}(x) = \sqrt{x}$, which is a well-defined function.

In general:

🧮 Worked Examples

Worked Example 1 — Finding the Inverse of a Linear Function

Stepwise
Find the inverse of $f(x) = 3x - 5$.
  1. 1
    Write $y = f(x)$
    y = 3x - 5
  2. 2
    Swap $x$ and $y$
    x = 3y - 5
  3. 3
    Solve for $y$
    x + 5 = 3y \Rightarrow y = \frac{x + 5}{3}
  4. 4
    Write as $f^{-1}(x)$
    f^{-1}(x) = \frac{x + 5}{3}
✓ Answer $f^{-1}(x) = \dfrac{x + 5}{3}$

Worked Example 2 — Using the Inverse Property

Stepwise
If $f(x) = 2x + 4$, verify that $f(f^{-1}(x)) = x$.
  1. 1
    Find the inverse
    y = 2x + 4 \Rightarrow x = 2y + 4 \Rightarrow y = \frac{x - 4}{2}
    f^{-1}(x) = \frac{x - 4}{2}
  2. 2
    Calculate $f(f^{-1}(x))$
    f\left(\frac{x - 4}{2}\right) = 2\left(\frac{x - 4}{2}\right) + 4
  3. 3
    Simplify
    = (x - 4) + 4 = x
✓ Answer $f(f^{-1}(x)) = x$, as required.

Worked Example 3 — Domain Restriction

Stepwise
Explain why $f(x) = x^2$ does not have an inverse over its natural domain, and state a restricted domain that would allow an inverse to exist.
  1. 1
    Test for one-to-one
    $f(2) = 4$ and $f(-2) = 4$. The output 4 comes from two different inputs.
  2. 2
    Explain the consequence
    If we tried to find $f^{-1}(4)$, we would get both $2$ and $-2$. A function cannot have two outputs for one input.
  3. 3
    Propose a restriction
    Restrict the domain to $x \geq 0$. Now every output corresponds to exactly one input, and the inverse is $f^{-1}(x) = \sqrt{x}$.
✓ Answer $f(x) = x^2$ is not one-to-one because $f(a) = f(-a)$. A suitable restriction is $x \geq 0$.
⚠️

Common Mistakes — Don't Lose Easy Marks

Treating $f^{-1}(x)$ as $\dfrac{1}{f(x)}$
The $-1$ in $f^{-1}$ is not an exponent. It is a special notation that means "inverse function." Writing $f^{-1}(x) = \frac{1}{f(x)}$ is one of the most common and costly errors in this topic.
✓ Fix: Read $f^{-1}$ as "$f$ inverse," not "$f$ to the power of $-1$."
Forgetting to swap $x$ and $y$
Some students try to solve $y = f(x)$ for $x$ directly without swapping first. While this can work, it often leads to confusion about which variable represents the input and which represents the output in the inverse.
✓ Fix: Always write the swap explicitly: $x = f(y)$. Then solve for $y$.
Algebraic errors when solving for $y$
When finding the inverse of rational functions, students often forget to multiply both sides by the denominator or make sign errors when rearranging.
✓ Fix: Write each algebraic step on a separate line. Do not skip steps.
Thinking all functions have inverses
Quadratics, absolute value functions, and many other common functions are not one-to-one over their natural domains. Without a domain restriction, no inverse function exists.
✓ Fix: Always check whether the function is one-to-one before claiming an inverse exists.

📓 Copy Into Your Books

📖 Definition

  • An inverse function $f^{-1}$ undoes the operation of $f$
  • $f^{-1}(y) = x$ means $f(x) = y$
  • $f^{-1}$ swaps domain and range

🔢 Finding the Inverse

  • Step 1: Write $y = f(x)$
  • Step 2: Swap $x$ and $y$
  • Step 3: Solve for $y$
  • Step 4: Write $f^{-1}(x) = \dots$

⚠️ Important Property

  • $f(f^{-1}(x)) = x$
  • $f^{-1}(f(x)) = x$
  • Graph of $f^{-1}$ is reflection of $f$ in $y = x$

💡 Domain Restriction

  • A function must be one-to-one to have an inverse
  • Quadratics and absolute value functions need restrictions
  • Common restriction: $x \geq 0$

📝 How are you completing this lesson?

🧪 Activities

🔍 Activity 1 — Calculate + Interpret

Find the Inverse

Find the inverse of each function. Show the swap-and-solve method clearly.

  1. 1 $f(x) = 4x - 3$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 $f(x) = \dfrac{x}{2} + 5$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  3. 3 $f(x) = \sqrt{x + 2}$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  4. 4 $f(x) = \dfrac{3}{x + 1}$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
🌍 Activity 2 — Inverse in Context

Decode the Message

A simple encryption function is $E(x) = 3x + 7$, where $x$ is the position of a letter in the alphabet ($A = 1, B = 2$, etc.). The output is the encrypted code.

  1. 1 Find the decryption function $D(x)$, which is the inverse of $E(x)$.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 The letter C ($x = 3$) is encrypted. What is the encrypted code?

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  3. 3 An encrypted code of $22$ is received. Use your decryption function to find the original letter.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
Revisit Your Thinking

Earlier you were asked: If a machine doubles a number and then adds 5, what operation would you need to perform on the output to get back to the original number? Can you write this "undoing" machine as a mathematical rule?

To undo "double and add 5," you must first subtract 5, then divide by 2. If the original function is $f(x) = 2x + 5$, the inverse is $f^{-1}(x) = \frac{x - 5}{2}$. Notice how the operations are reversed and the order is opposite: subtraction undoes addition, and division undoes multiplication. This is the essence of every inverse function — no matter how complex the original rule, the inverse always traces the steps backward.

Now revisit your initial response. What did you get right? What has changed in your thinking?

Look back at your initial response in your book. Annotate it with what you now understand differently.

Annotate your initial response in your book
Saved
Revisit Your Initial Thinking

Look back at what you wrote in the Think First section. What has changed? What did you get right? What surprised you?

MC

Multiple Choice

5 random questions from a replayable lesson bank — feedback shown immediately

✍️ Short Answer

📝

Extended Questions

ApplyBand 3

8. Find the inverse of $f(x) = 5x + 2$. Use the swap-and-solve method and write your answer using inverse notation. 2 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
ApplyBand 4

9. (a) Find the inverse of $f(x) = \dfrac{2x - 1}{3}$. (b) Verify that $f(f^{-1}(x)) = x$. Show all steps. 4 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
EvaluateBand 5

10. A student is asked to find the inverse of $f(x) = x^2 + 2$. They write: $y = x^2 + 2$, swap to get $x = y^2 + 2$, and solve to obtain $f^{-1}(x) = \sqrt{x - 2}$. Evaluate whether this answer is complete and correct. If there is an error or missing information, explain what it is and how it should be fixed. 4 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook

✅ Comprehensive Answers

🔍 Activity 1 — Find the Inverse Model Answers

1. $y = 4x - 3 \Rightarrow x = 4y - 3 \Rightarrow y = \frac{x + 3}{4}$. So $f^{-1}(x) = \frac{x + 3}{4}$.

2. $y = \frac{x}{2} + 5 \Rightarrow x = \frac{y}{2} + 5 \Rightarrow x - 5 = \frac{y}{2} \Rightarrow y = 2(x - 5) = 2x - 10$. So $f^{-1}(x) = 2x - 10$.

3. $y = \sqrt{x + 2} \Rightarrow x = \sqrt{y + 2} \Rightarrow x^2 = y + 2 \Rightarrow y = x^2 - 2$. So $f^{-1}(x) = x^2 - 2$ (with $x \geq 0$ since original range is $\geq 0$).

4. $y = \frac{3}{x + 1} \Rightarrow x = \frac{3}{y + 1} \Rightarrow x(y + 1) = 3 \Rightarrow y + 1 = \frac{3}{x} \Rightarrow y = \frac{3}{x} - 1 = \frac{3 - x}{x}$. So $f^{-1}(x) = \frac{3 - x}{x}$.

🌍 Activity 2 — Inverse in Context Model Answers

1. $y = 3x + 7 \Rightarrow x = 3y + 7 \Rightarrow y = \frac{x - 7}{3}$. So $D(x) = \frac{x - 7}{3}$.

2. $E(3) = 3(3) + 7 = 16$.

3. $D(22) = \frac{22 - 7}{3} = \frac{15}{3} = 5$. The 5th letter is E.

❓ Multiple Choice

1. A — $y = 2x + 3 \Rightarrow x = 2y + 3 \Rightarrow y = \frac{x - 3}{2}$.

2. B — The inverse reverses inputs and outputs, interchanging domain and range.

3. B — $f^{-1}(x) = \frac{x + 6}{3}$, so $f^{-1}(3) = \frac{9}{3} = 3$.

4. C — Reflection in the line $y = x$.

5. C — $f(x) = x^2$ is not one-to-one without a domain restriction.

📝 Short Answer Model Answers

Q8 (2 marks): $y = 5x + 2 \Rightarrow x = 5y + 2 \Rightarrow 5y = x - 2 \Rightarrow y = \frac{x - 2}{5}$ [1]. Therefore $f^{-1}(x) = \frac{x - 2}{5}$ [1].

Q9 (4 marks):

(a) $y = \frac{2x - 1}{3} \Rightarrow x = \frac{2y - 1}{3} \Rightarrow 3x = 2y - 1 \Rightarrow 2y = 3x + 1 \Rightarrow y = \frac{3x + 1}{2}$

So $f^{-1}(x) = \frac{3x + 1}{2}$ [2 marks for method and answer].

(b) $f(f^{-1}(x)) = f\left(\frac{3x + 1}{2}\right) = \frac{2\left(\frac{3x + 1}{2}\right) - 1}{3} = \frac{(3x + 1) - 1}{3} = \frac{3x}{3} = x$

[2 marks for correct substitution and simplification].

Q10 (4 marks): The student's answer is incomplete [1]. The function $f(x) = x^2 + 2$ is not one-to-one over its natural domain because $f(a) = f(-a)$ [1]. Before finding an inverse, the domain must be restricted (e.g. to $x \geq 0$) [1]. Additionally, solving $x = y^2 + 2$ actually gives $y = \pm\sqrt{x - 2}$, but the restricted domain means we take only the positive root: $f^{-1}(x) = \sqrt{x - 2}$ with domain $x \geq 2$ [1].

Science Jump

Jump Through Inverse Functions!

Scale the platforms using your knowledge of inverse functions and their graphs. Pool: lessons 1–6.

Mark lesson as complete

Tick when you've finished all activities and checked your answers.