[Physics] What’s the physical meaning of the standard base vectors

coordinate systemsforcesnewtonian-mechanicsreference framesvectors

I can find 3 displacement $\vec d_1 ,\vec d_2, \vec d_3$ and use them as basis so that a displacement is $\vec d=a\vec d_1 +b\vec d_2+c \vec d_3$.
I can find 3 forces $\vec F_1 ,\vec F_2, \vec F_3$ and use them as basis so that a force is $\vec F=a\vec F_1 +b\vec F_2+c \vec F_3$.
So the basis are vectors with the meaning of displacement or force or others… the physical meaning is clear in these examples.
But standard base vectors $\vec i, \vec j, \vec k $ are different because they are good for all the kind of vectors for example they can be used to write forces as $\vec F=a\vec I+b \vec j+c \vec k $ or displacements as $\vec r=d\vec I+e \vec j+f \vec k $ and so on…
But what is their physical meaning? I thought they were just direction but then it doesn't make sense the fact that they can be multiplied by a scalar and change the intensity. Furthermore it looks strange that a family of vectors like forces can be obtained by linear combinations of other objects that aren't the same kind of vectors.

Best Answer

Your basis vectors are unit vectors that are (ironically) unitless. So for all of the examples of basis vectors you propose, specifying what the vector represents is somewhat misleading.

In other words, you can think of all of your basis vectors ($\hat d_1$, $\hat d_2$, $\hat d_3$, $\hat F_1$, $\hat F_2$, $\hat F_3$, $\hat i$, $\hat j$, $\hat k$) as just directions in space. These sets of basis vectors do not represent positions, forces, etc. Your actual component magnitudes ($a$, $b$, $c$, etc.) have units, and this is what determines what the vector physically represents.

This is why you can explain many vector quantities with the same set of basis vectors. Position, force, etc. all have some direction in the space you are looking at. Therefore, you can express each vector using the same basis vectors.


So, when you say, "I can find three displacement vectors and use them as basis vectors," what you really mean is, "I have three displacement vectors, and I can take their directions and define basis vectors." (assuming they actually form a valid basis). With your example, these are $$\hat d_1=\frac{\mathbf d_1}{|\mathbf d_1|}$$ $$\hat d_2=\frac{\mathbf d_2}{|\mathbf d_2|}$$ $$\hat d_3=\frac{\mathbf d_3}{|\mathbf d_3|}$$

These basis vectors are just directions, they have no units associated with them, and you can use them to explain any other vector. For example, a force could be $$\mathbf F=F_1\,\hat d_1 +F_2\,\hat d_2+F_3\,\hat d_3$$ In other words, you have broken your force vector into components where each component is along the direction of each of displacement vectors you used to define your basis. The values $F_i$ have units of force, and this is what makes the vector a force vector. Also, note, for example, that the term $F_1\,\hat d_1$ is not "changing the intensity" of $\hat d_1$. It is just a scalar multiplication of the unit vector $\hat d_1$. This is analogous to how computing $3\cdot 4=12$ does not change what $4$ actually is.