Solveeit Logo

Question

Question: Consider the lines $L_1: \frac{x-7}{3} = \frac{y-5}{2} = \frac{z-3}{1}$ and $L_2: \frac{x-1}{2} = \f...

Consider the lines L1:x73=y52=z31L_1: \frac{x-7}{3} = \frac{y-5}{2} = \frac{z-3}{1} and L2:x12=y+14=z+13L_2: \frac{x-1}{2} = \frac{y+1}{4} = \frac{z+1}{3}. If a line LL whose direction ratios are (2, 2, 1) intersects L1L_1 and L2L_2 at AA and BB. Then the distance from the point (3, 3, 2) to the line LL is:

A

0

B

1

C

2

D

3

Answer

0

Explanation

Solution

Let the line L1L_1 be given by the parametric equation: L1:(x,y,z)=(7+3t1,5+2t1,3+t1)L_1: (x, y, z) = (7 + 3t_1, 5 + 2t_1, 3 + t_1) A point on L1L_1 is P1(7,5,3)P_1(7, 5, 3) and its direction vector is d1=(3,2,1)\vec{d_1} = (3, 2, 1).

Let the line L2L_2 be given by the parametric equation: L2:(x,y,z)=(1+2t2,1+4t2,1+3t2)L_2: (x, y, z) = (1 + 2t_2, -1 + 4t_2, -1 + 3t_2) A point on L2L_2 is P2(1,1,1)P_2(1, -1, -1) and its direction vector is d2=(2,4,3)\vec{d_2} = (2, 4, 3).

The line LL has direction ratios (2,2,1)(2, 2, 1), so its direction vector is d=(2,2,1)\vec{d} = (2, 2, 1). Line LL intersects L1L_1 at point AA and L2L_2 at point BB. Thus, point AA lies on L1L_1 and point BB lies on L2L_2. A=(7+3t1,5+2t1,3+t1)A = (7 + 3t_1, 5 + 2t_1, 3 + t_1) for some t1t_1. B=(1+2t2,1+4t2,1+3t2)B = (1 + 2t_2, -1 + 4t_2, -1 + 3t_2) for some t2t_2.

Since AA and BB both lie on line LL, the vector AB\vec{AB} must be parallel to the direction vector d\vec{d} of line LL. AB=BA=(1+2t2(7+3t1),1+4t2(5+2t1),1+3t2(3+t1))\vec{AB} = B - A = (1 + 2t_2 - (7 + 3t_1), -1 + 4t_2 - (5 + 2t_1), -1 + 3t_2 - (3 + t_1)) AB=(2t23t16,4t22t16,3t2t14)\vec{AB} = (2t_2 - 3t_1 - 6, 4t_2 - 2t_1 - 6, 3t_2 - t_1 - 4)

Since ABd=(2,2,1)\vec{AB} \parallel \vec{d} = (2, 2, 1), their components are proportional: 2t23t162=4t22t162=3t2t141\frac{2t_2 - 3t_1 - 6}{2} = \frac{4t_2 - 2t_1 - 6}{2} = \frac{3t_2 - t_1 - 4}{1} From the first equality: 2t23t16=4t22t162t_2 - 3t_1 - 6 = 4t_2 - 2t_1 - 6 0=2t2+t1    t1=2t20 = 2t_2 + t_1 \implies t_1 = -2t_2

From the second equality: 4t22t16=2(3t2t14)4t_2 - 2t_1 - 6 = 2(3t_2 - t_1 - 4) 4t22t16=6t22t184t_2 - 2t_1 - 6 = 6t_2 - 2t_1 - 8 4t26=6t284t_2 - 6 = 6t_2 - 8 2t2=2    t2=12t_2 = 2 \implies t_2 = 1

Substituting t2=1t_2 = 1 into t1=2t2t_1 = -2t_2, we get t1=2(1)=2t_1 = -2(1) = -2.

Now we find the coordinates of points AA and BB: For point AA (using t1=2t_1 = -2): A=(7+3(2),5+2(2),3+(2))=(76,54,32)=(1,1,1)A = (7 + 3(-2), 5 + 2(-2), 3 + (-2)) = (7 - 6, 5 - 4, 3 - 2) = (1, 1, 1)

For point BB (using t2=1t_2 = 1): B=(1+2(1),1+4(1),1+3(1))=(1+2,1+4,1+3)=(3,3,2)B = (1 + 2(1), -1 + 4(1), -1 + 3(1)) = (1 + 2, -1 + 4, -1 + 3) = (3, 3, 2)

The line LL passes through point A(1,1,1)A(1, 1, 1) and has direction vector d=(2,2,1)\vec{d} = (2, 2, 1). The parametric equation of line LL is: L:(x,y,z)=(1+2λ,1+2λ,1+λ)L: (x, y, z) = (1 + 2\lambda, 1 + 2\lambda, 1 + \lambda), where λ\lambda is a parameter.

We need to find the distance from the point P(3,3,2)P(3, 3, 2) to the line LL. We substitute the coordinates of PP into the parametric equation of LL: 3=1+2λ    2λ=2    λ=13 = 1 + 2\lambda \implies 2\lambda = 2 \implies \lambda = 1 3=1+2λ    2λ=2    λ=13 = 1 + 2\lambda \implies 2\lambda = 2 \implies \lambda = 1 2=1+λ    λ=12 = 1 + \lambda \implies \lambda = 1

Since we obtain a consistent value of λ=1\lambda = 1, the point P(3,3,2)P(3, 3, 2) lies on the line LL. The distance from a point to a line on which it lies is 0.

Alternatively, we found that point BB is (3,3,2)(3, 3, 2). Since BB is the intersection of LL and L2L_2, BB must lie on LL. Therefore, the given point (3,3,2)(3, 3, 2) lies on LL, and the distance is 0.