Identify and compare the long-run behavior of three fundamental function families.
Linear, quadratic, and exponential functions each grow at fundamentally different rates. Linear growth adds a constant amount per step. Quadratic growth adds an increasing amount (second differences are constant). Exponential growth multiplies by a constant factor each step.
Linear f(x) = mx + b
Quadratic f(x) = ax² + bx + c
Exponential f(x) = abˣ
For large x, exponential functions eventually outgrow both linear and quadratic functions.
A table with x = 0,1,2,3 and f(x) = 2, 6, 18, 54 shows each output is multiplied by 3. This is exponential growth: f(x) = 2 · 3ˣ.
Remember This!
Check first differences for linear behavior, second differences for quadratic, and ratios of consecutive terms for exponential. Only one of these will be constant.
A function has the values f(0)=5, f(1)=8, f(2)=11, f(3)=14. What type of function is this?