Understanding Functions
A function assigns to each input exactly one output. The graph is the set of ordered pairs (input, output).
No input maps to more than one output ✅
Outputs CAN repeat — that's okay!
x = 2 maps to BOTH 8 and 11 ❌
📊 Table of Values
| x (input) | y (output) |
|---|---|
| 1 | 3 |
| 2 | 6 |
| 3 | 9 |
No repeated x-values = function ✅
If ANY x repeats → NOT a function
📐 Ordered Pairs
✅ { (1, 3), (2, 6), (3, 9) }
No x repeats → IS a function
❌ { (1, 3), (2, 6), (2, 9) }
x = 2 repeats → NOT a function
🗺️ Mapping Diagram
Each domain value has exactly one arrow
📈 Graph + Vertical Line Test (VLT)
Vertical line crosses ONE point = Function!
Crosses 2+ points = NOT a function
📦 Input & Output
The input (domain) is the value you put into the function. The output (range) is the result. A function machine takes inputs and produces outputs based on a rule.
📍 Coordinate Plane
Ordered pairs are graphed as (x, y) points. The x-axis holds the inputs; the y-axis holds the outputs. Each point represents one input–output pair.
f(x) Notation
f(x) = y is read "f of x." It tells you the output when x is the input. Example: if f(x) = 3x, then f(4) = 12.
Outputs CAN repeat — that's fine!
Linear vs. Non-Linear Functions
Interpret y = mx + b as a linear function; identify and give examples of functions that are NOT linear
rate of change
rise ÷ run
independent
variable
crosses y-axis
when x = 0
dependent
variable
Straight line · Constant rate of change · Fits y = mx + b
| x | 0 | 1 | 2 | 3 |
|---|---|---|---|---|
| y | 1 | 3 | 5 | 7 |
Δy = +2 every step ✅ Constant rate!
Curved graph · Rate of change is NOT constant · Does NOT fit y = mx + b
| x | 0 | 1 | 2 | 3 |
|---|---|---|---|---|
| y | 0 | 1 | 4 | 9 |
Δy: +1, +3, +5 — changes every step ❌
y = 3x − 2
y = −x + 5
y = ½x
y = 4 (slope = 0)
Exponent of x is 1 · No x in denominator or root · Rate of change is constant
y = x²
y = x³ + 1
y = 1/x
A = s² (from standard)
Exponent ≠ 1 · x in denominator or root · Rate of change varies
y = 4 → Linear ✅
(horizontal, slope = 0)
x = 3 → Not a Function ❌
(vertical, fails VLT)
Linear functions may NOT always look like y = mx + b — learn to find rate of change in other forms too!
From a Table
Divide the change in y by the change in x:
m = Δy / Δx
If Δy/Δx is the same for all pairs → LINEAR
If it changes → NON-LINEAR
From Two Points
m = (y₂ − y₁) / (x₂ − x₁)
Example: Points (2, 5) and (4, 11)
m = (11 − 5) / (4 − 2) = 6/2 = 3
Slope = 3 means: for every 1 unit right, go up 3 units
Positive ↗ · Negative ↘ · Zero → · Undefined ↕
Written as the point (0, b)
Graph → straight line? Linear!
Equation → no exponents on x? Linear!
Comparing Functions
Compare properties of two functions each represented in a different way — algebraically, graphically, numerically in tables, or by verbal descriptions
y = 2x + 3
Read the equation directly:
• Slope (m) = 2
• Y-intercept (b) = 3
• Substitute x to find y
| x | 0 | 1 | 2 | 3 |
|---|---|---|---|---|
| y | 1 | 4 | 7 | 10 |
Find slope: Δy/Δx = 3/1 = 3
Y-intercept: when x=0, y=1
Find slope: count rise over run
Y-intercept: where line crosses y-axis
"A plumber charges $50 to show up, then $25 for each hour of work."
Translate to equation:
y = 25x + 50
Slope = $25/hr · Y-int = $50
| x | 0 | 2 | 4 | 6 |
|---|---|---|---|---|
| y | −1 | 5 | 11 | 17 |
📐 Slope: Δy/Δx = 6/2 = 3
📍 Y-intercept: x=0 → y = −1
✏️ Equation: y = 3x − 1
y = 5x + 2
📐 Slope: m = 5
📍 Y-intercept: b = 2
✏️ Already in slope-intercept form
Key Phrases → Slope
"each item" → m = price per item
"for every" → m = rate
"increases by" → m = amount
Key Phrases → Y-Intercept
"flat fee" → b = one-time cost
"initial amount" → b
"before any work" → b
Quick Check
Slope = $3/mile
Y-intercept = $5
Equation: y = 3x + 5
Table → Δy ÷ Δx
Graph → rise ÷ run
Words → "per" or "each" phrase
Table → y when x = 0
Graph → crossing point on y-axis
Words → starting/flat fee amount