5.2 Input-Output Tables & Functional Relationships
Key Takeaways
- A mathematical function requires that every single input (x-value) maps to exactly one output (y-value).
- Multiple distinct inputs may produce the exact same output (e.g. constant functions or quadratic functions), but one input can never yield multiple distinct outputs.
- To derive a linear function rule y = mx + b from an input-output table, find the rate of change m = Δy / Δx and the initial value b where x = 0.
- Function notation f(x) represents the output value for input x; evaluating f(a) requires replacing every instance of x in the rule with the value a.
- In real-world elementary contexts, domain and range are often restricted to discrete non-negative numbers based on physical constraints.
5.2 Input-Output Tables & Functional Relationships
Functional thinking is central to the elementary and middle school mathematics curriculum. The Praxis 5003 exam tests a candidate's understanding of what constitutes a valid function, how to interpret input-output tables, how to formulate linear algebraic rules from numerical data, and how to evaluate functions using standard mathematical notation.
1. The Core Concept of a Function
A relation is any set of ordered pairs $(x, y)$ that pairs inputs with outputs. A function is a specialized relation in which each input is paired with exactly one output.
- Domain (Input Set / $x$): The set of all permissible input values (also referred to as the independent variable).
- Range (Output Set / $y$): The set of all resulting output values (also referred to as the dependent variable).
INPUT (x) ───────> [ FUNCTION MACHINE f(x) ] ───────> OUTPUT (y)
(Independent) Applies Rule (Dependent)
The Vending Machine Analogy
To intuitively understand the "one output per input" rule, consider a beverage vending machine:
- Valid Function Behavior: Pressing button A1 (Input) reliably dispenses Lemonade (Output). Pressing button A2 (Input) also dispenses Lemonade (Output). Two different inputs producing the same output is completely valid!
- Invalid Function Behavior (Not a Function): Pressing button B3 (Input) dispenses Cola on Monday, but pressing button B3 (the same Input) dispenses Root Beer on Tuesday. Because a single input produces multiple outputs, this relation fails the definition of a function.
2. Distinguishing Functions from Non-Functions
On the Praxis exam, candidate competency is tested across three representations: sets of ordered pairs, input-output tables, and graphs.
A. Sets of Ordered Pairs
To evaluate whether a set of ordered pairs represents a function, inspect the first coordinates ($x$-values):
- Set $P = {(1, 4), (2, 7), (3, 10), (4, 13)}$ $\implies$ Function. Every $x$-value ($1, 2, 3, 4$) is distinct and maps to one $y$-value.
- Set $Q = {(2, 5), (3, 8), (2, 9), (4, 11)}$ $\implies$ NOT a Function. The input $x = 2$ is paired with two different outputs ($y = 5$ and $y = 9$).
- Set $R = {(0, 6), (1, 6), (2, 6), (3, 6)}$ $\implies$ Function. This is a constant function ($y = 6$). All $x$-values are distinct, even though they share the same output.
B. Vertical Line Test for Graphs
A visual graph in the coordinate plane represents a function if and only if no vertical line intersects the graph at more than one point.
- If a vertical line touches a graph at two or more points, it means a single $x$-value has multiple $y$-values, failing the function test (e.g., a circle or a vertical line).
3. Input-Output Tables ("Function Machines")
Input-output tables present pairs of numbers generated by an underlying algebraic rule. Finding the rule requires calculating the rate of change and the initial value.
General Linear Form: $y = mx + b$ or $f(x) = mx + b$
- Rate of Change (Slope, $m$): The constant amount the output $y$ changes for every unit increase in input $x$:
- Initial Value ($y$-intercept, $b$): The output value when the input $x = 0$.
Step-by-Step Worked Example 1: Finding an Algebraic Rule from a Table
Problem: Determine the algebraic rule for the following input-output table and calculate the output when $x = 12$.
| Input ($x$) | Output ($y$) |
|---|---|
| 1 | 5 |
| 2 | 8 |
| 3 | 11 |
| 4 | 14 |
| 5 | 17 |
Solution:
- Step 1 (Check $\Delta x$ and $\Delta y$): Notice that as $x$ increases by $+1$ ($1 \to 2 \to 3$), $y$ increases by $+3$ ($5 \to 8 \to 11$).
- Step 2 (Calculate Slope $m$):
- Step 3 (Determine Initial Value $b$): Substitute $m = 3$ and one ordered pair, such as $(1, 5)$, into $y = mx + b$: (Alternative method: Work backward in the table to $x = 0$. Subtracting 3 from the output at $x = 1$ gives $5 - 3 = 2$, so $b = 2$.)
- Step 4 (Formulate Rule):
- Step 5 (Evaluate for $x = 12$):
4. Function Notation & Evaluation
Function notation $f(x)$ replaces the dependent variable $y$. The expression $f(4) = 14$ is read as "f of 4 equals 14", meaning that when the input is $x = 4$, the function produces an output of $14$.
Evaluating Expressions and Solving Equations
Example A: Evaluating an Output Given $f(x) = 4x - 7$, evaluate $f(6)$ and $f(-3)$.
- $f(6) = 4(6) - 7 = 24 - 7 = 17$
- $f(-3) = 4(-3) - 7 = -12 - 7 = -19$
Example B: Solving for an Input Given $g(x) = 5x + 3$, find the input $x$ such that $g(x) = 48$.
- Set $g(x) = 48$:
5. Domain & Range Basics in Elementary Contexts
In abstract mathematics, domain and range can encompass all real numbers ($(-\infty, \infty)$). However, in elementary word problems, practical contextual boundaries apply.
Discrete vs. Continuous Contexts
| Context Type | Definition | Example Scenario | Domain / Range |
|---|---|---|---|
| Discrete | Input consists of distinct, countable whole items. | Number of concert tickets bought ($x$) and total cost ($y$). | Domain: Whole numbers ${0, 1, 2, 3, \dots}$ |
| Continuous | Input can take on any real value within an interval. | Time elapsed running a race ($x$) and distance covered ($y$). | Domain: Real numbers $x \ge 0$ |
Physical Constraints Example:
A teacher purchases boxes of markers for $4.00 each, plus a $5.00 flat shipping fee. The cost function is $C(b) = 4b + 5$, where $b$ represents the number of boxes.
- Domain: $b \in {0, 1, 2, 3, \dots}$ (You cannot purchase negative or fractional boxes of markers).
- Range: $C(b) \in {5, 9, 13, 17, \dots}$ (The total cost will always be a whole dollar amount starting at the $5.00 base fee).
6. Praxis Exam Traps & Pedagogical Recommendations
Common Candidate Pitfalls:
- Mistaking Constant Functions for Non-Functions: A table where all outputs are identical (e.g., $(1, 5), (2, 5), (3, 5)$) IS a valid constant function ($y = 5$).
- Interpreting $f(x)$ as Multiplication: Candidates sometimes mistake $f(x)$ for $f \cdot x$. Emphasize that $f$ is the name of the function/rule, not a variable!
- Confusing Independent and Dependent Variables: Remember that the independent variable ($x$, input) is controlled or chosen first, while the dependent variable ($y$, output) changes in response.
Elementary Classroom Strategy: Introduce functional relationships using physical Function Machines (a decorated box where students insert an input card and the teacher/peer flips it to reveal the calculated output card). Encourage students to play "Guess My Rule" by testing different inputs to deduce the hidden arithmetic operation!
An input-output table shows the following values: (1, 7), (2, 11), (3, 15), (4, 19). What is the output value when the input is x = 10?
Which of the following sets of ordered pairs represents a valid mathematical function?
A cell phone provider charges a flat monthly fee of $25.00 plus $0.15 for each text message sent. Which equation represents total cost C(m) for sending m text messages, and what is the cost for sending 180 messages?