Concept:
A vector parallel to a line is formed by the direction ratios \( (l, m, n) \) found in the denominators of the symmetric form. To find a unit vector, we divide the direction vector by its magnitude.
Step 1: Identify the direction vector.
From the denominators of \( \frac{x - 2}{3} = \frac{y + 3}{-1} = \frac{z - 2}{-4} \):
\( \vec{v} = 3\hat{i} - \hat{j} - 4\hat{k} \).
Step 2: Calculate the magnitude of the vector.
\[ |\vec{v}| = \sqrt{(3)^2 + (-1)^2 + (-4)^2} \]
\[ |\vec{v}| = \sqrt{9 + 1 + 16} = \sqrt{26} \]
Step 3: Find the unit vector.
\[ \hat{u} = \frac{\vec{v}}{|\vec{v}|} = \frac{1}{\sqrt{26}}(3\hat{i} - \hat{j} - 4\hat{k}) \]