Function notation is a compact way to name a rule and show what input value is being used. In f(x), the letter f names the function and x represents the input. This notation matters because it lets you evaluate, compare, graph, and describe relationships clearly.
It is used throughout algebra, calculus, physics, economics, and computer science whenever one quantity depends on another.
Understanding Math: Function Notation
Function notation becomes especially useful when the input is not a simple number. Suppose a rule takes an input, doubles it, then subtracts five. To find the result for the input n plus one, treat the whole expression n plus one as a single input.
First double n plus one. Then subtract five. Parentheses show that every part of the input must go through the rule.
This habit prevents a common error where students double n but forget to double the one. The same idea works for negative numbers, fractions, decimals, and expressions containing several terms.
The letter naming a function can be almost anything. A function named g, h, or p follows the same rules as one named f. Different names help keep several rules separate.
For example, one function might describe a taxi fare while another describes the distance traveled. The name does not tell you what operation to perform. The definition gives the rule.
A function can be given by a formula, a table, a graph, a verbal description, or a machine diagram. In every form, the important task is to connect each allowed input with its one matching output.
Not every possible input is always allowed. The collection of permitted inputs is called the domain. A rule involving division cannot use an input that makes the divisor zero.
A rule involving a square root in ordinary real-number work cannot use an input that would require the square root of a negative number. On a graph, the domain is read from left to right.
The range is the set of outputs, read from bottom to top. Paying attention to domain keeps an answer from looking correct when the original rule does not permit that input.
Function notation helps describe change in real situations. If T represents temperature as a function of time, then T of three gives the temperature at time three. If C represents the cost of buying a certain number of notebooks, then C of eight gives the cost for eight notebooks.
The units matter. Time might be measured in hours, while temperature is measured in degrees. A function output carries the unit that belongs to the quantity being described.
When studying functions, first identify the input quantity, the output quantity, the rule, and any limits on the inputs. Then substitute carefully, simplify in the correct order, and check whether the result makes sense in the situation.
Key Facts
- f(x) is read as "f of x" and means the output of function f when the input is x.
- If f(x) = 2x + 3, then f(4) = 2(4) + 3 = 11.
- The input is the value placed into the function, and the output is the value produced by the rule.
- Function notation does not mean multiplication, so f(x) does not mean f times x.
- A relation is a function if each input has exactly one output.
- An equation such as y = 2x + 3 can define a function when each x-value gives one y-value, written f(x) = 2x + 3.
Vocabulary
- Function
- A function is a rule that assigns each input exactly one output.
- Input
- An input is the value placed into a function, often represented by x.
- Output
- An output is the value produced by a function after the rule is applied to the input.
- Function notation
- Function notation is a way to write a function using a name and an input, such as f(x).
- Evaluate
- To evaluate a function means to substitute a given input value and simplify to find the output.
Common Mistakes to Avoid
- Treating f(x) as multiplication is wrong because f(x) means the output of function f for input x, not f times x.
- Substituting into only part of the expression is wrong because every x in the function rule must be replaced by the given input.
- Forgetting parentheses with negative inputs is wrong because signs and exponents can change the result, such as f(-3) not being the same process as f(3).
- Assuming every equation is a function is wrong because some equations give more than one output for the same input, such as x = y^2.
Practice Questions
- 1 Let f(x) = 3x - 5. Find f(2), f(0), and f(-4).
- 2 Let g(t) = t^2 + 2t. Find g(3), g(-1), and g(a) in simplified form.
- 3 The equation x^2 + y^2 = 25 represents a circle. Explain why it does not define y as a function of x over its full graph.