Division of Vector: Learn How to Perform A/B Expression

In summary, vector division is not well defined because there is no definition of multiplicative inverse for vectors. While component-wise multiplication can be defined, it is not as interesting or useful as dot product, cross product, or matrix-vector multiplication. Geometric algebra offers a well-defined vector multiplication and division operation, but it is not closed, generally commutative, and produces a scalar and bivector product. Therefore, vector division is not defined for vectors in R^3 (vector vectors) because there is no general definition of division for vectors.
  • #1
mdnazmulh
51
0
How can vector division be performed?
Tell me the procedure how I would perform following expression:

If A= 4i + 5j + 6k and B= 1i + 2j + 3k what will be A/B?
 
Mathematics news on Phys.org
  • #2
Vector division is not well defined
 
  • #3
why is it not well defined? i want to know. explain it in detail please..
 
  • #4
First you are going to have to tell us what you think a "vector" is! There are several different (but equivalent) definitions. In fact there are several different definitions of "multiplication" for vectors. And only scalar multiplication includes a definition of division because there is no definition of multiplicative inverse for vectors.
 
  • #5
think about the following ...

what is dividing ??

supouse u have a set A, its elementes are a,b,c,...

then supouse that u have an operation over A. say:

c = a . b = b . a (for simplicity let's talk about commutative multiplication)

where c in A, and a,b are any elements in A.

the supuse that there is an unit element in A, say that this unit element its 1. this unit element
is such a one that:

a . 1 = 1 . a = a

for any a in A.

then, u can define what division is... if for any element a in A there is an element b such that:

a . b = b . a = 1

then, u can call this element b the inverse element of a, that is b=a^-1.

now, the only remaining thing, its just to think of A as a set of vectors. and to thin of the multiplication
operation:

a . b = c

as an operation that leads two pairs of vectors to a new vector.

the u must find the unit vector 1, and then u must prove that for any a in A there exist a^-1.

the plus operation over vectors, has its properties. say

a+b=b+a=c

a+0=0+a=a

a+(-a) = (-a)+a = 0

so, in some way its an multiplicative structure over vector sets. but now there is the remaining
property that finally defines multiplication.

suppose, that in A there is a plus + operation. then a multiplication operation must follow the distributive
property:

( a + b ) . c = a . c + b . c

and that is... if u find a set of vectors A, with a plus operation a+b, and another operation a.b , such that holds:

commutative summation
a+b=b+a

exist 0 in A
a+0=a

exist (-a) for any a in A
a+(-a) = 0

commutative multiplication
a.b = b.a

exist 1 in A
a.1 = a

exist (a^-1) in A for any a
a.(a^-1) = 1

distributive:
(a+b).c=a.c + b.c

then u have u multiplication operation over vectors

best regards
rayo
 
  • #6
Yes, you can define vector multiplication and division that way (i.e., component-wise), but it turns out not to be nearly as interesting as the other ways of doing it (dot product and cross product) or matrix-vector multiplication. For example, what is the geometric interpretation of a component-wise product of two vectors?
 
  • #7
what is a component wise product ?? :)

in fact I don´t know if a vector product exists.
but, if it is so, I just gave the properties that it must carry out. I´m not an expert on the field, but those properties are the one that I saw on my algebra courses.

best regards
rayo
 
  • #8
No, you did not give "the properties it must have". There are two types of product that are defined for all (finite dimensional) vectors: scalar product: av where a is a scalar (a number) and v is a vector: you can think of it as "stretching" the length of the vector by a (if a>1) or "shrinking" v (if a< 1). Multiplicative inverses or division by a vector for such a product is not defined and could only be defined in the very restricted sense of requiring that u and v, in u/v, be in the "same direction" There are also "inner product" (basically the same as "dot product" of two vectors which does not result in a vector. Since that does NOT give a vector result, it cannot be divided by a vector.

For 3 dimensions, you can define the "cross product" of two vectors. I think you could define "multiplicative inverses" or "division" for at least some vectors there, but, again, that is restricted to 3 dimensions. I was surprised at your sentence but then realized that your "algebra" course is probably not the algebra course I would think of in connection with vectors.
 
Last edited by a moderator:
  • #9
rayohauno said:
what is a component wise product ?? :)

