Before You Start

Prerequisites

You should be comfortable with basic algebra — substituting values into expressions, and the idea of a variable. That's all you need.

Objectives

What You'll Learn

Core Concept

The Definition of a Function

A function is a rule that assigns exactly one output to each input. Think of it like a machine: you drop in a number, and you always get exactly one number out — never two, never zero.

Input (x) → [Function Machine] → Output f(x)

The key word is exactly one. If an input could give two different outputs, the rule isn't a function.

Real-World Examples

Notation

How We Write Functions

We write functions using function notation. Instead of writing y = 2x + 3, we write:

f(x) = 2x + 3

Read this as "f of x equals 2x + 3." The letter f is the name of the function. The x is the input. We can use any letter — g(x), h(t), A(r) are all function names.

Important Distinction

Relations vs. Functions

A relation is any pairing of inputs and outputs. A function is a special relation where each input has exactly one output.

✓ Function
1 → 4
2 → 8
3 → 12

Each input has exactly one output.

✗ Not a Function
1 → 4
1 → 7
2 → 8

Input 1 has TWO outputs (4 and 7).

Graphical Method

The Vertical Line Test

If you have a graph, there's a quick way to check if it's a function:

Draw (or imagine) any vertical line across the graph. If the vertical line ever touches the graph in more than one point, the graph does NOT represent a function.

✓ Function (1 intersection) ✗ Not a Function (2 intersections)

The parabola on the left passes the vertical line test — it's a function. The circle on the right fails — it is not a function.

Worked Example

Is This a Function?

Given the set of pairs: {(1, 5), (2, 10), (3, 15), (4, 5)}

1. List the inputs (first values): 1, 2, 3, 4
2. Check: does any input repeat? No — each input appears once.
3. Conclusion: ✓ This IS a function.

Note: It's fine if two different inputs map to the same output (1 → 5 and 4 → 5). That's still a function! The restriction only applies to inputs — each input can only go to one output.

Watch Out

Common Mistakes

Your Turn

Try It Yourself

Q1. Is {(2, 6), (3, 6), (4, 8)} a function? Why or why not?

Show Answer

Yes, it is a function. Each input (2, 3, 4) appears exactly once. The fact that inputs 2 and 3 both output 6 is fine — inputs can share an output.

Q2. Is {(1, 2), (1, 3), (2, 4)} a function? Why or why not?

Show Answer

No, it is NOT a function. The input 1 is paired with two different outputs (2 and 3). This violates the rule that each input must have exactly one output.

Key Takeaways

1-Minute Summary

← Back to Unit 1 Next: Evaluating Functions →