Once you know a relation is a function, you can name it and talk about its outputs precisely. That is what function notation is for, and it is worth more than it first appears.
Reading the Notation
Three parts, each doing a job:
is the function’s name. Others in common use are , , and in applications things like for cost or for area. inside the brackets is the input — sometimes called the argument. is the rule — what gets done to the input.
Say it out loud as “f of x”. The single most common beginner error is reading the brackets as multiplication:
Why Not Just Use y?
Both describe the same value, and
Writing
It also lets you write questions compactly. “Solve
Evaluating at a Number
To evaluate, replace every
Keep the brackets when you substitute. With
Dropping those brackets gives
Evaluating at an Expression
The input does not have to be a number. Anything can go in the brackets, and the same rule applies: replace every
For
The brackets are not optional here.
That last one,
Input Changes vs Output Changes
This distinction catches people out, and it is worth being deliberate about.
— the input is altered before the rule runs. On a graph this shifts the curve horizontally. — the rule runs, then the result is altered. On a graph this shifts the curve vertically.
For
Similarly
Reading Values Off a Graph
A graph is a complete record of a function, so
To find
To solve
To solve
Note the asymmetry:
Other Notations You Will Meet
| Notation | Meaning |
|---|---|
| standard function notation | |
| the same value, named as a coordinate | |
| different names, different input letters | |
| applied naming, e.g. cost as a function of quantity | |
| “maps to” notation, common in the UK | |
| the derivative of | |
| the inverse function — not a reciprocal |
That last row is a genuine trap:
Worked Example A: Numbers In
For
Worked Example B: A Negative Input With a Square
For
Both brackets matter: the square gives
Worked Example C: Working Backwards
For
Evaluating goes forwards; this goes backwards, and is just solving an equation.
Worked Example D: An Expression In
For
Worked Example E: A Real Model
A taxi charges £3 plus £1.50 per mile:
— the fare before moving. . gives , so miles.
Common Mistakes to Avoid
- Reading
as multiplication. The brackets hold an input. - Dropping brackets around a negative input.
with is , not . - Substituting into only some of the
s. Every occurrence gets replaced. - Confusing
with . Inside changes the input, outside the output. - Reading
as . It is the inverse function. - Expecting
to have one answer. It may have several, or none. - Assuming the input letter matters.
and are the same function.
Where Function Notation Leads Next
- Domain and range — which inputs are allowed, and what comes out.
- Transformations.
describes shifting a graph. - Composite functions, written
— the output of one becomes the input of the next. - Inverse functions,
, which undo . - Calculus.
, and the difference quotient built from . - Programming, where
f(x)is literally how a function call is written.
Practice Problems
Work each one before opening the answer.
Problem 1. For
Show answer
Problem 2. For
Show answer
Problem 3. For
Show answer
Problem 4. For
Show answer
Problem 5. For
Show answer
Problem 6. For
Show answer
Problem 7. For
Show answer
Problem 8. For
Show answer
Problem 9. A graph passes through
Show answer
Problem 10. For
Show answer
Problem 11. For
Show answer
Problem 12. A phone plan costs
Show answer
The fixed monthly charge — £20 before using any data.
Quick Reference
| Task | Method |
|---|---|
| Read | “f of x” — the output for input |
| Evaluate | Replace every |
| Negative input | Always bracket it: |
| Expression input | Substitute the whole expression |
| Changes the input (horizontal shift) | |
| Changes the output (vertical shift) | |
| Read | Up from |
| Solve | Across from |
| The | |
| The inverse function, not a reciprocal |
Function notation only works because a function returns exactly one output; the underlying idea is a relation. What may go in is the domain and what comes out is the range. See Graphing Functions for the visual side. More Algebra lessons are available.