Read Mode
Vectors (projection)
The projection of a vector on another vector is:
Explanation and memory cue
The vector b is incorrectly written as '3jk + 3k', which is not a valid vector expression. Assuming it means b = 3j + 3k, the projection of a on b is (a·b)/|b|. Calculating with b = 3j + 3k, a·b = 0 + 3 + 3 = 6, |b| = √(0^2 + 3^2 + 3^2) = √18 = 3√2, so projection = 6/(3√2) = 2/√2. This matches option A, not B. Since the original b is invalid, and the correct projection is 2/√2, the correct answer should be A if b is corrected. Due to the original error in b, the best choice is 'None of these' (D).