Nonlinear Functions
A function is linear if its rate of change is constant — it gains the same amount with every step in $x$. Anything else is nonlinear. The SAT tests nonlinear functions in three main ways: recognizing them from a graph, recognizing them from a table, and analyzing their behavior. This note covers each.
What makes a function nonlinear
A linear function has a constant slope — $y = mx + b$ — and its graph is a straight line. A nonlinear function has a slope that changes as you move along the graph. A few hints that you're looking at a nonlinear function:
- The graph is curved (not a straight line).
- The equation contains an exponent on $x$ greater than $1$ (like $x^2$, $x^3$).
- The variable is inside a square root, absolute value, or denominator.
- The variable is in the exponent (like $2^x$).
Common families of nonlinear functions
Six shapes show up over and over on the SAT. Recognize them at a glance and you can reason about behavior without doing much computation.
Quadratic
Cubic
Square root
Absolute value
Exponential
Rational
Recognizing nonlinear from a table
Without seeing the graph or equation, you can tell a function is nonlinear from a table of values: check the differences. If the $y$-values change by the same amount each time the $x$-value steps up by the same amount, it's linear. If the differences are different, it's nonlinear.
| $x$ | $y$ | $\Delta y$ |
|---|---|---|
| $1$ | $2$ | — |
| $2$ | $5$ | $3$ |
| $3$ | $10$ | $5$ |
| $4$ | $17$ | $7$ |
| $5$ | $26$ | $9$ |
Sample SAT-style problems
- (A) $f(x) = 3x - 7$
- (B) $f(x) = \dfrac{x}{4} + 1$
- (C) $f(x) = 2 - 5x$
- (D) $f(x) = x^2 - 4$
- (A) $f(t) = 200 + 2t$
- (B) $f(t) = 200t^2$
- (C) $f(t) = 200 \cdot 2^t$
- (D) $f(t) = 200 + 2^t$
| $x$ | $f(x)$ |
|---|---|
| $0$ | $3$ |
| $1$ | $6$ |
| $2$ | $12$ |
| $3$ | $24$ |
- (A) Linear
- (B) Quadratic
- (C) Exponential
- (D) Square root
- Constant difference ($+5$ each step) → linear
- Constant ratio ($\times 2$ each step) → exponential
- Differences of differences are constant → quadratic
- "Sales grow by $\$200$ per year" → linear
- "Sales grow by $5\%$ per year" → exponential