DWG NO. 1.4 — Lesson 4 of 6
Unit 1: Functions and Their Graphs · ~25 min
Rather than plotting points from scratch every time, it's often faster to recognize a function as a parent function — a simple base shape like y = x² or y = |x| — with something done to it. Each type of change moves or reshapes the graph in a predictable way.
| Change to f(x) | Effect on the graph |
|---|---|
| f(x) + k | Vertical shift up k units (k > 0) or down (k < 0) |
| f(x − h) | Horizontal shift right h units (h > 0) or left (h < 0) |
| a · f(x) | Vertical stretch (|a| > 1) or compression (0 < |a| < 1) |
| f(a · x) | Horizontal compression (|a| > 1) or stretch (0 < |a| < 1) |
| −f(x) | Reflection over the x-axis |
| f(−x) | Reflection over the y-axis |
Notice the trap in the second row: h inside the parentheses moves the graph in the opposite direction you'd guess. f(x−2) shifts right, not left, because it takes an x-value 2 larger to produce the same output the parent function gave at the original x.
When a function combines several changes, apply them in the same order you would evaluate the expression: horizontal changes (stretch/compress, then shift) first, then vertical changes (stretch/compress, then shift) — or just track what happens to a few key points, like the vertex, one at a time.
Parent y = x² (dim) shifted right 2 and up 1 to form g(x) = (x−2)² + 1 (gold)