Unit: Vectors

Lesson Preview

A foundational concept in linear algebra is that of a basis. One can think of a basis as a finite set of vectors that can be used to describe any other vectors of the same dimension. For example:

i^=[10],j^=[01].\hat{i} = \begin{bmatrix} 1 \\ 0 \end{bmatrix}, \quad \hat{j} = \begin{bmatrix} 0 \\ 1 \end{bmatrix}.

form a basis for R2\mathbb{R}^2

Why?

Consider an arbitrary vector vR2\vec{v} \in \mathbb{R}^2, which we can write as v=[v1v2]\vec{v} = \begin{bmatrix} v_1 \\ v_2 \end{bmatrix}.

Then:

v=[v1v2]=v1[10]+v2[01]=v1i^+v2j^.\vec{v} = \begin{bmatrix} v_1 \\ v_2 \end{bmatrix} = v_1 \begin{bmatrix} 1 \\ 0 \end{bmatrix} + v_2 \begin{bmatrix} 0 \\ 1 \end{bmatrix} = v_1 \hat{i} + v_2 \hat{j}.

So we’ve expressed an arbitrary vector in terms of a linear combination of the set of vectors:

B={i^,j^}={[10],[01]}.B = \{\hat{i}, \hat{j}\} = \left\{\begin{bmatrix} 1 \\ 0 \end{bmatrix}, \begin{bmatrix} 0 \\ 1 \end{bmatrix}\right\}.

So BB is a basis for the vector space R2\mathbb{R}^2. In fact, we call it the standard basis for R2\mathbb{R}^2

And actually, this works for C2\mathbb{C}^2 as well! Since the same argument holds if v1v_1 and v2v_2 are complex numbers or real numbers.

...

... continued in the full lesson.

Ready to Start Learning?

Sign up now to access the full Basis vectors in 2 dimensions lesson and our entire curriculum!