Y-Axis Reflection- Inside or Outside Parentheses?
What Is a Y-Axis Reflection?
When you reflect a graph over the y-axis, every point (x, y) flips to (-x, y). The shape mirrors across the vertical line x = 0. That's the basic geometry.
But the notation question is what trips people up: does the negative sign go inside or outside the parentheses?
The answer is inside. You write f(-x), not -f(x). That single placement decides whether you're reflecting over the y-axis or something else entirely.
The Notation: f(-x) Is Your Answer
For a y-axis reflection, the transformation goes inside the parentheses. You're replacing x with -x inside the function notation.
Example:
- Original function: f(x) = x²
- Y-axis reflection: f(-x) = (-x)² = x²
That particular function looks the same because x² is even, but most functions will visibly change.
Try it with f(x) = x + 2:
- f(x) = x + 2 gives points like (0, 2), (1, 3), (2, 4)
- f(-x) = -x + 2 gives points like (0, 2), (-1, 3), (-2, 4)
The graph flipped horizontally. That's a y-axis reflection.
Why Inside the Parentheses Matters
The placement of the negative sign determines the axis of reflection:
- f(-x) → Reflects over the y-axis
- -f(x) → Reflects over the x-axis
- -f(-x) → Reflects over both axes (180° rotation)
Mix these up and you'll get the wrong transformation every time. The negative inside the parentheses affects the x-values. The negative outside affects the y-values.
Quick Comparison Table
| Notation | What It Does | Example: f(x) = x + 1 |
|---|---|---|
| f(x) | Original function | (0,1), (1,2), (2,3) |
| f(-x) | Y-axis reflection | (0,1), (-1,2), (-2,3) |
| -f(x) | X-axis reflection | (0,-1), (1,-2), (2,-3) |
| -f(-x) | Both axes (rotation) | (0,-1), (-1,-2), (-2,-3) |
How to Apply a Y-Axis Reflection
Here's the step-by-step process:
- Start with your original function f(x)
- Replace every x with -x
- Simplify if needed
- Plot both graphs to verify the mirror effect
Example with f(x) = 2x - 3:
Step 1: Original gives (0,-3), (1,-1), (2,1)
Step 2: Replace x → -x: f(-x) = 2(-x) - 3 = -2x - 3
Step 3: Simplified form is -2x - 3
Step 4: New points are (0,-3), (-1,-1), (-2,1)
Notice the y-values stayed the same. Only the x-values flipped sign. That's exactly what a y-axis reflection does.
Common Mistakes
People write -f(x) when they mean f(-x). That's the biggest error.
-f(x) negates the entire output. f(-x) negates the input before the function processes it.
Another mistake: trying to reflect without changing the variable. You must replace x with -x throughout the entire expression.
If f(x) = x² + 4x, then f(-x) = (-x)² + 4(-x) = x² - 4x. Not x² + 4x.
Practical Takeaway
Y-axis reflection means f(-x). The negative goes inside the parentheses, attached to x, before the function evaluates.
Memorize that placement and you'll never confuse a y-axis reflection with an x-axis reflection again.