Ed 
anteontem
Para calcular o produto vetorial \( v \times w \) entre os vetores \( v = (2, 3, 1) \) e \( w = (1, 4, 2) \), utilizamos a seguinte fórmula: \[ v \times w = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 3 & 1 \\ 1 & 4 & 2 \end{vmatrix} \] Calculando o determinante, temos: \[ v \times w = \hat{i} \begin{vmatrix} 3 & 1 \\ 4 & 2 \end{vmatrix} - \hat{j} \begin{vmatrix} 2 & 1 \\ 1 & 2 \end{vmatrix} + \hat{k} \begin{vmatrix} 2 & 3 \\ 1 & 4 \end{vmatrix} \] Calculando cada um dos determinantes: 1. Para \( \hat{i} \): \[ \begin{vmatrix} 3 & 1 \\ 4 & 2 \end{vmatrix} = (3 \cdot 2) - (1 \cdot 4) = 6 - 4 = 2 \] 2. Para \( \hat{j} \): \[ \begin{vmatrix} 2 & 1 \\ 1 & 2 \end{vmatrix} = (2 \cdot 2) - (1 \cdot 1) = 4 - 1 = 3 \] 3. Para \( \hat{k} \): \[ \begin{vmatrix} 2 & 3 \\ 1 & 4 \end{vmatrix} = (2 \cdot 4) - (3 \cdot 1) = 8 - 3 = 5 \] Agora, substituindo os valores: \[ v \times w = \hat{i}(2) - \hat{j}(3) + \hat{k}(5) = (2, -3, 5) \] Portanto, o resultado do produto vetorial \( v \times w \) é \( (2, -3, 5) \). A alternativa correta é: c. (2, -3, 5).