Solveeit Logo

Question

Question: A line from origin meets the lines $\frac{x-1}{1}=\frac{y}{2}=\frac{z+1}{2}$ and $\frac{x}{2}=\frac{...

A line from origin meets the lines x11=y2=z+12\frac{x-1}{1}=\frac{y}{2}=\frac{z+1}{2} and x2=y13=z1\frac{x}{2}=\frac{y-1}{3}=\frac{z}{1} at A and B, then length of AB is equal to 6.

Answer

6

Explanation

Solution

Let the line from the origin be L0L_0. L0L_0 passes through O(0,0,0)O(0,0,0). Let L1L_1 be the line x11=y2=z+12\frac{x-1}{1}=\frac{y}{2}=\frac{z+1}{2} and L2L_2 be the line x2=y13=z1\frac{x}{2}=\frac{y-1}{3}=\frac{z}{1}. L0L_0 intersects L1L_1 at point A and L2L_2 at point B. Since A and B lie on L0L_0, they are collinear with the origin O. Thus, the vector OA\vec{OA} is parallel to OB\vec{OB}.

A general point on L1L_1 is A=(1+t1,2t1,1+2t1)A = (1+t_1, 2t_1, -1+2t_1) for some scalar t1t_1. A general point on L2L_2 is B=(2t2,1+3t2,t2)B = (2t_2, 1+3t_2, t_2) for some scalar t2t_2.

Since O, A, and B are collinear, OA\vec{OA} must be parallel to OB\vec{OB}. This means the coordinates of A and B are proportional. So, (1+t1,2t1,1+2t1)=k(2t2,1+3t2,t2)(1+t_1, 2t_1, -1+2t_1) = k(2t_2, 1+3t_2, t_2) for some scalar kk. This gives the system of equations:

  1. 1+t1=2kt21+t_1 = 2kt_2
  2. 2t1=k(1+3t2)2t_1 = k(1+3t_2)
  3. 1+2t1=kt2-1+2t_1 = kt_2

Substitute kt2kt_2 from equation (3) into equation (1): 1+t1=2(1+2t1)1+t_1 = 2(-1+2t_1) 1+t1=2+4t11+t_1 = -2+4t_1 3=3t1    t1=13 = 3t_1 \implies t_1 = 1.

Now substitute t1=1t_1=1 back into the equations: From (3): 1+2(1)=kt2    1=kt2-1+2(1) = kt_2 \implies 1 = kt_2. From (1): 1+1=2kt2    2=2kt2    kt2=11+1 = 2kt_2 \implies 2 = 2kt_2 \implies kt_2 = 1. (Consistent) From (2): 2(1)=k(1+3t2)    2=k+3kt22(1) = k(1+3t_2) \implies 2 = k+3kt_2. Substitute kt2=1kt_2=1 into this equation: 2=k+3(1)    2=k+3    k=12 = k+3(1) \implies 2 = k+3 \implies k = -1.

Now we have k=1k=-1 and kt2=1kt_2=1. (1)t2=1    t2=1(-1)t_2 = 1 \implies t_2 = -1.

Using t1=1t_1=1, the coordinates of point A are: A=(1+1,2(1),1+2(1))=(2,2,1)A = (1+1, 2(1), -1+2(1)) = (2, 2, 1).

Using t2=1t_2=-1, the coordinates of point B are: B=(2(1),1+3(1),1)=(2,13,1)=(2,2,1)B = (2(-1), 1+3(-1), -1) = (-2, 1-3, -1) = (-2, -2, -1).

The length of the segment AB is the distance between points A and B: AB=(22)2+(22)2+(11)2AB = \sqrt{(-2-2)^2 + (-2-2)^2 + (-1-1)^2} AB=(4)2+(4)2+(2)2AB = \sqrt{(-4)^2 + (-4)^2 + (-2)^2} AB=16+16+4AB = \sqrt{16 + 16 + 4} AB=36AB = \sqrt{36} AB=6AB = 6.

The problem statement asserts that "A line from origin meets the lines ... at A and B, then length of AB is equal to 6." Our calculation confirms this statement by finding the points A and B and verifying that the distance between them is indeed 6.