Question:medium

Let vectors $\mathbf{a}, \mathbf{b}, \mathbf{c}$ be such that $$ \mathbf{a} = \hat{i} + 2\hat{j} - \hat{k}, \quad \mathbf{b} = 2\hat{i} - \hat{j} + \hat{k}, \quad \mathbf{c} = \hat{i} + \hat{j} + \hat{k} $$ Then the volume of the parallelepiped formed by these vectors is:

Show Hint

The volume of a parallelepiped is found using the scalar triple product: \[ V = | \mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) | \] Ensure correct determinant calculation and sign handling.
Updated On: Nov 26, 2025
  • -7
  • -8
  • 8
  • -9
Hide Solution

The Correct Option is A

Solution and Explanation

The volume of the parallelepiped defined by vectors a, b, and c is determined by their scalar triple product: Volume = a ⋅ (<strong>b> × c).

Given vectors:

  • a = + 2 - ,
  • b = 2 - + ,
  • c = + + .

Calculate the cross product b × c using the formula:

u × v = (u2v3 - u3v2) + (u3v1 - u1v3) + (u1v2 - u2v1).

For b and c:

b × c = (−1×1 − 1×1) + (1×1 − 2×1) + (2×1 − (−1)×1)

= (−1 − 1) + (1 − 2) + (2 + 1)

= −2 − 1 + 3.

Next, compute the dot product of a with the result of b × c:

dv = d1v1 + d2v2 + d3v3.

Using a = + 2 - and b × c = −2 − 1 + 3:

a ⋅ (<strong>b> × c) = 1×(−2) + 2×(−1) + (−1)×3

= −2 − 2 − 3

= −7.

The volume of the parallelepiped is therefore -7.

Was this answer helpful?
0