解題
(a) To show they intersect, we set r_1 = r_2 to obtain a system of three equations: 1 + 2\lambda = 4 + \mu (Eq 1), 2 - \lambda = 2 + \mu (Eq 2), and -1 + \lambda = -1 - \mu (Eq 3). From Eq 2, we have \mu = -\lambda. Substituting this into Eq 1 gives 1 + 2\lambda = 4 - \lambda, which simplifies to 3\lambda = 3, so \lambda = 1. Consequently, \mu = -1. Checking these parameters in Eq 3: -1 + 1 = 0 and -1 - (-1) = 0, which is consistent. Substituting \lambda = 1 into r_1 gives the point P(1+2, 2-1, -1+1) = (3, 1, 0). (b) The direction vectors of L_1 and L_2 are d_1 = (2, -1, 1)^T and d_2 = (1, 1, -1)^T. Their dot product is d_1 . d_2 = 2*1 + (-1)*1 + 1*(-1) = 2 - 1 - 1 = 0. Since the dot product of their non-zero direction vectors is 0, L_1 and L_2 are perpendicular. (c) For \lambda = 3, point A is A(1+6, 2-3, -1+3) = (7, -1, 2). The vector PA is OA - OP = (7-3, -1-1, 2-0)^T = (4, -2, 2)^T. The distance AP is the magnitude of this vector: |PA| = \sqrt{4^2 + (-2)^2 + 2^2} = \sqrt{16 + 4 + 4} = \sqrt{24} = 2\sqrt{6}. (d) Since the lines L_1 and L_2 are perpendicular and intersect at P, the triangle APB is a right-angled triangle at P. The area of the triangle is Area = (1/2) * AP * PB. We are given Area = 6\sqrt{2}, so (1/2) * (2\sqrt{6}) * PB = 6\sqrt{2}, which simplifies to \sqrt{6} * PB = 6\sqrt{2}. Thus, PB = 6\sqrt{2}/\sqrt{6} = 6/\sqrt{3} = 2\sqrt{3}. Since B lies on L_2, its position vector is of the form b = (4+\mu, 2+\mu, -1-\mu)^T. The vector PB is b - OP = (4+\mu-3, 2+\mu-1, -1-\mu-0)^T = (1+\mu, 1+\mu, -1-\mu)^T = (\mu+1)(1, 1, -1)^T. Its magnitude is |PB| = |\mu+1| * \sqrt{1^2 + 1^2 + (-1)^2} = |\mu+1|\sqrt{3}. Setting this equal to 2\sqrt{3} yields |\mu+1|\sqrt{3} = 2\sqrt{3}, so |\mu+1| = 2. This gives two cases: Case 1: \mu+1 = 2, so \mu = 1. The position vector of B is (5, 3, -2)^T. Case 2: \mu+1 = -2, so \mu = -3. The position vector of B is (1, -1, 2)^T.
評分準則
(a) M1 for equating the components of r_1 and r_2, A1 for finding a consistent system of equations, A1 for solving the system to get \lambda = 1 and \mu = -1, A1 for verifying with the third component, A1 for clearly stating the coordinates of P as (3, 1, 0). (b) M1 for identifying the correct direction vectors, M1 for evaluating the dot product, A1 for stating that the product is 0 and concluding they are perpendicular. (c) A1 for finding the coordinates of A as (7, -1, 2), M1 for finding the vector PA, A1 for calculating the magnitude AP = 2\sqrt{6}. (d) M1 for identifying that the triangle is right-angled at P, M1 for setting up the area equation (1/2) * AP * PB = 6\sqrt{2}, A1 for finding the correct distance PB = 2\sqrt{3}, M1 for expressing PB in terms of \mu, A1 for setting up the equation |\mu+1| = 2, A1 for finding \mu = 1 and \mu = -3, A1 for providing both correct position vectors: (5, 3, -2)^T and (1, -1, 2)^T.