In the following example find the distance of each of the given points from the corresponding given plane:
pointPlane(3,−2,1)2x−y+2z+3=0
We know that the distance between a point P(x1,y1,z1) and a plane Ax+By+Cz=D is
d=Ax1+By1+Cz1−D√A2+B2+C2 ...(i)
(b) The given point is (3,-2,1) and the plane is 2x-y+2z+3=0
∴ From Eq.(i),
d=|2×3+(−1)×(−2)+2×1+3|√22+(−1)2+22=|6+2+2+3|√4+1+4=13√9=133units