What You Will Learn Today
- Read
from a table - Read
from a graph — horizontal line method - Construct a table of
by swapping columns - Check whether the inverse exists
- Interpret
: the input that produces output
What Does f⁻¹(b) Actually Mean?
You already know that the inverse swaps inputs and outputs.
means: input gives output means: output came from input
The question: given the output, what was the input?
Finding f⁻¹ from a Table
| 1 | 5 |
| 2 | 8 |
| 3 | 11 |
| 4 | 14 |
Scan the output column for the target. Find
Example: Reading Three Inverse Values
— find 5 in output column, input is 1 — find 11 in output column, input is 3 — find 14 in output column, input is 4
Building the Full Inverse Table
Swap columns: each row
| 5 | 1 |
| 8 | 2 |
| 11 | 3 |
| 14 | 4 |
Swapped Columns — Side by Side
Verify:
Every pair
Check Before Building the Inverse Table
| 1 | 3 |
| 2 | 7 |
| 3 | 7 ← repeated! |
| 4 | 9 |
Output 7 appears twice →
Try These Three Table Questions
| 2 | 6 |
| 4 | 10 |
| 6 | 14 |
| 8 | 18 |
- Find
- Find
- Does
exist? How do you know?
Try each before the next slide.
Same Question, Different Representation: Graphs
The same question applies to graphs: given output
Strategy: draw a horizontal line at height
The x-coordinate of that intersection is
Horizontal Line Method: Find f⁻¹ from a Graph
Draw
Reading Multiple Inverse Values from a Graph
| 2 | 1 |
| 4 | 2 |
| 6 | 3 |
Each row: draw
When the Inverse Doesn't Exist — Graphs
Horizontal line
The inverse is not well-defined on the full domain.
Example: Parabola Fails Horizontal Line Test
For
and → could be or
The inverse can't choose. The full parabola fails the HLT.
In Deck 2, you'll learn how to fix this by restricting the domain.
Your Turn: Read f⁻¹ from a Graph
A graph of f is shown. Use horizontal lines to answer:
- Find
- Find
- For what value of
does not exist?
Annotate each horizontal line on the graph before checking.
Quick Check: Does the Graph Have an Inverse?
Graph A: A strictly increasing line
Graph B: A parabola opening upward
Graph C: A horizontal line
- Which graphs pass the horizontal line test?
- For which graphs does
exist on the full domain?
Think before the next slide.
Practice: Tables, Graphs, and Invertibility
| 0 | 3 |
| 2 | 7 |
| 4 | 11 |
- Find
and . - Line
hits graph of at . Find . - Outputs: {4, 4, 9, 16} — inverse exists?
Answers: Check Your Practice Work
and — scan output column, read corresponding input — line hits graph at- Output 4 appears twice → no inverse exists
What You Learned: Two Reading Methods
- Table: find
in the OUTPUT column → read the input - Graph: draw
→ find intersection → read x-coordinate - Check: repeated outputs or HLT failure → no inverse
Coming Up Next: Building the Inverse Graph
Deck 2 — constructing and interpreting
- Reflect the graph of
over the line - Point
on maps to point on - Apply inverse reading to real-world contexts