Exploring the Relationship between Vectors: A^2=A.A Explained

  • Thread starter Galadirith
  • Start date
  • Tags
    Vectors
In summary: I don't know what, but I have seen it before.In summary, when using vectors, it is important to distinguish between scalars and composite objects. The notation A^2 can be misleading, as it could mean either the inner product or outer product of a vector A with itself. It is considered bad form to use \mathbf A^2 or \vec A^2 to avoid confusion. When multiplying two vectors together, there are only two types of vector multiplication, the dot product and cross product, which are denoted by \cdot and \times respectively. The outer product, denoted by \otimes, is also a type of vector multiplication. It is important to use the appropriate type of multiplication depending on
  • #1
Galadirith
109
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
  • #2
Hi Galadirith

[tex]\vec{A}^2=\vec{A}\sdot\vec{A}[/tex] is more or less what the ^2 means. Just write down the components and you'll see it's true
 
  • #3
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

[tex]||\mathbf A|| \equiv \sqrt{\mathbf A \cdot \mathbf A}[/tex]

Squaring both sides of this definitional form,

[tex]||\mathbf A||^2 =\mathbf A \cdot \mathbf A[/tex]

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

[tex]A=||\mathbf A||[/tex] (using bold to indicate vectors)

[tex]A=||\vec A||[/tex] (using arrows to indicate vectors)

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

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

uh oh... :uhh:

thanks, I won't do that again. But this is correct [tex](\vec{A})^2[/tex] right?
 
  • #5
[tex](\vec{A})^2[/tex] is the same as [tex]\vec{A}^2[/tex]. Do you mean [tex]||\vec{A}||^2[/tex]?
 
  • #6
Thanks guys, ill remember not to use [itex] \mathbf A^2 [/itex] or [itex] \vec A^2 [/itex]. I should have put this more into a context aswell. The reason for asking this is when the issue arrises in the expansion of [tex] ( \mathbf A + \mathbf B )^2[/tex] to result in [tex] \mathbf {AA} + 2\mathbf {AB} + \mathbf {BB}[/tex]. 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 [tex] \mathbf {AB} = \mathbf A \cdot \mathbf B [/tex]. I suppose also it nothing to do with them being equal, an it is literally an axiom, just as [tex] a \cdot b [/tex] is the same as [tex] a \times b [/tex] where [tex]a[/tex] and [tex] b [/tex] are scalars and the operation of multiplication is defined and not something that can be proved.
 
Last edited:
  • #7
nicksauce said:
[tex](\vec{A})^2[/tex] is the same as [tex]\vec{A}^2[/tex]. Do you mean [tex]||\vec{A}||^2[/tex]?

No, I just wanted to find whether adding () wouldn't that bad of a form. It's rather inconvenient but still, is it correct?
 
  • #8
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 [itex]\vec A^2[/itex] is considered bad form. This could mean the inner product of A with itself, [itex]\mathbf A \cdot \mathbf A[/itex], or the outer product of A with itself, [itex]\mathbf A \otimes \mathbf A[/itex], or some other product of A with itself.

Writing [itex]A^2[/itex] where [itex]\mathbf A[/itex] is a vector is OK; not great, but acceptable. Note that I used bold face in writing [itex]\mathbf A[/itex]. 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 [itex]\vec A[/itex], which leaves no doubt that A is a vector. On the other hand, the 'A' in the expression [itex]A^2[/itex] 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:
[tex]\mathbf A = A \hat A[/tex].
With this implicit notation,
[tex]\mathbf A\cdot \mathbf A = A^2 \hat A \cdot \hat A = A^2[/tex]
since the inner product of any unit vector with itself is tautologically one.
 
  • #9
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: [itex]\vec{A}\cdot\vec{B}[/itex] and [itex]\vec{A}\times\vec{B}[/itex]. I would prefer never to use "[itex]\vec{A}\vec{B}[/itex]" but when you see it it means [itex]\vec{A}\cdot\vec{B}[/itex].
 
  • #11
HallsofIvy said:
There are only two types of vector multiplication, dot product and cross product, and they have different symbols: [itex]\vec{A}\cdot\vec{B}[/itex] and [itex]\vec{A}\times\vec{B}[/itex]. I would prefer never to use "[itex]\vec{A}\vec{B}[/itex]" but when you see it it means [itex]\vec{A}\cdot\vec{B}[/itex].
You forgot the outer product, [itex]\vec{A}\otimes\vec{B}[/itex], and some people do use [itex]\vec{A}\vec{B}[/itex] to mean the outer product. Note well: I disagree with this notation just as much as using [itex]\vec{A}\vec{B}[/itex] to denote the inner product. Both abuses of notation are equally bad IMO.
 

1. What is a vector?

A vector is a mathematical quantity that has both magnitude and direction. It is commonly represented by an arrow pointing in the direction of the vector with a length proportional to its magnitude.

2. What is the dot product of two vectors?

The dot product of two vectors is a scalar quantity that is equal to the product of their magnitudes and the cosine of the angle between them. In other words, it represents the amount of overlap or alignment between the two vectors.

3. How do you calculate the dot product of two vectors?

To calculate the dot product of two vectors, you multiply the corresponding components of the vectors and then add all the products together. For example, if vector A = (a1, a2, a3) and vector B = (b1, b2, b3), then their dot product A.B = (a1*b1 + a2*b2 + a3*b3).

4. What does A^2=A.A mean?

A^2=A.A is a shorthand notation for the dot product of a vector A with itself. In other words, it represents the dot product of a vector with itself, which results in the square of its magnitude.

5. What are some real-world applications of vectors?

Vectors have many real-world applications, such as representing forces in physics, describing motion in kinematics, and encoding information in computer graphics. They are also used in fields like engineering, navigation, and economics for their ability to represent both magnitude and direction in a concise manner.

Similar threads

  • General Math
Replies
7
Views
2K
  • General Math
Replies
10
Views
1K
Replies
13
Views
1K
  • Calculus and Beyond Homework Help
Replies
26
Views
1K
  • Calculus and Beyond Homework Help
Replies
21
Views
826
  • Calculus and Beyond Homework Help
Replies
6
Views
896
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
15
Views
2K
  • General Math
Replies
5
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
Back
Top