It's where you get the product vector by simply multiplying each component of the multiplicand vectors.

rayohauno said:
in fact I don´t know if a vector product exists.
but, if it is so, I just gave the properties that it must carry out. I´m not an expert on the field, but those properties are the one that I saw on my algebra courses.

The component-wise product fulfills all those properties.
 
  • #10
geometric algebra has a well defined, and very useful, vector multiplication and divison operation (geometric product, or clifford product). It's not closed, nor generally commutative, and produces a scalar and bivector (wedge) product. An example application of division is orthogonal decomposition with respect to a reference vector:

[tex]
x = \frac{1}{a} a x = \frac{a}{a^2} a x = \frac{a}{a^2} (a \cdot x + a \wedge x) = \hat{a} (\hat{a} \cdot x) + \hat{a} (\hat{a} \wedge x)
[/tex]

This first part is the familiar vector projection operation, and the second is the orthogonal component.

The basic rules for the multiplication(/division), assuming euclianian metric are:

- associativity
- linearity
- [tex]a^2 = {\lvert a \rvert}^2[/tex]

As a subject this ties together quite an astounding number of seemingly unrelated bits and pieces (complex numbers and quaternions, dot & cross product, linear equation solution, and much more.)
 
  • #11
I think the simple quesion is: "We are considering vectors in R^3 (vector vectors, not vectors as in 'vector spaces')- why is vector division not defined"?

Since we have two types of vector multiplication- dot and cross product- we expect two types of division, one for each. We expect for three vectors a, b and c:
a.b=c
And so vector division would allow us to say:
a=c/b

For the dot product, c is a scalar. Given c and b for the dot product, can we determine a?
Similarly for the cross product, given the product c and given b, can we find a?

Or am I totally off-track?
 
  • #12
qspeechc said:
"We are considering vectors in R^3 (vector vectors, not vectors as in 'vector spaces')- why is vector division not defined"?

The geometric product does give a well defined vector divison for R^3. The cross product you mention is a special case (and makes a lot more sense in the context of a complete vector product).
 
  • #13
I won't pretend to understand what you have just said. I am assuming, incorrectly probably, that mdnazmulh is a first year student (or high school) and doesn't know about the complete vector product, neither do I, and only dot and cross product of vectors in R^3. That is the sense I got from the question. Why then is vector division not defined?
 
  • #14
Peeter said:
The geometric product does give a well defined vector divison for R^3. The cross product you mention is a special case (and makes a lot more sense in the context of a complete vector product).

Careful now. GA works in the Grassman-complete space --- remember that ab isn't a vector in R^3 if a and b are.
 
  • #15
I still think everyone is going too deep into the question. Look at the question:

If A= 4i + 5j + 6k and B= 1i + 2j + 3k what will be A/B?

That is:

A=<4,5,6>, B=<1,2,3>, what is A/B? Like I said, I think he means vectors in R^3, and we are only considering dot and cross products- why is division not defined.

Think back to when you were in first year, or high school, whenever you first came across vectors, three components, the unit vector along the x, y and z axes, i,j and k. You were taught vector algebra, that is, addition, subtraction, dot and cross product, but not division. I was told, division is meaningless for vectors. We could define a division, but it wouldn't be any use, so we don't. I am not a mathematician, only a second year student, but I am trying to get his question answered, which I would also like to know, but I think people are going too deep into the question.
 
  • #16
qspeechc said:
I still think everyone is going too deep into the question. Look at the question:

If A= 4i + 5j + 6k and B= 1i + 2j + 3k what will be A/B?

That is:

A=<4,5,6>, B=<1,2,3>, what is A/B? Like I said, I think he means vectors in R^3, and we are only considering dot and cross products- why is division not defined.

