Question: Find the angle between the vectors A = i + j and B = 2i + 2j.
Options:
Correct Answer: 0 degrees
Solution:
cos(θ) = (A · B) / (|A| |B|). A · B = 1*2 + 1*2 = 4; |A| = √2, |B| = 2√2. Thus, cos(θ) = 4 / (√2 * 2√2) = 1, θ = 0 degrees.