 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Write a unit vector in the direction of vector PQ, where P and Q are the points (1, 3, 0) and (4, 5, 6) respectively. | 
| Answer» Vector PQ = - ()i + (5 - 3)j + (6 - 0)k = 3i + 2j + 6k ∴ Required unit vector = (3i + 2j + 6k)/√(9 + 4 + 36) = (3i + 2j + 6k)/√49 = (3i + 2j + 6k)/7 = 3/7i + 2/7j + 6/7k | |