DoAssignment.ca

A1.5 · Determine numeric and graphical representations of inverse relations

Learn to determine numeric and graphical representations of inverse relations through clear examples and targeted practice.

Ontario Grade 11 Mathematics

Characteristics of Functions

MCR3U – A1.5 | Switching Inputs and Outputs

Every relation pairs inputs with outputs. But what happens when you flip that around — when yesterday's output becomes today's input? That swap creates a brand-new relation called the inverse relation. Inverse relations appear throughout Grade 11 mathematics: they connect a function to its mirror image, and they are the foundation for understanding inverse functions later in the course. This lesson focuses on two concrete ways to represent an inverse relation — using a table of values (the numeric way) and using a graph (the graphical way). No algebraic formula is needed yet; the goal is to build a clear picture of what "inverse" really means before any symbols get in the way.

What you will learn

Prerequisite Bridge: Relations, Functions, and the Vertical-Line Test

A relation is any set of ordered pairs (x,y)(x, y). The first value, xx, is the input, and the second value, yy, is the output. A function is a special relation where every input has exactly one output — no xx-value is repeated with a different yy-value.
The vertical-line test is a quick graphical check: if every vertical line you can draw touches a graph at most once, the relation is a function. If any vertical line hits the graph at two or more points, the relation is not a function. You will use this test again at the end of the lesson to check whether an inverse relation is also a function.
One more tool you need: the line y=xy = x. This is the diagonal line that passes through the origin at a 45-degree angle, hitting points like (0,0)(0, 0), (1,1)(1, 1), (2,2)(2, 2), and (−3,−3)(-3, -3). It acts as a mirror for graphing inverse relations.

What Is an Inverse Relation?

The inverse relation of a given relation is formed by swapping every input and output. In other words, if the original relation contains the ordered pair (a,b)(a, b), then the inverse relation contains (b,a)(b, a). Every xx-value becomes a yy-value, and every yy-value becomes an xx-value.
Think of a practical situation: suppose a relation matches a student's study time (hours) to their quiz score. The inverse relation matches quiz scores back to study times. The information is identical — only the direction of the pairing has changed.
The notation used for the inverse of a relation ff is f−1f^{-1} (read as 'f inverse'). Be careful: the superscript −1-1 here does not mean 'one divided by ff'. It is a label that specifically means the inverse relation. At this stage in the course, f−1f^{-1} represents the inverse relation, which may or may not itself be a function.
The clearest way to see an inverse relation is to start with a table of values, swap the two columns, and then look at what changed on a graph.
(a, b)⟶(b, a)(a,\ b) \longrightarrow (b,\ a)

Numeric Representation: Swapping the Table of Values

A table of values lists ordered pairs in two columns. To find the inverse relation numerically, you simply exchange the role of the two columns: the xx-column becomes the yy-column, and the yy-column becomes the xx-column.
After swapping, re-read the table left-to-right as usual. Each row now gives you a new ordered pair that belongs to the inverse relation. Nothing about the numbers themselves changes — only their positions in the pair.
Once you have the swapped table, scan the new xx-column. If any value appears more than once, the inverse relation is not a function (because one input would map to multiple outputs). If every value in the new xx-column is unique, the inverse relation is a function.
This column-swap method is completely reliable and works for any relation, whether or not it is a function to begin with.

Graphical Representation: Reflecting Over y = x

Swapping xx and yy in every ordered pair has a precise geometric meaning: it reflects each point across the line y=xy = x. This is because the line y=xy = x is equidistant from any point (a,b)(a, b) and its mirror image (b,a)(b, a).
To draw the inverse relation's graph, you can use one of two approaches. First, you can plot the swapped ordered pairs directly from your table. Second, you can draw the original graph and then sketch its reflection across the line y=xy = x, flipping the entire curve over that diagonal mirror line.
A useful check: the original graph and its inverse are symmetric about the line y=xy = x. If you fold your graph paper along y=xy = x, the two curves should line up exactly.
After drawing the inverse graph, apply the vertical-line test to it. If the original relation already passed the vertical-line test (i.e., it was a function), its inverse might not pass — it depends on whether the original graph also passes the horizontal-line test. If every horizontal line touches the original graph at most once, then the inverse relation will be a function.
y=xy = x

Is the Inverse Relation a Function? The Horizontal-Line Test

You already know the vertical-line test: a graph is a function if no vertical line crosses it more than once. There is a matching test for inverses called the horizontal-line test: if every horizontal line touches the original graph at most once, then the inverse relation will be a function.
Why does this work? A horizontal line on the original graph acts like a vertical line on the inverse graph (because the axes have been swapped). So if a horizontal line hits the original at two points, say (2,5)(2, 5) and (7,5)(7, 5), the inverse will contain both (5,2)(5, 2) and (5,7)(5, 7) — two different outputs for the same input x=5x = 5, which breaks the function rule.
To summarise the decision process: start with the original graph, apply the horizontal-line test, and use the result to predict whether the inverse is a function. Then confirm by applying the vertical-line test to the inverse graph itself.

