Mistake Master
Nonlinear functions and function notation
Function notation and exponentials are where the SAT stops asking you to push symbols around and starts asking what they mean. The notation $f(x)$ is not $f$ times $x$; it is an instruction to substitute, so for $f(x)=5x+2$ the value $f(3)$ is $5(3)+2=17$, not $2$ times $3$. A composition reads from the inside out: $f(g(2))$ means run $g$ first and then $f$, and $g(f(2))$ is usually a different number. An exponential equation asks a question about a power, so $2^{x}=32$ means $2$ raised to what power is $32$, which is $5$, not $32$ divided by $2$. And in a model like $y=3(2)^{x}$, the $3$ is the value at $x=0$, the $2$ is the factor for each step, and the exponent counts the steps. Read what the notation asks, substitute, compose inside out, and let the exponent do its work.
§1
What this topic is about
▸
This topic is about reading function notation and exponentials for what they actually say, rather than for what their symbols look like. A rule such as $f(x)=5x+2$ is an instruction: wherever an input appears in the parentheses, substitute it for $x$ and simplify. A composition $f(g(x))$ stacks two of those instructions and must be read from the inside out. An exponential equation such as $2^{x}=32$ asks a question about a power, and a model such as $y=3(2)^{x}$ packs a starting value, a per-step factor, and a step count into one short expression. The points leak in four predictable places: reading $f(x)$ as multiplication, composing in the wrong order, treating an exponent like a coefficient, and misnaming the parts of a growth model. Each cure is the same idea: slow down and read what the notation is asking before you compute.
§2
Function notation: substitute, do not multiply
▸
When a function is named, like $f(x)=5x+2$, the symbol $f(x)$ is a label for the output, not a product. The parentheses do not mean $f$ times $x$; they hold the input. To evaluate $f(3)$, you substitute $3$ for every $x$ in the rule and simplify: $f(3)=5(3)+2=17$. The most common slip is to multiply the visible numbers instead of substituting, reading $f(3)$ as $2$ times $3$, or $5$ times $2$, or just $5(3)$ with the $+2$ forgotten. None of those is what the notation asks. Substitute the whole input into the whole rule.
- $f(x)$ is a name for the output; the parentheses hold the input, not a multiplication.
- To find $f(\text{input})$, replace every $x$ in the rule with that input.
- Simplify the entire rule, including every constant term, before reporting the value.
Worked example. If $f(x)=5x+2$, find $f(3)$.
Replace $x$ with $3$ in $5x+2$. This gives $5(3)+2$, where the parentheses now mean multiply the coefficient $5$ by the input $3$.
$$5(3)+2=15+2=17.$$ Reading $f(3)$ as $2$ times $3$ would give $6$, and stopping at $5(3)$ would give $15$. The value is $f(3)=17$.
§3
Composition: work from the inside out
▸
A composition like $f(g(2))$ means apply $g$ to $2$ first, then apply $f$ to whatever $g$ produced. The inner function runs first because it sits inside the parentheses. Order matters: $f(g(2))$ and $g(f(2))$ are almost always different numbers, so swapping them is a real mistake, not a harmless rearrangement. The two other slips are stopping at the inner value without applying the outer function, and adding $f(2)$ and $g(2)$ instead of feeding one into the other. Evaluate the inside, then carry that single number outward.
- In $f(g(x))$, evaluate the inner function $g$ first, then apply $f$ to its output.
- $f(g(x))$ and $g(f(x))$ are different in general, so the order cannot be swapped.
- Carry the inner output forward as the new input; do not stop at it and do not add the two outputs.
Worked example. If $f(x)=3x+1$ and $g(x)=2x+5$, find $f(g(2))$.
$g(2)=2(2)+5=9$. This is the output of $g$, and it becomes the input to $f$.
$$f(9)=3(9)+1=28.$$ Reversing the order to $g(f(2))$ would give $g(7)=19$, a different number, and stopping at $g(2)=9$ would leave $f$ unapplied. The value is $f(g(2))=28$.
§4
Exponential equations: ask what power
▸
An equation like $2^{x}=32$ has the variable in the exponent, and that changes what you are solving for. You are not undoing a coefficient; you are asking a question about a power: $2$ raised to what power equals $32$? Since $2^{5}=32$, the answer is $x=5$. The tempting wrong move is to treat the exponent like a coefficient and divide, writing $x=32 \div 2=16$, which is linearizing an equation that is not linear. Rewriting both sides as powers of the same base makes the exponent readable directly. The same idea handles negative exponents: $2^{x}=\dfrac{1}{8}$ asks for the power of $2$ that gives a reciprocal, and since $\dfrac{1}{8}=2^{-3}$, the exponent is $-3$.
- In $b^{x}=N$, the unknown is the exponent; ask what power of $b$ gives $N$.
- Do not divide $N$ by $b$. The exponent is not a coefficient, and dividing linearizes the equation.
- Rewrite $N$ as a power of $b$ and read the exponent. A reciprocal target means a negative exponent.
Worked example. Solve $2^{x}=32$, then $2^{x}=\dfrac{1}{8}$.
For $2^{x}=32$, write $32$ as a power of $2$: $32=2^{5}$. So $2^{x}=2^{5}$, and the exponents must match.
From $2^{x}=2^{5}$, $x=5$. For $2^{x}=\dfrac{1}{8}$, write $\dfrac{1}{8}=2^{-3}$, so $$x=-3.$$ Dividing $32$ by $2$ to get $16$ would solve a linear equation that is not the one in front of you.
§5
Exponential models: name each part
▸
A model written as $y=a(b)^{x}$ carries three separate pieces of information, and most errors come from mixing them up. The coefficient $a$ is the initial value, the output when $x=0$. The base $b$ is the growth or decay factor, what you multiply by for each one-step increase in $x$. The exponent $x$ counts how many of those steps have happened. To find the output at a particular $x$, multiply the initial value by the factor that many times. Reporting the initial value as the answer, multiplying by the factor only once, or dropping the coefficient entirely are all symptoms of not naming the parts first.
- The coefficient $a$ is the value at $x=0$, not the answer for every $x$.
- The base $b$ is the per-step factor; the exponent says how many times to apply it.
- Evaluate $a(b)^{x}$ as a whole: keep the coefficient and raise the base to the full exponent.
Worked example. A quantity is modeled by $y=3(2)^{x}$. Find $y$ at $x=3$.
The initial value is $3$, at $x=0$. The factor is $2$ for each step, and the exponent $3$ says three steps have happened.
$$y=3(2)^{3}=3 \cdot 8=24.$$ Reporting $3$ gives only the start, multiplying by $2$ once gives $6$, and dropping the coefficient gives $2^{3}=8$. The value is $24$.
Read $f(x)$ as an instruction to substitute, not a product; compose from the inside out and never swap the order; in $b^{x}=N$ ask what power of $b$ gives $N$ instead of dividing; and in $y=a(b)^{x}$ name the initial value, the factor, and the step count before you compute. Read what the notation asks, then evaluate.
§6
Four patterns that cost real points
▸
Four patterns recur on these questions. They are the same ones the diagnostic routes on.
$f(x)$ is read as multiplication instead of substitution.
The value $f(3)$ is reported as $2$ times $3$, or as the product of the two numbers in the rule, or as $5(3)$ with the constant dropped. The parentheses are being read as a multiplication sign rather than as a slot for the input.
Fix. Treat $f(\text{input})$ as an instruction. Replace every $x$ in the rule with the input, then simplify the entire expression, keeping every constant term. For $f(x)=5x+2$, $f(3)=5(3)+2=17$.
A composition is evaluated in the wrong order.
$f(g(2))$ is computed as $g(f(2))$, or the inner value is reported without applying the outer function, or the two outputs are added. The stacked parentheses are being read left to right instead of inside out.
Fix. Evaluate the inner function first and carry its single output outward as the new input. For $f(x)=3x+1$ and $g(x)=2x+5$, $g(2)=9$ and then $f(9)=28$.
An exponential equation is linearized.
$2^{x}=32$ is solved as $x=32 \div 2=16$, treating the exponent like a coefficient. Reporting the target value or the base instead of the exponent is the same confusion about what the equation is asking.
Fix. Ask what power of the base gives the target. Rewrite the target as a power of the base and read the exponent: $32=2^{5}$, so $x=5$. A reciprocal target such as $\dfrac{1}{8}=2^{-3}$ gives a negative exponent.
The parts of a growth model are misnamed.
In $y=a(b)^{x}$ the initial value is reported as the answer for every $x$, the factor is applied only once, or the coefficient is dropped so only $b^{x}$ is computed. The roles of the coefficient, the base, and the exponent are being blurred together.
Fix. Name each part: $a$ is the value at $x=0$, $b$ is the per-step factor, and the exponent counts the steps. Evaluate the whole expression, keeping the coefficient: $y=3(2)^{3}=24$.
Ten quick checks across the four patterns: substituting into $f(x)$, composing in the right order, asking what power an exponential equation wants, and naming the parts of a growth model. Pick or type your answer, then check. Progress is saved.