Hrvoje Zoric said:
Explain, plase to me: 2D covariant, conravariant and physical components of vector. I can not find this thematic in my official study book.
Say you have a particular coordinate system for the 2D plane, such as polar coordinates. In this case the position vector as a function of the polar coordinates is
$$ \textbf{x} {(r, \theta)} \quad = \quad r \cos \theta \textbf{e}_1 + r \sin \theta \textbf{e}_2$$
Then your new basis vectors at any point in space are defined by
$$ \textbf{g}_r = \frac{\partial \textbf{x}}{\partial r} \quad = \quad \cos \theta \textbf{e}_1 + \sin \theta \textbf{e}_2$$
$$\textbf{g}_{\theta} = \frac{\partial \textbf{x}}{\partial \theta} \quad = \quad -r\sin \theta \textbf{e}_1 + r\cos \theta \textbf{e}_2$$
Notice that g_r is already a unit vector, but g_theta is not. Typically, these generalized basis vectors will not be unit vectors. These also happen to be orthogonal because the polar coordinate system is an orthogonal coordinate system. But for more general coordinate system, the generalized basis vectors are not typically orthogonal, either.
Now suppose you have a vector field ##\textbf{F}## which is a function of position. At any position in 2D space, you can write F as a linear combination of the local basis vectors:
$$ \textbf{F} = F^r \textbf{g}_r + F^{\theta} \textbf{g}_{\theta}$$
If I remember the terminology right, ## F^r ## and ## F^{\theta} ## are the covariant components of the vector field.
In addition to the local basis ## \textbf{g}_r## and ## \textbf{g}_{\theta}##, it is useful to define the dual basis at that same point in space, ## \textbf{g}^r## and ## \textbf{g}^{\theta}## in such a way that
$$ \textbf{g}_r \cdot \textbf{g}^r \quad = \quad \textbf{g}_{\theta} \cdot \textbf{g}^{\theta} = 1 $$
and
$$ \textbf{g}_r \cdot \textbf{g}^{\theta} \quad = \quad \textbf{g}^r \cdot \textbf{g}_{\theta} = 0 $$
You can also express the vector field ##\textbf{F}## in terms of this dual coordinate basis:
$$ \textbf{F} = F_r \textbf{g}^r + F_{\theta} \textbf{g}^{\theta}$$
Assuming I don't have it backwards, ## F_r ## and ## F_{\theta} ## are the contravariant components of the vector field ##\textbf{F}## at that point.
Since the generalized basis vectors are typically not dimensionless unit vectors, the dimensions of the covariant components of a field will typically be different from the Cartesian components of that same field. To correct for this, you can define the physical components
$$ \overline{F}^r = F^r |\textbf{g}_r| $$
and
$$ \overline{F}^{\theta} = F^r |\textbf{g}_{\theta}| $$
These would be the components you would get if you normalized the local basis vectors to unit length.