Question:medium

If $|\mathbf{a} + \mathbf{b}| = |\mathbf{a} - \mathbf{b}|$ for any two vectors, then vectors $\mathbf{a}$ and $\mathbf{b}$ are:

Show Hint

When the magnitudes of sum and difference of two vectors are equal, the vectors are orthogonal.
Updated On: Feb 25, 2026
  • orthogonal vectors
  • parallel to each other
  • unit vectors
  • collinear vectors
Show Solution

The Correct Option is A

Solution and Explanation

Given that $|\mathbf{a} + \mathbf{b}| = |\mathbf{a} - \mathbf{b}|$, squaring both sides yields $|\mathbf{a} + \mathbf{b}|^2 = |\mathbf{a} - \mathbf{b}|^2$. Expanding this expression, we get $(\mathbf{a} + \mathbf{b}) \cdot (\mathbf{a} + \mathbf{b}) = (\mathbf{a} - \mathbf{b}) \cdot (\mathbf{a} - \mathbf{b})$. This simplifies to $a^2 + 2\mathbf{a} \cdot \mathbf{b} + b^2 = a^2 - 2\mathbf{a} \cdot \mathbf{b} + b^2$. Consequently, $2\mathbf{a} \cdot \mathbf{b} = -2\mathbf{a} \cdot \mathbf{b}$, leading to $\mathbf{a} \cdot \mathbf{b} = 0$. This indicates that the vectors $\mathbf{a}$ and $\mathbf{b}$ are orthogonal.
Was this answer helpful?
0