To find the area of triangle ABC, we first determine two vectors originating from the same vertex, say A. Let $\vec{AB}$ and $\vec{AC}$ be these vectors. $$ \vec{AB} = (2-0)\hat{i} + (0-1)\hat{j} + (-1-1)\hat{k} = 2\hat{i} - \hat{j} - 2\hat{k} $$ $$ \vec{AC} = (1-0)\hat{i} + (0-1)\hat{j} + (3-1)\hat{k} = \hat{i} - \hat{j} + 2\hat{k} $$
The area of the triangle is given by $\frac{1}{2} |\vec{AB} \times \vec{AC}|$. First, compute the cross product: $$ \vec{AB} \times \vec{AC} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & -1 & -2 \\ 1 & -1 & 2 \end{vmatrix} $$ $$ = \hat{i}(-2 - 2) - \hat{j}(4 - (-2)) + \hat{k}(-2 - (-1)) $$ $$ = -4\hat{i} - 6\hat{j} - \hat{k} $$
Find the magnitude of the resulting vector: $$ |\vec{AB} \times \vec{AC}| = \sqrt{(-4)^2 + (-6)^2 + (-1)^2} = \sqrt{16 + 36 + 1} = \sqrt{53} $$ The area is $\frac{1}{2} \times \sqrt{53}$.
Final Answer: \frac{\sqrt{53}}{2} sq. units
AI generated content. Review strictly for academic accuracy.