Question: What is the projection of vector A = 6i + 8j onto vector B = 2i + 2j?
Options:
Correct Answer: 8
Solution:
Projection of A onto B = (A · B / |B|^2) * B = ((6*2 + 8*2) / (2^2 + 2^2)) * (2i + 2j) = (28/8)(2i + 2j) = 7i + 7j.