Why Does A^2 Equal A.A in Vector Mathematics?

  • Thread starter Thread starter Galadirith
  • Start date Start date
  • Tags Tags
    Vectors
Click For Summary
SUMMARY

The discussion clarifies that in vector mathematics, the expression A^2 is equivalent to the dot product A·A, which is defined as ||A||^2, where ||A|| represents the magnitude of vector A. This equivalence is derived from the definition of the inner product norm, which states that ||A|| = √(A·A). The conversation emphasizes the importance of notation, noting that using A^2 for vectors is generally considered poor practice, as it can lead to ambiguity between different types of vector products. Participants agree that understanding the context of vector multiplication—whether to use dot or cross product—is essential for accurate mathematical communication.

PREREQUISITES
  • Understanding of vector notation and terminology
  • Familiarity with inner and outer products in vector mathematics
  • Knowledge of vector magnitudes and norms
  • Basic principles of vector algebra
NEXT STEPS
  • Study the properties of vector norms and their applications in physics
  • Learn about the differences between dot products and cross products
  • Explore vector algebra and its applications in computational geometry
  • Review common notational conventions in linear algebra and vector calculus
USEFUL FOR

Students, educators, and professionals in mathematics, physics, and engineering who seek to deepen their understanding of vector operations and notation.

Galadirith
Messages
107
Reaction score
0
Hi guys, I understand that if A is a vector then A^2 = A.A = ||A||x||A||. Wot I don't understand is is this something that can be show or proved or is it more axiomatic. I can understand the step from A.A to ||A||x||A|| but why should A^2 = A.A?
 
Physics news on Phys.org
Hi Galadirith

\vec{A}^2=\vec{A}\sdot\vec{A} is more or less what the ^2 means. Just write down the components and you'll see it's true
 
Galadirith said:
Hi guys, I understand that if A is a vector then A^2 = A.A = ||A||x||A||. Wot I don't understand is is this something that can be show or proved or is it more axiomatic. I can understand the step from A.A to ||A||x||A|| but why should A^2 = A.A?
In a way, it is the other way around. The inner product norm is defined as

||\mathbf A|| \equiv \sqrt{\mathbf A \cdot \mathbf A}

Squaring both sides of this definitional form,

||\mathbf A||^2 =\mathbf A \cdot \mathbf A

One somewhat common convention is to write the magnitude of some vector as an unadorned symbol:

A=||\mathbf A|| (using bold to indicate vectors)

A=||\vec A|| (using arrows to indicate vectors)

With this notation, A^2 = \mathbf A \cdot \mathbf A. Note that this follows directly from the definitional form. Many people who do not use A to represent magnitude still use A^2 to denote the square of the magnitude.

One final note: This is widely considered to be bad form: \mathbf A^2 or \vec A^2. Don't do that, please.
 
D H said:
This is widely considered to be bad form: \mathbf A^2 or \vec A^2. Don't do that, please.

uh oh... :rolleyes:

thanks, I won't do that again. But this is correct (\vec{A})^2 right?
 
(\vec{A})^2 is the same as \vec{A}^2. Do you mean ||\vec{A}||^2?
 
Thanks guys, ill remember not to use \mathbf A^2 or \vec A^2. I should have put this more into a context aswell. The reason for asking this is when the issue arrises in the expansion of ( \mathbf A + \mathbf B )^2 to result in \mathbf {AA} + 2\mathbf {AB} + \mathbf {BB}. Why is it that the multiplication of the vectors results in their dot product and why not the vector product? its is simply by definition that \mathbf {AB} = \mathbf A \cdot \mathbf B. I suppose also it nothing to do with them being equal, an it is literally an axiom, just as a \cdot b is the same as a \times b where a and b are scalars and the operation of multiplication is defined and not something that can be proved.
 
Last edited:
nicksauce said:
(\vec{A})^2 is the same as \vec{A}^2. Do you mean ||\vec{A}||^2?

No, I just wanted to find whether adding () wouldn't that bad of a form. It's rather inconvenient but still, is it correct?
 
Galadirith said:
Why is it that the multiplication of the vectors results in their dot product and why not the vector product?
It doesn't. That is why writing \vec A^2 is considered bad form. This could mean the inner product of A with itself, \mathbf A \cdot \mathbf A, or the outer product of A with itself, \mathbf A \otimes \mathbf A, or some other product of A with itself.

Writing A^2 where \mathbf A is a vector is OK; not great, but acceptable. Note that I used bold face in writing \mathbf A. This is one of the standard ways of denoting that something is a composite object (e.g., a vector, or a tensor, or a matrix, ...) One can also use something like \vec A, which leaves no doubt that A is a vector. On the other hand, the 'A' in the expression A^2 has no adornments. This is short hand for denoting that the 'A' here is a not a composite object -- i.e., it is a scalar. What you are implicitly doing is writing the vector A as the product of a scalar and a unit vector:
\mathbf A = A \hat A.
With this implicit notation,
\mathbf A\cdot \mathbf A = A^2 \hat A \cdot \hat A = A^2
since the inner product of any unit vector with itself is tautologically one.
 
Oh k thanks DH, i deffinatly understand all that, I understand the many problems that arise from use index notation with vectors, the problem I have then is how do you know what kind of vector multiplication to apply when two vectors are multiplied together. I know in most circumstances it wouldn't be hard to see, but for example the shortest distance between two lines, you could apply pythag and then you end up getting two vectors multiplied by one another. How would you know what type of multiplication to use, do you have to think about what type of result you want, weather you want a vector or scalar, and depending on that you use different types?
 
Last edited:
  • #10
Galadirith said:
Oh k thanks DH, i deffinatly understand all that, I understand the many problems that arise from use index notation with vectors, the problem I have then is how do you know what kind of vector multiplication to apply when two vectors are multiplied together. I know in most circumstances it wouldn't be hard to see, but for example the shortest distance between two lines, you could apply pythag and then you end up getting two vectors multiplied by one another. How would you know what type of multiplication to use, do you have to think about what type of result you want, weather you want a vector or scalar, and depending on that you use different types?

There are only two types of vector multiplication, dot product and cross product, and they have different symbols: \vec{A}\cdot\vec{B} and \vec{A}\times\vec{B}. I would prefer never to use "\vec{A}\vec{B}" but when you see it it means \vec{A}\cdot\vec{B}.
 
  • #11
HallsofIvy said:
There are only two types of vector multiplication, dot product and cross product, and they have different symbols: \vec{A}\cdot\vec{B} and \vec{A}\times\vec{B}. I would prefer never to use "\vec{A}\vec{B}" but when you see it it means \vec{A}\cdot\vec{B}.
You forgot the outer product, \vec{A}\otimes\vec{B}, and some people do use \vec{A}\vec{B} to mean the outer product. Note well: I disagree with this notation just as much as using \vec{A}\vec{B} to denote the inner product. Both abuses of notation are equally bad IMO.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 26 ·
Replies
26
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K