3.4 Graphical and Tabular Representations of Functions
Key Takeaways
- Constant first differences in equally spaced table outputs indicate a linear function; constant second differences indicate a quadratic; constant ratios indicate an exponential.
- For a quadratic read from a table, the constant second difference equals 2a, so a table with second difference 4 has leading coefficient a = 2.
- A sign change between consecutive table outputs proves a zero lies between those inputs, but a table never proves an exact zero, maximum, or minimum.
- Inverting a function given in a table means swapping the input and output rows, so f(3) = 4 gives f-inverse(4) = 3.
- The difference and ratio tests are valid only when the x-values in the table are equally spaced.
3.4 Graphical and Tabular Representations of Functions
The largest content area on the CLEP Precalculus exam — Representations of Functions, at 30% — asks you to recognize and operate on functions presented "symbolically, graphically or in tabular form." Most precalculus courses drill the first two and skim the third. This section closes that gap: how to read a function out of a table, how to identify which family a table belongs to, and how to move fluently among all three representations.
1. The Three Representations
Every function can be described in three interchangeable ways, plus a verbal description:
| Representation | Form | Strength | Weakness |
|---|---|---|---|
| Symbolic | $f(x) = 2x + 3$ | Exact; supports algebra | Behavior is not visible |
| Graphical | A curve in the plane | Shows shape, extrema, asymptotes at a glance | Values are approximate |
| Tabular | Paired $(x, f(x))$ values | Exact at listed inputs | Says nothing between rows |
| Verbal | "Cost rises $40 per unit from a $300 base" | Connects to context | Ambiguous without translation |
A CLEP item often hands you one form and asks for a property that is natural in another. The exam skill is translation, not computation.
2. Reading a Function from a Table
Consider this table of a function $f$:
| $x$ | $-2$ | $-1$ | $0$ | $1$ | $2$ | $3$ |
|---|---|---|---|---|---|---|
| $f(x)$ | $7$ | $2$ | $-1$ | $-2$ | $1$ | $6$ |
Everything below is read directly off the rows.
- Evaluation: $f(1) = -2$.
- Solving $f(x) = 7$: scan the output row for $7$, then report its input: $x = -2$.
- Domain and range (as listed): domain ${-2, -1, 0, 1, 2, 3}$, range ${-2, -1, 1, 2, 6, 7}$.
- Zeros: the outputs change sign between $x = -1$ (output $2$) and $x = 0$ (output $-1$), so a zero lies in $(-1, 0)$. Another lies in $(1, 2)$. A table proves a sign change, not an exact root.
- Increasing/decreasing: outputs fall from $x = -2$ to $x = 1$, then rise from $x = 1$ to $x = 3$. A minimum occurs at or near $x = 1$.
- Average rate of change on $[0, 3]$: $\dfrac{f(3) - f(0)}{3 - 0} = \dfrac{6 - (-1)}{3} = \dfrac{7}{3}$.
Trap: never claim an exact maximum, minimum, or zero at a listed input unless the question restricts the domain to those inputs. The table only samples the function.
3. Identifying the Function Family from a Table
This is the highest-value skill in this section. Given equally spaced $x$-values, compute successive differences of the outputs (subtract) and successive ratios (divide):
| Pattern in the outputs | Function family | Symbolic form |
|---|---|---|
| First differences constant | Linear | $f(x) = mx + b$ |
| Second differences constant | Quadratic | $f(x) = ax^2 + bx + c$ |
| $n$th differences constant | Polynomial of degree $n$ | — |
| Ratios constant | Exponential | $f(x) = ab^x$ |
| Outputs change by a constant amount while inputs multiply by a fixed factor | Logarithmic | $f(x) = a\log_b x$ |
| Output pattern repeats over a fixed input span | Periodic / trigonometric | $f(x) = A\sin(Bx) + D$ |
Worked Example 3.4A: Linear or Exponential?
| $x$ | $0$ | $1$ | $2$ | $3$ |
|---|---|---|---|---|
| $g(x)$ | $5$ | $15$ | $45$ | $135$ |
First differences: $10, 30, 90$ — not constant, so $g$ is not linear. Ratios: $\frac{15}{5} = 3$, $\frac{45}{15} = 3$, $\frac{135}{45} = 3$ — constant, so $g$ is exponential.
Read the parameters straight off the table: the common ratio is the base, $b = 3$, and the output at $x = 0$ is the initial value, $a = g(0) = 5$. Therefore
Worked Example 3.4B: Building a Quadratic from a Table
| $x$ | $0$ | $1$ | $2$ | $3$ | $4$ |
|---|---|---|---|---|---|
| $h(x)$ | $1$ | $4$ | $11$ | $22$ | $37$ |
First differences: $3, 7, 11, 15$. Second differences: $4, 4, 4$ — constant, so $h$ is quadratic.
For a quadratic, the constant second difference equals $2a$, so $2a = 4$ and $a = 2$. Since $h(0) = 1$, we get $c = 1$. Using $h(1) = 4$:
Check $h(3) = 18 + 3 + 1 = 22$. ✔
4. Translating Table ↔ Graph ↔ Formula
Table → graph. Plot the pairs, then let the identified family dictate the connecting curve. Constant ratios mean you draw a smooth exponential through the points with a horizontal asymptote — never a polygonal path.
Graph → table. Read intercepts and turning points off the axes. An intercept at $(0, 4)$ is the table row $x = 0$, output $4$.
Formula → table. Substitute. This is the direction the calculator's TABLE feature automates in Section 1.
Composition and inverses from tables
Tables make composition mechanical. Given
| $x$ | $1$ | $2$ | $3$ | $4$ |
|---|---|---|---|---|
| $f(x)$ | $3$ | $1$ | $4$ | $2$ |
| $k(x)$ | $3$ | $4$ | $2$ | $1$ |
then $(f \circ k)(2) = f(k(2)) = f(4) = 2$. Work the inside function first.
Because each output of $f$ appears exactly once, $f$ is one-to-one and invertible. To read $f^{-1}(4)$, find the input whose output is $4$: $f(3) = 4$, so $f^{-1}(4) = 3$. Inverting a table means swapping the rows.
5. CLEP Exam Traps & Common Errors
- Trap 1: Checking differences on unequally spaced inputs. The difference and ratio tests are valid only when the $x$-values are equally spaced. If a table lists $x = 1, 2, 4, 8$, the constant-ratio test on the outputs does not identify an exponential — rewrite or re-space first.
- Trap 2: Reading $f^{-1}(4)$ as $\frac{1}{f(4)}$. The $-1$ is inverse-function notation, not an exponent. In the table above, $f^{-1}(4) = 3$, whereas $\frac{1}{f(4)} = \frac{1}{2}$.
- Trap 3: Assuming a listed extreme value is the extreme value. A table showing a smallest output of $-2$ at $x = 1$ does not prove the minimum is $-2$; the true vertex may sit between rows.
- Trap 4: Confusing the direction of composition. $(f \circ k)(2)$ means $f(k(2))$, not $k(f(2))$. In the table above $(f \circ k)(2) = f(4) = 2$, but $(k \circ f)(2) = k(1) = 3$. Composition is not commutative — always evaluate inside-out.
A function $p$ is given by the table $p(0) = 6$, $p(1) = 18$, $p(2) = 54$, $p(3) = 162$. Which symbolic form matches the table?
A quadratic function $q$ satisfies $q(0) = 3$, $q(1) = 5$, $q(2) = 11$, and $q(3) = 21$. What is the leading coefficient of $q$?
A one-to-one function $f$ is defined by the table $f(1) = 5$, $f(2) = 8$, $f(3) = 2$, $f(4) = 9$. What is the value of $f^{-1}(2) + f(f^{-1}(9))$?
A continuous function $m$ has the table values $m(-1) = 4$, $m(0) = 1$, $m(1) = -2$, $m(2) = -1$, $m(3) = 5$. Which conclusion is fully justified by the table?