What You Will Learn Today
- Sketch
by reflecting over - Convert points on
to points on - Verify using the line
- Avoid reflecting over the x-axis instead of
- Interpret
in real-world contexts
Deck 1 Recap: What You Already Know
- Table method: scan output column for
, read the input → - Graph method: draw
, read x at intersection → - Invertibility check: no repeated outputs (table) or HLT (graph)
Today: build the full inverse graph from the graph of
The Reflection Principle: y = x
Reflecting over
Swap Coordinates to Build the Inverse
Pick key points from
| Point on |
Point on |
|---|---|
Example: Sketching f⁻¹ from Key Points
Points on
Swapped for
Plot both, connect smoothly, draw
Verify with y = x
and are symmetric about- Pick any point on
: its reflection over lands on
Quick check:
Your Turn: Reflect and Sketch
Given points on
- Swap coordinates to find four points on
- Plot both
and on the same axes - Draw
and verify the reflection
Try before the next slide.
Quick Check: Swap the Coordinates
The point
Where is the corresponding point on
Think before you advance.
Watch Out: Wrong Reflection Line
Point
| Line | Result |
|---|---|
Now Apply Inverse to Real-World Context
: input gives output : output came from input
Worked Example: Hours to Produce Items
| 1 | 15 |
| 2 | 30 |
| 4 | 60 |
Find
Context Example 2: Temperature from Graph
A graph of
Question: At what hour did the temperature reach 75°F?
Method: draw
Answer:
Your Turn: Interpret f⁻¹ in Context
A function
Write a sentence interpreting this result in context.
Think in terms of the quantities: miles and calories.
Quick Check: Write the Interpretation
Interpret:
What question does this answer? What does 4.5 mean in context?
Advance for the full interpretation.
Practice: Inverse Graph and Context
Problem 1: Points on
Problem 2:
Interpret this result in one sentence.
Problem 3: Sketch both
Answers: Inverse Graphs and Context Practice
- Swap pairs:
- "The balloon reaches 200 m after 8 minutes."
- Plot
for — symmetric with about ✓
Key Takeaways: Inverse Graphs and Context
- Reflect
over to get : swap all coordinates - Verify:
and are mirror images across - Contextual inverse: "what input gives output
?"
Reflect over
Preview: Restricting the Domain for Inverses
Non-invertible functions can be fixed by restricting the domain:
on → inverse is on → inverse is
Next lesson (HSF.BF.B.4.d): producing invertible functions.