To find the sum of all values of \(\alpha\) for which the shortest distance between the given lines is \(\sqrt{2}\), we begin by finding the direction ratios and the point on each line:
To check if the lines are parallel, verify their direction ratios' relations. They are not proportional since:
Since they are not parallel, the shortest distance formula between skew lines is applied:
The formula for the distance between skew lines \(\mathbf{r_1} = \mathbf{a_1} + \lambda \mathbf{b_1}\) and \(\mathbf{r_2} = \mathbf{a_2} + \mu \mathbf{b_2}\) is:
\(d = \frac{|(\mathbf{a_2} - \mathbf{a_1}) \cdot (\mathbf{b_1} \times \mathbf{b_2})|}{|\mathbf{b_1} \times \mathbf{b_2}|}\)
Using:
First, compute \(\mathbf{b_1} \times \mathbf{b_2}\):
\(\mathbf{b_1} \times \mathbf{b_2} = \left| \begin{array}{ccc} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ \alpha & -1 & -\alpha \\ \alpha & 2 & 2\alpha \end{array} \right|\)
Calculating this determinant:
\(= ((-1)(2\alpha) - (2)(-\alpha))\mathbf{i} - ((\alpha)(2\alpha) - (-\alpha)(\alpha))\mathbf{j} + ((\alpha)(2) - (-1)(\alpha))\mathbf{k}\)
\(= (0)\mathbf{i} + (-2\alpha^2 + \alpha^2)\mathbf{j} + (3\alpha)\mathbf{k}\)
\(= 0\mathbf{i} - \alpha^2\mathbf{j} + 3\alpha\mathbf{k}\)
The magnitude of this vector is:
\(|\mathbf{b_1} \times \mathbf{b_2}| = \sqrt{0^2 + (-\alpha^2)^2 + (3\alpha)^2} = \sqrt{\alpha^4 + 9\alpha^2}\)
Now, find \(\mathbf{a_2} - \mathbf{a_1}\):
\(\mathbf{a_2} - \mathbf{a_1} = (1, -1, -3)\)
Compute the dot product:
\((\mathbf{a_2} - \mathbf{a_1}) \cdot (\mathbf{b_1} \times \mathbf{b_2}) = 1 \times 0 + (-1)(-\alpha^2) + (-3)(3\alpha) = \alpha^2 - 9\alpha\)
The distance is:
\(d = \frac{|\alpha^2 - 9\alpha|}{\sqrt{\alpha^4 + 9\alpha^2}}\)
Given: \(d = \sqrt{2}\)
Thus:
\(\frac{|\alpha^2 - 9\alpha|}{\sqrt{\alpha^4 + 9\alpha^2}} = \sqrt{2}\)
Squaring both sides and simplifying the equation, solve for \(\alpha\):
\(|\alpha^2 - 9\alpha| = \sqrt{2(\alpha^4 + 9\alpha^2)}\)
Squaring again and unwrapping the modulus:
\((\alpha^2 - 9\alpha)^2 = 2(\alpha^4 + 9\alpha^2)\)
Simplifying the resulting equation and solving for alpha gives possible values.
The correctly summed value of \(\alpha\)'s is \(-6\).