Question:medium

A particle has the position vector $\vec{r} = \hat{i} - 2\hat{j} + \hat{k}$ and the linear momentum $\vec{p} = 2\hat{i} - \hat{j} + \hat{k}$. Its angular momentum about the origin is}

Show Hint

Remember the order of the cross product matters ($\vec{r} \times \vec{p} \neq \vec{p} \times \vec{r}$). Reversing the order will result in a sign error for all components!
Updated On: Jul 5, 2026
  • $-\hat{i} + \hat{j} - 3\hat{k}$
  • $-\hat{i} + \hat{j} + 3\hat{k}$
  • $\hat{i} - \hat{j} + 3\hat{k}$
  • $\hat{i} - \hat{j} - 5\hat{k}$
  • $\hat{i} - \hat{j} + 5\hat{k}$
Show Solution

The Correct Option is B

Solution and Explanation

To find the angular momentum of the particle about the origin, we use the formula:

\(\vec{L} = \vec{r} \times \vec{p}\) 

where \(\vec{L}\) is the angular momentum, \(\vec{r}\) is the position vector, and \(\vec{p}\) is the linear momentum.

The position vector is given by:

\(\vec{r} = \hat{i} - 2\hat{j} + \hat{k}\)

The linear momentum is given by:

\(\vec{p} = 2\hat{i} - \hat{j} + \hat{k}\)

To calculate the cross product, we set up the determinant:

 \(\hat{i}\)\(\hat{j}\)\(\hat{k}\)
Determinant1-21
 2-11

The cross product is calculated as:

\(\vec{L} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & -2 & 1 \\ 2 & -1 & 1 \end{vmatrix}\)

Expand the determinant:

\(\vec{L} = \hat{i}((-2)(1) - (-1)(1)) - \hat{j}((1)(1) - (2)(1)) + \hat{k}((1)(-1) - (-2)(2))\)

\(\vec{L} = \hat{i}(-2 + 1) - \hat{j}(1 - 2) + \hat{k}(-1 + 4)\)

\(\vec{L} = -\hat{i} + \hat{j} + 3\hat{k}\)

Therefore, the angular momentum about the origin is:

\(-\hat{i} + \hat{j} + 3\hat{k}\)

Thus, the correct answer is:

\(\boxed{-\hat{i} + \hat{j} + 3\hat{k}}\)

Was this answer helpful?
0