Animated Solution for Mathematics - Three Dimensional Geometry: 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 the origin from the plane, containing the lines L1 and L2, is :
Select Answer:
Visualized Solution
Problem Overview
We are given two lines, L1 and L2.
Each line is the intersection of two planes.
Goal: Find the perpendicular distance from the origin (0,0,0) to the plane containing both L1 and L2.
Direction Vector of L1
L1 is the intersection of:
P1:2x−2y+3z−2=0
P2:x−y+z+1=0
Direction of L1 is d1=n11×n12
Calculating d1
d1=i^21j^−2−1k^31
d1=i^(−2+3)−j^(2−3)+k^(−2+2)
d1=i^+j^
Direction Vector of L2
L2 is the intersection of:
P3:x+2y−z−3=0
P4:3x−y+2z−1=0
Direction of L2 is d2=n21×n22
Calculating d2
d2=i^13j^2−1k^−12
d2=i^(4−1)−j^(2+3)+k^(−1−6)
d2=3i^−5j^−7k^
Finding a Point on the Plane
The plane contains L1.
Any point on L1 will lie on the plane.
To find a point on L1, we can set y=0 in its plane equations.
Calculating Point P
Substitute y=0 in L1 equations:
2x+3z=2 (Eq 1)
x+z=−1⟹z=−1−x (Eq 2)
Substitute z: 2x+3(−1−x)=2⟹−x−3=2⟹x=−5
z=−1−(−5)=4
Point P is (−5,0,4).
Normal Vector to the Plane
The required plane contains both L1 and L2.
Therefore, its normal vector N is perpendicular to both d1 and d2.
N=d1×d2
Calculating Normal N
N=i^13j^1−5k^0−7
N=i^(−7−0)−j^(−7−0)+k^(−5−3)
N=−7i^+7j^−8k^
Equation of the Plane
Equation of a plane passing through (x1,y1,z1) with normal ⟨a,b,c⟩:
a(x−x1)+b(y−y1)+c(z−z1)=0
We have point P(−5,0,4) and normal N=⟨−7,7,−8⟩.
Deriving the Plane Equation
−7(x−(−5))+7(y−0)−8(z−4)=0
−7(x+5)+7y−8z+32=0
−7x−35+7y−8z+32=0
−7x+7y−8z−3=0⟹7x−7y+8z+3=0
Distance from Origin
Perpendicular distance d from (x0,y0,z0) to Ax+By+Cz+D=0:
d=A2+B2+C2∣Ax0+By0+Cz0+D∣
For origin (0,0,0), this simplifies to d=A2+B2+C2∣D∣
Final Calculation
Substitute A=7,B=−7,C=8,D=3:
d=72+(−7)2+82∣3∣
d=49+49+643
d=1623
Final Result
Simplify 162:
162=81×2=92
d=923=321
The correct option is (3).
00:00 / 00:00
The Sigma Insight: Equation of a Plane
Solution Diagram
Analyzing the Setup
Welcome, future engineers. Today, we are not just solving a problem; we are constructing a world. We are given two lines, L1 and L2, floating in 3D space, each defined by the intersection of two planes.
Our goal is to find the distance from the origin to the unique plane that contains both of these lines. This is a classic JEE Advanced problem that tests your ability to visualize spatial relationships and your command over vector algebra.
The Anatomy of the Lines
A line defined by the intersection of two planes is like the crease where two pages of a book meet. The direction of this crease is perpendicular to the normal vectors of both pages.
For L1, defined by 2x−2y+3z−2=0 and x−y+z+1=0, we find its direction vector d1 by taking the cross product of the normals n11=⟨2,−2,3⟩ and n12=⟨1,−1,1⟩:
d1=i^21j^−2−1k^31=i^+j^
We repeat this for L2, defined by x+2y−z−3=0 and 3x−y+2z−1=0. Using the same cross-product logic:
d2=i^13j^2−1k^−12=3i^−5j^−7k^
Finding the Anchor
A plane is defined by a point and a normal vector. We have the orientation, but we need an anchor—a point that lies on our plane. Since our plane contains L1, any point on L1 is a point on our plane.
To find one, we set y=0 in the equations for L1. This gives us the system:
2x+3z=2andx+z=−1
Solving this system, we find x=−5 and z=4. Thus, our anchor point P is (−5,0,4).
The Master Normal
Now, we need the normal vector N of our target plane. This plane contains both L1 and L2, so the normal vector must be perpendicular to both d1 and d2:
N=d1×d2=i^13j^1−5k^0−7=−7i^+7j^−8k^
This vector N is the 'compass' that defines the tilt of our plane.
Final Calculation
With our point P(−5,0,4) and our normal N=⟨−7,7,−8⟩, we write the equation of the plane using the point-normal form:
−7(x+5)+7(y−0)−8(z−4)=0
Simplifying this, we arrive at −7x−35+7y−8z+32=0, which rearranges to 7x−7y+8z+3=0.
Finally, we calculate the perpendicular distance from the origin (0,0,0) to this plane using the formula d=A2+B2+C2∣D∣:
d=72+(−7)2+82∣3∣=49+49+643=1623
Simplifying 162 to 92, we find the final result: