Question:

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: May 30, 2025
  • -7
  • -8
  • 8
  • -9
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Approach Solution - 1

To find the volume of the parallelepiped formed by vectors a, b, and c, we need to calculate the scalar triple product, defined as:

Volume = a ⋅ (b × c).

Given the vectors:

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

First, compute the cross product b × c.

The formula for the cross product of two vectors u and v is:

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

Applying this formula:

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

This simplifies to:

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

Now, compute the dot product a ⋅ (b × c).

The dot product dv is given by:

dv = d1v1 + d2v2 + d3v3.

Using the values:

a = + 2 - , b × c = −2 − 1 + 3.

a ⋅ (b × c) = 1×(−2) + 2×(−1) + (−1)×3,

This calculates to:

−2 − 2 − 3 = −7.

Hence, the volume of the parallelepiped is -7.

Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

The volume \( V \) of the parallelepiped formed by three vectors \( \mathbf{a}, \mathbf{b}, \mathbf{c} \) is given by the scalar triple product: \[ V = |\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c})| \] Step 1: Compute \( \mathbf{b} \times \mathbf{c} \) Let: \[ \mathbf{b} = \begin{bmatrix} 2 \\ -1 \\ 1 \end{bmatrix}, \quad \mathbf{c} = \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix} \] Then, \[ \mathbf{b} \times \mathbf{c} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & -1 & 1 \\ 1 & 1 & 1 \end{vmatrix} = \hat{i}((-1)(1) - (1)(1)) - \hat{j}((2)(1) - (1)(1)) + \hat{k}((2)(1) - (-1)(1)) \] \[ = \hat{i}(-1 - 1) - \hat{j}(2 - 1) + \hat{k}(2 + 1) = -2\hat{i} - \hat{j} + 3\hat{k} \] Step 2: Compute \( \mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) \) \[ \mathbf{a} = \begin{bmatrix} 1 \\ 2 \\ -1 \end{bmatrix} \Rightarrow \mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) = (1)(-2) + (2)(-1) + (-1)(3) = -2 - 2 - 3 = -7 \]
Was this answer helpful?
0
0