Two vectors and the angle between them.

  • Thread starter Thread starter exitwound
  • Start date Start date
  • Tags Tags
    Angle Vectors
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
exitwound
Messages
291
Reaction score
1

Homework Statement



An electron follows a helical path in a uniform magnetic field given by B = (20i - 50j - 30k ) mT. At time t = 0, the electron's velocity is given by v = (17i - 32j + 53k ) m/s.

(a) What is the angle ϕ between v and B?

Now, I have the answer from help from someone else. However, I don't understand the reasoning. The solution was to take: [tex]cos \phi = \frac{\vec v \cdot \vec B}{|\vec v| |\vec B|}[/tex] solving for ϕ.

Can anyone explain it to me?
 
Physics news on Phys.org
It's simply the formula for the dot product:

for any vectors a and b,
[tex]\vec a \cdot \vec b = |\vec a| |\vec b| \cos\phi,[/tex]
where [itex]\phi[/itex] is the angle between the two vectors.
 
OH! That NEVER occurred to me.