titasdasplus said:
TL;DR Summary: Since component of a vector is a vector, the component should have component. Is it true? If yes,how?If no,why?
Since component of a vector is a vector, the component should have component. Is it true? If yes,how?If no,why?
I would say that it is true. A vector can be considered to be the resultant (sum) of many vectors. These many vectors would be the "components" of the original vector in the sense that they add up (as vectors) to form it.
For 1D example, take a position vector that is 32 m long and points in the positive x-direction. You would write it as
##\mathbf L =32~(\text m)~\mathbf{\hat x}##.
Now cut it up into two equal pieces. You could consider the original vector, ##\mathbf L##, as a vector which is the sum of two component vectors. You have
##\mathbf L =16~(\text m)~\mathbf{\hat x}+16~(\text m)~\mathbf{\hat x}.##
Cut each of the two pieces in half. Then you get a vector with four components
##\mathbf L =8~(\text m)~\mathbf{\hat x}+8~(\text m)~\mathbf{\hat x}+8~(\text m)~\mathbf{\hat x}+8~(\text m)~\mathbf{\hat x}.##
And so on.
The idea is no different from subdividing any number to a sum of numbers except that, here, there is a direction involved that must be the same for all the components. If a vector has components in orthogonal directions, e.g. ##x## and ##y##, you would write
##\mathbf L =L_x~\mathbf{\hat x}+L_y~\mathbf{\hat y}##
and then subdivide ##L_x## and ##L_y## to as many pieces as you, in two separate directions instead of just one.
Of course, the same rule of simplification that applies to numbers also applies to vectors, you don't consider all the different ways that you can subdivide a vector into more component vectors in the
same direction. You don't say "I have (7+3+11+8+3) dollars" instead of "I have 32 dollars." However, breaking a vector into two component vectors along two
different directions is a useful tool when tackling physics problems.