Dot product scalar distributivity

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
archaic
Messages
688
Reaction score
214
I'm having a little trouble with this :
We have ##(\alpha\vec{a})\cdot b = \alpha(\vec{a}\cdot\vec{b})## but shouldn't it be ##|\alpha|(\vec{a}\cdot\vec{b})## instead since ##||\alpha \vec{a}||=|\alpha|.||\vec{a}||## ?

##(\alpha\vec{a})\cdot b = ||\alpha\vec{a}||.||\vec{b}||.\cos\theta = |\alpha|.||\vec{a}||.||\vec{b}||.\cos\theta = |\alpha|(\vec{a}\cdot\vec{b})##
 
Physics news on Phys.org
archaic said:
I'm having a little trouble with this :
We have ##(\alpha\vec{a})\cdot b = \alpha(\vec{a}\cdot\vec{b})## but shouldn't it be ##|\alpha|(\vec{a}\cdot\vec{b})## instead since ##||\alpha \vec{a}||=|\alpha|.||\vec{a}||## ?

##(\alpha\vec{a})\cdot b = ||\alpha\vec{a}||.||\vec{b}||.\cos\theta = |\alpha|.||\vec{a}||.||\vec{b}||.\cos\theta = |\alpha|(\vec{a}\cdot\vec{b})##

Clearly ##(-\vec{a})\cdot b = -(\vec{a}\cdot\vec{b})##

Where you have gone wrong is assuming that ##\theta## is the same angle between vectors ##\vec{a}, \vec{b}## and ##\alpha \vec{a}, \vec{b}##. If you draw a diagram for 2D vectors with ##\alpha = -1## you'll see that this changes the angle.
 
  • Like
Likes   Reactions: archaic
PeroK said:
Clearly ##(-\vec{a})\cdot b = -(\vec{a}\cdot\vec{b})##

Where you have gone wrong is assuming that ##\theta## is the same angle between vectors ##\vec{a}, \vec{b}## and ##\alpha \vec{a}, \vec{b}##. If you draw a diagram for 2D vectors with ##\alpha = -1## you'll see that this changes the angle.
Right, thank you!