Animated Solution for Mathematics - Three Dimensional Geometry: Consider the lines L1:2x−1=−1y=1z+3,L2:1x−4=1y+3=2z+3 and the planes P1:7x+y+2z=3,P2:3x+5y−6z=4. Let ax+by+cz=d be the equation of the plane passing through the point of intersection of lines L1 and L2, and perpendicular to planes P1 and P2. Match List I with List II:
List-I
(P)
a=
(Q)
b=
(R)
c=
(S)
d=
List-II
(1)
13
(2)
-3
(3)
1
(4)
-2
Select Matching Pairs:
* Multiple Allowed
PMatches
QMatches
RMatches
SMatches
Visualized Solution
Visualizing the Lines L1 and L2
We are given two lines in 3D space:
L1:2x−1=−1y=1z+3
L2:1x−4=1y+3=2z+3
Our first objective is to find their point of intersection, P.
Parametric Representation of L1 and L2
Let's express any general point on L1 by equating it to parameter λ:
2x−1=−1y=1z+3=λ⇒P1(2λ+1,−λ,λ−3)
Similarly, for L2, using parameter μ:
1x−4=1y+3=2z+3=μ⇒P2(μ+4,μ−3,2μ−3)
Setting up the System of Equations
If the lines intersect, there must exist a unique pair of (λ,μ) where P1=P2.
Equating the x-coordinates:
2λ+1=μ+4⇒2λ−μ=3 (Equation 1)
Equating the y-coordinates:
−λ=μ−3⇒λ+μ=3 (Equation 2)
Solving for λ and μ
Adding Equation 1 and Equation 2:
(2λ−μ)+(λ+μ)=3+3⇒3λ=6⇒λ=2
Substitute λ=2 into Equation 2:
2+μ=3⇒μ=1
Verifying Consistency and Finding P
Let's verify these values with the z-coordinates:
For L1: z=λ−3=2−3=−1
For L2: z=2μ−3=2(1)−3=−1
Since both yield z=−1, the lines intersect at:
P(5,−2,−1)
The Logic of the Normal Vector
The required plane is perpendicular to planes:
P1:7x+y+2z=3⇒n1=(7,1,2)
P2:3x+5y−6z=4⇒n2=(3,5,−6)
Therefore, the normal vector n of our plane must be perpendicular to both n1 and n2.
This means n is parallel to the cross product n1×n2.
Setting up the Cross Product
Let's set up the vector cross product using a determinant:
n=n1×n2=i^73j^15k^2−6
Calculating the Normal Vector
Expanding along the first row:
n=i^(1(−6)−2(5))−j^(7(−6)−2(3))+k^(7(5)−1(3))
n=i^(−6−10)−j^(−42−6)+k^(35−3)
n=−16i^+48j^+32k^
Simplifying Direction Ratios
The direction ratios of the normal vector are (−16,48,32).
We can simplify these ratios by dividing each component by −16:
(a,b,c)=(1,−3,−2)
Writing the Equation of the Plane
The equation of a plane passing through (x1,y1,z1) with normal (a,b,c) is:
a(x−x1)+b(y−y1)+c(z−z1)=0
Substituting P(5,−2,−1) and (a,b,c)=(1,−3,−2):
1(x−5)−3(y−(−2))−2(z−(−1))=0
Final Equation and Matching
Expanding the equation:
x−5−3y−6−2z−2=0⇒x−3y−2z=13
Comparing with ax+by+cz=d:
a=1,b=−3,c=−2,d=13
Matching with List II:
a=1→(3), b=−3→(2), c=−2→(4), d=13→(1)
00:00 / 00:00
The Sigma Insight: Equation of a Plane
Solution Diagram
Analyzing the Intersection
To determine if the lines L1 and L2 intersect, we parameterize them. By setting the symmetric equations of L1 equal to λ, any point on L1 is defined as P1(2λ+1,−λ,λ−3).
Similarly, for L2, we introduce the parameter μ to define any point as P2(μ+4,μ−3,2μ−3). If these lines intersect, there must exist a unique pair (λ,μ) such that P1=P2.
This yields the following system of linear equations:
2λ−μ=3
λ+μ=3
Adding these equations yields 3λ=6, which gives λ=2. Substituting this back, we find μ=1. A quick check of the z-coordinates confirms that both lines pass through z=−1 at this intersection point, P(5,−2,−1).
The Power of the Normal Vector
Now that we have the point of intersection, we must determine the orientation of the plane. We are given that the plane is perpendicular to two other planes with normal vectors n1=(7,1,2) and n2=(3,5,−6).
The normal vector of our required plane, n, must be perpendicular to both n1 and n2. We find this vector using the cross product:
n=n1×n2=i^73j^15k^2−6
Expanding the determinant, we obtain:
n=i^(1(−6)−2(5))−j^(7(−6)−2(3))+k^(7(5)−1(3))
n=−16i^+48j^+32k^
The Final Assembly
The direction ratios of our normal vector are (−16,48,32). To simplify, we divide by −16 to obtain the reduced normal vector n=(1,−3,−2).
We now apply the point-normal form of a plane equation, a(x−x0)+b(y−y0)+c(z−z0)=0, using point P(5,−2,−1):
1(x−5)−3(y+2)−2(z+1)=0
Expanding this expression:
x−5−3y−6−2z−2=0
x−3y−2z=13
Comparing this to the standard form ax+by+cz=d, we identify the coefficients as a=1, b=−3, c=−2, and d=13. The final equation of the plane is x−3y−2z=13.