To determine the area of a parallelogram given vectors representing its diagonals, we utilize the formula for the area \(\text{Area} = \frac{1}{2} |\mathbf{a} \times \mathbf{b}|\), where \(\mathbf{a}\) and \(\mathbf{b}\) are the diagonal vectors.
The vectors provided are:
To find the cross product \(\mathbf{a} \times \mathbf{b}\), we use the determinant method:
\[ \mathbf{a} \times \mathbf{b} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 3 & 1 & -2 \\ 1 & -3 & 4 \end{vmatrix} \]
Calculate the determinant to find \(\mathbf{a} \times \mathbf{b}\):
So, \(\mathbf{a} \times \mathbf{b} = -2\mathbf{i} - 14\mathbf{j} - 10\mathbf{k}\)
Next, find the magnitude of this vector:
\[ |\mathbf{a} \times \mathbf{b}| = \sqrt{(-2)^2 + (-14)^2 + (-10)^2} = \sqrt{4 + 196 + 100} = \sqrt{300} = 10\sqrt{3} \]
The area of parallelogram is:
\[ \text{Area} = \frac{1}{2} \times 10\sqrt{3} = 5\sqrt{3} \]
Therefore, the area of the parallelogram is \(5\sqrt{3}\), thus the correct answer is:
Option: \(5\sqrt{3}\)