Algebra 1 Core functionsnotationevaluating

Function Notation

f(x) is a name for an output, not multiplication.

Video by Khan Academy — “Evaluating with function notation | Functions and their graphs | Algebra II | Khan Academy” Watch on YouTube

The explanation

Key idea f(3) means the output when the input is 3.

f(x) is read "f of x." It does not mean f times x.

f(x) = 2x + 1 is the same rule as y = 2x + 1, but the notation lets you name the input you are using.

f(3) means substitute 3: f(3) = 2(3) + 1 = 7. The pair (3, 7) is on the graph.

You can substitute anything, including expressions. f(a + 1) = 2(a + 1) + 1 = 2a + 3.

Solving f(x) = 11 is the reverse question: which input gives 11? Set 2x + 1 = 11 and solve, giving x = 5.

Worked example

For f(x) = x² − 4x, find f(−2), and solve f(x) = 0.

  1. f(−2) = (−2)² − 4(−2) = 4 + 8 = 12.
  2. Solve x² − 4x = 0 by factoring: x(x − 4) = 0.
  3. So x = 0 or x = 4.

Answer: f(−2) = 12; f(x) = 0 at x = 0 and x = 4

Common mistakes

  • Reading f(3) as f times 3.
  • Forgetting parentheses when substituting a negative, turning f(−2) into −2² − 4(−2).