Skip to content
Medium

Reflections of Functions

Simple Explanation

A reflection flips a graph over an axis like a mirror. y = βˆ’f(x) flips the graph over the x-axis (upside down); y = f(βˆ’x) flips it over the y-axis (left-right mirror image).

Why Do We Need It?

Reflections let you instantly picture a "flipped" version of a known shape β€” useful for recognizing negative-coefficient variants of familiar functions at a glance.

See It

y = xΒ² and its reflection y = βˆ’xΒ²
-4-4-3-3-2-2-1-1112233440xy

An upward-opening parabola and its mirror image, an downward-opening parabola, reflected over the x-axis

Formula

Reflecting a Function

y = βˆ’f(x) reflects over the x-axis. y = f(βˆ’x) reflects over the y-axis.

Negating the whole function output flips the graph upside down (over the x-axis); negating the input flips it left-right (over the y-axis).

f(x)
β€” the original function

When to use it: Whenever a graph needs to be mirrored over an axis.

Worked Example

Write the equation of a reflected function

Write the equation of y = √x reflected over the x-axis.

    Why Does This Work?

    Negating the output of every point (x, f(x)) moves it to (x, βˆ’f(x)) β€” the same horizontal position, but flipped vertically across the x-axis, which is exactly what a mirror reflection over that axis does to every point at once.

    Real-Life Example

    Mirrored architectural blueprints

    An architect designs a building feature, then needs a mirror-image version for the opposite side of a symmetric building.

    Reflecting the design's function over an axis produces the exact mirror-image curve needed, with no need to redesign from scratch.

    Practice

    What is y = xΒ³ reflected over the y-axis?

    Medium

    Common mistake

    Mixing up which reflection formula flips over which axis β€” y=βˆ’f(x) flips over the x-axis (negate the output); y=f(βˆ’x) flips over the y-axis (negate the input).

    Quick Review

    • y = βˆ’f(x): reflection over the x-axis (negate the output).
    • y = f(βˆ’x): reflection over the y-axis (negate the input).
    • Every point (x,y) maps to its mirror image across the chosen axis.