Think back to when you were in first year, or high school, whenever you first came across vectors, three components, the unit vector along the x, y and z axes, i,j and k. You were taught vector algebra, that is, addition, subtraction, dot and cross product, but not division. I was told, division is meaningless for vectors. We could define a division, but it wouldn't be any use, so we don't. I am not a mathematician, only a second year student, but I am trying to get his question answered, which I would also like to know, but I think people are going too deep into the question.

Partly because the question isn't that trivial. There is nothing to stop you from trying to define a multiplication and inverse --- i.e. a division. However, attempts to do so usually mess up some convenient feature that we would like, such as remaining in R^3 (GA) or having a basis independent result (component-wise multiplication). As far as things have uses go, that's never a reason to not do some maths :wink:
 
  • #17
Lol, I agree, but when we asked our prof in first year why there was no vector division, he said that it could be defined, but it isn't much use. I guess he was trying to shield us from complicated higher mathematics you guys are talking about.
 
  • #18
I'd guess that this prof was probably talking about the moore penrose "pseudoinverse" for matrixes. That is also well defined for vectors, and produces the scalar value one when multiplied by the original vector. It happens that this inverse is the same as the GA inverse, but without the rest of the context from that mathematics there isn't much to do with it.

It's ironic that you are objecting to the "higher" math here. When I was back in high school I objected to the arbitrariness of the cross product (it doesn't even work for R^2) and seems very much like something that some mathematician pulled out of a magic hat. It's my expectation that within twenty years much of the basic vector algebra will be taught from a GA point of view ... it makes so much more sense that way. The texts that teach it now (like Hestenes's "New Foundations for classical mechanics") aren't exactly light reads, so some work is required to dumb it down. It's not a matter of teaching more advanced math, just doing things differently:

ie:

- don't teach determinants, cramer's rule and matrix inversion as a starting point, teach the wedge product. The rest follows from that and is much easier to understand.
- don't teach the cross product and dot products as special multiplication operations. Teach the GA product that incorporates these both, and allows consistent operation on higher dimensional object like planes, not just vectors, and not just R^3 (you'll need R^4 to deal with maxwell's equations once you take E&M but won't have the tools to do so).
- introduce complex numbers as a special case of the Geometric product.
- don't teach multivariable calculus for R^3 using only div and grad and then have to relearn it all to add one dimension (or work in R^2). Previously you'd have to use exterior calculus to get the general results and this is again an area that this simplifies.
- ...

It would be too easy to go on preaching on the subject (it's kind of exciting to find something that simplifies so much and then find that the subject has been around untaught (even to your prof probably)), so I'll stop. I'm also not going to answer the specific question of "what is" the A/B of your question since the context to answer that requires some work.

Instead here are some pointers to actually learning the subject, what it is, and how to work with it:

1)
http://www.science.uva.nl/ga/tutorials/

It's a interactive GA tutorial/presentation for a game programmers conference that provides a really good intro and has a lot of examples that I found helpful to get an intuitive feel for all the various product operations and object types.

Even if you weren't trying to learn GA, if you have done any traditonal vector algebra/calculus, IMO its worthwhile to download this just to just to see the animation of how the old cross product varies with changes to the vectors.

You have to download the GAViewer program (graphical vector calculator) to run the presentation. Once you do that you can use it for other calculation examples. See:


http://www.geometricalgebra.net/downloads/gaviewerexercises.pdf

for some examples of how to use this as a standalone tool (note that the book the drills are from use a different notation for dot product (with a slightly different meaning and uses an oriented L symbol dependent on the grades of the blades).

2) One possible starting place is lect1.pdf from the following:

http://www.mrao.cam.ac.uk/~clifford/ptIIIcourse/GeometricAlgebraLectures.zip[/QUOTE]

3) This one is pretty readable too:

http://staff.science.uva.nl/~leo/clifford/dorst-mann-I.pdf

4) http://en.wikipedia.org/wiki/Geometric_algebra

