Year 11 Maths Advanced Module 1 ⏱ ~35 min Lesson 10 of 15

Reflections of Functions

When a video game character turns around, the artist does not redraw the entire sprite — they simply flip the image horizontally. In mathematics, we can flip graphs too: across the $x$-axis, across the $y$-axis, or both. These reflections are powerful tools for sketching and understanding symmetry.

🎮
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision. It includes key ideas, activities, questions, an extend task and success-criteria proof.

Think First

The point $(3, 4)$ lies on the graph of $y = f(x)$. If you multiply the entire right-hand side by $-1$ to get $y = -f(x)$, what do you think happens to the point? What if instead you replace $x$ with $-x$ to get $y = f(-x)$? Try to predict the new coordinates in each case.

Type your initial response below — you will revisit this at the end of the lesson.

Write your initial response in your book. You will revisit it at the end of the lesson.

Write your initial thinking in your book
Saved
📐

Formula Reference — This Lesson

$y = -f(x)$
Reflection in the $x$-axis $(x, y) \to (x, -y)$
$y = f(-x)$
Reflection in the $y$-axis $(x, y) \to (-x, y)$
$y = -f(-x)$
Reflection in both axes Equivalent to $180^\circ$ rotation about the origin
Key insight: Reflection in the $x$-axis changes $y$ to $-y$. Reflection in the $y$-axis changes $x$ to $-x$.
📖 Know

Key Facts

  • $-f(x)$ reflects the graph in the $x$-axis
  • $f(-x)$ reflects the graph in the $y$-axis
  • $-f(-x)$ reflects in both axes
💡 Understand

Concepts

  • How reflections affect the coordinates of key points
  • The connection between $f(-x)$ and even functions
  • The connection between $-f(-x)$ and odd functions
  • Why reflecting in both axes is the same as a $180^\circ$ rotation
✅ Can Do

Skills

  • Sketch reflected graphs from their equations
  • Write the equation of a reflected graph
  • Determine the new coordinates of points after reflection
  • Use reflections to test for odd and even symmetry

Misconceptions to Fix

Wrong: √(a + b) = √a + √b.

Right: The square root of a sum is not the sum of square roots; √(a+b) cannot be simplified this way.

Key Terms
FunctionA relation where each input has exactly one output.
DomainThe set of all possible input values for a function.
RangeThe set of all possible output values for a function.
Inverse FunctionA function that reverses the effect of the original function.
QuadraticA polynomial of degree 2, in the form ax² + bx + c.
DiscriminantThe expression b² - 4ac that determines the nature of quadratic roots.
🔢

Reflections in the $x$-axis and $y$-axis

Just as you can flip an image in a photo editor, you can reflect the graph of a function across an axis. There are two fundamental reflections you need to know.

Reflection in the $x$-axis: $y = -f(x)$

Multiplying the entire function by $-1$ flips the graph upside down. Every point $(x, y)$ on the original graph moves to $(x, -y)$.

Reflection in the $y$-axis: $y = f(-x)$

Replacing $x$ with $-x$ flips the graph left-to-right. Every point $(x, y)$ on the original graph moves to $(-x, y)$.

Reflection in Both Axes: $y = -f(-x)$

When you apply both reflections — multiply by $-1$ outside and replace $x$ with $-x$ inside — the result is equivalent to a $180^\circ$ rotation about the origin. Every point $(x, y)$ becomes $(-x, -y)$.

Connection to symmetry. If $f(-x) = f(x)$, reflecting in the $y$-axis leaves the graph unchanged. The function is even. If $-f(-x) = f(x)$, rotating $180^\circ$ about the origin leaves the graph unchanged. The function is odd. Reflections and symmetry are two sides of the same coin.
REFLECTIONS OF y = f(x) y = f(x) y = −f(x) y = f(−x) (a, b) (a, −b) (−a, b)

🧮 Worked Examples

Worked Example 1 — Identifying a Reflection

Stepwise
Describe the transformation that maps $y = f(x)$ to $y = -f(x)$.
  1. 1
    Identify where the negative sign is
    The negative sign is outside the function, multiplying the entire output.
  2. 2
    Determine the effect on coordinates
    Every point $(x, y)$ becomes $(x, -y)$. This flips the graph vertically.
  3. 3
    Name the reflection
    A vertical flip is a reflection in the $x$-axis.
✓ Answer Reflection in the $x$-axis.

