Graph Transformations: Reflections

\( y=-f(x) \;\text{(reflect in x-axis)},\quad y=f(-x) \;\text{(reflect in y-axis)} \)
Graphs GCSE

Reflect the point (-2,6) in the y-axis.

Hint (H)
Flip the x-value.

Explanation

Show / hide — toggle with X

Statement

Graph transformations describe how the graph of a function moves or changes when it is reflected, translated, or stretched. Reflections are one of the most common transformations and involve flipping a graph across an axis.

\[ y = -f(x) \quad \text{reflects the graph in the x-axis} \]

\[ y = f(-x) \quad \text{reflects the graph in the y-axis} \]

Why it’s true

  • If you replace \(f(x)\) with \(-f(x)\), every output value (y-value) is multiplied by \(-1\). This inverts the graph vertically, so all positive values become negative and vice versa. This is reflection in the x-axis.
  • If you replace \(x\) with \(-x\), every input value is reversed. This means points that were to the right of the y-axis move to the left, and vice versa. This is reflection in the y-axis.

Recipe (how to use it)

  1. Start with the original graph \(y = f(x)\).
  2. For reflection in the x-axis, replace \(f(x)\) with \(-f(x)\). Flip every point across the x-axis.
  3. For reflection in the y-axis, replace every \(x\) with \(-x\). Flip every point across the y-axis.
  4. Sketch the new graph by plotting some key points and applying the transformation.

Spotting it

Whenever you see a minus sign outside the function (e.g. \(-f(x)\)), it reflects in the x-axis. Whenever you see a minus sign inside the function (e.g. \(f(-x)\)), it reflects in the y-axis.

Common pairings

  • Translations (shifts left/right, up/down).
  • Stretches (scaling the graph vertically or horizontally).
  • Combinations of multiple transformations, where reflection is one step.

Mini examples

  1. Given: \(y = f(x)\) passes through (2,3). Reflect in x-axis: New point is (2,-3).
  2. Given: \(y = f(x)\) passes through (-4,1). Reflect in y-axis: New point is (4,1).

Pitfalls

  • Mixing up axes: A minus outside flips vertically (x-axis), while a minus inside flips horizontally (y-axis).
  • Forgetting both signs: \(y = -f(-x)\) combines both reflections, which is the same as a 180° rotation around the origin.
  • Not testing key points: Always check by substituting a few values of x.

Exam strategy

  • Write out the transformation clearly before sketching.
  • Mark a few easy points and reflect them first to get the new shape.
  • Remember: minus outside = flip vertically, minus inside = flip horizontally.

Summary

Reflections are simple but powerful transformations. The rule is: minus outside the function (\(-f(x)\)) reflects in the x-axis, and minus inside (\(f(-x)\)) reflects in the y-axis. Mastering this makes sketching transformed graphs much quicker and more reliable.

Worked examples

Show / hide (10) — toggle with E
  1. \( Reflect the point (3,4) in the x-axis using y=-f(x). \)
    1. Original point: (3,4).
    2. Reflection in x-axis → y-value changes sign.
    3. New point: (3,-4).
    Answer: (3,-4)
  2. \( Reflect the point (-2,5) in the y-axis using y=f(-x). \)
    1. Original point: (-2,5).
    2. Reflection in y-axis → x-value changes sign.
    3. New point: (2,5).
    Answer: (2,5)
  3. Reflect the point (0,-6) in the x-axis.
    1. Point (0,-6).
    2. Flip y-value sign: (0,6).
    Answer: (0,6)
  4. \( Reflect the graph of y=x+2 in the x-axis. \)
    1. \( Equation: y = x+2. \)
    2. \( Reflect in x-axis → y = -(x+2). \)
    3. \( New equation: y = -x - 2. \)
    Answer: \( y = -x - 2 \)
  5. \( Reflect the graph of y=x^2 in the y-axis. \)
    1. \( Equation: y = x^2. \)
    2. \( Replace x with -x: y = (-x)^2. \)
    3. \( Simplify: y = x^2 (same graph). \)
    Answer: \( y = x^2 \)
  6. \( Reflect the graph of y=x^3 in the y-axis. \)
    1. \( Equation: y = x^3. \)
    2. \( Replace x with -x: y = (-x)^3 = -x^3. \)
    3. \( New equation: y = -x^3. \)
    Answer: \( y = -x^3 \)
  7. Reflect the point (7,-3) in the y-axis.
    1. Point (7,-3).
    2. Flip x-value: (-7,-3).
    Answer: (-7,-3)
  8. \( Reflect the graph of y=√x in the x-axis. \)
    1. \( Equation: y = √x. \)
    2. \( Reflection in x-axis → y = -√x. \)
    Answer: \( y = -√x \)
  9. Reflect the point (-5,-2) in the x-axis.
    1. Point (-5,-2).
    2. Flip y-value: (-5,2).
    Answer: (-5,2)
  10. \( Reflect the graph of y=|x| in the y-axis. \)
    1. \( Equation: y = |x|. \)
    2. \( Replace x with -x: y = |-x| = |x|. \)
    3. Same graph as before.
    Answer: \( y = |x| \)