Function notation: inputs, outputs, and what f(x) does not mean
f(x) names the output of function f at input x. The parentheses indicate evaluation, not multiplication.
What the idea means, why its conditions matter, and where it connects.
Updated July 13, 2026Replace every occurrence of the input variable with the supplied expression, using parentheses.
A function pairs each allowed input with one output
The function name identifies the rule or relationship; the value inside parentheses identifies the input. f(x) is a single output expression.
Writing f times x would require a separately defined number or variable f. Function notation uses the same visual parentheses for a different job.
Inputs can be expressions
Evaluating f(a + h) means replacing x everywhere with the entire expression a + h. Parentheses keep powers and signs attached correctly.
This skill becomes essential in difference quotients, composition, and transformations.
Domain belongs to the function
A formula may exclude inputs because of denominators, even roots, logarithms, or contextual constraints. Function notation does not override those restrictions.
When a table or graph defines the function, read the output from that representation instead of inventing an algebraic rule.
If f(x) = 2x² − 3x + 1, find f(a + 1).
Replace every x with a + 1.
Expand the square and distribute.
Combine like terms.
Common mistakes
- Reading f(x) as f multiplied by x.
- Replacing only one occurrence of x.
- Dropping parentheses around an expression input.
Three takeaways
- f(x) is an output.
- Substitute the entire input everywhere.
- Respect the function's domain.