Why Reflection Matters in ICSE Maths
Ever noticed how a lake shows a perfect copy of the trees above it? That "mirror magic" is exactly what reflection does on a graph paper – it flips points across a line.
💡 In Simple Words: Reflection is like holding a ruler against a point and swinging it over a line so the point lands on the other side at the same distance. The original and its copy are called the "pre‑image" and the "image".
What is Reflection in Coordinate Geometry?
In coordinate geometry, a reflection is a transformation that flips every point of a figure over a specific line, called the line of reflection. The line acts like a mirror. The original shape is the pre‑image and the flipped shape is the image. Both are the same size; only their positions change.
Key terms to remember
- Pre‑image: the shape before it’s reflected.
- Image: the shape after the reflection.
- Line of reflection: the straight line that works like a mirror.
- Perpendicular distance: the shortest distance between a point and a line, measured at a right angle.
How to Find the Image of a Point
When the line of reflection is one of the coordinate axes or the line y = x, the formulas are super quick. For any other line, you follow a short sequence of steps.
Special lines and their shortcuts
- Across the x‑axis (y = 0): keep x the same, change the sign of y. (x, y) → (x, -y)
- Across the y‑axis (x = 0): keep y the same, change the sign of x. (x, y) → (-x, y)
- Across the line y = x: swap x and y. (x, y) → (y, x)
- Across the line y = -x: swap and change both signs. (x, y) → (-y, -x)
General line: y = mx + c
If the mirror line isn’t one of the easy ones, you can use this algebraic recipe:
- Write the line in the form Ax + By + C = 0 (multiply to clear fractions if needed).
- For a point (x₁, y₁), compute the distance d = (A·x₁ + B·y₁ + C) / (A² + B²).
- The image (x', y') is given by:
x' = x₁ - 2A·d and y' = y₁ - 2B·d.
That looks heavy, but a couple of practice runs make it feel like a routine.
Worked Example 1: Simple Axis Reflection
Problem: Find the image of point P(4, -3) when reflected across the x‑axis.
Solution: Across the x‑axis we keep x unchanged and flip the sign of y. So P'(4, 3). Easy, right?
Worked Example 2: Reflection Across a Slanted Line
Problem: Reflect Q(2, 5) across the line 2x + y - 4 = 0.
Step 1 – Identify A, B, C: Here A = 2, B = 1, C = -4.
Step 2 – Compute d: d = (2·2 + 1·5 - 4) / (2² + 1²) = (4 + 5 - 4) / (4 + 1) = 5/5 = 1.
Step 3 – Find image coordinates:
x' = 2 - 2·2·1 = 2 - 4 = -2
y' = 5 - 2·1·1 = 5 - 2 = 3.
So the reflected point Q' is (-2, 3). You can double‑check by measuring the perpendicular distance from both points to the line; they should be equal.
Quick Summary Table
| Line of Reflection | Rule for (x, y) → (x', y') | Example |
|---|---|---|
| x‑axis (y = 0) | (x, -y) | (3, 2) → (3, -2) |
| y‑axis (x = 0) | (-x, y) | (-4, 7) → (4, 7) |
| y = x | (y, x) | (5, -1) → (-1, 5) |
| y = -x | (-y, -x) | (2, 3) → (-3, -2) |
| General line Ax + By + C = 0 | x' = x - 2A·d, y' = y - 2B·d | See Example 2 |
Tips for ICSE Exams
- Memorise the four easy‑line rules – they save time.
- When the line is given in slope‑intercept form (y = mx + c), first rewrite it as Ax + By + C = 0.
- Always double‑check by confirming that the pre‑image and image are equally far from the mirror line.
- Practice a couple of problems with each type of line; the pattern becomes obvious.
📝 Likely Exam Questions
- Question: Find the image of point A(‑3, 4) when reflected across the line y = x.
Answer: Swap the coordinates: A'(4, ‑3). - Question: A triangle has vertices (1,2), (4,2), (1,5). Write the coordinates of its image after reflecting across the y‑axis.
Answer: Change the sign of x for each vertex: (‑1,2), (‑4,2), (‑1,5). - Question: Reflect point B(6,‑1) across the line 3x – 4y + 12 = 0. Give the image coordinates.
Answer: Convert to Ax + By + C = 0 → 3x – 4y + 12 = 0 (A=3, B=‑4, C=12). d = (3·6 + (‑4)(‑1) + 12)/(3² + (‑4)²) = (18 + 4 + 12)/25 = 34/25. x' = 6 - 2·3·(34/25) = 6 - 204/25 = (150‑204)/25 = -54/25 ≈ -2.16. y' = -1 - 2·(‑4)·(34/25) = -1 + 272/25 = (-25 + 272)/25 = 247/25 ≈ 9.88. So B' ≈ (‑2.16, 9.88). - Question: State the rule for reflecting any point across the line y = –x.
Answer: Swap x and y, then change the sign of both: (x, y) → (‑y, ‑x). - Question: A square with side 2 units is placed with one vertex at the origin and sides parallel to the axes. After reflecting across the line y = x, what are the coordinates of the opposite vertex?
Answer: Original opposite vertex is (2,2). Swap coordinates → (2,2) (same point). So the square maps onto itself.