A plane is a flat two-dimensional surface extending infinitely in all directions within itself. In three-dimensional geometry, a plane is uniquely determined if any one of the following is known:
The normal to the plane and its perpendicular distance from the origin.
A point through which it passes and a vector perpendicular to it.
Three non-collinear points lying on it.
Equation of a Plane in Normal Form
Let the perpendicular distance of the plane from the origin be d with d>0, and let n^ be a unit normal vector to the plane directed from the origin toward the plane. If P is any point on the plane with position vector r, then the projection of r on n^ is constant and equal to d.
Hence, the vector equation of the plane is
r⋅n^=d
Cartesian Form
If
r=xi^+yj^+zk^,n^=li^+mj^+nk^,
where l,m,n are the direction cosines of the unit normal, then
lx+my+nz=d
This is the Cartesian equation in normal form.
Here:
l2+m2+n2=1 because n^ is a unit vector.
d is the actual perpendicular distance from the origin to the plane.
Plane Perpendicular to a Given Vector and Passing Through a Given Point
Suppose a plane passes through the point A with position vector a and is perpendicular to a given vector N. Let P be any point on the plane with position vector r.
Then the vector
AP=r−a
lies in the plane. Since N is normal to the plane, it is perpendicular to every vector lying in the plane. Therefore,
(r−a)⋅N=0
This is the vector equation of the plane.
Cartesian Form:
If the given point is A(x1,y1,z1) and the direction ratios of the normal vector are A,B,C, then
A(x−x1)+B(y−y1)+C(z−z1)=0
Expanding,
Ax+By+Cz+D=0
where
D=−(Ax1+By1+Cz1).
This is the most general Cartesian equation of a plane, where (A,B,C) are the direction ratios of a normal to the plane.
Equation of a Plane Passing Through Three Non-Collinear Points
Let the plane pass through three non-collinear points
A(x1,y1,z1),B(x2,y2,z2),C(x3,y3,z3).
Then the vectors
AB=b−a,AC=c−a
lie in the plane.
Since the cross product of two non-parallel vectors in the plane gives a normal vector to the plane, a normal is
(b−a)×(c−a).
Hence the vector equation of the plane is
(r−a)⋅[(b−a)×(c−a)]=0
Cartesian Form:
If P(x,y,z) is any general point on the plane, then the vectors AP,AB,AC are coplanar. Therefore, their scalar triple product is zero:
x−x1x2−x1x3−x1y−y1y2−y1y3−y1z−z1z2−z1z3−z1=0
This determinant form is valid only when the three given points are non-collinear. If the three points are collinear, no unique plane is determined.
Intercept Form of the Equation of a Plane
Suppose a plane cuts intercepts a,b,c on the x, y, and z-axes respectively. Then the plane passes through the points
(a,0,0),(0,b,0),(0,0,c).
Using these three intercept points in the equation of a plane, we obtain the intercept form:
ax+by+cz=1
This form is valid only when none of the intercepts is zero.
Plane Passing Through the Intersection of Two Given Planes
Let two intersecting planes be
π1:A1x+B1y+C1z+D1=0
and
π2:A2x+B2y+C2z+D2=0.
Then every plane passing through their line of intersection is given by the linear combination
(A1x+B1y+C1z+D1)+λ(A2x+B2y+C2z+D2)=0
where λ is a scalar parameter.
This works because every point on the common line satisfies both plane equations, so it also satisfies any linear combination of them.
An extra condition, such as passing through a particular point or being perpendicular to another plane, is then used to determine λ.
Example 1: Normal Form from Normal Vector and Distance
Find the vector equation of a plane which is at a distance of 7 units from the origin and normal to the vector 3i^+5j^−6k^.
Solution:
Step 1: The given normal vector is
n=3i^+5j^−6k^.
Its magnitude is
∣n∣=32+52+(−6)2=9+25+36=70.
Step 2: The corresponding unit normal vector is
n^=703i^+5j^−6k^.
Step 3: Since the perpendicular distance from the origin is 7, use the normal form
r⋅n^=d.
Thus,
r⋅(703i^+705j^−706k^)=7.
Answer:r⋅(703i^+705j^−706k^)=7
Example 2: Cartesian to Normal Form
Find the direction cosines of the unit normal to the plane 2x+3y−z=5 and find its distance from the origin.
Solution:
Step 1: Compare the plane with the standard form Ax+By+Cz+D=0.
Here, the normal vector is
n=2i^+3j^−k^.
Step 2: Compute the magnitude of the normal vector:
∣n∣=22+32+(−1)2=4+9+1=14.
Step 3: The unit normal vector is
n^=141(2i^+3j^−k^).
So the direction cosines are
l=142,m=143,n=−141.
Step 4: Divide the plane equation by 14:
142x+143y−141z=145.
This is the normal form, so the distance from the origin is
d=145.
Answer: Direction cosines: 142,143,−141. Distance: 145.
Example 3: Plane Passing Through a Point
Find the Cartesian equation of the plane passing through the point (1,4,6) and whose normal vector has direction ratios 2,−1,3.
Solution:
Step 1: The point on the plane is
(x1,y1,z1)=(1,4,6),
and the normal vector has direction ratios
(A,B,C)=(2,−1,3).
Step 2: Use the point-normal form of the plane:
A(x−x1)+B(y−y1)+C(z−z1)=0.
Substituting the values,
2(x−1)−(y−4)+3(z−6)=0.
Step 3: Expand and simplify:
2x−2−y+4+3z−18=02x−y+3z−16=0.
Answer:2x−y+3z−16=0
Example 4: Plane Passing Through Three Points
Find the vector and Cartesian equations of the plane passing through the points A(1,1,−1),B(6,4,−5), and C(−4,−2,3).
Solution:
Step 1: Compute the vectors
AB=(6−1)i^+(4−1)j^+(−5+1)k^=5i^+3j^−4k^,AC=(−4−1)i^+(−2−1)j^+(3+1)k^=−5i^−3j^+4k^.
Step 2: Observe that
AC=−AB.
Hence the three points are collinear.
Step 3: A unique plane through three points exists only when the three points are non-collinear. Since the three given points are collinear, infinitely many planes pass through the common line containing them.
Answer: No unique plane exists because the given three points are collinear.
Example 5: Finding Intercepts
Find the intercepts cut off by the plane 2x+y−z=5.
Solution:
Step 1: To find the x-intercept, set y=0 and z=0:
2x=5⟹x=25.
So the x-intercept is 25.
Step 2: To find the y-intercept, set x=0 and z=0:
y=5.
So the y-intercept is 5.
Step 3: To find the z-intercept, set x=0 and y=0:
−z=5⟹z=−5.
So the z-intercept is −5.
Step 4: In intercept form, the plane can be written as
5/2x+5y+−5z=1.
Answer:5/2,5,−5
Example 6: Plane through the Intersection of Two Planes
Find the equation of the plane passing through the line of intersection of the planes x+y+z=1 and 2x+3y+4z=5 which passes through the point (1,1,1).
Solution:
Step 1: Write the two planes in standard form:
π1:x+y+z−1=0,π2:2x+3y+4z−5=0.
Step 2: The general plane through their line of intersection is
(x+y+z−1)+λ(2x+3y+4z−5)=0.
Step 3: Since the required plane passes through (1,1,1), substitute these coordinates:
(1+1+1−1)+λ(2+3+4−5)=02+4λ=0λ=−21.
Step 4: Substitute this value into the family:
(x+y+z−1)−21(2x+3y+4z−5)=0.
Multiply by 2:
2x+2y+2z−2−2x−3y−4z+5=0−y−2z+3=0.
So,
y+2z=3.
Answer:y+2z=3
Example 7: Plane Parallel to Another Plane
Find the equation of the plane passing through the point (1,4,−2) and parallel to the plane 2x−y+3z=7.
Solution:
Step 1: Parallel planes have the same normal vector. Therefore the required plane must be of the form
2x−y+3z=d.
Step 2: Since the plane passes through (1,4,−2), substitute these values:
2(1)−4+3(−2)=d2−4−6=dd=−8.
Step 3: Therefore the equation is
2x−y+3z=−8
or equivalently
2x−y+3z+8=0.
Answer:2x−y+3z+8=0
Example 8: Identifying Coordinate Planes
Find the equation of the yz-plane.
Solution:
Step 1: Any point lying on the yz-plane has x-coordinate equal to 0.
Step 2: Therefore the equation of the yz-plane is simply
x=0.
This plane contains the y-axis and z-axis and is perpendicular to the x-axis.
Answer:x=0
Example 9: Normal Vector from Plane Equation
Find the unit normal vector to the plane r⋅(2i^+j^−2k^)+5=0.
Solution:
Step 1: Rewrite the plane equation as
r⋅(2i^+j^−2k^)=−5.
A normal vector is therefore
N=2i^+j^−2k^.
Step 2: Its magnitude is
∣N∣=22+12+(−2)2=4+1+4=3.
Step 3: Hence a unit normal vector is
n^=31(2i^+j^−2k^).
Since a plane has two opposite normals, another unit normal is
−31(2i^+j^−2k^).
Answer:±31(2i^+j^−2k^)
Example 10: Plane Passing Through Intersection and Perpendicular to a Plane
Find the equation of the plane passing through the line of intersection of the planes r⋅(i^+j^+k^)=1 and r⋅(2i^+3j^−k^)+4=0 and perpendicular to the plane r⋅(i^−j^+k^)=0.
Solution:
Step 1: Write the three planes in Cartesian form:
π1:x+y+z−1=0,π2:2x+3y−z+4=0,π3:x−y+z=0.
Step 2: The family of planes through the intersection of π1 and π2 is
(x+y+z−1)+λ(2x+3y−z+4)=0.
Expanding,
(1+2λ)x+(1+3λ)y+(1−λ)z+(−1+4λ)=0.
Its normal vector is
N=(1+2λ)i^+(1+3λ)j^+(1−λ)k^.
Step 3: The normal vector of π3 is
n3=i^−j^+k^.
For the required plane to be perpendicular to π3, their normal vectors must be perpendicular:
N⋅n3=0.
So,
(1+2λ)(1)+(1+3λ)(−1)+(1−λ)(1)=01+2λ−1−3λ+1−λ=01−2λ=0λ=21.
Step 4: Substitute this into the family equation:
(x+y+z−1)+21(2x+3y−z+4)=0.
Multiply by 2:
2x+2y+2z−2+2x+3y−z+4=04x+5y+z+2=0.
Answer:4x+5y+z+2=0
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.