Vector Equation: Can I Divide Vectors?

  • Context: Undergrad 
  • Thread starter Thread starter hotcommodity
  • Start date Start date
  • Tags Tags
    Vector
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
hotcommodity
Messages
434
Reaction score
0
If I have z= ||v||u + ||u||v, can I say that (z/uv) = (||v||/v) + (||u||/u) ? I'm not sure if I can divide vectors that way...
 
Physics news on Phys.org
It's meaningless to divide something by a vector. In general, that operation is not defined. What you could do in this case, though, is divide by the norms of the vectors instead. That yields some useful information:

[tex]\frac{z}{||u||||v||}=\frac{u}{||u||}+\frac{v}{||v||}[/tex]
 
Moo Of Doom said:
It's meaningless to divide something by a vector. In general, that operation is not defined. What you could do in this case, though, is divide by the norms of the vectors instead. That yields some useful information:

[tex]\frac{z}{||u||||v||}=\frac{u}{||u||}+\frac{v}{||v||}[/tex]

Haha, I just wrote something similar in my notebook but it didn't register with me. Thank you :smile: