Trying to understand a visualization of contravariant and covariant bases

In general covariant and contravariant vectors live in different spaces $V$ and $V^*$, the tangent space and its dual; the latter being the set of linear maps $f:V\to {\mathbb R}$. As a consequence plotting these distinct objects on a single diagram is misleading.

That being said, once we are given an inner product $g({\bf x},{\bf y})={\bf x}\cdot {\bf y}$ we can use it to identify $V$ with $V^*$ by mapping $f\in V^*$ to ${\bf f}\in V$ through $f({\bf x}) = g({\bf f},{\bf x})$. Given a set of basis vectors ${\bf e}_i$ and their inner product ${\bf e}_i\cdot {\bf e}_j= g_{ij}$ we can identify two sets of components of a vector ${\bf x}\in V$ by writing $$ {\bf x}= x^1 {\bf e}_1+ x^2 {\bf e_2}+\cdots = x^i {\bf e}_i $$ or $$ x_i = {\bf e}_i\cdot {\bf x}= g_{ij}x^j $$ In some applications (solid state physics for example) it is useful to introduce vectors ${\bf e}^{*i} \in V$ such that ${\bf e}^{*i} \cdot {\bf e}_j =\delta^i_j$ so that $x^{i}= {\bf x}\cdot {\bf e}^{*i}$ and that is probably what the figure means.

In the absence of an inner product there is still a set of basis functions ${\bf e}^{*i}$ for $V^*$ such that ${\bf e}^{*i}({\bf e}_j)= \delta^i_j$, but this is an evaluation of a function and not an inner product.


Some preliminary notions first. Let $V$ be a $k$-vector space, and we write $v = v^i e_ i \in V$. Here $\{e_i\}$ with $i=1,\dots,\dim V$ is a set of vectors, whereas $v^i$ is a set of elements of the underlying field $k$ which makes $v$ a $k$-linear combination of vectors, thus a vector itself in $V$.

We now introduce the dual $V^\vee = \mathrm{Hom}(V,k)$ vector space, of functionals from elements of $V$ to $k$. We write $b^i$ for this basis, such that $f = f_i b^i \in V^\vee$ is an element of the dual vector space.

We have by definition $b^i(e_j) = \delta^i_j$, since remember it is a functional and so it takes as input an element of the vector space and spits out an element of $k$.

Now, the metric tensor provides a canonical isomorphism. If I have some $f \in V^\vee$ there exists a unique $v \in V$ such that $f(w) = (v,w)$ for all $w \in V$, where $(\cdot,\cdot)$ is the inner product.

So we have that this $v$ associated to $f$ must satisfy,

$$f(w) = f_i b^i(w^j e_j) = f_i w_j b^i(e_j) = f_i w^j \delta^i_j = f_i w^i = g_{ji} v^j w^i$$

and so we see that the required vector $v$ is such that $f_i = g_{ji} v^j$, i.e. they are related by raising or lowering indices. The metric provides a canonical isomorphism.

Now if we have a manifold $M$, with a chart (coordinate system) $\phi = (x^1,\dots,x^n): U \to \mathbb R^n$, then for a point $p \in U \subset M$, we have a basis for the tangent space at $p$, defined by

$$\frac{\partial}{\partial x^i}(f) = (\partial_i (f \circ \phi^{-1}))(\phi(p)) $$

for $f \in C^\infty(M)$. (The formula is a little messy: $f$ is composed with the inverse $\phi^{-1}$, then we differentiate it and evaluate it at the point $p$ that is mapped to an element of $\mathbb R^n$.)


I'm going to use the definition of a vector from middle school: an object with both direction and magnitude. This definition is enough to resolve your problem. We see by definition, the contravariant basis and covariant basis are just two sets of vectors perpendicular to each other in the sense ${\bf e}^{i} \cdot {\bf e}_j =\delta^i_j$. The covariant basis vectors are along the coordinate axis and the contravariant basis vectors are perpendicular to the coordinate axis just like what has been shown in the picture. The terms covariant and contravariant only have meanings when you consider the change of coordinates (lines). For example, if you enlarge the angle between two coordinate lines then the covariant basis vectors will follow what you have done to coordinates lines, that is their angle will also be enlarged , but for the contravariant basis vectors, they will behave in a contra way as you can imagine, their angle will become smaller than before. To the second question, yes you can.