Dot Product Clarification (Kleppner & Kolenkow p.9)

AI Thread Summary
Kleppner's book clarifies the dot product by stating that vectors \(\vec{A}\) and \(\vec{B}\) can be expressed as sums of their components along coordinate axes, leading to the equation \(\vec{A} \cdot \vec{B} = A_{x}B_{x} + A_{y}B_{y} + A_{z}B_{z}\). The confusion arises from interpreting the summation of vectors as creating a new vector, but the focus is on the components of each vector rather than their sum. By representing vectors as \(\mathbf{A} = A_x \hat{x} + A_y \hat{y} + A_z \hat{z}\) and \(\mathbf{B} = B_x \hat{x} + B_y \hat{y} + B_z \hat{z}\), the scalar product can be computed more clearly. This approach emphasizes the relationship between vector components and the resulting scalar from the dot product. Understanding this context helps clarify the concept of the dot product in mechanics.
Von Neumann
Messages
101
Reaction score
4
Problem:

In Kleppner's book, Introduction to Mechanics, he states

"By writing \vec{A} and \vec{B} as the sums of vectors along each of the coordinate axes, you can verify that \vec{A} \cdot \vec{B} = A_{x}B_{x} + A_{y}B_{y} + A_{z}B_{z}."

He suggests summing vectors, but since the sum of two vectors vectors \vec{A} and \vec{B} is a new vector \vec{C}, I don't understand how the result could be a scalar. Am I missing something?

When I was introduced to the dot product in Stewart's Calculus, he presents it as definition.
 
Physics news on Phys.org
I don't get it either. What is the context in which Kleppner makes this statement?
 
Von Neumann said:
He suggests summing vectors, but since the sum of two vectors vectors \vec{A} and \vec{B} is a new vector \vec{C}, I don't understand how the result could be a scalar. Am I missing something?
He's not suggesting summing vectors but representing each vector as the sum of its components times unit vectors.

Like:
A = Ax i + Ay j + Az k

Then you can take the scalar product (of A and B) and see the result more easily.
 
I have the book as well. Does he not simply mean write: $$\mathbf{A} = A_x \hat{x} + A_y \hat{y} + A_z \hat{z}\,\,\,\,\text{and}\,\,\,\, \mathbf{B} = B_x \hat{x} + B_y \hat{y} + B_z \hat{z}$$ and then take dot product.

I assume by writing vectors A and B like this is what he means by 'sum of vectors along each of the coordinate axes'.

Edit: Doc Al said same thing.
 
The above are correct
 
Last edited:
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top