FUNCTIONS
Understanding function notation, composition, inverses, and graph transformations for AMC10 success.
Overview
A function is a rule that assigns exactly one output to each input. On the AMC10, functions appear in three main flavors: explicit rules like , recursive or relational rules like , and functional equations that constrain without writing it down explicitly. In every case, the key skill is careful substitution — replacing with whatever expression the problem hands you.
Composition and inverses are the two operations that link functions together. means "apply first, then "; it's not the same as unless and happen to commute. The inverse "undoes" : if then . Recognizing when a problem is really asking you to invert or compose — rather than evaluate from scratch — often cuts the work in half.
Graph transformations round out the AMC10 toolkit. When you replace with , the graph slides right by . Multiplying the whole expression by flips it over the -axis. These rules feel arbitrary until you see them as consequences of substitution: the graph of hits the same -values as , just shifted so the "action" happens 3 units to the right.
Key facts
- Evaluation: to find , substitute everywhere appears in the rule.
- Composition: . Evaluate first, feed the result to .
- Inverse exists when: is one-to-one (passes the horizontal-line test). Then .
- Finding the inverse algebraically: write , swap , solve for .
- Composition of inverses: and for all in the domain.
- Functional equations: if , pair up inputs that sum to to evaluate at specific points without knowing explicitly.
- Graph shifts: shifts the graph right by ; shifts left by .
- Graph stretches/reflections: reflects over the -axis; reflects over the -axis; stretches vertically by factor .
Worked example 1
If , find .
We could find the full formula for , but it's faster to ask: "What input gives output 7?"
Set :
So . Check: . ✓
Worked example 2
Let and . Find all values of for which .
First, compute :
Set this equal to zero:
The answer is .
Common traps
- Reversing composition order. means apply first. Writing instead is the single most common function error on the AMC10.
- Confusing with . The in denotes the inverse function, not a reciprocal. .
- Forgetting to check one-to-oneness. A function like has no inverse over all reals because it's not one-to-one. AMC problems that ask for "the inverse" always implicitly assume the domain is restricted so the function is one-to-one.
- Direction of horizontal shifts. shifts the graph RIGHT (not left) by 3. Substituting into gives , so the old behavior at now appears at .
- Misreading functional equations. When , to find you must solve first, then plug that into the right side — don't substitute directly into the right side.