So I understand that every element of a vector space can be represented uniquely by a linear combination of the basis vectors:
$v=\alpha_1v_1+\cdots+\alpha_nv_n$
Then coordinates to those basis vectors are the coefficients of that linear combination. A vector v in R^2 has the coordinates (x,y) in Cartesian means that:
$v=x\hat{i} + y\hat{j}$
That same vector can also be described uniquely in polar coordinate by $(x,\Theta )$. The basis vectors are $\hat{r}$ and $\hat{\theta}$
But a vector in polar coordinate written in basis vectors is: $v=x\hat{r}(\theta)$. So the basis vectors are essentially not the same but depend on some $\theta$, and the coordinate $(r,\theta)$ are not the coefficients of those basis. Can anyone explain to me how we can even have non-constant basis vectors and what is the role of $\hat{\theta}$ in polar coordinate?