(I've dumped some content in there as I tried to learn it .. needs a lot of work)


with regards to myself. I'm not a higher mathematician ... just a dumb computer programmer whos been through engineering school. I've stumbled on the subject after pulling out my old E&M books (compensating for boredom at work) and give them a re-read to understand them in the way I wished I'd had time to so back in school (like the high school days where all of physics was obvious and one didn't have to memorize any formulas because you could figure it out from first principles).
 
Last edited by a moderator:
  • #19
Peeter said:
It's my expectation that within twenty years much of the basic vector algebra will be taught from a GA point of view ...

it's kind of exciting to find something that simplifies so much and then find that the subject has been around untaught

Whilst I agree that GA is quite a good pedagogical road, and certainly does contain some pretty neat formalism, the question of whether it actually simplifies anything is much more contentious. My perspective is from working with the people in the Cambridge group on applying GA --- so it's not entirely vacuous mouth/finger movements. My feeling is that it is an excellent advance for engineers, and people who use vectors and algebra and stuff to calculate. But less use for physicists and mathematicians, who are usually quite a lot more exacting in their needs, and are looking quite hard at foundations. In particular, quite a lot of the content in GA are actually well known in maths, under different names and not as unified --- but that's because people haven't found it theoretically useful to unify them. Note that theoretically useful has almost no bearing on practically useful. So things like differential geometry, which is such a huge part of modern theoretical physics, is almost completely incompatible with GA. After working with it for so long, it seems that the unification achieved by GA is too superficial, and doesn't contain enough depth to really advance mathematics itself.
 
  • #20
I suppose that time will tell. From my point of view I found the subject of differential geometry unlearnable until I looked at it from a GA point of view. Doesn't look to me that it is incompatable either -- notatationally different, but describes the same sort of operations.
 
  • #21
No, you did not give "the properties it must have". There are two types of product that are defined for all (finite dimensional) vectors: scalar product: av where a is a scalar (a number) and v is a vector: you can think of it as "stretching" the length of the vector by a (if a>1) or "shrinking" v (if a< 1). Multiplicative inverses or division by a vector for such a product is not defined and could only be defined in the very restricted since of requiring that u and v, in u/v, be in the "same direction" There are also "inner product" (basically the same as "dot product" of two vectors which results in a vector. Since that does NOT give a vector result, it cannot be divided by a vector.

For 3 dimensions, you can define the "cross product" of two vectors. I think you could define "multiplicative inverses" or "division" for at least some vectors there, but, again, that is restricted to 3 dimensions. I was surprised at your sentence but then realized that your "algebra" course is probably not the algebra course I would think of in connection with vectors.

I had just given the properties that a field must have. I just don´t know if there is a field of vectors. I had only saw division over fields. that is the way that I think of division. I think that u remains fixed the vector way of thinking. I try to remains fixed the division way of thinking. so in that way who ask the question at first just know where to look in order to answer the question.

particularly, I think that there is not exist fields of vectors. but I don´t know.

best regards
rayo
 
Last edited:
  • #22
rayohauno said:
particularly, I think that there is not exist fields of vectors. but I don´t know.
What do you mean by "vectors"?
 
  • #23
What do you mean by "vectors"?

members of a vector space

best regards
rayo
 
  • #24
Then every field is a vector space (over itself). Just look at the definitions.
 
  • #25
yes but not every vector space its a field. and that is the point here.

best regards
rayo
 
  • #26
one more kick on this thread for the curious:

1)
The Moore-Penrose matrix pseudoinverse can also be applied to vectors since they can be viewed as matrixes. This gives the following vector left inverse:

[tex]
a^{+} = \frac{a^{\text{T}}}{a^{\text{T}} a}
[/tex]

Application on the left is a scalar value one:

[tex]
\frac{a^{\text{T}}}{a^{\text{T}} a} a = 1
[/tex]

That may not look particularily useful, and perhaps it's not. It is however a factor of the projection matrix for a vector onto a line:

[tex]
Proj_a(x) = a \frac{a \cdot x}{a \cdot a} = \left( a \frac{a^{\text{T}}}{a^{\text{T}} a} \right) x = \left( a a^{+}\right) x
[/tex]

