Concept:
Three-Dimensional Geometry - Direction Cosines.
If a line has direction ratios $(a, b, c)$, its direction cosines $(l, m, n)$, which correspond to $\cos\alpha, \cos\beta, \cos\gamma$, are given by:
$$ l = \frac{a}{\sqrt{a^2+b^2+c^2}}, \quad m = \frac{b}{\sqrt{a^2+b^2+c^2}}, \quad n = \frac{c}{\sqrt{a^2+b^2+c^2}} $$
Step 1: Extract the direction ratios from the line equation.
The given equation is already in the standard symmetric form: $\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c}$.
The denominators represent the direction ratios $(a, b, c)$:
- $a = 2$
- $b = 3$
- $c = \sqrt{7}$
Step 2: Calculate the magnitude of the direction vector.
Find the denominator for the direction cosines formula, $r = \sqrt{a^2 + b^2 + c^2}$:
$$ r = \sqrt{2^2 + 3^2 + (\sqrt{7})^2} $$
$$ r = \sqrt{4 + 9 + 7} $$
$$ r = \sqrt{20} $$
Simplify the square root:
$$ r = 2\sqrt{5} $$
Step 3: Calculate the direction cosines ($\cos\alpha, \cos\beta, \cos\gamma$).
Divide each direction ratio by the calculated magnitude $r$:
- $\cos\alpha = \frac{a}{r} = \frac{2}{2\sqrt{5}} = \frac{1}{\sqrt{5}}$
- $\cos\beta = \frac{b}{r} = \frac{3}{2\sqrt{5}}$
- $\cos\gamma = \frac{c}{r} = \frac{\sqrt{7}}{2\sqrt{5}}$
Step 4: Format the final answer.
The values of $\cos\alpha, \cos\beta, \cos\gamma$ respectively are:
$$ \left( \frac{1}{\sqrt{5}}, \frac{3}{2\sqrt{5}}, \frac{\sqrt{7}}{2\sqrt{5}} \right) $$