Function Notation
The notation f(x) names a rule: f is the rule, x is the input, and f(x) is the output. Reading "f(3)" means "run the rule on 3", not "multiply f by 3" — the parentheses do not mean multiplication here. So if f(x) = 2x + 1, then f(3) = 2(3) + 1 = 7. The input can itself be an expression or another variable: f(a + 1) means substitute the entire quantity (a + 1) for x wherever x appears. A common GRE twist gives you f(x) and an output and asks for the input — solve f(x) = 15 as an equation. Another asks you to compare f(a) and f(b) as a Quantitative Comparison, which you handle by substituting, not by guessing. The letter used is cosmetic; g(t) or h(n) work identically. Keep every substitution wrapped in parentheses and most "function" difficulty disappears.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Notation & evaluation
| Function value | f(a) = replace every x in the rule with a |
|---|---|
| Composition | f(g(x)) = evaluate g first, then feed into f |
| Custom operator | a ⊕ b = (whatever rule the problem defines) |
Domain & range
| Domain | all inputs x that are allowed |
|---|---|
| Range | all outputs f(x) that can result |
| Denominator rule | exclude any x making a denominator 0 |
| Even-root rule | the quantity under a √ must be ≥ 0 |