Imagine you know what $y = x^2$ looks like. Now what if someone asks you to graph $y = 3(x-2)^2 + 5$? You could plot dozens of points... or you could recognize this as the same parabola, just moved and stretched. That's the power of transformations: graph complex functions by modifying simple ones you already know.
This skill is a visual shortcut. Once you master it, you can sketch graphs in seconds instead of minutes. More importantly, transformations reveal the structure hiding inside complicated-looking functions—structure that becomes essential when you study limits, derivatives, and differential equations.
| Property | Value |
|---|---|
| Course | MATH 161 |
| Chapter | 1.3 |
| Difficulty | Beginner |
| Time | ~20 minutes |
Starting from a parent function $y = f(x)$, here are all the ways to transform it:
| Transformation | Formula | Effect |
|---|---|---|
| Vertical shift up | $y = f(x) + c$ | Move graph up by $c$ units |
| Vertical shift down | $y = f(x) - c$ | Move graph down by $c$ units |
| Horizontal shift right | $y = f(x - c)$ | Move graph right by $c$ units |
| Horizontal shift left | $y = f(x + c)$ | Move graph left by $c$ units |
| Vertical stretch | $y = cf(x)$ where $c > 1$ | Stretch away from $x$-axis |
| Vertical shrink | $y = cf(x)$ where $0 < c < 1$ | Compress toward $x$-axis |
| Horizontal shrink | $y = f(cx)$ where $c > 1$ | Compress toward $y$-axis |
| Horizontal stretch | $y = f(cx)$ where $0 < c < 1$ | Stretch away from $y$-axis |
| Reflect over $x$-axis | $y = -f(x)$ | Flip upside down |
| Reflect over $y$-axis | $y = f(-x)$ | Flip left-right |
| Absolute value | $y = \|f(x)\|$ | Reflect negative parts upward |
This is the most common source of errors. Horizontal transformations work "backwards" from what you might expect:
$$y = f(x - 3) \text{ shifts RIGHT by 3}$$ $$y = f(x + 3) \text{ shifts LEFT by 3}$$
Why? To get the same output, you need to input a value that's 3 units larger when you're subtracting 3 inside.
Vertical Shifts (add/subtract OUTSIDE):
y = f(x) + 2 ↑ moves UP 2
●
/ \
───────────
/ \
●
y = f(x) - 2 ↓ moves DOWN 2
Horizontal Shifts (add/subtract INSIDE):
y = f(x+2) y = f(x) y = f(x-2)
● ● ●
/ \ / \ / \
← │ →
LEFT 2 │ RIGHT 2
When multiple transformations are combined, apply them in this order:
For $y = 2f(x - 3) + 1$:
Think of transformations as modifying the coordinate system rather than the function:
This is why horizontal transformations appear "reversed"—you're changing the input requirement.
Describe the transformation that takes $y = x^2$ to $y = x^2 + 4$.
The graph of $y = \sqrt{x}$ is transformed to $y = \sqrt{x + 5}$. Describe the transformation and state the new domain.
Starting with $y = \vert x\vert $, describe the sequence of transformations needed to obtain $y = -2\vert x - 1\vert + 3$.
The graph of $y = f(x)$ passes through the point $(2, 5)$. After a reflection over the $y$-axis followed by a horizontal stretch by a factor of 3, what point does the new graph pass through? Write the equation of the transformed function.
A function $f$ is called even if $f(-x) = f(x)$ for all $x$ in its domain.
The Costume Change Analogy: Think of the parent function as an actor. Transformations are like costume changes:
The actor (the shape of the curve) is the same—only their position and appearance change. Once you recognize the actor, you can quickly describe any costume they're wearing.
| Previous | Up | Next |
|---|---|---|
| Function Representations | Section 1.3 | Function Arithmetic |
Last updated: 2026-01-22