Question:medium

If $\vec{a}, \vec{b}, \vec{c}$ are any three mutually perpendicular vectors of equal magnitude a, then $|\vec{a} + \vec{b} + \vec{c}|$

Show Hint

For perpendicular vectors, $|\vec{a}+\vec{b}+\vec{c}|^2 = |\vec{a}|^2+|\vec{b}|^2+|\vec{c}|^2$.
Updated On: Apr 30, 2026
  • $a$
  • $2a$
  • $3a$
  • $\sqrt{2}a$
Show Solution

The Correct Option is C

Solution and Explanation

To find the magnitude of the vector sum \(|\vec{a} + \vec{b} + \vec{c}|\) where \(\vec{a}\)\(\vec{b}\), and \(\vec{c}\) are mutually perpendicular vectors of equal magnitude \(a\), we proceed as follows:

  1. Firstly, since the vectors are mutually perpendicular, we have: \(\vec{a} \cdot \vec{b} = 0\)\(\vec{b} \cdot \vec{c} = 0\), and \(\vec{c} \cdot \vec{a} = 0\).
  2. The magnitude of each vector is given as \(|\vec{a}| = |\vec{b}| = |\vec{c}| = a\).
  3. The magnitude of the sum of the vectors \(\vec{a} + \vec{b} + \vec{c}\) can be found using the formula for the magnitude of a vector sum: \(|\vec{a} + \vec{b} + \vec{c}| = \sqrt{(\vec{a} + \vec{b} + \vec{c}) \cdot (\vec{a} + \vec{b} + \vec{c})}\).
  4. Expanding the dot product, we have: \((\vec{a} + \vec{b} + \vec{c}) \cdot (\vec{a} + \vec{b} + \vec{c}) = \vec{a} \cdot \vec{a} + \vec{b} \cdot \vec{b} + \vec{c} \cdot \vec{c} + 2(\vec{a} \cdot \vec{b} + \vec{b} \cdot \vec{c} + \vec{c} \cdot \vec{a})\).
  5. Since \(\vec{a} \cdot \vec{b} = \vec{b} \cdot \vec{c} = \vec{c} \cdot \vec{a} = 0\), this simplifies to: \((\vec{a} + \vec{b} + \vec{c}) \cdot (\vec{a} + \vec{b} + \vec{c}) = \vec{a} \cdot \vec{a} + \vec{b} \cdot \vec{b} + \vec{c} \cdot \vec{c}\).
  6. Since \(|\vec{a}| = a\)\(|\vec{b}| = a\), and \(|\vec{c}| = a\), we have: \(\vec{a} \cdot \vec{a} = a^2\)\(\vec{b} \cdot \vec{b} = a^2\), and \(\vec{c} \cdot \vec{c} = a^2\).
  7. Substituting these values, we get: \((\vec{a} + \vec{b} + \vec{c}) \cdot (\vec{a} + \vec{b} + \vec{c}) = a^2 + a^2 + a^2 = 3a^2\).
  8. Therefore, the magnitude is: \(|\vec{a} + \vec{b} + \vec{c}| = \sqrt{3a^2} = \sqrt{3}a\).

Hence, the magnitude of \(|\vec{a} + \vec{b} + \vec{c}|\) is \(\sqrt{3}a\), which was previously calculated incorrectly in the options provided.

Was this answer helpful?
0