Unit: Vectors

Lesson Preview

We say that the vectors v1\vec{v}_1 and v2\vec{v}_2 are linearly dependent if there exists non-zero coefficients α1,α2C\alpha_1, \alpha_2 \in \mathbb{C} such that:

α1v1+α2v2=0.\alpha_1 \vec{v}_1 + \alpha_2 \vec{v}_2 = \vec{0}.

If the only solutions to the above equation are α1=α2=0\alpha_1 = \alpha_2 = 0, then we say the vectors are linearly independent.

Geometrically, it can be helpful to think of linearly independent vectors as pointing in different directions, whereas dependent vectors lie along the same line or plane, meaning one can be written in terms of the others.

For example, the vectors 

v1=[10],v2=[01]\vec{v}_1 = \begin{bmatrix} 1 \\ 0 \end{bmatrix}, \quad \vec{v}_2 = \begin{bmatrix} 0 \\ 1 \end{bmatrix}

are linearly independent since:

α1[10]+α2[01]=[α1α2]=[00]\alpha_1 \begin{bmatrix} 1 \\ 0 \end{bmatrix} + \alpha_2 \begin{bmatrix} 0 \\ 1 \end{bmatrix} = \begin{bmatrix} \alpha_1 \\ \alpha_2 \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \end{bmatrix}

is only satisfied if α1=α2=0\alpha_1 = \alpha_2 = 0.

However, the vectors 

v1=[11],v2=[ii]\vec{v}_1 = \begin{bmatrix} 1 \\ 1 \end{bmatrix}, \quad \vec{v}_2 = \begin{bmatrix} i \\ i \end{bmatrix}

are linearly dependent since:

α1[11]+α2[ii]=[α1+iα2α1+iα2]=[00]\alpha_1 \begin{bmatrix} 1 \\ 1 \end{bmatrix} + \alpha_2 \begin{bmatrix} i \\ i \end{bmatrix} = \begin{bmatrix} \alpha_1 + i\alpha_2 \\ \alpha_1 + i\alpha_2 \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \end{bmatrix}

...

... continued in the full lesson.

Ready to Start Learning?

Sign up now to access the full Bases of vector spaces in n dimensions lesson and our entire curriculum!