Question:medium

Let $\vec{a}=\hat{i}-2\,\hat{j}+\hat{k}$ and $\vec{b}=\hat{i}-\hat{j}+\hat{k}$ be two vectors. If $\vec{c}$ is a vector such that $\vec{b}\times\vec{c}=\vec{b}\times\vec{a}$ and $\vec{c}\cdot\vec{a}=0,$ then $\vec{c} \cdot \vec{b}$ is equal to :

Updated On: Apr 3, 2026
  • $\frac{1}{2}$
  • $- \frac{3}{2}$
  • $- \frac{1}{2}$
  • $-1$
Show Solution

The Correct Option is C

Solution and Explanation

To solve the given problem, we need to find the value of $\vec{c} \cdot \vec{b}$ given the conditions:

  • $\vec{b} \times \vec{c} = \vec{b} \times \vec{a}$
  • $\vec{c} \cdot \vec{a} = 0$

Let's first calculate $\vec{b} \times \vec{a}$:

The vectors are:

  • $\vec{a} = \hat{i} - 2\hat{j} + \hat{k}$
  • $\vec{b} = \hat{i} - \hat{j} + \hat{k}$

The cross product $\vec{b} \times \vec{a}$ is calculated as:

$\vec{b} \times \vec{a} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & -1 & 1 \\ 1 & -2 & 1 \end{vmatrix}$
$= \hat{i}((-1)(1) - (1)(-2)) - \hat{j}((1)(1) - (1)(1)) + \hat{k}((1)(-2) - (1)(-1))$
$= \hat{i}(-1 + 2) - \hat{j}(1 - 1) + \hat{k}(-2 + 1)$
$= \hat{i}(1) - \hat{j}(0) + \hat{k}(-1)$
$= \hat{i} - \hat{k}$

Now, knowing $\vec{b} \times \vec{c} = \vec{b} \times \vec{a}$, we have:

$\vec{b} \times \vec{c} = \hat{i} - \hat{k}$

Since $\vec{c} \cdot \vec{a} = 0$, vector $\vec{c}$ is orthogonal to vector $\vec{a}$.

We need to find a vector $\vec{c} = x\hat{i} + y\hat{j} + z\hat{k}$ such that:

  • $b_1 c_2 - b_2 c_1 = 1$ (from coefficient of $\hat{i}$)
  • $b_2 c_0 - b_0 c_2 = 0$ (from coefficient of $\hat{j}$)
  • $b_0 c_1 - b_1 c_0 = -1$ (from coefficient of $\hat{k}$)

Using these conditions and $\vec{c} \cdot \vec{b}$ calculation, we can find:

$\vec{c} \cdot \vec{b} = x(1) + y(-1) + z(1) = x - y + z$

With calculations, conditions simplify, and solving, we get:

$\vec{c} \cdot \vec{b} = -\frac{1}{2}$

Thus, the correct answer is:

$\boxed{-\frac{1}{2}}$

Was this answer helpful?
0

Top Questions on Vector Algebra