Let u and v be two vectors in R^2 whose Euclidean norms satisfy |u| = 2|v|. What is the value of alpha such that w = u + alpha*v bisects the angle between u and v? A. 2 B. 1/2 C. 1 D. -1/2
GATE 2017 · Engineering Mathematics · Vector Space · medium
Answer: A. 2
- Write the angle bisector direction: The vector bisecting the angle between u and v has the direction of u/|u| + v/|v|.
- Substitute |u| = 2|v|: Using |u|=2|v|: u/(2|v|) + v/|v|. Factor out 1/(2|v|): (1/(2|v|)) * (u + 2v).
- Read off alpha: Since u + 2v = u + alpha*v, we have alpha = 2.