Observe that the left action of this is important. It doesn't cancel with the vector a on the right.

Uncoincidentially, this is Moore-Penrose left vector inverse is also equivalent to the vector inverse from Geometric Algebra when you restrict the application of the GA vector inverse to the dot product with another vector (subspace projection in general expressed with matrixes is _very_ similar to projection expressed using the GA generalized dot product).

2) Another vector inverse that everybody is probably familiar with is 1/z for complex numbers (since complex numbers can be considered to be R^2 vectors (believe the fancy word for this is isomorphism)).

Another less familiar "vector inverse" is the quaternion inverse. The quaternions can also be viewed as providing a vector space.

I'd again argue that the natural framework for considering any question of vector inversion is that of geometric algebra. Both complex numbers and quaternions can be viewed as special cases of a multivector constructed with the geometric product, which is invertable in many cases.
 
Last edited:
  • #27
To begin with you (want to) divide a vector of length sqrt(77) by one of length sqrt(14). The answer is a quaternion of length sqrt(11/2) rounded to two decimals this Q=2,29-.21i+.43j-.21k, which has lenght^2 =5,5172.
If you need a better approximation I will hear it.
 
  • #28
Peeter said:
http://www.science.uva.nl/ga/tutorials/

It's a interactive GA tutorial/presentation for a game programmers conference that provides a really good intro and has a lot of examples that I found helpful to get an intuitive feel for all the various product operations and object types.

Thanks for this link.
 
Last edited by a moderator:
  • #29
Q=2,286-0,214i+0,429j-0,214k which has lenght^2=5,501429. If you need more precision I will hear it from you.
Greetings
 
  • #30
ok.In physics we have famous formula given by Isssac Newton as F=ma where F(force) and a(accelerartion) are two vectors..if we wish to find out the value for the mass how can we divide these two vectors... means the resultant for divison of two vectors is a scalar.. i am confused...
 
  • #31
kishanachanta said:
ok.In physics we have famous formula given by Isssac Newton as F=ma where F(force) and a(accelerartion) are two vectors..if we wish to find out the value for the mass how can we divide these two vectors... means the resultant for divison of two vectors is a scalar.. i am confused...
No, you got the magnitude of the vectors, that's why you get a scalar.

Regards.
 
  • #32
A simple way I haven't tested yet is to try to make the problem like long division.

Remember that long division implies some multiplication,

and dialectical guesswork. Good luck :)!
 

1. What is the purpose of performing A/B expression in vector division?

The purpose of performing A/B expression in vector division is to determine the ratio of two vectors and understand how they are related to each other. This can help in various scientific fields such as genetics, engineering, and statistics.

2. How do you perform A/B expression in vector division?

To perform A/B expression in vector division, you divide the components of vector A by the corresponding components of vector B. This will give you the ratio of the two vectors, which can then be used for further analysis.

3. What are the key steps involved in performing A/B expression in vector division?

The key steps involved in performing A/B expression in vector division are: 1) Identifying the two vectors to be divided, 2) Writing out the components of each vector, 3) Dividing the components of vector A by the corresponding components of vector B, and 4) Analyzing the resulting ratio.

4. Can A/B expression in vector division be used for non-numerical vectors?

No, A/B expression in vector division is only applicable for numerical vectors. Non-numerical vectors, such as text or categorical data, cannot be divided in this manner.

5. What are some real-world applications of A/B expression in vector division?

A/B expression in vector division has various real-world applications, such as analyzing gene expression data in genetics, comparing performance metrics in A/B testing for marketing, and determining the direction and magnitude of forces in physics and engineering.

Similar threads

Replies
3
Views
257
  • Precalculus Mathematics Homework Help
Replies
1
Views
499
Replies
7
Views
2K
  • Precalculus Mathematics Homework Help
Replies
1
Views
856
Replies
7
Views
3K
Replies
18
Views
1K
Replies
9
Views
1K
Replies
4
Views
7K
  • Precalculus Mathematics Homework Help
Replies
18
Views
565
Replies
22
Views
2K
Back
Top