What is the Angle Between Vectors Using the Dot Product Formula?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
brinlin
Messages
12
Reaction score
0
Find the angle between the vectors $$v=-5\sqrt{3}i+5j$$ and $$w=5i$$
 
Physics news on Phys.org
I'd use the dot product formula ...

$\cos{\theta} = \dfrac{\vec{v} \cdot \vec{w}}{|v| \, |w|}$
 
when we use the dot product formula. What would we plug in for v and w.
 
to calculate the dot product of two vectors given in component form …

$(a \vec{i} + b \vec{j}) \cdot (c \vec{i} + d \vec{j}) = ac + bd$

… note the dot product is a scalar quantity
 
brinlin said:
when we use the dot product formula. What would we plug in for v and w.
? YOU said, in your first post that
$v= -5\sqrt{3}i+ 5j$
$w= 5i$.