Maths Formulae Equations Reflection

Reflection – Graph of Functions About Axes

Explore reflection transformations that mirror function graphs across the x‑axis or y‑axis. Useful in graphing technique...
🔑

Definition of Reflection

Reflection is a geometric transformation that creates a mirror image of a function across a line or point. It flips the graph while preserving distances and angles, creating perfect symmetry about the reflection axis. Reflections model physical phenomena like light bouncing off mirrors, wave interference patterns, and symmetrical designs in architecture and nature.

TermDescription
f(x)Original function - the base function before reflection transformation is applied
-f(x)Vertical reflection - flips graph across x-axis by negating all y-values
f(-x)Horizontal reflection - flips graph across y-axis by negating all x-values
(x, y) → (x', y')Point mapping - transformation rule showing how coordinates change under reflection
Reflection AxisMirror line - the line across which the reflection occurs (x-axis, y-axis, origin, etc.)
Even/Odd FunctionSymmetry types revealed by reflection; f(-x) = f(x) for even, f(-x) = -f(x) for odd
🔑

Key Formulas

\[ y = -f(x) \]
Reflection across x-axis
\[ y = f(-x) \]
Reflection across y-axis
\[ y = -f(-x) \]
Reflection across origin
📊

Diagram and Components

−f(x) f(−x) f(x) y-axis flip x-axis flip −f(x): reflect over x f(−x): reflect over y −f(−x): both axes
Reflections: −f(x) flips the graph over the x-axis; f(−x) flips it over the y-axis; −f(−x) performs both reflections (point reflection through the origin).

A reflection diagram shows a function, such as a parabola f(x), on a Cartesian plane. A line of reflection, like the y-axis, acts as a mirror. The reflected function, f(-x), appears as a mirror image on the opposite side of the axis. Each point (x, y) on the original function corresponds to a point (-x, y) on the reflected function, with the distance to the reflection axis remaining constant.

🔑

Properties of Reflections

Perfect Symmetry: Reflection creates an exact mirror image of an object or function. Every point on the reflected image is the same distance from the line of reflection as the corresponding point on the original object, but on the opposite side.

Shape and Size Preservation: Reflections are isometries, meaning they preserve distance, angles, size, and shape. The reflected image is congruent to the original object.

Inverse Property: A reflection is its own inverse. Applying the same reflection twice returns the object to its original position. For example, reflecting a function across the x-axis and then reflecting it again across the x-axis results in the original function.

Orientation Change: Reflection reverses the orientation of an object. For example, a shape and its reflection are not superimposable without lifting them out of the plane; what was clockwise becomes counter-clockwise.

🔬

Proof and Derivation

Let's derive the transformation rule for reflecting a point P(x, y) across the y-axis to a new point P'(x', y').

1. The line of reflection is the y-axis, where all x-coordinates are zero.

2. By definition, the reflection P' must be the same distance from the y-axis as P, but on the opposite side. The distance of P from the y-axis is the absolute value of its x-coordinate, |x|.

3. To be on the opposite side, the x-coordinate of P' must be the negative of the x-coordinate of P.