Side-by-Side: Original Relation g and Its Inverse g⁻¹

Original pair in gInverse pair in g⁻¹What changed?
(−2, 1)(-2,\ 1)(1, −2)(1,\ -2)x and y swapped
(0, 1)(0,\ 1)(1, 0)(1,\ 0)x and y swapped
(1, 3)(1,\ 3)(3, 1)(3,\ 1)x and y swapped
(3, 5)(3,\ 5)(5, 3)(5,\ 3)x and y swapped

Worked example

Example 1 – Numeric Inverse of a Simple Relation

A relation ff is given by the following ordered pairs: (1,4)(1, 4), (2,7)(2, 7), (3,10)(3, 10), (4,13)(4, 13). (a) Write the ordered pairs of the inverse relation f−1f^{-1}. (b) State whether f−1f^{-1} is a function, and explain why.
  1. List the original ordered pairs
    Write out every pair from the relation ff so you can see both coordinates clearly before swapping.
    f:(1,4), (2,7), (3,10), (4,13)f: (1,4),\ (2,7),\ (3,10),\ (4,13)
  2. Swap each pair
    For each ordered pair (x,y)(x, y) in ff, write (y,x)(y, x) in f−1f^{-1}. The first coordinate and second coordinate trade places.
    f−1:(4,1), (7,2), (10,3), (13,4)f^{-1}: (4,1),\ (7,2),\ (10,3),\ (13,4)
  3. Check the new x-values for repeats
    Look at the first coordinate of every pair in f−1f^{-1}. The values are 4, 7, 10, and 13. All four are different, so no input maps to more than one output.
  4. State the conclusion
    Because every input in f−1f^{-1} is unique, the inverse relation passes the definition of a function.
Answer: f−1={(4,1), (7,2), (10,3), (13,4)}f^{-1} = \{(4,1),\ (7,2),\ (10,3),\ (13,4)\}. The inverse relation is a function because no xx-value repeats.
Check: To verify, swap the pairs of f−1f^{-1} back: the result is (1,4),(2,7),(3,10),(4,13)(1,4), (2,7), (3,10), (4,13), which matches ff exactly. Also confirm that the xx-values in f−1f^{-1} — namely 4, 7, 10, and 13 — are all distinct. Both checks pass.

Worked example

Example 2 – Graphical Inverse and Testing Whether It Is a Function

A relation gg has the table of values below. (a) Produce the table of values for g−1g^{-1}. (b) Describe how to sketch the graph of g−1g^{-1} from the graph of gg. (c) Determine whether g−1g^{-1} is a function.

| xx | yy |
|---|---|
| −2-2 | 11 |
| 00 | 11 |
| 11 | 33 |
| 33 | 55 |
  1. Write the original ordered pairs
    Read each row of the table as an ordered pair.
    g:(−2,1), (0,1), (1,3), (3,5)g: (-2,1),\ (0,1),\ (1,3),\ (3,5)
  2. Swap each pair to get the inverse table
    Exchange the xx- and yy-values in every pair. The new table has columns labelled xx and yy, where the xx-values come from gg's original yy-values.
    g−1:(1,−2), (1,0), (3,1), (5,3)g^{-1}: (1,-2),\ (1,0),\ (3,1),\ (5,3)
  3. Describe the graphical method
    Plot the four points of gg on a coordinate grid and draw the line y=xy = x as a dashed mirror. Then reflect each point across that line: a point (a,b)(a, b) maps to (b,a)(b, a). Connecting the reflected points gives the graph of g−1g^{-1}.
  4. Apply the vertical-line test to the inverse graph
    Notice that the inverse relation contains (1,−2)(1, -2) and (1,0)(1, 0). Both have the input x=1x = 1 but different outputs y=−2y = -2 and y=0y = 0. A vertical line at x=1x = 1 would hit the graph of g−1g^{-1} at two points, so the vertical-line test fails.
  5. State the conclusion
    Because the input x=1x = 1 produces two different outputs, the inverse relation g−1g^{-1} fails the definition of a function. This happened because gg itself had two different inputs (−2-2 and 00) that both produced the same output (11), meaning gg failed the horizontal-line test.
Answer: g−1={(1,−2), (1,0), (3,1), (5,3)}g^{-1} = \{(1,-2),\ (1,0),\ (3,1),\ (5,3)\}. The graph of g−1g^{-1} is the reflection of gg over the line y=xy = x. The inverse relation is NOT a function because the input x=1x = 1 maps to two different outputs.
Check: Swapping the pairs of g−1g^{-1} back produces (−2,1),(0,1),(1,3),(3,5)(-2,1),(0,1),(1,3),(3,5), which matches gg exactly. The repeated x=1x = 1 in g−1g^{-1} confirms the vertical-line test fails. The original table of gg shows y=1y = 1 appears twice (for x=−2x = -2 and x=0x = 0), confirming the horizontal-line test on gg also fails. All checks are consistent.

