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.
LaTeX article Updated July 13, 2026
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.
Worked example
Common mistakes
- Reading f(x) as f multiplied by x.
- Replacing only one occurrence of x.
- Dropping parentheses around an expression input.
Keep these ideas
- f(x) is an output.
- Substitute the entire input everywhere.
- Respect the function's domain.