Function Notation Examples in Math
Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Function Notation.
This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.
Concept Recap
Function notation f(x) is a shorthand that names a function (f) and specifies its input (x). Writing f(3) = 10 means that when the input is 3, the function produces the output 10. This notation is not multiplication.
The notation f(x) is not "f times x" โ it means "the output of function f when the input is x." The parentheses contain the input, not a multiplication.
Read the full concept explanation โHow to Use These Examples
- Read the first worked example with the solution open so the structure is clear.
- Try the practice problems before revealing each solution.
- Use the related concepts and background knowledge badges if you feel stuck.
What to Focus On
Core idea: f(x) names both the function (f) and the current input (x). Replacing x with any expression gives the output for that specific input.
Common stuck point: f(x+1) \neq f(x) + 1 in general โ you must substitute (x+1) for every occurrence of x in the formula, then simplify.
Sense of Study hint: To evaluate f(a), replace every x in the formula with a, then simplify step by step. For example, if f(x) = 2x + 3, then f(5) = 2(5) + 3 = 13.
Worked Examples
Example 1
easySolution
- 1 Replace every x in the formula with -2: f(-2) = 3(-2)^2 - 2(-2) + 1.
- 2 Evaluate: f(-2) = 3(4) + 4 + 1 = 12 + 4 + 1.
- 3 f(-2) = 17.
Answer
Example 2
mediumPractice Problems
Try these problems on your own first, then open the solution to compare your method.
Example 1
mediumExample 2
hardRelated Concepts
Background Knowledge
These ideas may be useful before you work through the harder examples.