Function Notation
Function notation is a way of writing functions using a name (like ) and an input variable in parentheses, such as . It tells you both the name of the function and what variable goes in, so means "the function takes an input and gives back ."
Function notation expresses a function by assigning it a name, typically , , or , followed by its input variable enclosed in parentheses. The expression is read as " of " and represents the output value of the function when the input is . This notation makes it easy to refer to specific outputs — writing means "substitute 4 for and compute the result." Functions can use any letter as a name, and can be replaced by numbers, other variables, or even entire expressions.
Key Formula
Where:
- = the name of the function
- = the input variable (also called the argument)
- = the output value for input x
Worked Example
Problem: Given , find and .
Step 1: To find , replace every in the expression with 4.
Step 2: Simplify the arithmetic.
Step 3: To find , substitute for .
Step 4: Simplify.
Answer: and .
Visualization
Why It Matters
Function notation is the standard language used across algebra, calculus, science, and engineering to describe how quantities depend on each other. When a physicist writes for velocity as a function of time, or a programmer defines a function that converts temperatures, they are using this same notation. Mastering it early makes reading and writing mathematical relationships far more efficient.
Common Mistakes
Mistake: Interpreting as multiplied by .
Correction: The parentheses in function notation do not mean multiplication. means "the output of function when the input is ." If you need multiplication, you would write it differently, such as .
Mistake: Forgetting to substitute into every instance of in the expression.
Correction: When evaluating for , you must replace both the and the with 3: .
