Question:medium

The mirror image of the point $P(-1, 2, -4)$ in the plane $x - y - 2z + 1 = 0$ is ______.

Show Hint

If the formula yields a point not in the options, checking the options by verifying if the midpoint satisfies the plane equation is a great way to "reverse engineer" the examiner's intended (but perhaps typo'd) plane!
Updated On: Jun 19, 2026
  • (3, -4, 1)
  • (1, 0, 0)
  • (4, 1, 0)
  • (2, -3, 0)
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Understanding the Concept:
The mirror image $(x_2, y_2, z_2)$ of a point $(x_1, y_1, z_1)$ in a plane $ax + by + cz + d = 0$ is found using a specific symmetry formula.

Step 2: Formula Application:

$\frac{x_2-x_1}{a} = \frac{y_2-y_1}{b} = \frac{z_2-z_1}{c} = -2 \frac{(ax_1+by_1+cz_1+d)}{a^2+b^2+c^2}$.

Step 3: Explanation:

$a=1, b=-1, c=-2, d=1$. Point is $(-1, 2, -4)$. Ratio $= -2 \frac{(-1 - 2 - 2(-4) + 1)}{1^2 + (-1)^2 + (-2)^2} = -2 \frac{(-3 + 8 + 1)}{6} = -2 \frac{6}{6} = -2$. $x_2 - (-1) = 1(-2) \implies x_2 = -2 - 1 = -3$. (Re-calculating: point $P$ image should be symmetric). If we test point (1, 0, 0), the midpoint is $(0, 1, -2)$. Putting $(0, 1, -2)$ in plane: $0 - 1 - 2(-2) + 1 = 4 \ne 0$. The correct calculation: $x_2 = -1 + 1(-2) = -3$; $y_2 = 2 - 1(-2) = 4$; $z_2 = -4 - 2(-2) = 0$. Image is $(-3, 4, 0)$.

Step 4: Final Answer:

The mirror image is $(-3, 4, 0)$.
Was this answer helpful?
0