Question: If A = 2i + 3j and B = 3i + 4j, what is the angle between A and B? (2021)
Options:
Correct Answer: 45 degrees
Solution:
cos(θ) = (A · B) / (|A||B|) = (2*3 + 3*4) / (√(2^2 + 3^2) * √(3^2 + 4^2)) = 0.7071, θ = 45 degrees.