Question:

The area of the triangle whose vertices are $A(1,-1,2)$, $B(2,1,-1)$ and $C(3,-1,2)$ is

Show Hint

Cross product magnitude directly gives twice the triangle area.
Updated On: Apr 30, 2026
  • $\sqrt{7}$
  • $\sqrt{11}$
  • $\sqrt{13}$
  • $\sqrt{15}$
  • $\sqrt{10}$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Concept: Area of triangle: \[ \frac{1}{2} |\vec{AB} \times \vec{AC}| \]

Step 1: Compute vectors.

\[ \vec{AB} = (2-1, 1+1, -1-2) = (1,2,-3) \] \[ \vec{AC} = (3-1, -1+1, 2-2) = (2,0,0) \]

Step 2: Cross product.

\[ \vec{AB} \times \vec{AC} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 2 & -3 \\ 2 & 0 & 0 \end{vmatrix} \] \[ = \hat{i}(2\cdot0 - (-3)\cdot0) - \hat{j}(1\cdot0 - (-3)\cdot2) + \hat{k}(1\cdot0 - 2\cdot2) \] \[ = (0, -6, -4) \]

Step 3: Magnitude.

\[ |\vec{AB} \times \vec{AC}| = \sqrt{0 + 36 + 16} = \sqrt{52} = 2\sqrt{13} \]

Step 4: Area.

\[ \frac{1}{2} \times 2\sqrt{13} = \sqrt{13} \] \[ \boxed{\sqrt{13}} \]
Was this answer helpful?
0
0