Worked Example 2 — Finding Reflected Coordinates

Stepwise
The graph of $y = f(x)$ passes through the points $(1, 3)$, $(2, -1)$, and $(0, 4)$. Find the corresponding points on the graph of $y = f(-x)$.
  1. 1
    Identify the transformation
    $f(-x)$ reflects the graph in the $y$-axis. This negates the $x$-coordinate of every point.
  2. 2
    Apply the transformation to each point
    (1, 3) \to (-1, 3)
    (2, -1) \to (-2, -1)
    (0, 4) \to (0, 4)
✓ Answer $(-1, 3)$, $(-2, -1)$, $(0, 4)$

Worked Example 3 — Equation of a Reflected Graph

Stepwise
Let $f(x) = x^3 - 2x$. Write the equation of the graph after reflection in the $x$-axis, and then after reflection in the $y$-axis.
  1. 1
    Reflection in the $x$-axis
    Multiply the entire function by $-1$.
    y = -f(x) = -(x^3 - 2x) = -x^3 + 2x
  2. 2
    Reflection in the $y$-axis
    Replace every $x$ with $-x$.
    y = f(-x) = (-x)^3 - 2(-x) = -x^3 + 2x
✓ Answer $x$-axis reflection: $y = -x^3 + 2x$; $y$-axis reflection: $y = -x^3 + 2x$. In this case, both reflections give the same result because $f$ is an odd function.
⚠️

Common Mistakes — Don't Lose Easy Marks

Confusing $-f(x)$ with $f(-x)$
$-f(x)$ reflects in the $x$-axis (vertical flip). $f(-x)$ reflects in the $y$-axis (horizontal flip). These are completely different transformations, and mixing them up is one of the most common errors in transformation questions.
✓ Fix: Ask yourself: "Where is the negative sign?" Outside = $x$-axis. Inside = $y$-axis.
Changing the wrong coordinate
For $y = -f(x)$, students sometimes change the $x$-coordinate instead of the $y$-coordinate. For $y = f(-x)$, they sometimes change the $y$-coordinate instead of the $x$-coordinate.
✓ Fix: $x$-axis reflection $\to$ change $y$. $y$-axis reflection $\to$ change $x$.
Forgetting that $f(-x)$ requires substituting $-x$ into every term
When reflecting $f(x) = x^2 + 3x$ in the $y$-axis, some students write $-x^2 + 3x$ instead of $(-x)^2 + 3(-x) = x^2 - 3x$.
✓ Fix: Use brackets. Replace every $x$ with $(-x)$ before simplifying.
Assuming all functions have either $x$-axis or $y$-axis symmetry
Many functions have no reflection symmetry at all. A reflection changes the graph completely, and only special functions (even or odd) map onto themselves.
✓ Fix: If the reflected graph does not match the original, the function simply does not have that symmetry. That is a valid and common conclusion.

📓 Copy Into Your Books

📖 $x$-axis Reflection

  • $y = -f(x)$
  • Negates the $y$-coordinate
  • $(x, y) \to (x, -y)$
  • $x$-intercepts stay the same

🔢 $y$-axis Reflection

  • $y = f(-x)$
  • Negates the $x$-coordinate
  • $(x, y) \to (-x, y)$
  • $y$-intercepts stay the same

⚠️ Both Axes

  • $y = -f(-x)$
  • $(x, y) \to (-x, -y)$
  • Same as $180^\circ$ rotation about origin

💡 Symmetry Links

  • Even: $f(-x) = f(x)$ → unchanged by $y$-axis reflection
  • Odd: $-f(-x) = f(x)$ → unchanged by both reflections

📝 How are you completing this lesson?

🧪 Activities

🔍 Activity 1 — Calculate + Interpret

Identify the Reflection

For each equation, state whether it represents a reflection in the $x$-axis, the $y$-axis, both, or neither.

  1. 1 $y = -f(x)$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 $y = f(-x)$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  3. 3 $y = -f(-x)$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  4. 4 $y = f(x) + 2$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
🎨 Activity 2 — Predict Coordinates

Find the Reflected Points

The point $(3, -2)$ lies on the graph of $y = f(x)$. Find the corresponding point on the graph of each transformed function.

  1. 1 $y = -f(x)$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 $y = f(-x)$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  3. 3 $y = -f(-x)$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  4. 4 $y = f(x - 1)$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
