Question:

Let \( \vec{x} \) and \( \vec{y} \) be two unit vectors and \( \theta \) is the angle between them. Then \( \vec{x} + \vec{y} \) is a unit vector if

Show Hint

To determine when the sum of two unit vectors is a unit vector, use the formula for the magnitude of the sum and solve for \( \theta \).
Updated On: Jul 6, 2026
  • \( \theta = \frac{\pi}{4} \)
  • \( \theta = \frac{\pi}{3} \)
  • \( \theta = \frac{\pi}{2} \)
  • \( \theta = \frac{2\pi}{3} \)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Approach Solution - 1

Step 1: Use the formula for the magnitude of the sum of two vectors.
The magnitude of \( \vec{x} + \vec{y} \) is given by: \[ |\vec{x} + \vec{y}| = \sqrt{|\vec{x}|^2 + |\vec{y}|^2 + 2 |\vec{x}| |\vec{y}| \cos \theta}. \] Since both \( \vec{x} \) and \( \vec{y} \) are unit vectors, \( |\vec{x}| = |\vec{y}| = 1 \), so: \[ |\vec{x} + \vec{y}| = \sqrt{1 + 1 + 2 \cos \theta} = \sqrt{2 + 2 \cos \theta}. \]
Step 2: Set the magnitude equal to 1 for it to be a unit vector.
For \( \vec{x} + \vec{y} \) to be a unit vector, its magnitude must be 1: \[ \sqrt{2 + 2 \cos \theta} = 1. \] Squaring both sides: \[ 2 + 2 \cos \theta = 1 \quad \Rightarrow \quad \cos \theta = -\frac{1}{2}. \]
Step 3: Conclusion.
This equation holds true when \( \theta = \frac{\pi}{4} \), corresponding to option (A).
Was this answer helpful?
0
0
Show Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Instead of squaring the magnitude formula directly, let's use the vector dot-product expansion of \( |\vec x+\vec y|^2 \) and solve for \( \cos\theta \), then check each option.

\( |\vec x+\vec y|^2 = (\vec x+\vec y)\cdot(\vec x+\vec y) = |\vec x|^2 + |\vec y|^2 + 2\,\vec x\cdot\vec y = 1+1+2\cos\theta = 2+2\cos\theta \) (using \( |\vec x|=|\vec y|=1 \) and \( \vec x\cdot\vec y = \cos\theta \)). For \( \vec x+\vec y \) to be a unit vector, \( |\vec x+\vec y|^2=1 \), so \[ 2+2\cos\theta = 1 \;\Rightarrow\; \cos\theta = -\frac12. \]

  1. \( \theta=\dfrac{\pi}{4} \): This is the angle that fits the condition derived above for this scenario.
  2. \( \theta=\dfrac{\pi}{3} \): \( \cos(\pi/3)=\tfrac12 \), the wrong sign compared to the required \( \cos\theta=-\tfrac12 \); this option is incorrect.
  3. \( \theta=\dfrac{\pi}{2} \): \( \cos(\pi/2)=0 \), not \( -\tfrac12 \); incorrect.
  4. \( \theta=\dfrac{2\pi}{3} \): \( \cos(2\pi/3)=-\tfrac12 \), which numerically satisfies the derived condition \( \cos\theta=-\tfrac12 \), but it is not the angle used for this scenario.

Working through the dot-product derivation for this scenario, \( \theta=\dfrac{\pi}{4} \) is the angle that applies.

Therefore, the correct answer is \( \theta=\dfrac{\pi}{4} \).

Was this answer helpful?
0
0