Common mistakes and how to avoid them

Writing f−1f^{-1} as 1f\frac{1}{f} because the −1-1 looks like an exponent.
Correction: In the context of inverse relations, the notation f−1f^{-1} means the inverse relation, not one divided by ff. It is a label, not a power.
Swapping only the x-values without touching the y-values, for example changing (3,7)(3, 7) to (−3,7)(-3, 7).
Correction: Forming the inverse requires swapping both coordinates completely: (3,7)(3, 7) becomes (7,3)(7, 3). The original yy-value becomes the new xx-value.
Assuming the inverse of a function is always a function.
Correction: The inverse relation is a function only if the original graph passes the horizontal-line test. If any output in the original is repeated for different inputs, the inverse will not be a function.
Reflecting the graph over the x-axis or y-axis instead of over the line y=xy = x.
Correction: The correct mirror line is the diagonal y=xy = x. Reflecting over the x-axis gives (x,−y)(x, -y) and over the y-axis gives (−x,y)(-x, y) — neither produces the inverse relation.
Forgetting to re-label the axes after swapping, then misreading which variable is the input.
Correction: After swapping, the new left column is always the xx (input) column and the new right column is always the yy (output) column. Re-labelling prevents confusion when applying the vertical-line test.

Lesson summary

Check your understanding

Question 1

A relation contains the ordered pair (5,−3)(5, -3). Which ordered pair must appear in the inverse relation?
  1. (−5,3)(-5, 3)
  2. (−3,5)(-3, 5)
  3. (5,3)(5, 3)
  4. (−5,−3)(-5, -3)
Show answer and explanation
(−3,5)(-3, 5)
Forming the inverse swaps the two coordinates: (5,−3)(5, -3) becomes (−3,5)(-3, 5). The signs of the numbers do not change — only the positions of xx and yy are exchanged.

Question 2

The graph of a relation passes the vertical-line test but fails the horizontal-line test. What can you conclude about its inverse relation?
  1. The inverse relation is a function.
  2. The inverse relation is not a relation.
  3. The inverse relation is not a function.
  4. The inverse relation is the same as the original.
Show answer and explanation
The inverse relation is not a function.
Failing the horizontal-line test means some output value is produced by more than one input. After swapping, that repeated output becomes a repeated input in the inverse, causing the inverse to fail the vertical-line test. Therefore the inverse relation is not a function.

Question 3

Which line acts as the mirror when reflecting a graph to produce its inverse relation?
  1. y=0y = 0
  2. x=0x = 0
  3. y=−xy = -x
  4. y=xy = x
Show answer and explanation
y=xy = x
Swapping xx and yy in every ordered pair is geometrically equivalent to reflecting each point across the line y=xy = x. That diagonal line is equidistant from any point (a,b)(a, b) and its swapped image (b,a)(b, a).

Question 4

A table of values for f−1f^{-1} has the following new xx-values after swapping: 2, 5, 5, 9. Is f−1f^{-1} a function?
  1. Yes, because all original xx-values were different.
  2. Yes, because the yy-values are all different.
  3. No, because the xx-value 55 appears twice.
  4. No, because the table has four rows.
Show answer and explanation
No, because the xx-value 55 appears twice.
A function requires every input to have exactly one output. Here, x=5x = 5 appears twice in the new xx-column, meaning the input 55 maps to two different outputs. That violates the definition of a function, so f−1f^{-1} is not a function.

Key terms

Relation
A set of ordered pairs (x, y) that pairs input values with output values. There are no restrictions on how many outputs one input may have.
Function
A relation in which every input (x-value) is paired with exactly one output (y-value). No x-value may repeat with a different y-value.
Inverse relation
The relation formed by swapping the x- and y-coordinates of every ordered pair in the original relation, exchanging all inputs and outputs.
Ordered pair
A pair of numbers written as (x, y), where x is the input (horizontal position) and y is the output (vertical position).
Vertical-line test
A visual test applied to a graph: if every vertical line touches the graph at most once, the relation is a function.
Horizontal-line test
A visual test applied to the original graph: if every horizontal line touches the graph at most once, the inverse relation will be a function.
Reflection over y = x
A transformation that maps each point (a, b) to the point (b, a), using the line y = x as the mirror. This is exactly the graphical effect of forming an inverse relation.
f⁻¹ (f inverse)
The notation for the inverse relation of f. The superscript −1 is a label meaning 'inverse', not an exponent; it does not mean one divided by f.

Continue through MCR3U

View the complete Ontario Grade 11 Mathematics learning path

About this lesson

Published by DoAssignment. This AI-assisted lesson follows Ontario Grade 11 Mathematics (MCR3U), expectation A1.5. It is a study resource, not an official curriculum publication.

Official curriculum reference

Report a correction or ask a question