Two lines in three-dimensional space are said to be coplanar if they lie in the same plane. Geometrically, this happens if the lines either intersect or are parallel (including coincident lines).
Vector Condition
Let the two lines be given by:
L1:r=a1+λb1L2:r=a2+μb2
For these lines to be coplanar, the vector connecting their known points (a2−a1) must lie in the same plane as their direction vectors b1 and b2. Mathematically, their scalar triple product must be zero:
(a2−a1)⋅(b1×b2)=0
This means the three vectors do not form a three-dimensional volume.
Cartesian Condition
If the lines are given in Cartesian form:
L1:a1x−x1=b1y−y1=c1z−z1L2:a2x−x2=b2y−y2=c2z−z2
then the lines are coplanar if
x2−x1a1a2y2−y1b1b2z2−z1c1c2=0
Equation of the Plane Containing Two Coplanar Lines
If two lines are coplanar and intersecting, they uniquely define a plane.
Vector Form
If the direction vectors are b1 and b2, then a normal to the plane is
n=b1×b2
So the plane through the point with position vector a1 is
(r−a1)⋅(b1×b2)=0
Cartesian Form
Using a general point (x,y,z), the plane containing the two intersecting lines is
x−x1a1a2y−y1b1b2z−z1c1c2=0
Important Note for Parallel Lines:
If the lines are parallel, then b1×b2=0, so the above normal cannot be used. In that case, take one direction vector b of the lines and the vector joining a point on one line to a point on the other, (a2−a1). Then a normal to the required plane is
(a2−a1)×b.
Angle Between Two Planes
The angle between two planes is defined as the acute angle between their normal vectors.
Vector Form
Let the planes be r⋅n1=d1 and r⋅n2=d2. Then
cosθ=∣n1∣∣n2∣n1⋅n2
Cartesian Form
If the planes are
A1x+B1y+C1z+D1=0 and A2x+B2y+C2z+D2=0,
then
cosθ=A12+B12+C12A22+B22+C22A1A2+B1B2+C1C2
Conditions:
Perpendicular Planes:n1⋅n2=0, or equivalently A1A2+B1B2+C1C2=0.
Parallel Planes:n1=kn2, or equivalently A2A1=B2B1=C2C1.
Angle Between a Line and a Plane
The angle ϕ between a line and a plane is the complement of the angle between the line and the normal to the plane.
If θ is the angle between the line and the normal, then
ϕ=90∘−θ
and therefore
sinϕ=cosθ.
Vector Form
If the line is r=a+λb and the plane is r⋅n=d, then
sinϕ=∣b∣∣n∣b⋅n
Cartesian Form
If the line is
ax−x1=by−y1=cz−z1
and the plane is
Ax+By+Cz+D=0,
then
sinϕ=a2+b2+c2A2+B2+C2aA+bB+cC
Conditions:
Line Parallel to Plane:aA+bB+cC=0.
Line Perpendicular to Plane:Aa=Bb=Cc.
Condition for a Line to Lie Entirely in a Plane
A line
ax−x1=by−y1=cz−z1
lies completely in the plane
Ax+By+Cz+D=0
if and only if both conditions hold:
The point (x1,y1,z1) lies on the plane:
Ax1+By1+Cz1+D=0
The line is parallel to the plane, so its direction vector is perpendicular to the plane's normal:
Aa+Bb+Cc=0
If only the second condition holds, then the line is parallel to the plane but not contained in it.
Example 1: Checking Coplanarity
Show that the lines 2x−1=3y−2=4z−3 and 5x−4=2y−1=1z are coplanar.
Solution:
Step 1: Identify the points on the two lines.
For the first line, a point is A(1,2,3).
For the second line, a point is B(4,1,0).
Step 2: Identify direction ratios.
For line 1, direction ratios are (2,3,4).
For line 2, direction ratios are (5,2,1).
Step 3: Use the coplanarity determinant.
4−1251−2320−341=325−132−341
Step 4: Expand the determinant carefully.
=33241−(−1)2541+(−3)2532=3(3−8)+1(2−20)−3(4−15)=3(−5)−18+33=−15−18+33=0.
Step 5: Since the determinant is zero, the scalar triple product is zero. Hence the two lines are coplanar.
Answer: The lines are coplanar.
Example 2: Equation of Plane Containing Two Intersecting Lines
Find the equation of the plane containing the lines 1x=2y=3z and 2x=3y=4z.
Solution:
Step 1: Both lines pass through the origin, so the plane passes through (0,0,0).
Step 2: Direction vectors are
b1=(1,2,3),b2=(2,3,4).
Step 3: Find a normal vector by cross product.
n=b1×b2=i^12j^23k^34=i^(8−9)−j^(4−6)+k^(3−4)=−i^+2j^−k^.
So a normal vector is (−1,2,−1).
Step 4: Use point-normal form through the origin.
−x+2y−z=0.
Multiplying by −1 gives the equivalent form
x−2y+z=0.
Step 5: Quick verification.
For the first line, x=t,y=2t,z=3t gives t−4t+3t=0.
For the second line, x=2s,y=3s,z=4s gives 2s−6s+4s=0.
So both lines lie in the plane.
Answer:x−2y+z=0
Example 3: Angle Between Two Planes
Find the angle between the planes 2x+y−2z=5 and 3x−6y−2z=7.
Solution:
Step 1: The normals are
n1=(2,1,−2),n2=(3,−6,−2).
Step 2: Find their dot product.
n1⋅n2=2⋅3+1⋅(−6)+(−2)⋅(−2)=6−6+4=4.
Step 3: Find the magnitudes.
∣n1∣=22+12+(−2)2=9=3,∣n2∣=32+(−6)2+(−2)2=49=7.
Step 4: Apply the angle formula.
cosθ=3⋅74=214.
Step 5: Therefore,
θ=cos−1(214).
Answer:cos−1(4/21)
Example 4: Angle Between a Line and a Plane
Find the angle between the line 2x+1=3y=6z−3 and the plane 10x+2y−11z=3.
Solution:
Step 1: Direction vector of the line is
b=(2,3,6),
and the normal to the plane is
n=(10,2,−11).
Step 2: Compute the dot product.
b⋅n=2⋅10+3⋅2+6⋅(−11)=20+6−66=−40.
Step 3: Compute the magnitudes.
∣b∣=22+32+62=49=7,∣n∣=102+22+(−11)2=225=15.
Step 4: Use the formula for the angle ϕ between a line and a plane:
sinϕ=∣b∣∣n∣b⋅n=7⋅1540=10540=218.
Step 5: Hence
ϕ=sin−1(218).
Answer:sin−1(8/21)
Example 5: Finding Unknown for Coplanar Lines
Find the value of k if the lines 2x−1=3y+1=4z−1 and 1x−3=2y−k=1z are coplanar.
Solution:
Step 1: Extract points and direction ratios.
Line 1 passes through A(1,−1,1) and has direction ratios (2,3,4).
Line 2 passes through B(3,k,0) and has direction ratios (1,2,1).
Step 2: Use the coplanarity determinant.
3−121k−(−1)320−141=0
that is,
221k+132−141=0.
Step 3: Expand the determinant.
23241−(k+1)2141+(−1)2132=0=2(3−8)−(k+1)(2−4)−(4−3)=0=−10+2(k+1)−1=0.
Step 4: Simplify.
−10+2k+2−1=0⟹2k−9=0⟹k=29.
Answer:29
Example 6: Point of Intersection of a Line and a Plane
Find the coordinates of the point where the line 2x−1=1y−2=−1z+1 intersects the plane 2x−y+z=4.
Solution:
Step 1: Let the common value be λ.
Then a general point on the line is
x=2λ+1,y=λ+2,z=−λ−1.
Step 2: Since the point lies on the plane, substitute into 2x−y+z=4.
2(2λ+1)−(λ+2)+(−λ−1)=4.
Show that the line 1x−1=2y+2=3z−3 is parallel to the plane 2x−y+5=0.
Solution:
Step 1: The direction vector of the line is
b=(1,2,3).
The normal vector of the plane 2x−y+5=0 is
n=(2,−1,0).
Step 2: A line is parallel to a plane if its direction vector is perpendicular to the plane's normal.
So compute
b⋅n=1⋅2+2⋅(−1)+3⋅0=2−2+0=0.
Thus the line is either parallel to the plane or lies in it.
Step 3: Check whether a point on the line lies on the plane.
The line passes through (1,−2,3).
Substitute into the plane:
2(1)−(−2)+5=2+2+5=9=0.
So the point is not on the plane.
Step 4: Therefore the line is not contained in the plane. Since its direction is parallel to the plane, it must be strictly parallel to the plane.
Answer: The line is parallel to the plane.
Example 8: Condition for a Line to Lie in a Plane
Find the value of k for which the line 2x−1=−1y+1=4z−3 lies in the plane x+2y+kz=−1.
Solution:
Step 1: The line passes through the point (1,−1,3) and has direction vector (2,−1,4).
Step 2: For the line to lie in the plane, the point must satisfy the plane equation:
1+2(−1)+3k=−11−2+3k=−1−1+3k=−1⟹3k=0⟹k=0.
Step 3: Also, the direction vector of the line must be perpendicular to the plane's normal.
When k=0, the plane becomes
x+2y=−1,
whose normal is (1,2,0).
Now
(2,−1,4)⋅(1,2,0)=2−2+0=0.
Step 4: Since both conditions are satisfied, the line lies in the plane.
Answer:k=0
Example 9: Equation of Plane Containing Two Parallel Lines
Find the equation of the plane containing the parallel lines 1x−1=2y−2=3z−3 and 1x−3=2y+1=3z−2.
Solution:
Step 1: Both lines have the same direction vector
b=(1,2,3).
So they are parallel.
Step 2: Take one point from each line:
A(1,2,3),B(3,−1,2).
Then
AB=(3−1,−1−2,2−3)=(2,−3,−1).
Step 3: A normal to the required plane must be perpendicular to both b and AB. So
n=AB×b=i^21j^−32k^−13=i^(−9−(−2))−j^(6−(−1))+k^(4−(−3))=−7i^−7j^+7k^.
A simpler normal is (1,1,−1).
Step 4: Use point-normal form through A(1,2,3):
(x−1)+(y−2)−(z−3)=0.
Simplifying,
x+y−z=0.
Step 5: Check with point B(3,−1,2):
3+(−1)−2=0,
so the second line also lies in the plane.
Answer:x+y−z=0
Example 10: Mutually Perpendicular Planes
Show that the planes x+2y−2z=5 and 2x−2y−z=3 are mutually perpendicular.
Solution:
Step 1: The normal vectors are
n1=(1,2,−2),n2=(2,−2,−1).
Step 2: Two planes are perpendicular if their normal vectors are perpendicular.
So compute the dot product:
n1⋅n2=1⋅2+2⋅(−2)+(−2)⋅(−1)=2−4+2=0.
Step 3: Since the dot product is zero, the normals are perpendicular.
Hence the planes are mutually perpendicular.
Answer: The planes are mutually perpendicular.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.