We need to find the unit vectors perpendicular to the plane determined by the points $(1, 3, 5)$, $(3, -1, 2)$, and $(4, 0, 1)$.
2025/4/9
1. Problem Description
We need to find the unit vectors perpendicular to the plane determined by the points , , and .
2. Solution Steps
First, let's find two vectors in the plane. We can do this by subtracting the coordinates of the given points. Let , , and .
Vector .
Vector .
Now, we find a vector normal to the plane by taking the cross product of and .
$\vec{n} = \vec{AB} \times \vec{AC} = \begin{vmatrix}
\hat{i} & \hat{j} & \hat{k} \\
2 & -4 & -3 \\
3 & -3 & -4
\end{vmatrix} = \hat{i}((-4)(-4) - (-3)(-3)) - \hat{j}((2)(-4) - (-3)(3)) + \hat{k}((2)(-3) - (-4)(3)) = \hat{i}(16 - 9) - \hat{j}(-8 + 9) + \hat{k}(-6 + 12) = 7\hat{i} - 1\hat{j} + 6\hat{k} = (7, -1, 6)$.
The normal vector is .
Now, we need to find the magnitude of this vector:
.
To find the unit vectors, we divide the normal vector by its magnitude:
.
3. Final Answer
The unit vectors perpendicular to the plane are and .