Where Did Function Notation Come From?
Before mathematicians invented function notation, they had to describe relationships between quantities using long, clunky sentences. Imagine writing "the value that results when you square a number and then add three" every single time you wanted to talk about that rule. Function notation — the compact f(x) style you'll learn today — was born out of the need for a shorthand that is precise, universal, and powerful.
f(x) that we still use today. Before Euler, people wrote things like "y depends on x." Euler's shorthand made it possible to clearly name a rule (f), identify its input (x), and talk about its output — all in three characters.calculateTax(income) or a physicist writes v(t), they are using the same idea Euler formalized nearly 300 years ago.The central question this lesson addresses is: How do we use this compact notation to name a function, feed it an input, find its output, and describe what that output means in a real-world situation?
Core Definitions
Before we dive into evaluating functions, let's lock down four ideas that form the foundation of everything in this lesson. If you understand these clearly, the rest will follow naturally.
Function
Function Notation
f(x). The letter f names the rule, and x inside the parentheses is the input. The entire expression f(x) represents the output. Parentheses here do not mean multiplication.Domain
Evaluating a Function
f(3), it means "plug 3 in for x and calculate the result."f(x). Pressing the same button always gives you the same snack — that's what makes it a function.Seeing Function Notation in Action
The diagram below shows how function notation connects the three key players: the input, the rule, and the output. Follow the arrow from left to right to trace how a specific value travels through the function.
In the diagram, the input x = 4 enters the function machine named f, which applies the rule 2x + 3. The machine calculates 2(4) + 3 = 11, and the output f(4) = 11 emerges. The expression f(4) = 11 is a complete mathematical statement: it tells you the name of the function, the input, and the result — all in one compact line.
Notice that the letter f is just a name. You could use any letter: g(x), h(x), or even P(t). What matters is that the notation clearly communicates which rule you're using and what you're plugging in.
How to Evaluate a Function
Evaluating a function is a three-step process: identify the rule, substitute the input, and simplify. Let's formalize this with notation and then see it applied to different types of inputs.
When you evaluate, you replace every x in the expression with the given input value. It's crucial to use parentheses around the substituted value so that operations like squaring and multiplication apply correctly.
You can also evaluate a function at an expression rather than a plain number. If someone asks for f(a + 1), you replace every x with (a + 1) and simplify.
Finally, a word about domain. Before you evaluate, you should confirm the input is actually allowed. A function like g(x) = 1 / (x − 2) cannot accept x = 2 because that would create division by zero. The domain of g is all real numbers except 2, and g(2) is undefined.
Interpreting Function Notation in Context
Function notation becomes truly powerful when the variables represent real-world quantities. Instead of abstract x and f(x), you might see C(m) where C is cost in dollars and m is the number of miles driven, or T(h) where T is temperature in degrees and h is hours after midnight. Reading these statements correctly is a skill you'll use constantly in science, economics, and daily life.
Here's a systematic approach. When you see a statement like P(5) = 320, ask yourself three questions:
What does the function represent?
What is the input and what does it mean?
What is the output and what does it mean?
Full Interpretation
P(5) = 320 means: "Five years after 2010 (in 2015), the town's population was 320 people."The graph above represents C(m) = 0.75m + 3, a function that models the cost of a taxi ride. Here m is the number of miles, and C(m) is the total cost in dollars. The $3 is a flat fee charged just for getting in the cab, and $0.75 is the cost per mile. Reading the graph, you can see that C(4) = 6 means "a 4-mile ride costs $6," while C(12) = 12 means "a 12-mile ride costs $12." Each labeled point on the graph is a visual representation of a function notation statement.
When interpreting function notation in context, always translate the math symbols back into words using the units described in the problem. This is a critical skill for tests, real-life applications, and communicating your reasoning to others.
Worked Example
A phone plan charges a monthly fee plus a per-gigabyte rate. The total monthly bill is modeled by the function B(g) = 8g + 25, where g is the number of gigabytes of data used and B(g) is the bill in dollars. Evaluate B(6) and interpret the result. Then find the value of g when B(g) = 65 and explain what that means.
B(g) = 8g + 25. The input g is gigabytes of data used. The output B(g) is the total bill in dollars. The number 25 is the base monthly fee, and 8 is the cost per gigabyte.B(6) = 8(6) + 25 = 48 + 25 = 738g + 25 = 65
8g = 65 − 25 = 40
g = 40 ÷ 8 = 5B(5) = 65, this means: A monthly bill of $65 corresponds to using 5 gigabytes of data. We found the input when we already knew the output — a common type of question in Algebra 1.Function Notation vs. Other Representations
Function notation isn't the only way to represent a function. You've already seen tables, graphs, and equations written as y = …. Each format has strengths and limitations. Understanding when to use each one — and how to move between them — is a key algebra skill.
| Representation | Strengths | Limitations |
|---|---|---|
Function Notation
f(x) = 2x + 3 | Names the function; shows exact input; compact; lets you work with multiple functions (f, g, h) without confusion | Can look intimidating at first; parentheses may be confused with multiplication |
Equation (y = …)
y = 2x + 3 | Familiar; easy to graph; clear relationship between x and y | Doesn't name the function; can't distinguish between two different rules easily |
| Table of Values | Shows specific input-output pairs; easy to read; great for spotting patterns | Only shows a few points; doesn't reveal the full rule; can't evaluate new inputs directly |
| Graph | Visual; reveals shape, trends, and behavior at a glance; good for estimating values | Less precise than algebra; hard to read exact values; requires a coordinate plane |
| Verbal Description | Explains context and meaning; accessible to non-math audiences | Wordy; prone to ambiguity; difficult to compute with |
One major advantage of function notation is that it lets you work with multiple functions at the same time. If one function models cost and another models revenue, you can write C(x) and R(x) and it's immediately clear which is which. With plain y = … notation, you'd need separate equations with no built-in labels.
y = 2x + 3 is like saying "someone doubled and added three." But f(x) = 2x + 3 is like saying "Felicia doubled and added three." Now you can talk about Felicia specifically, even when other rules are in the room. This naming power is what makes function notation the standard language of mathematics and science.Connecting to Advanced Ideas
The function notation you're learning now is the starting point for nearly every advanced math course you'll take. Here's a preview of where these ideas lead, and how the notation you're mastering today becomes the language of bigger concepts.
| What You Learn Now | Where It Leads | How Notation Connects |
|---|---|---|
Evaluating f(3) | Composition of functions — evaluating f(g(x)) | You'll plug one function's output into another function as input |
Reading f(x) = … | Inverse functions — finding f−1(x) | An inverse "undoes" the function: if f(2) = 7, then f−1(7) = 2 |
| Identifying domain restrictions | Piecewise functions — different rules for different input intervals | Notation like f(x) = {rule₁ if x < 0, rule₂ if x ≥ 0} |
Interpreting f(x) in context | Calculus — rates of change, areas under curves | The derivative f′(x) and integral ∫f(x)dx build directly on function notation |
Every one of these advanced topics uses the same f(x) framework you're building right now. Mastering the basics of evaluation, domain awareness, and contextual interpretation will make future courses feel like natural extensions — not brand-new territory. You're laying groundwork that will serve you for years.
Practice Problems
Try these five problems on your own before revealing the answers. They move from basic understanding to more challenging applications.
h(t) represents the height of a ball in feet, t seconds after it is thrown, what does the statement h(2) = 36 mean in everyday language?f(x) = 3x − 7, find f(−2).g(x) = x² + 4x − 5. Find g(3) and g(−1). For which of these inputs does the function produce an output of zero?C(m) = 30m + 50. (a) What does C(0) represent, and what is its value? (b) If you have a budget of $290, how many months of membership can you afford? Write your answer using function notation.f(x) = 12 / (x − 3) models a relationship. (a) What value of x is NOT in the domain? Explain why. (b) Evaluate f(7) and f(0). (c) Can f(x) ever equal zero? Justify your answer.Lesson Summary
A function is a rule that assigns exactly one output to each input, and function notation — written as f(x) — is the compact language we use to name the rule, specify the input, and represent the output. The letter before the parentheses (f, g, h, etc.) is the function's name, the value inside is the input, and the full expression f(x) represents the output. Evaluating a function means substituting a specific input and simplifying, while the domain tells you which inputs are allowed.
Beyond calculation, the real power of function notation lies in interpretation. A statement like C(8) = 290 isn't just algebra — when the context tells you C is cost and the input is months, it translates to a meaningful sentence: "Eight months of membership costs $290." Being able to move fluently between the notation, the calculation, and the real-world meaning is the core skill of this lesson. Whether you encounter functions on a coordinate graph, in a table, or in an equation, function notation gives you a precise, universal way to communicate exactly what is happening between inputs and outputs.