Every time you check the weather app, you're looking at a function: input a time, get a temperature. When your phone shows battery percentage dropping, that's a function too. Functions are the mathematical language for describing how one quantity depends on another.
Understanding functions from multiple angles—words, numbers, pictures, and formulas—gives you flexibility in solving problems. Sometimes a graph reveals patterns that a formula hides. Sometimes an equation makes predictions that a table can't.
| Property | Value |
|---|---|
| Chapter | 1 - Functions and Limits |
| Section | 1.1 |
| Difficulty | Beginner |
| Time | ~20 minutes |
A function is a rule that assigns to each input exactly one output.
Think of a function as a machine: you feed in a number, the machine does something, and exactly one number comes out. If you could get two different outputs for the same input, the machine would be unpredictable—and that's not a function.
Notation: We write $f(x) = $ (formula) where:
| Representation | Description | Example |
|---|---|---|
| Verbal | Describe in words | "Square the input and add 3" |
| Numerical | Table of input-output pairs | See table below |
| Graphical | Plot points in the $xy$-plane | Parabola opening up |
| Algebraic | Formula | $f(x) = x^2 + 3$ |
Example: All four representations of the same function
Verbal: "Square the input and add 3."
Numerical:
| $x$ | $f(x)$ |
|---|---|
| $-2$ | $7$ |
| $-1$ | $4$ |
| $0$ | $3$ |
| $1$ | $4$ |
| $2$ | $7$ |
Graphical: A parabola with vertex at $(0, 3)$, opening upward.
Algebraic: $f(x) = x^2 + 3$
How do you tell if a graph represents a function?
Draw (or imagine) vertical lines across the graph. If any vertical line crosses the graph more than once, the graph does not represent a function.
Function (passes) Not a function (fails)
| |
• | • | •
/ | / | \
/ | ( | )
-----+----- -----+-----
| |
| |
Why it works: A vertical line at $x = a$ hits all points with that $x$-value. If it hits twice, then $x = a$ produces two outputs—violating the function definition.
Which of the following tables represents a function?
Table A:
| $x$ | $y$ |
|---|---|
| 1 | 5 |
| 2 | 7 |
| 3 | 9 |
| 2 | 11 |
Table B:
| $x$ | $y$ |
|---|---|
| 1 | 4 |
| 2 | 4 |
| 3 | 4 |
| 4 | 4 |
A function is described verbally as: "Triple the input and subtract 7."
Consider the equation $x = y^2 - 4$.
A ride-share app charges according to this rule: $4 base fare plus $2.50 per mile, rounded up to the nearest mile.
Consider a function $f$ given by a table:
| $x$ | $f(x)$ |
|---|---|
| 1 | 3 |
| 2 | 5 |
| 3 | 5 |
| 4 | 9 |
The Vending Machine Analogy:
Think of a function as a vending machine:
| Previous | Up | Next |
|---|---|---|
| — | Ch1 §1 Skills | Domain and Range |
Last updated: 2026-01-22