Find the image of point (1,2,3) in the plane x + y + z = 6

hard JEE-MAIN JEE-ADVANCED JEE Main 2023 3 min read

Question

Find the image of the point (1,2,3)(1, 2, 3) in the plane x+y+z=6x + y + z = 6.

(JEE Main 2023, similar pattern)


Solution — Step by Step

The plane x+y+z=6x + y + z = 6 has normal vector n=(1,1,1)\vec{n} = (1, 1, 1).

The line from the point P(1,2,3)P(1, 2, 3) perpendicular to the plane is:

x11=y21=z31=t\frac{x - 1}{1} = \frac{y - 2}{1} = \frac{z - 3}{1} = t

So any point on this line is (1+t,2+t,3+t)(1 + t, 2 + t, 3 + t).

The foot of perpendicular FF lies on the plane, so:

(1+t)+(2+t)+(3+t)=6(1 + t) + (2 + t) + (3 + t) = 6

6+3t=66 + 3t = 6

t=0t = 0

So the foot of perpendicular is F=(1,2,3)F = (1, 2, 3).

Wait — this means the point (1,2,3)(1, 2, 3) already satisfies 1+2+3=61 + 2 + 3 = 6. The point lies on the plane!

When a point lies on the mirror plane, its reflection (image) is the point itself.

Image=(1,2,3)\boxed{\text{Image} = (1, 2, 3)}

Why This Works

The image of a point in a plane is its mirror reflection. If PP is at distance dd from the plane, the image PP' is at the same distance dd on the other side, along the normal direction. The foot of perpendicular FF is the midpoint of PPPP'.

In this case, PP is already on the plane (d=0d = 0), so P=F=PP = F = P'.

For the general case where PP is NOT on the plane, we’d use t0t \neq 0 and the image would be P=(1+2t,2+2t,3+2t)P' = (1 + 2t, 2 + 2t, 3 + 2t) — double the parameter value because FF is the midpoint.


Alternative Method — Direct formula

The image of point (x1,y1,z1)(x_1, y_1, z_1) in the plane ax+by+cz=dax + by + cz = d is:

xx1a=yy1b=zz1c=2(ax1+by1+cz1d)a2+b2+c2\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c} = \frac{-2(ax_1 + by_1 + cz_1 - d)}{a^2 + b^2 + c^2}

Here: 2(1+2+36)1+1+1=2(0)3=0\frac{-2(1 + 2 + 3 - 6)}{1 + 1 + 1} = \frac{-2(0)}{3} = 0

So x=1,y=2,z=3x = 1, y = 2, z = 3. Same answer.

Always check whether the point lies on the plane before doing heavy calculations. Substitute (x1,y1,z1)(x_1, y_1, z_1) into the plane equation — if it satisfies, the answer is immediate. In JEE, this can be a 5-second check that saves 3 minutes of unnecessary work.


Common Mistake

When the point is NOT on the plane, a common error is using tt directly as the image instead of 2t2t. The foot of perpendicular FF is at parameter tt, but the image PP' is at parameter 2t2t (since FF is the midpoint of PP and PP'). If the formula gives t=kt = k, the image coordinates use 2k2k, not kk. For this specific problem the distinction doesn’t matter (t=0t = 0), but it’s critical in the general case.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next