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

f:xf(x)f:x\mapsto f(x)

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.

f(x)=2x21f(x)=2x^2-1

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.

f(a+h)=2(a+h)21f(a+h)=2(a+h)^2-1

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.

f(x)=1x4x4f(x)=\frac1{x-4}\Rightarrow x\ne4

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.
Vocab
Radical
Math glossaryRadical
an\sqrt[n]{a}

An expression containing a root operation.

Learn more
Rational exponent
Math glossaryRational exponent
am/n=amna^{m/n}=\sqrt[n]{a^m}

Combines powers and roots.

Learn more
Function
Math glossaryFunction
y=f(x)y=f(x)

A rule or relation assigning exactly one output to each allowed input.

Learn more
Inverse function
Math glossaryInverse function
f1(f(x))=xf^{-1}(f(x))=x

Reverses a one-to-one function's input-output mapping.

Learn more
Domain
Math glossaryDomain
domf\operatorname{dom}f

The set of permitted input values.

Learn more
Math glossary