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.

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:

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:

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:

Example: f(x) = -x² is the basic parabola flipped upside down.

Transformation Rules Reference Table

ChangeEffectExample
f(x - h)Shift right by hf(x - 2) → 2 units right
f(x + h)Shift left by hf(x + 3) → 3 units left
f(x) + kShift up by kf(x) + 4 → 4 units up
f(x) - kShift down by kf(x) - 6 → 6 units down
a·f(x)Vertical stretch if |a| > 1, compression if |a| < 12f(x) → 2x taller
-f(x)Reflect over x-axis-x² → opens down
f(-x)Reflect over y-axisf(-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 vertex ends up at (3, 5) and the parabola opens downward.

How to Graph Transformed Parabolas

Here's the straightforward process:

  1. Identify the vertex first. It's always at (h, k) from the equation f(x) = a(x - h)² + k.
  2. Find the axis of symmetry. It's the vertical line x = h.
  3. Determine the direction. Check if a is positive (opens up) or negative (opens down).
  4. 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.
  5. 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:

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

Quick Summary

Transformations change parabolas in predictable ways. The vertex form f(x) = a(x - h)² + k shows you everything:

That's all you need. Graph the vertex, check the direction, plot a few points, draw the curve.