IB Maths AA SL Topic 2 โ€” Functions Paper 1 & 2 ~9 min read

Reflections of Graphs

A reflection flips a graph in a mirror line โ€” either the x-axis or the y-axis. The shape and size stay the same, but the orientation flips. Here’s exactly when to use a minus sign inside the bracket vs outside.

๐Ÿ“˜ What you need to know

What is a reflection?

A reflection is exactly what it sounds like โ€” imagine holding the graph up to a mirror. Every point on the curve flips to the other side of the mirror line, but stays the same distance away. The graph keeps its shape and size, but its orientation is now reversed.

For IB Maths AA SL, the mirror line is always one of the two coordinate axes:

A reflection changes orientation but not size. If the curve gets bigger, smaller, or just slides โ€” that’s a stretch or translation, not a reflection.
A curve reflected in both axes
x y O y = f(x) y = f(โˆ’x) y = โˆ’f(x) mirror = y-axis mirror = x-axis

Reflection in the y-axis (sideways flip)

This reflection flips the graph from left-to-right. Whatever was on the right of the y-axis ends up on the left, and vice-versa. The mirror sign goes inside the function bracket.

Reflection in the y-axis
y = f(x) โŸถ y = f(โˆ’x)

๐Ÿค” Why does the minus go inside?

Inside the bracket is where you change the input. When you put โˆ’x in instead of x, you’re asking the function: “what would you do if I gave you the opposite x-value?” The answer comes out the same height as before, but now placed at the mirrored x-position.

So f(โˆ’x) flips the graph horizontally โ€” across the y-axis.

What changes and what stays?

๐Ÿ“

Fixed points: anything on the y-axis doesn’t move

If the original graph passes through (0, 7), the reflected graph still passes through (0, 7). Points on the mirror line are their own reflection โ€” use them as anchor points when sketching.

Reflection in the x-axis (upside-down flip)

This reflection flips the graph upside-down. Anything that was above the x-axis is now below it, and vice-versa. The mirror sign goes outside the function โ€” it’s just a minus in front.

Reflection in the x-axis
y = f(x) โŸถ y = โˆ’f(x)

๐Ÿค” Why does the minus go outside?

Outside the function is where you change the output. Multiplying the whole output by โˆ’1 takes every y-value and flips its sign. A point that was at height 5 is now at height โˆ’5; a point at โˆ’2 jumps to +2.

So โˆ’f(x) flips the graph vertically โ€” across the x-axis.

What changes and what stays?

๐Ÿ“

Fixed points: anything on the x-axis doesn’t move

If the original graph crosses the x-axis at (4, 0), the reflected graph still crosses at (4, 0). The x-intercepts of the original become the x-intercepts of the reflection. Use them to anchor your sketch.

The two reflections side by side

Reflect in y-axis (sideways)
y = f(โˆ’x)
Minus inside the bracket
x-coords flip ยท y-coords stay
Reflect in x-axis (upside-down)
y = โˆ’f(x)
Minus outside the function
y-coords flip ยท x-coords stay

โ†” Reflection in y-axis

x-coordinateflips sign
y-coordinatestays the same
Vertical asymptoteflips
Horizontal asymptoteunchanged
Points on y-axisdon’t move

โ†• Reflection in x-axis

x-coordinatestays the same
y-coordinateflips sign
Vertical asymptoteunchanged
Horizontal asymptoteflips
Points on x-axisdon’t move
A simple memory hook: negative inside = flip the inputs (x’s) โ†’ mirror in the y-axis. Negative outside = flip the outputs (y’s) โ†’ mirror in the x-axis.

Equation decoder

You’ll see reflections written in different ways. Here’s how to spot which axis is being used:

Equation
โ†’
Transformation
y = f(โˆ’x)
โ†’
Reflection in the y-axis
y = โˆ’f(x)
โ†’
Reflection in the x-axis
y = (โˆ’x)2 + 3(โˆ’x)
โ†’
Reflection in the y-axis (every x replaced by โˆ’x)
y = โˆ’(x2 โˆ’ 4x + 1)
โ†’
Reflection in the x-axis (whole function negated)
In the exam, name the axis you reflected in โ€” examiners want “reflection in the x-axis”, not just “reflection”.

Worked examples

WE 1

Find the equation after a y-axis reflection

The graph of y = x3 โˆ’ 2x + 1 is reflected in the y-axis. Write the equation of the new graph.

Step 1: Pick the rule Reflection in y-axis โ‡’ replace every x with โˆ’x. Step 2: Substitute carefully (โˆ’x)3 = โˆ’x3,   โˆ’2(โˆ’x) = +2x. Step 3: Tidy up y = โˆ’x3 + 2x + 1 always replace EVERY x โ€” not just one!
WE 2

Find the equation after an x-axis reflection

The graph of y = x2 โˆ’ 6x + 5 is reflected in the x-axis. Write the equation of the new graph.

Step 1: Pick the rule Reflection in x-axis โ‡’ multiply the whole function by โˆ’1. Step 2: Apply it y = โˆ’(x2 โˆ’ 6x + 5) Step 3: Tidy up y = โˆ’x2 + 6x โˆ’ 5 don’t forget to flip every term’s sign
WE 3

Reflect named points on a curve

The graph of y = f(x) has a maximum at A(โˆ’1, 5) and a minimum at B(3, โˆ’3). Find the new coordinates of A and B on:

(a) y = โˆ’f(x)    (b) y = f(โˆ’x)

(a) y = โˆ’f(x) โ†’ reflect in x-axis y-coords flip sign, x-coords stay Aโ€ฒ(โˆ’1, โˆ’5),   Bโ€ฒ(3, 3) also: max becomes min, and min becomes max! (b) y = f(โˆ’x) โ†’ reflect in y-axis x-coords flip sign, y-coords stay Aโ€ฒ(1, 5),   Bโ€ฒ(โˆ’3, โˆ’3) max stays a max, min stays a min โ€” only swapped sideways
WE 4

Reflect a graph with asymptotes

The graph of y = f(x) has asymptotes x = 4 and y = โˆ’2. State the equations of the asymptotes after reflecting in:

(a) the y-axis    (b) the x-axis

(a) Reflection in y-axis Vertical asymptote flips: x = 4 โ†’ x = โˆ’4. Horizontal asymptote stays: y = โˆ’2. x = โˆ’4  &  y = โˆ’2 (b) Reflection in x-axis Vertical asymptote stays: x = 4. Horizontal asymptote flips: y = โˆ’2 โ†’ y = 2. x = 4  &  y = 2
WE 5

Identify the reflection

The function f(x) = 2x + 3 is transformed into g(x) = โˆ’2x โˆ’ 3. Describe the single transformation that maps f onto g.

Step 1: Compare side by side f(x) = 2x + 3 g(x) = โˆ’2x โˆ’ 3 Step 2: Spot the pattern Every term has flipped sign → the whole function is multiplied by โˆ’1. g(x) = โˆ’f(x) Step 3: Name the transformation Reflection in the x-axis if only the x-terms had flipped, it’d be a y-axis reflection instead

๐Ÿ’ก Top tips

โš  Common mistakes

Once you’ve got translations and reflections down, the only piece left is stretches โ€” and that’s where scale factors come in next.

Need help with Reflections of Graphs?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session โ†’