Skip to main content
🚀 This is a Beta – features are in progress.Share feedback
All topics
Math

Function Notation

6 min readMedium5-question drill

Function notation looks intimidating — $f(x)$, $f(g(x))$, $f^{-1}(x)$ — but it's just a labeling system that lets you talk about functions cleanly. Once you know what each symbol *means*, the questions become procedural.

Loading…
Reading function notation — the cheat sheet
NotationMeansExample with $f(x) = 2x + 1$
$f(5)$Plug 5 in for $x$$f(5) = 2(5) + 1 = 11$
$f(a)$Plug $a$ in for $x$$f(a) = 2a + 1$
$f(x + 2)$Plug $(x+2)$ in for $x$$f(x+2) = 2(x+2) + 1 = 2x + 5$
$f(g(x))$Composition: do $g$ first, then $f$If $g(x) = x^2$: $f(x^2) = 2x^2 + 1$
$f^{-1}(y)$Inverse: input $y$, output the $x$ that gave it$y = 2x+1$ → $x = (y-1)/2$, so $f^{-1}(y) = (y-1)/2$
Loading…
How to compute $f(g(x))$ at a specific value
Have you computed $g$(input) yet?
Yes ↓
Now plug that result into $f$ — done?
Yes ↓
Result is $f(g(\text{input}))$ — composition complete
No ↓
Plug the $g$-result into $f$'s rule. That's the final answer.
No ↓
Start with $g$(input). Inside-out. Then feed that to $f$.
Loading…
Quick check

Quick check. Function notation = substitute. Wrap whatever's inside the parentheses with its own parentheses, then evaluate carefully.

If f(x) = 4x + 2 and g(x) = 4x + 4, what is f(g(4))?

Worked examples

Example 1
Loading…
Example 2
Loading…

Common pitfalls

Forgetting parentheses when substituting
Loading…
Confusing $f(x) \cdot g(x)$ with $f(g(x))$
Loading…
Reading composition outside-in
Loading…
Confusing $f(2)$ with $f \cdot 2$
Loading…

Key takeaways

  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
Tracks your progress across lessons.

Try it yourself

5 practice questions on Function Notation, drawn from the question bank. The tutor is one click away if you get stuck.

Lesson v2 · generated 5/2/2026 · the floating tutor knows you're on this lesson — ask anything.