Skip to main content
Skip to main content

What is Function Notation?

Visual representation of a function machine
Function notation represents mathematical relationships

Function notation is a special way to write mathematical relationships. Instead of writing y = 2x + 1, we can write f(x) = 2x + 1. The "f" stands for function, and the "(x)" tells us that x is the input value.

Think of a function as a special math machine. You put a number into the machine, it follows a rule, and gives you back a different number. The notation f(x) is how we name this machine and describe what it does.

Why is this useful? Function notation helps us:

  • Clearly show which rule we're using
  • Easily substitute different input values
  • Work with multiple functions (like g(x), h(x))
  • Understand how inputs relate to outputs

How to Use Function Notation

Step-by-step visual guide showing how to evaluate f(x)
Evaluating functions step by step

Using function notation involves two main skills: defining functions and evaluating functions.

Function Definition

f(x) = [expression with x]

This defines the rule that the function follows.

Function Evaluation

f(input) = [result]

Replace x with the input value and calculate.

Let's practice with an example:

Example: For f(x) = 3x - 2
Step 1: To find f(4), replace x with 4 → f(4) = 3(4) - 2
Step 2: Calculate → 12 - 2 = 10
Step 3: So f(4) = 10

This means when we put 4 into the function, we get 10 out.

Function Machine Example

f(x) = x² + 2

Input (x)

2

Function

f(2) = 2² + 2

Output

6

Function Notation Examples

Real-world examples of functions
Functions in everyday life

Let's explore some practical examples of function notation:

Example 1: Temperature Conversion
The function to convert Celsius to Fahrenheit is:
F(C) = (9/5)C + 32
What is 20°C in Fahrenheit?
F(20) = (9/5)(20) + 32 = 36 + 32 = 68°F

Example 2: Speed Calculation
Distance traveled at constant speed: d(t) = 60t
How far do you travel in 3 hours at 60 mph?
d(3) = 60 × 3 = 180 miles

Example 3: Baking Cookies
Cookies needed for guests: c(g) = 3g + 6
How many cookies for 4 guests?
c(4) = 3(4) + 6 = 12 + 6 = 18 cookies

Example 4: Multiple Functions
g(x) = x + 5
h(x) = 2x - 3
Find g(4) + h(2)
g(4) = 4 + 5 = 9
h(2) = 2(2) - 3 = 1
9 + 1 = 10

Function Notation Quiz

Test your understanding of function notation with this 5-question quiz.

1. What does f(x) mean in function notation?
2. For f(x) = 2x + 3, what is f(4)?
3. If g(x) = x² - 4, what is g(3)?
4. For h(x) = 5 - x, what is h(7)?
5. If f(x) = 3x and g(x) = x + 4, what is f(g(2))?

Frequently Asked Questions

Here are answers to common questions about function notation:

Math Trivia

Discover interesting facts about functions and mathematics:

Copyright © 2025 Workybooks. Made with ♥ in California.