Revisit Your Thinking

Earlier you were asked: If $(3, 4)$ lies on $y = f(x)$, what happens to the point under $y = -f(x)$ and $y = f(-x)$?

For $y = -f(x)$, the negative sign is outside the function, so it flips the $y$-coordinate. The point $(3, 4)$ becomes $(3, -4)$. This is a reflection in the $x$-axis. For $y = f(-x)$, the negative sign is inside the function, so it flips the $x$-coordinate. The point $(3, 4)$ becomes $(-3, 4)$. This is a reflection in the $y$-axis. The key is simple but powerful: outside = vertical flip ($x$-axis), inside = horizontal flip ($y$-axis). Master this distinction and you have mastered one of the most important ideas in graph transformations.

Now revisit your initial response. What did you get right? What has changed in your thinking?

Look back at your initial response in your book. Annotate it with what you now understand differently.

Annotate your initial response in your book
Saved
Revisit Your Initial Thinking

Look back at what you wrote in the Think First section. What has changed? What did you get right? What surprised you?

MC

Multiple Choice

5 random questions from a replayable lesson bank — feedback shown immediately

✍️ Short Answer

📝

Extended Questions

ApplyBand 3

8. The graph of $y = f(x)$ passes through the points $(-2, 1)$, $(0, 3)$, and $(4, -2)$. Write the coordinates of the corresponding points on: (a) $y = -f(x)$ (b) $y = f(-x)$ (c) $y = -f(-x)$ 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
ApplyBand 4

9. Let $f(x) = x^2 - 4x + 3$. (a) Write the equation of the graph after reflection in the $y$-axis. (b) Simplify your answer from part (a) by expanding any brackets. (c) Determine whether the reflected graph is the same as the original graph. 4 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
EvaluateBand 5

10. A student is asked to reflect $y = f(x)$ in the $x$-axis and then in the $y$-axis. They write the final equation as $y = f(x)$, claiming that the two reflections cancel each other out. Evaluate this claim. Is it true for all functions? Provide a specific counterexample or proof to support your answer. 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook

✅ Comprehensive Answers

🔍 Activity 1 — Identify the Reflection Model Answers

1. Reflection in the $x$-axis

2. Reflection in the $y$-axis

3. Reflection in both the $x$-axis and the $y$-axis (or $180^\circ$ rotation about the origin)

4. Neither — this is a vertical translation 2 units up

🎨 Activity 2 — Predict Coordinates Model Answers

1. $(3, 2)$ — $y$-coordinate sign flips

2. $(-3, -2)$ — $x$-coordinate sign flips

3. $(-3, 2)$ — both coordinates flip

4. $(4, -2)$ — horizontal translation 1 unit right

❓ Multiple Choice

1. A — $-f(x)$ reflects in the $x$-axis.

2. B — $f(-x)$ reflects in the $y$-axis.

3. C — $-f(x)$ negates the $y$-coordinate.

4. B — $f(-x)$ negates the $x$-coordinate.

5. C — $-f(-x)$ reflects in both axes.

📝 Short Answer Model Answers

Q8 (3 marks):

(a) $(-2, -1)$, $(0, -3)$, $(4, 2)$ [1]

(b) $(2, 1)$, $(0, 3)$, $(-4, -2)$ [1]

(c) $(2, -1)$, $(0, -3)$, $(-4, 2)$ [1]

Q9 (4 marks):

(a) y = f(-x) = (-x)^2 - 4(-x) + 3 = x^2 + 4x + 3

(b) $y = x^2 + 4x + 3$ (already expanded) [1]

(c) The reflected graph is not the same as the original [1]. The original has its vertex at $(2, -1)$, while the reflected graph has its vertex at $(-2, -1)$ [1].

Q10 (3 marks): The student's claim is false in general [1]. For most functions, reflecting in the $x$-axis and then the $y$-axis gives $y = -f(-x)$, which is not the same as $y = f(x)$ [1]. For example, if $f(x) = x + 1$, then $-f(-x) = -(-x + 1) = x - 1 \neq x + 1 = f(x)$ [1]. The claim is only true for odd functions, where $-f(-x) = f(x)$.

⚔️
Boss Battle

Boss Battle — Reflections Showdown!

Challenge the boss using your knowledge of function reflections and transformations. Pool: lessons 1–10.

Mark lesson as complete

Tick when you've finished all activities and checked your answers.