Solution
### Related Formula
textShortest distance between vecr = veca_1 + lambda vecb_1 text and vecr = veca_2 + mu vecb_2 text is d = frac|(veca_2 - veca_1) cdot (vecb_1 times vecb_2)||vecb_1 times vecb_2|$\text{Shortest distance between } \vec{r} = \vec{a}_1 + \lambda \vec{b}_1 \text{ and } \vec{r} = \vec{a}_2 + \mu \vec{b}_2 \text{ is } d = \frac{|(\vec{a}_2 - \vec{a}_1) \cdot (\vec{b}_1 \times \vec{b}_2)|}{|\vec{b}_1 \times \vec{b}_2|}$
### Core Logic
For d_1$d_1$, rewrite L_1$L_1$ and L_2$L_2$ into standard form:
L_1: fracx + 11 = fracy1/2 = fracz-1/12$L_1: \frac{x + 1}{1} = \frac{y}{1/2} = \frac{z}{-1/12}$
veca_1 = (-1, 0, 0)$\vec{a}_1 = (-1, 0, 0)$, vecb_1 = left(1, frac12, -frac112right) propto (12, 6, -1)$\vec{b}_1 = \left(1, \frac{1}{2}, -\frac{1}{12}\right) \propto (12, 6, -1)$
L_2: x = y + 2 = 6(z - 1) Rightarrow fracx1 = fracy + 21 = fracz - 11/6$L_2: x = y + 2 = 6(z - 1) \Rightarrow \frac{x}{1} = \frac{y + 2}{1} = \frac{z - 1}{1/6}$
veca_2 = (0, -2, 1)$\vec{a}_2 = (0, -2, 1)$, vecb_2 = left(1, 1, frac16right) propto (6, 6, 1)$\vec{b}_2 = \left(1, 1, \frac{1}{6}\right) \propto (6, 6, 1)$
### Step 1: Computing d1
veca_2 - veca_1 = (1, -2, 1)$\vec{a}_2 - \vec{a}_1 = (1, -2, 1)$
vecb_1 times vecb_2 = beginvmatrix hati & hatj & hatk \\ 12 & 6 & -1 \\ 6 & 6 & 1 endvmatrix = hati(6 + 6) - hatj(12 + 6) + hatk(72 - 36) = 12hati - 18hatj + 36hatk propto 2hati - 3hatj + 6hatk$\vec{b}_1 \times \vec{b}_2 = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 12 & 6 & -1 \\ 6 & 6 & 1 \end{vmatrix} = \hat{i}(6 + 6) - \hat{j}(12 + 6) + \hat{k}(72 - 36) = 12\hat{i} - 18\hat{j} + 36\hat{k} \propto 2\hat{i} - 3\hat{j} + 6\hat{k}$
|vecb_1 times vecb_2| = sqrt4 + 9 + 36 = sqrt49 = 7$|\vec{b}_1 \times \vec{b}_2| = \sqrt{4 + 9 + 36} = \sqrt{49} = 7$
d_1 = frac|(1, -2, 1) cdot (2, -3, 6)|7 = frac|2 + 6 + 6|7 = frac147 = 2$d_1 = \frac{|(1, -2, 1) \cdot (2, -3, 6)|}{7} = \frac{|2 + 6 + 6|}{7} = \frac{14}{7} = 2$
### Step 2: Computing d2
L_3: fracx - 12 = fracy + 8-7 = fracz - 45$L_3: \frac{x - 1}{2} = \frac{y + 8}{-7} = \frac{z - 4}{5}$
veca_3 = (1, -8, 4)$\vec{a}_3 = (1, -8, 4)$, vecb_3 = (2, -7, 5)$\vec{b}_3 = (2, -7, 5)$
L_4: fracx - 12 = fracy - 21 = fracz - 6-3$L_4: \frac{x - 1}{2} = \frac{y - 2}{1} = \frac{z - 6}{-3}$
veca_4 = (1, 2, 6)$\vec{a}_4 = (1, 2, 6)$, vecb_4 = (2, 1, -3)$\vec{b}_4 = (2, 1, -3)$
veca_4 - veca_3 = (0, 10, 2)$\vec{a}_4 - \vec{a}_3 = (0, 10, 2)$
vecb_3 times vecb_4 = beginvmatrix hati & hatj & hatk \\ 2 & -7 & 5 \\ 2 & 1 & -3 endvmatrix = hati(21 - 5) - hatj(-6 - 10) + hatk(2 + 14) = 16hati + 16hatj + 16hatk propto hati + hatj + hatk$\vec{b}_3 \times \vec{b}_4 = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & -7 & 5 \\ 2 & 1 & -3 \end{vmatrix} = \hat{i}(21 - 5) - \hat{j}(-6 - 10) + \hat{k}(2 + 14) = 16\hat{i} + 16\hat{j} + 16\hat{k} \propto \hat{i} + \hat{j} + \hat{k}$
|vecb_3 times vecb_4| = sqrt1 + 1 + 1 = sqrt3$|\vec{b}_3 \times \vec{b}_4| = \sqrt{1 + 1 + 1} = \sqrt{3}$
d_2 = frac|(0, 10, 2) cdot (1, 1, 1)|sqrt3 = frac|0 + 10 + 2|sqrt3 = frac12sqrt3$d_2 = \frac{|(0, 10, 2) \cdot (1, 1, 1)|}{\sqrt{3}} = \frac{|0 + 10 + 2|}{\sqrt{3}} = \frac{12}{\sqrt{3}}$
### Step 3: Evaluating final expression
Target: frac32sqrt3d_1d_2$\frac{32\sqrt{3}d_1}{d_2}$
= frac32sqrt3 times 212 / sqrt3 = frac64sqrt3 cdot sqrt312 = frac64 times 312 = frac19212 = 16$= \frac{32\sqrt{3} \times 2}{12 / \sqrt{3}} = \frac{64\sqrt{3} \cdot \sqrt{3}}{12} = \frac{64 \times 3}{12} = \frac{192}{12} = 16$
### Pattern Recognition
Extracting direction ratios efficiently by normalizing the denominator scaling is crucial to avoid fraction arithmetic errors in cross products.
### Evaluation Rubric / Model Answer
null
### Chapter Mix
Class 12 Maths: Three Dimensional Geometry