Master the Art of Dividing Vectors for Scalar Quotients with These Simple Steps

  • Thread starter Thread starter cscott
  • Start date Start date
  • Tags Tags
    Vectors
AI Thread Summary
Dividing vectors to produce a scalar quotient requires calculating scalar products rather than directly dividing vectors. The correct approach involves computing the dot products of the vectors, yielding scalars that can then be divided. Specifically, one can express this as the ratio of the dot products, such as \(\frac{\vec{u}\cdot \vec{u}}{\vec{v}\cdot\vec{v}}\). Taking the square root of this ratio gives a measure of the lengths of the two vectors. However, it's important to note that vector division is not typically defined and may not yield desirable properties.
cscott
Messages
778
Reaction score
1
If I want to divide vectors and produce a scalar quotient can I go as follows:
\frac{\vec{u}}{\vec{v}} \cdot \frac{\vec{v}}{\vec{v}}
i.e. compute the dot products and then divide
 
Physics news on Phys.org
Well you do not have many options. In order to have a scalar product , you need either

a)two vectors or
b)two numbers or
c)a vector and a number

that you multiply...

The quotient of two vectors is NOT a vector nor a number. The only thing that you can do is first calculate the scalar product in the numerator and then the scalar product in the denominator. This yields two numbers (ie scalars) that you can devide...


marlon
 
Thank you.
 
In other words, \frac{\vec{u}\cdot \vec{u}}{\vec{v}\cdot\vec{v}}.

In fact, I might be inclined to take the square root of that:
\sqrt{\frac{\vec{u}\cdot \vec{u}}{\vec{v}\cdot{\vec{v}}}.
so that you are really dividing the lengths of the two vectors.

Of course, that will not have very nice properties. Division of vectors is not normally defined. What are you doing this for?
 
Last edited by a moderator:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top