Question
Question: If \({{L}_{1}}\) is the line of intersection of the planes \(2x-2y+3z-2=0\), \(x-y+z+1=0\) and \({{L...
If L1 is the line of intersection of the planes 2x−2y+3z−2=0, x−y+z+1=0 and L2 is the line of intersection of the planes x+2y−z−3=0, 3x−y+2z−1=0, then the distance of origin from the plane containing lines L1 and L2 is
Solution
We solve this question by first finding the direction ratios of line L1 from the direction ratios of given planes. Then we find the direction ratios of line L2 using the other two given planes direction ratios. Then we find the direction ratios of line normal to the plane containing both the lines by finding the cross product of direction ratios of lines L1 and L2. Then we use the formula for the equation of the plane having normal direction ratios using formula ax+by+cz+d=0. Then we use any point on line L1 and substitute it in the plane equation obtained to find the value of d. Then we substitute the obtained d value to get the required equation of plane.
Complete step-by-step answer:
Let us assume that the direction ratios of L1 are (l,m,n) and L2 are (p,q,r).
As L1 is the intersection of the planes 2x−2y+3z−2=0 and x−y+z+1=0, it is present in both the planes. Then the angle between the line and the plane is zero.
Now, let us consider the formula for angle between line with direction ratios (l,m,n) and plane ax+by+cz+d=0
sinθ=a2+b2+c2l2+m2+n2al+bm+cn
When the angle between them is zero,
sin0∘=0=a2+b2+c2l2+m2+n2al+bm+cnal+bm+cn=0
So, applying above formula we get that
2l−2m+3n=0l−m+n=0
Solving them we get,
⇒−2 −1 31l=−2 1 31m=2 1 −2−1n⇒(−2+3)l=−(2−3)m=(−2+2)n⇒1l=1m=0n
So, we get the direction ratios of L1 as (1,1,0).
Now let us consider the second line.
As L2 is the intersection of the planes x+2y−z−3=0 and 3x−y+2z−1=0, it is present in both the planes. Then the angle between the line and the plane is zero.
Using the above discussed formula when angle between line and plane is zero,
al+bm+cn=0
So, applying above formula we get that
p+2q−r=03p−q+2r=0
Solving them we get,
⇒2 −1 −12p=−1 3 −12q=1 3 2−1r⇒(4−1)p=−(2+3)q=(−1−6)r⇒3p=−5q=−7r
So, we get the direction ratios of L2 as (3,−5,−7).
We need to find the plane containing the lines L1 and L2. So, any line normal to the plane is normal to the lines L1 and L2.
Now let us consider the concept that any line perpendicular to two lines a and b is of the form a×b.
So, using this formula, normal to the required plane have direction ratios L1×L2.
So, by finding the cross product of direction ratios of L1 and L2, we get,
⇒i 1 3 j1−5k0−7=i1 −5 0−7−j1 3 0−7+k1 3 1−5⇒i 1 3 j1−5k0−7=−7i+7j−8k
So, we get the direction ratios of normal as (−7,7,−8).
Let us use the formula for equation of plane with normal having direction ratios (a,b,c) is
ax+by+cz+d=0
Using the above formula equation of plane with normal having direction ratios (−7,7,−8) is
⇒−7x+7y−8z+d=0
As line L1 is in the plane any point on the line is on the plane. So, let us find any point on the line L1.
As L1 is the intersection of the planes 2x−2y+3z−2=0 and x−y+z+1=0, any point on this line satisfies both the plane equations.
Let us assume the point with x=0. Then
⇒2x−2y+3z−2=0⇒−2y+3z−2=0
⇒x−y+z+1=0⇒−y+z+1=0⇒y=z+1
Substituting this value of y in above equation we get,
⇒−2(z+1)+3z−2=0⇒−2z−2+3z−2=0⇒z−4=0⇒z=4
So, using this value we can get value of y as,
⇒y=z+1=4+1=5
So, we get that the point (0,5,4) is on the line L1. So, it must satisfy the equation of the plane containing L1 and L2. So, substituting the point in the equation of plane we get,
⇒−7x+7y−8z+d=0⇒−7(0)+7(5)−8(4)+d=0⇒0+35−32+d=0⇒d+3=0⇒d=−3
So, substituting this value in the equation of the plane we get,
⇒−7x+7y−8z−3=0⇒7x−7y+8z+3=0
Hence the equation of the plane containing lines L1 and L2 is 7x−7y+8z+3=0.
Hence, the answer is 7x−7y+8z+3=0.
Note: The common mistake that one makes while solving this problem is one might get confused and take the formula for the angle between the line and plane as
cosθ=a2+b2+c2l2+m2+n2al+bm+cn
But it is wrong. We take cosine in the formula for angle between two lines and sine for angle between line and plane.