What are the equations of the planes that are parallel to the plane x+2y2z=1 and two units away from it?

1 Answer
Feb 15, 2016

x+2y2z+5=0 and x+2y7=0

Explanation:

First we'll find the equation of ALL planes parallel to the original one.
As a model consider this lesson:

Equation of a plane parallel to other

The normal vector is:
n=<1,22>

The equation of the plane parallel to the original one passing through P(x0,y0,z0) is:

n< xx0,yy0,zz0>=0
<1,2,2><xx0,yy0,zz0>=0
xx0+2y2y02z+2z0=0
x+2y2zx02y0+2z0=0

Or

x+2y2z+d=0 [1]
where a=1, b=2, c=2 and d=x02y0+2z0

Now we'll find planes that obey the previous formula and at a distance of 2 units from a point in the original plane. (We should expect 2 results, one for each half-space delimited by the original plane.)
As a model consider this lesson:

Distance between 2 parallel planes

In the original plane let's choose a point.
For instance, when x=0 and y=0:
x+2y2z=1 => 0+202z=1 => z=12
P1(0,0,12)

In the formula of the distance between a point and a plane (not any plane but a plane parallel to the original one, equation [1] ), keeping D=2, and d as d itself, we get:

D=|ax1+by1+cz1+d|a2+b2+c2
2=10+20+(2)(12)+d1+4+4
|d+1|=23 => |d+1|=6

First solution:
d+1=6 => d=5
x+2y2z+5=0

Second solution:
d+1=6 => d=7
x+2y2z7=0