Question: What is the angle between the vectors A = i + j and B = 2i + 2j?
Options:
Correct Answer: 45 degrees
Solution:
cos(θ) = (A · B) / (|A||B|) = (1*2 + 1*2) / (√2 * √8) = 4 / (2√2) = √2. θ = 45 degrees.