Solveeit Logo

Question

Question: The equation of the plane containing two lines $\frac{x+1}{3}=\frac{y+3}{3}=\frac{z+5}{7}$ and $\fra...

The equation of the plane containing two lines x+13=y+33=z+57\frac{x+1}{3}=\frac{y+3}{3}=\frac{z+5}{7} and x11=y+33=z+7λ\frac{x-1}{1}=\frac{y+3}{3}=\frac{z+7}{\lambda} is (where λR{0}\lambda \in R-\{0\})

A

3x - 10y + 3z - 12 = 0

B

3x + 10y + 3z + 12 = 0

C

3x - 10y - 3z - 12 = 0

D

3x + 10y - 3z + 12 = 0

Answer

3x - 10y + 3z - 12 = 0

Explanation

Solution

To find the equation of the plane containing two lines, we first identify a point on each line and their direction vectors.

For the first line, L1:x+13=y+33=z+57L_1: \frac{x+1}{3}=\frac{y+3}{3}=\frac{z+5}{7}, a point P1P_1 is (1,3,5)(-1, -3, -5) and its direction vector v1\vec{v_1} is 3,3,7\langle 3, 3, 7 \rangle.

For the second line, L2:x11=y+33=z+7λL_2: \frac{x-1}{1}=\frac{y+3}{3}=\frac{z+7}{\lambda}, a point P2P_2 is (1,3,7)(1, -3, -7) and its direction vector v2\vec{v_2} is 1,3,λ\langle 1, 3, \lambda \rangle.

For the plane to contain both lines, the lines must be coplanar. Since the direction vectors are not proportional, the lines must intersect. The condition for coplanarity is that the scalar triple product of the vector joining a point on each line and their direction vectors is zero: [P1P2,v1,v2]=0[\vec{P_1P_2}, \vec{v_1}, \vec{v_2}] = 0.

The vector P1P2=P2P1=1(1),3(3),7(5)=2,0,2\vec{P_1P_2} = P_2 - P_1 = \langle 1 - (-1), -3 - (-3), -7 - (-5) \rangle = \langle 2, 0, -2 \rangle.

Now, we compute the scalar triple product using a determinant: 20233713λ=0\begin{vmatrix} 2 & 0 & -2 \\ 3 & 3 & 7 \\ 1 & 3 & \lambda \end{vmatrix} = 0 Expanding the determinant: 2(3λ7×3)0(3λ7×1)+(2)(3×33×1)=02(3\lambda - 7 \times 3) - 0(3\lambda - 7 \times 1) + (-2)(3 \times 3 - 3 \times 1) = 0 2(3λ21)02(93)=02(3\lambda - 21) - 0 - 2(9 - 3) = 0 6λ422(6)=06\lambda - 42 - 2(6) = 0 6λ4212=06\lambda - 42 - 12 = 0 6λ54=06\lambda - 54 = 0 6λ=54    λ=96\lambda = 54 \implies \lambda = 9. This value λ=9\lambda = 9 satisfies the condition λR{0}\lambda \in R-\{0\}.

Now, with λ=9\lambda=9, the direction vector for L2L_2 is v2=1,3,9\vec{v_2} = \langle 1, 3, 9 \rangle. The equation of the plane can be found using the determinant form with a point on the plane (e.g., P1P_1) and the two direction vectors: xx1yy1zz1a1b1c1a2b2c2=0\begin{vmatrix} x-x_1 & y-y_1 & z-z_1 \\ a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \end{vmatrix} = 0 Using P1(1,3,5)P_1(-1, -3, -5), v1=3,3,7\vec{v_1} = \langle 3, 3, 7 \rangle, and v2=1,3,9\vec{v_2} = \langle 1, 3, 9 \rangle: x(1)y(3)z(5)337139=0\begin{vmatrix} x-(-1) & y-(-3) & z-(-5) \\ 3 & 3 & 7 \\ 1 & 3 & 9 \end{vmatrix} = 0 x+1y+3z+5337139=0\begin{vmatrix} x+1 & y+3 & z+5 \\ 3 & 3 & 7 \\ 1 & 3 & 9 \end{vmatrix} = 0 Expanding this determinant: (x+1)(3×97×3)(y+3)(3×97×1)+(z+5)(3×33×1)=0(x+1)(3 \times 9 - 7 \times 3) - (y+3)(3 \times 9 - 7 \times 1) + (z+5)(3 \times 3 - 3 \times 1) = 0 (x+1)(2721)(y+3)(277)+(z+5)(93)=0(x+1)(27 - 21) - (y+3)(27 - 7) + (z+5)(9 - 3) = 0 (x+1)(6)(y+3)(20)+(z+5)(6)=0(x+1)(6) - (y+3)(20) + (z+5)(6) = 0 Divide by 2: 3(x+1)10(y+3)+3(z+5)=03(x+1) - 10(y+3) + 3(z+5) = 0 3x+310y30+3z+15=03x + 3 - 10y - 30 + 3z + 15 = 0 3x10y+3z12=03x - 10y + 3z - 12 = 0.