\[ x' = -x \]

4. The reflection occurs horizontally, so the vertical position (the y-coordinate) does not change.

\[ y' = y \]

Therefore, the general rule for reflecting a point across the y-axis is:

\[ (x, y) \rightarrow (-x, y) \]
Point reflection across the y-axis
🧮

Worked Example

Given the function `f(x) = x² + 2x - 3`, find the equations for the reflection across the x-axis and the reflection across the y-axis.
  1. <b>1. Reflection across the x-axis (g(x) = -f(x)):</b><br>To reflect across the x-axis, we negate the entire function.
  2. g(x) = -(x² + 2x - 3)
  3. Distribute the negative sign: g(x) = -x² - 2x + 3
  4. <b>2. Reflection across the y-axis (h(x) = f(-x)):</b><br>To reflect across the y-axis, we replace every 'x' with '-x'.
  5. h(x) = (-x)² + 2(-x) - 3
  6. Simplify the expression: h(x) = x² - 2x - 3
The reflection across the x-axis is `g(x) = -x² - 2x + 3`, and the reflection across the y-axis is `h(x) = x² - 2x - 3`.
🧮

Try It

🚀

Applications

Architecture & Design: Architects use reflection to create symmetrical building designs, balanced facades, and harmonious geometric patterns. This ensures both aesthetic appeal and structural stability.

Physics & Optics: The law of reflection is fundamental to optics. It governs how light behaves in mirrors, lenses, and telescopes. It is also used in wave mechanics to analyze wave interference and propagation.

Computer Graphics & Animation: Reflection transformations are used to create symmetrical objects, simulate mirror effects, generate water reflections, and create complex geometric patterns in digital imaging and video games.

Crystallography & Chemistry: Reflectional symmetry is a key property of crystal structures and molecules. Scientists use it to classify crystals, understand molecular geometry, and predict chemical properties.

🌍

Real-World Examples

A graphic designer places a triangular logo element with vertices at A(2, 1), B(5, 1), and C(3, 4). To create a symmetrical design, they need to reflect this triangle across the y-axis. What are the coordinates of the reflected vertices?
  1. The rule for reflection across the y-axis is (x, y) → (-x, y).
  2. Apply this rule to vertex A: A(2, 1) → A'(-2, 1).
  3. Apply this rule to vertex B: B(5, 1) → B'(-5, 1).
  4. Apply this rule to vertex C: C(3, 4) → C'(-3, 4).
The coordinates of the reflected vertices are A'(-2, 1), B'(-5, 1), and C'(-3, 4).
In a mini-golf game, a ball is located at point P(3, 2). The player wants to bounce the ball off a wall represented by the x-axis to hit a hole at H(7, -4). At what point on the wall must the ball strike?
  1. To find the path, reflect the hole's position across the x-axis. The reflection rule is (x, y) → (x, -y).
  2. Reflected hole H' = (7, -(-4)) = (7, 4).
  3. The ball must travel in a straight line from its current position P(3, 2) to the reflected hole H'(7, 4). The point where this line intersects the x-axis is the target on the wall.
  4. Find the equation of the line through P and H'. The slope m = (4-2)/(7-3) = 2/4 = 0.5.
  5. Using point-slope form: y - 2 = 0.5(x - 3) => y = 0.5x - 1.5 + 2 => y = 0.5x + 0.5.
  6. The ball hits the wall when y = 0. So, 0 = 0.5x + 0.5 => -0.5 = 0.5x => x = -1.
The ball must strike the wall at the point (-1, 0).
🏞️

Real-World Scenarios

−f(x): x-flip | f(−x): y-flip
Mirror Imaging in Computer Graphics
Reflecting an image horizontally applies f(−x) to every pixel's x-coordinate; vertical reflection applies −f(x) to y-coordinates. Game engines use f(−x) to create left-right flipped sprite versions from a single asset, cutting storage in half. Image processing (JPEG, PNG flipping), 2D CAD mirroring, and UI layout mirroring for right-to-left languages all implement the reflection transformation mathematically.
−f(x): max → min f(x): min → max
Profit vs Loss Function Inversion
If P(x) is a profit function, then −P(x) represents the loss function — a reflection over the x-axis. The maximum of P becomes the minimum of −P. Optimisation algorithms that minimise loss functions (neural network training, operations research) are mathematically equivalent to maximising −L = P. The reflection −f(x) connects maximisation and minimisation problems, which is why gradient descent minimises loss rather than maximising profit.
f⁻¹(x) f(x) inverse = reflect over y=x
Inverse Functions and Cryptography
The inverse function f⁻¹(x) is the reflection of f(x) over the line y = x. Cryptographic operations rely on one-way functions that are easy to compute but hard to invert — the asymmetry between f and f⁻¹. RSA encryption uses modular exponentiation (easy) and its inverse, factoring (hard). Engineers verify that encoding/decoding pairs are truly inverse functions by checking their graphs are mirror images over y = x.

Symmetrical Architecture

The design of famous buildings like the Taj Mahal relies heavily on reflection. The main structure is perfectly symmetrical about a central axis, with every element on one side having a mirror image on the other, creating a sense of balance and beauty.

Reflections in Nature

A calm lake acts as a natural mirror, reflecting the mountains and trees along its shore. This perfect reflection across the water's surface (a horizontal line) is a common example of symmetry in the natural world.

Origami and Paper Folding

The art of origami uses reflections constantly. Each fold creates a crease that often acts as a line of symmetry. To make a symmetrical shape like a paper crane, you perform identical folds on opposite sides, which is a physical application of reflection.

📚

Types of Reflections

Type of ReflectionPoint Transformation RuleFunction Notation
Across the x-axis(x, y) → (x, -y)y = -f(x)
Across the y-axis(x, y) → (-x, y)y = f(-x)
Across the origin(x, y) → (-x, -y)y = -f(-x)
Across the line y = x(x, y) → (y, x)x = f(y) (Inverse function)
⚠️

Common Mistakes

⚠️ Confusing Horizontal and Vertical Reflections: A frequent error is mixing up `y = -f(x)` and `y = f(-x)`. Remember: negating the entire output `f(x)` affects the vertical (y) values, causing a reflection across the x-axis. Negating only the input `x` affects the horizontal values, causing a reflection across the y-axis.
⚠️ Incorrectly Reflecting Points Across y=x: When reflecting a point `(x, y)` across the line `y=x`, the coordinates are simply swapped to become `(y, x)`. Students sometimes mistakenly negate one or both coordinates, which applies to other types of reflections.
💡 Forgetting that a reflection is its own inverse. Applying a reflection across the x-axis twice will always return the original function, not keep it reflected or move it somewhere else. This self-reversing property holds for any line of reflection.
🚀

Study Strategy

1 🔍 Solidify the Core Concepts
  • Review the definition of a reflection as a rigid transformation or 'isometry', ensuring you understand it preserves shape and size.
  • Clearly distinguish between the 'pre-image' (the original figure) and the 'image' (the reflected figure).
  • Identify the 'line of reflection' in various diagrams and understand its role as a perpendicular bisector for any segment connecting a point to its image.
  • Use the 'Diagram and Components' section to label the pre-image, image, and line of reflection on a blank coordinate plane.
2 🧠 Commit Formulas to Memory
  • Use flashcards to memorize the coordinate rule for reflection over the x-axis: (x, y) → (x, -y).
  • Create another flashcard for reflection over the y-axis: (x, y) → (-x, y).
  • Practice writing the rule for reflection over the line y = x from memory: (x, y) → (y, x).
  • Drill the rule for reflection over the line y = -x until it is automatic: (x, y) → (-y, -x).
3 ✍️ Practice with Purpose
  • Re-solve the 'Worked Example' problem from scratch without looking at the solution, then compare your steps.
  • Find practice problems that require reflecting single points across all four key lines (x-axis, y-axis, y=x, y=-x).
  • Work on reflecting entire polygons by applying the correct formula to each vertex individually and connecting the new points.
  • Study the 'Common Mistakes' section, then intentionally solve problems that test those specific errors, like mixing up x and y coordinates.
4 🌍 Connect to the Real World
  • Choose one example from the 'Real-World Scenarios', like billiards or periscopes, and sketch a diagram showing the path of reflection.
  • Explain how symmetry in art or architecture (e.g., the Taj Mahal) is an application of the reflection principle across a central axis.
  • Analyze a basic computer graphic or animation, describing how reflection transformations could be used to create mirrored effects efficiently.
  • Create a simple problem based on a 'Real-World Example', such as calculating the reflected position of an object in a lake, and solve it.
By systematically understanding, memorizing, practicing, and applying, you can see how reflections flip points on a graph and create symmetry in the world around you.

Frequently Asked Questions

×

×