Transforming Parabolas- Rules and Examples
What Parabola Transformations Actually Are
A parabola is just a U-shaped curve. When you change its equation, you move that U around, flip it upside down, make it wider or narrower. That's it. That's all a transformation is.
The standard form is f(x) = ax² + bx + c, but for transformations, you'll work with the vertex form: f(x) = a(x - h)² + k. This form makes transformations obvious. The h and k tell you exactly where the parabola sits. The a tells you how it opens and how stretched it is.
The Four Types of Transformations
1. Horizontal Shifts (Moving Left and Right)
The h value in (x - h)² controls horizontal movement. Watch the sign—it's backwards.
- If h is positive, the parabola shifts right
- If h is negative, the parabola shifts left
Example: f(x) = (x - 3)² moves the basic parabola 3 units right. f(x) = (x + 5)² moves it 5 units left because x + 5 is really x - (-5).
2. Vertical Shifts (Moving Up and Down)
The k value in +k controls vertical movement. This one makes sense:
- If k is positive, the parabola shifts up
- If k is negative, the parabola shifts down
Example: f(x) = x² + 4 moves up 4 units. f(x) = x² - 7 moves down 7 units.
3. Vertical Stretch and Compression
The coefficient a in front of (x - h)² controls stretching. The absolute value of a matters here:
- |a| > 1: The parabola is stretched vertically (narrower)
- 0 < |a| < 1: The parabola is compressed vertically (wider)
- a = 1 or -1: Standard width
Example: f(x) = 3x² is narrower than the basic parabola. f(x) = 0.5x² is wider.
4. Reflections (Flipping Over an Axis)
The sign of a determines reflection:
- If a is positive: parabola opens upward
- If a is negative: parabola opens downward (flipped over x-axis)
Example: f(x) = -x² is the basic parabola flipped upside down.
Transformation Rules Reference Table
| Change | Effect | Example |
|---|---|---|
| f(x - h) | Shift right by h | f(x - 2) → 2 units right |
| f(x + h) | Shift left by h | f(x + 3) → 3 units left |
| f(x) + k | Shift up by k | f(x) + 4 → 4 units up |
| f(x) - k | Shift down by k | f(x) - 6 → 6 units down |
| a·f(x) | Vertical stretch if |a| > 1, compression if |a| < 1 | 2f(x) → 2x taller |
| -f(x) | Reflect over x-axis | -x² → opens down |
| f(-x) | Reflect over y-axis | f(-x) = (-x)² = x² (same for even functions) |
Putting It All Together: Combined Transformations
Real problems combine multiple transformations at once. The order matters, but in vertex form, you can read everything directly from the equation.
Take f(x) = -2(x - 3)² + 5:
- The negative sign flips it upside down
- The 2 makes it narrower (vertical stretch)
- The (x - 3) shifts it 3 units right
- The +5 shifts it 5 units up
The vertex ends up at (3, 5) and the parabola opens downward.
How to Graph Transformed Parabolas
Here's the straightforward process:
- Identify the vertex first. It's always at (h, k) from the equation f(x) = a(x - h)² + k.
- Find the axis of symmetry. It's the vertical line x = h.
- Determine the direction. Check if a is positive (opens up) or negative (opens down).
- Find additional points. Plug in x-values on both sides of the vertex to get y-values. Use the stretch factor a to scale your points.
- Plot and connect. Parabolas are smooth curves—don't just connect dots with straight lines.
Working Examples
Example 1: Graph f(x) = (x + 2)² - 4
Rewrite as f(x) = (x - (-2))² + (-4).
Vertex is at (-2, -4). Opens upward (a = 1, no change). Width is standard.
Find points: at x = -1, f(-1) = (1)² - 4 = -3. At x = -3, f(-3) = (-1)² - 4 = -3.
Plot (-2, -4), (-1, -3), (-3, -3) and draw the curve.
Example 2: Graph f(x) = 0.5(x - 4)² + 1
Vertex is at (4, 1). Opens upward (a is positive). Width is compressed because |0.5| < 1.
At x = 5: f(5) = 0.5(1)² + 1 = 1.5. At x = 3: f(3) = 0.5(1)² + 1 = 1.5.
The parabola is wider than the standard one. That's the only difference.
Example 3: Graph f(x) = -3(x + 1)² - 2
Rewrite: f(x) = -3(x - (-1))² + (-2)
Vertex: (-1, -2). Opens downward (a is negative). Stretched vertically (|a| = 3).
At x = 0: f(0) = -3(1)² - 2 = -5. At x = -2: f(-2) = -3(1)² - 2 = -5.
The curve is narrower and flipped upside down.
Converting From Standard Form to Vertex Form
Sometimes you'll have f(x) = ax² + bx + c and need to find the vertex. Use the vertex formula:
- h = -b/(2a)
- k = f(h)
Example: f(x) = 2x² + 8x + 3
h = -8/(2·2) = -8/4 = -2
k = f(-2) = 2(4) + 8(-2) + 3 = 8 - 16 + 3 = -5
Vertex form: f(x) = 2(x + 2)² - 5
Common Mistakes to Avoid
- Getting the horizontal shift sign wrong. Remember: x - h means right, x + h means left.
- Forgetting that a affects both stretch and direction. Negative a flips AND stretches/compresses.
- Trying to memorize everything instead of understanding. The vertex form tells you exactly what you're working with.
- Plotting too few points. At least 5 points (including the vertex) gives you a reliable shape.
Quick Summary
Transformations change parabolas in predictable ways. The vertex form f(x) = a(x - h)² + k shows you everything:
- h = horizontal shift (right if positive, left if negative)
- k = vertical shift (up if positive, down if negative)
- a = stretch/compression and direction (positive opens up, negative opens down)
That's all you need. Graph the vertex, check the direction, plot a few points, draw the curve.