Vertical Reflection- Graphing Transformations Guide
What Is Vertical Reflection?
A vertical reflection flips a graph over the x-axis. Every point above the axis moves to the same distance below it, and vice versa. That's it. No rotation, no stretching—just a mirror flip top-to-bottom.
Mathematically, if you have f(x), the vertically reflected version is -f(x). The negative sign in front does all the work.
The Rule in Plain English
When you multiply a function by -1, the graph flips over the x-axis. Points with y-values of 3 become -3. Points at -5 become 5. The x-coordinates stay exactly the same—only the y-values change sign.
What Changes
- Every y-coordinate gets multiplied by -1
- The x-axis becomes a line of symmetry
- The shape stays identical, just inverted vertically
What Stays the Same
- The x-intercepts don't move
- The overall shape and width remain unchanged
- The domain (all x-values) is unaffected
Examples in Action
Example 1: Simple Parabola
Take f(x) = x². The vertex sits at (0, 0) and opens upward. The vertical reflection gives you -f(x) = -x². Now the vertex is still at (0, 0), but the parabola opens downward.
Point (2, 4) on the original becomes (2, -4) on the reflected version. Point (-3, 9) becomes (-3, -9).
Example 2: Linear Function
For f(x) = 2x + 1, the vertical reflection is -f(x) = -2x - 1. The line still has the same slope, but it's flipped. Where the original passed through (0, 1), the reflection passes through (0, -1).
Example 3: Absolute Value
The graph of f(x) = |x| is a V shape with its vertex at the origin opening upward. After vertical reflection, you get -|x|, a V opening downward from the origin.
Vertical vs. Horizontal Reflection
People mix these up constantly. Here's the difference:
| Type | Transformation | Axis of Reflection | Effect on Points |
|---|---|---|---|
| Vertical | -f(x) | x-axis | y → -y |
| Horizontal | f(-x) | y-axis | x → -x |
Vertical reflection: negative sign outside the function. Horizontal reflection: negative sign inside the function's argument.
Common Mistakes
Putting the negative inside instead of outside. If you write f(-x) when you mean -f(x), you'll get a horizontal reflection instead. Check your parentheses.
Forgetting that the x-axis is the mirror line. The graph doesn't move left or right—it flips over a horizontal line. If your reflected graph looks shifted horizontally, something went wrong.
Assuming the y-intercept changes sign. Actually, if the y-intercept is at (0, b), the reflected point is (0, -b). The x-coordinate stays 0. The sign change applies only to the y-value.
How to Graph a Vertical Reflection
Here's what you actually do:
- Start with your original graph. Know where key points are—vertices, intercepts, endpoints.
- Identify points to reflect. Pick a few representative points. Don't try to reflect every single point on a curve.
- Change each y-coordinate's sign. (x, y) becomes (x, -y). Do this for every point you've chosen.
- Plot the new points. They should form the same shape as the original, just flipped.
- Draw the reflected curve. Connect the points using the same pattern as the original graph.
For a parabola, reflect the vertex and 2-3 points on each arm. For a line, reflect two points and draw through them. For trig functions, reflect the peaks, troughs, and intercepts.
Quick Reference
| Original Function | Vertical Reflection | Key Change |
|---|---|---|
| f(x) = x² | -f(x) = -x² | Opens down instead of up |
| f(x) = √x | -f(x) = -√x | Exists only below x-axis |
| f(x) = sin(x) | -sin(x) | Wave flipped upside down |
| f(x) = eˣ | -eˣ | Exponential decay below x-axis |
That's all you need. Take the function, slap a negative sign in front, and flip over the x-axis. The mechanics are straightforward—execution is just about plotting points correctly and not mixing up the sign placement.