1.6 Planes in 3-Space: 1.6.1 Planes Parallel To The Coordinate Planes
1.6 Planes in 3-Space: 1.6.1 Planes Parallel To The Coordinate Planes
40
Chapter 1: Rectangular Coordinate systems in 3-space and Vectors
Example: Find an equation of the plane passing through the point (3, −1, 7) and perpendicu-
lar to the vector n = (4, 2, −5).
Solution: a point-normal form of the equation is
4(x − 3) + 2(y + 1) − 5(z − 7) = 0
(4, 2, −5) . (x − 3, y + 1, z – 7) = 0
we obtain an equation of the form
ax + by + cz + d = 0
4x + 2y − 5z + 25 = 0
The following theorem shows that every equation represents a plane in 3-space.
Theorem
If a, b, c, and d are constants, and a, b, and c are not all zero, then the graph of the equation
ax + by + cz + d = 0
is a plane that has the vector n = (a, b, c) as a normal.
Example: Determine whether the planes 3x − 4y + 5z = 0 and − 6x + 8y − 10z − 4 = 0 are
parallel.
Solution: It is clear geometrically that two planes are parallel if and only if their normals are
parallel vectors. A normal to the first plane is
n1 = (3, −4, 5)
and a normal to the second plane is
n2 = (−6, 8, −10)
Since n2 is a scalar multiple of n1, the normals are parallel, and hence so are the planes.
Example: Find an equation of the plane through the points P1(1, 2,−1), P2(2, 3, 1), and
P3(3,−1, 2).
Solution: Since the points P1, P2, and P3 lie in the plane, the vectors ⃗⃗⃗⃗⃗⃗⃗⃗
𝑃1 𝑃2 = (1, 1, 2) and
⃗⃗⃗⃗⃗⃗⃗⃗
𝑃1 𝑃3 = (2, −3, 3) are parallel to the plane. Therefore,
𝐢 𝐣 𝐤
⃗⃗⃗⃗⃗⃗⃗⃗ ⃗⃗⃗⃗⃗⃗⃗⃗
𝑃1 𝑃2 × 𝑃1 𝑃3 = |1 1 2|
2 −3 3
is normal to the plane, since it is orthogonal to both ⃗⃗⃗⃗⃗⃗⃗⃗
𝑃1 𝑃2 and ⃗⃗⃗⃗⃗⃗⃗⃗
𝑃1 𝑃3 . By using this normal and
the point P1(1, 2,−1) in the plane, we obtain the point-normal form
9(x − 1) + (y − 2) − 5(z + 1) = 0
which can be rewritten as
9x + y − 5z − 16 = 0
41
Chapter 1: Rectangular Coordinate systems in 3-space and Vectors
Example: Determine whether the line x = 3 + 8t, y = 4 + 5t, z = −3 – t is parallel to the plane
x − 3y + 5z = 12.
Solution: The vector v = (8, 5, −1) is parallel to the line and the vector n = (1, −3, 5) is nor-
mal to the plane. For the line and plane to be parallel, the vectors v and n must be orthogonal.
But this is not so, since the dot product v . n = (8)(1) + (5)(−3) + (−1)(5) = −12 is nonzero.
Thus, the line and plane are not parallel. (v . n =0 then right angle)
Example: Find the intersection of the line and plane in the previous example.
Solution: If we let (x0, y0, z0) be the point of intersection, then the coordinates of this point
satisfy both the equation of the plane and the parametric equations of the line. Thus,
x0 − 3y0 + 5z0 = 12 (1)
and for some value of t , say t = t0,
x0 = 3 + 8t0, y0 = 4 + 5t0, z0 = −3 − t0 (2)
Substituting (2) in (1) yields
(3 + 8t0) − 3(4 + 5t0) + 5(−3 − t0) = 12
Solving for t0 yields t0 = −3 and on substituting this value in (2), we obtain
(x0, y0, z0) = (−21, −11, 0)
|𝐧1 ∙ 𝐧2 |
cos 𝜃 =
‖𝐧1 ‖‖𝐧2 ‖
42
Chapter 1: Rectangular Coordinate systems in 3-space and Vectors
Example: Find the acute angle of intersection between the two planes 2x − 4y + 4z = 6 and
6x + 2y − 3z = 4
Solution: The given equations yield the normals n1 = (2,−4, 4) and n2 = (6, 2,−3).
Theorem
The distance D between a point P0(x0, y0, z0) and the plane ax + by
+ cz + d = 0 is
𝒂𝒙𝟎 + 𝒃𝒚𝟎 + 𝒄𝒛𝟎 + 𝒅
𝑫=
√𝒂𝟐 + 𝒃𝟐 + 𝒄𝟐
Example: Find the distance D between the point (1, −4, −3) and the plane 2x − 3y + 6z = −1
Example: The planes x + 2y − 2z = 3 and 2x + 4y − 4z = 7 are parallel since their normals, (1,
2, −2) and (2, 4, −4), are parallel vectors. Find the distance between these planes.
43
Chapter 1: Rectangular Coordinate systems in 3-space and Vectors
Solution: To find the distance D between the planes, we can select an arbitrary point in one
of the planes and compute its distance to the other plane. By setting y = z = 0 in the equation
x + 2y − 2z = 3, we obtain the point P0(3, 0, 0) in this plane.
The distance from P0 to the plane 2x + 4y − 4z = 7 is
Example: It was shown in previous example that the lines L1: x = 1 + 4t, y = 5 − 4t, z = −1 +
5t L2: x = 2 + 8t, y = 4 − 3t, z = 5 + t are skew. Find the distance between them.
is normal to both P1 and P2. Using this normal and the point Q2(2, 4, 5) found by setting t = 0
in the equations of L2, we obtain an equation for P2:
11(x − 2) + 36(y − 4) + 20(z − 5) = 0
or
11x + 36y + 20z − 266 = 0
The distance between Q1(1, 5,−1) and this plane is
44
Chapter 1: Rectangular Coordinate systems in 3-space and Vectors
- Although the general shape of a curve in 2-space can be obtained by plotting points,
this method is not usually helpful for surfaces in 3-space because too many points are
required.
- It is more common to build up the shape of a surface
with a network of mesh lines, which are curves ob-
tained by cutting the surface with well-chosen planes.
- For example, the figure shows the graph of z = x3 −
3xy2 rendered with a combination of mesh lines and
colorization to produce the surface detail. This surface
is called a “monkey saddle” ]].
- The mesh line that results when a surface is cut by a
plane is called the trace of the surface in the plane (see
figure).
45
Chapter 1: Rectangular Coordinate systems in 3-space and Vectors
bolic paraboloids. (The constants a, b, and c that appear in the equations in the table are as-
sumed to be positive.)
46
Chapter 1: Rectangular Coordinate systems in 3-space and Vectors
47