Is taking the square value of a dot product a valid mathematical operation?

AI Thread Summary
Taking the square value of a dot product is valid when the vectors are the same, as demonstrated by the equation A dot A equating to A^2. The dot product is defined as the product of the magnitudes of the vectors and the cosine of the angle between them, which simplifies to the square of the vector's magnitude when the vectors are identical. However, this relationship does not hold for distinct vectors, where A dot B does not equal ABcosθ. The confusion arises from the specific conditions under which the dot product behaves like normal multiplication. Understanding the geometric interpretation of the dot product as a projection helps clarify its application in various scenarios.
Eats Dirt
Messages
91
Reaction score
0
I was recently going through the proof of Compton scattering and I saw that they took a square value and wrote it as p^2=p(dot)p= etc... Is this true or all squared values?
 
Mathematics news on Phys.org
Use the definition of dot product and see what you get for a general vector.
 
SteamKing said:
Use the definition of dot product and see what you get for a general vector.

<A,A>=AAcos(0)=AA(1)=AA=A^2

So this only applies when numbers are squared. I just find it strange that the dot product only applies to when normal multiplication is the square of a number and not at any other cases for example if A=/=B AB=/=ABcosθ. I guess I just don't understand where the dot product comes from enough to understand why it works like this.
 
A dot B can be thought of a the projection of A onto B. If A and B are the same vector, then A dot B = A^2
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top