By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Grade 12 Mathematics: Inverse Relations and Functions
If you know how to turn a dollar into 100 pennies, how do you "undo" that to turn 100 pennies back into a dollar—and why can’t you always do this for every math rule? What makes some functions reversible, and what happens when they’re not?
Imagine you’re at a concert where the venue assigns every ticket number to a specific seat. The rule "Ticket #123 → Seat B4" is a function—each input (ticket) maps to exactly one output (seat). Now, the venue wants to let people look up their ticket number by seat. To do this, they need the inverse: "Seat B4 → Ticket #123." But here’s the catch: if two tickets (say, #123 and #456) both map to the same seat (B4), the inverse rule breaks—you can’t tell which ticket belongs to B4. This is why only one-to-one functions have inverses that are also functions.
Inverse functions "undo" each other. If f(x) turns a dollar into 100 pennies, then f⁻¹(x) turns 100 pennies back into a dollar. But if f(x) is "double the number and add 3" (so f(2) = 7), its inverse f⁻¹(x) must solve "2x + 3 = y" for x—giving f⁻¹(7) = 2. The graphs of f and f⁻¹ are mirror images across the line y = x, like a reflection in a mirror held diagonally.
Key Vocabulary:- Inverse Relation: A relation that "undoes" another by swapping inputs and outputs. Example: If R maps cities to their zip codes, R⁻¹ maps zip codes back to cities (though some zip codes might map to multiple cities).- One-to-One Function: A function where each output is paired with exactly one input. Example: The function "assign each student to their unique student ID" is one-to-one; "assign each student to their homeroom" is not (multiple students share a homeroom). - College Note: In higher math, one-to-one functions are called injective, and functions with inverses are bijective (both injective and surjective).- Horizontal Line Test: A way to check if a function is one-to-one. If any horizontal line crosses the graph more than once, the function fails the test and has no inverse function. Example: The parabola y = x² fails the test (the line y = 4 crosses at x = 2 and x = -2), so it has no inverse function (unless you restrict its domain).- Restricted Domain: Limiting a function’s inputs to make it one-to-one. Example: The function f(x) = x² isn’t one-to-one over all real numbers, but if you restrict it to x ≥ 0, it becomes one-to-one, and its inverse is f⁻¹(x) = √x.
AP Calculus/Precalculus Framing:Inverse functions appear on the AP Calculus AB/BC exams in two key ways: 1. Free Response: You’ll be asked to find the inverse of a function algebraically, verify it by composition (f(f⁻¹(x)) = x), and interpret its meaning in context (e.g., converting between Celsius and Fahrenheit). Rubric priorities: Correct algebraic steps, proper notation (f⁻¹(x)), and justification (e.g., "since f is one-to-one on this domain").2. Multiple Choice: Questions test your ability to recognize inverse functions from graphs or tables, apply the horizontal line test, or solve for f⁻¹(a) given f(b) = a. Distractor patterns: - Swapping x and y but forgetting to solve for y (e.g., writing x = 2y + 3 as the inverse instead of y = (x - 3)/2). - Ignoring domain restrictions (e.g., claiming f(x) = x² has an inverse without restricting x ≥ 0). - Misapplying the horizontal line test (e.g., saying a cubic function isn’t one-to-one because it "goes up and down").
SAT/ACT Framing:- The SAT may ask you to evaluate f⁻¹(5) given a table of values for f(x), or to identify the inverse of a linear function.- The ACT might include a graph and ask which of four options is the inverse function’s graph.
Model Proficient Response (AP Free Response):Prompt: The function f(x) = 3x - 5 models the cost (in dollars) of buying x tickets to a play.a) Find f⁻¹(x) and interpret its meaning in context.b) Verify that f and f⁻¹ are inverses by composition.
Response: a) To find f⁻¹(x), swap x and y and solve for y: x = 3y - 5 x + 5 = 3y y = (x + 5)/3 So, f⁻¹(x) = (x + 5)/3. This represents the number of tickets you can buy for x dollars.
b) Verify by composition: f(f⁻¹(x)) = f((x + 5)/3) = 3((x + 5)/3) - 5 = x + 5 - 5 = x f⁻¹(f(x)) = f⁻¹(3x - 5) = ((3x - 5) + 5)/3 = 3x/3 = x Since both compositions equal x, f and f⁻¹ are inverses.
Why this is proficient: - Correct algebra and notation.- Contextual interpretation of the inverse.- Full verification with both compositions.- No skipped steps or domain errors.
Mistake 1: Forgetting to Solve for y After SwappingPrompt: Find the inverse of f(x) = 4x + 1.Common Wrong Response: x = 4y + 1 Why It Loses Credit: The inverse must be a function (i.e., solved for y). This response is an equation, not a function.Correct Approach: 1. Swap x and y: x = 4y + 1 2. Solve for y: y = (x - 1)/4 3. Write as f⁻¹(x) = (x - 1)/4.
Mistake 2: Ignoring Domain RestrictionsPrompt: Does f(x) = x² have an inverse function? Explain.Common Wrong Response: "Yes, the inverse is f⁻¹(x) = ±√x." Why It Loses Credit: The inverse isn’t a function (it fails the vertical line test). The response ignores that f(x) = x² isn’t one-to-one over all real numbers.Correct Approach: 1. Apply the horizontal line test: y = x² fails (e.g., y = 4 crosses at x = 2 and x = -2).2. Conclude: f(x) = x² has no inverse function unless its domain is restricted (e.g., to x ≥ 0).
Mistake 3: Misapplying Composition to Verify InversesPrompt: Verify that f(x) = 2x + 3 and g(x) = (x - 3)/2 are inverses.Common Wrong Response: "f(g(x)) = 2((x - 3)/2) + 3 = x - 3 + 3 = x, so they’re inverses." Why It Loses Credit: The response only checks one composition (f(g(x))) but not the other (g(f(x))). Both must equal x for functions to be inverses.Correct Approach: 1. Compute f(g(x)) and g(f(x)): - f(g(x)) = 2((x - 3)/2) + 3 = x - 3 + 3 = x - g(f(x)) = ((2x + 3) - 3)/2 = 2x/2 = x 2. Conclude: Both compositions equal x, so f and g are inverses.
If f and g are inverses, then f(g(x)) = x and g(f(x)) = x. But what if f and g are partial inverses—meaning f(g(x)) = x for some x but not all x? Can you design a pair of functions where f(g(x)) = x only when x is even? What would their graphs look like?
Pointer Toward the Answer: Start with f(x) = x/2 and g(x) = 2x. These are inverses, but f(g(x)) = x for all x. To make f(g(x)) = x only for even x, modify g to "break" odd inputs. For example, let g(x) = 2x if x is even, and g(x) = x if x is odd. Then f(g(x)) = x only when x is even. The graph of g would have a "split" at odd x, while f would remain a straight line. This idea appears in piecewise functions and conditional logic in computer science.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.