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:

That particular function looks the same because x² is even, but most functions will visibly change.

Try it with f(x) = x + 2:

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:

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:

  1. Start with your original function f(x)
  2. Replace every x with -x
  3. Simplify if needed
  4. 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.