A novice question.
Can't we just use a coordinate system to express/locate anything instead of basis vectors?
I am confused, maybe because all the examples I am looking at, use 2D and 2D Cartesian coordinate systems. And x,y axes seem to be sufficient to locate or describe any point, or vector for that matter.
Say, we have basis vectors in 2D [1 0] and [0 1]. Even if we rotate them by 90 degrees, we would still keep using the original coordinate system to describe them! For instance, when transforming a vector [1 1] using the new basis vectors after rotation. The vector [1 1] will be expressed after transformation via the original Cartesian coordinates. Then why introduce basis vectors when we have a coordinate system?
Coordinates on one hand and basis vectors on the other represent dual points of view. Thus, coordinates $x$ and $y$ in the plane are linear maps $\mathbb R^2 \to \mathbb R$. Meanwhile, the basis vectors $e_1$ and $e_2$ are elements of $\mathbb R^2$. The fact that the $x$-coordinate of $e_1$ is $1$ corresponds to the fact that evaluating the first function on $e_1$ gives $1$, etc. Such dualities are common in mathematics and of great importance in many fields, including differential geometry.