Basis and coordinates

A vector space is a mathematical structure formed by a set of vectors, which can be added up and multiplied by a scalar. Will work on vector spaces, and we will operate with vectors and will define the concept of basis.

On the plane, two vectors $\vec{u}$ and $\vec{v}$ form a basis if they are linearly independent, since any vector $\vec{w}$ can be expressed as a linear combination of these two vectors.

The basis formed by $\vec{u}$ and $\vec{v}$ is represented like $B=\{\vec{u}, \vec{v}\}$.

Given any basis $B=\{\vec{u}, \vec{v}\}$, $$\vec{w}= \lambda\vec{u}+\mu\vec{v}$$

This expression is unique, or, in other words, $\lambda$ and $\mu$ are uniquely determined.

The coordinates of $\vec{w}$ in the basis $B$ are $\lambda$ and $\mu$. We can say that $\vec{w}=(\lambda,\mu)$ in the base $B$.

From the infinite number of basis that we can find among the vectors of the plane there is one that is especially simple: it is the one that is formed by two vectors $\vec{i}$ and $\vec{j}$ perpendicular to each other and with module $1$. This basis is named the canonical basis of the plane.

Remember that two vectors are perpendicular when they form an angle of $90^\circ$.

We want to find $\lambda$ and $\mu$ such that: $$ (4,5)=\lambda(1,1)+\mu(2,3)= (\lambda,\lambda)+(2\mu,3\mu)=(\lambda+2\mu,\lambda+3\mu)$$ therefore, $$\left. \begin{array}{lr} 4=\lambda+2\mu & (a) \\ 5=\lambda +3\mu & (b) \end{array} \right\} \Rightarrow \ \text{ subtracting } \ (a)-(b) \Rightarrow 1=\mu \Rightarrow \lambda=4-2\mu=4-2=2$$

The vector $\vec{w}=(4,5)$ will be $(2,1)$ in the basis $B=\{\vec{u},\vec{v}\}$.

Practice exercises