Learning Math: Understanding the Change of Basis

In linear algebra, it’s important to know and understand how to convert a vector to a different basis because having this knowledge has various practical applications. In this article, we’ll be learning and discussing just that—from learning how to find a component vector to understanding how the change of basis matrix works. If you’re studying linear algebra and are looking to understand change of basis even more and expanding your knowledge, then you should definitely keep on reading!

Defining the Basis

Of course, in order to truly understand what the change of basis means, you must first understand what a basis is. Let’s take the vector space V—the basis of this would be a set of vectors in V that is not only linearly independent but spans V as well. An ordered basis, on the other hand, is more of a list rather than a set. In other words, what the order of the vectors is in an ordered basis is significant.

Now, let’s talk more about vector components. If you take U = u_1,u_2,...,u_n as an ordered basis for V and then v is a vector in V, you’ll find scalars c_1,c_2,...,c_n. Thus, you have \[v = c_1u_1+c_2u_2+...+c_nu_n\]. These are known as components.

How to Find a Component Vector

Now, let’s learn how to find a component vector. For this example, let’s use \mathbb{R}^2. Let’s also use two independent vectors, say, U = (2, 3), (4, 5). U would be considered as an ordered basis for \mathbb{R}^2. So what if we have v = (2, 4)? In this case, what would be the [v]_{\text{\tiny U}}? Here’s how you can solve this problem:

\[\begin{pmatrix} 2 \\ 4 \end{pmatrix}=c_1\begin{pmatrix} 2 \\ 3\end{pmatrix}+c_2\begin{pmatrix} 4 \\ 5 \end{pmatrix}\]

If you’re looking at this formula from a 2D perspective, this is as easy as pie to solve. The solution would become c1 = 3 while c2 = -1. Thus, [v]_{\text{\tiny U}} would be:

\[[v]_{\text {\tiny U}}=\begin{pmatrix} 3 \\ -1 \end{pmatrix}\]

However, the formula becomes different once we start looking for \mathbb{R}^n because it’s just like trying to solve a linear system of n equations using n variables. Because, as mentioned, the vectors from earlier are linearly independent, we can solve for \mathbb{R}^n by inverting a matrix.

Understanding the Change of Basis Matrix

We’ve finally reached the most important part of this article. Imagine that there are two ordered bases for one vector space, namely U = u1, u2, …, un as well as W = w1, w2, …, wn. In some cases, we’re able to find [v]_{\text{\tiny U}} and [v]_{\text{\tiny W}} in  v\in V. However, how are these two related to each other? Using the examples provided above, we should be able to find the coefficients of  [v]_{\text{\tiny U}} in basis W the same way. Like before, we’ll have to convert the vectors in order for us to solve the problem correctly. Fortunately, there’s a much simpler way for you to solve this, and the key is to look for how the basis vectors of U would look in basis W. In this case, you’ll have to solve for  [u_1]_{\text{\tiny W}}[u_2]_{\text{\tiny W}} and so on until [u_n]_{\text{\tiny W}}.

Conclusion

For many people, algebra (or mathematics in general) can be a nightmare, so much so that they don’t want anything to do with numbers and solving equations. However, some people enjoy solving mathematical problems, and these people were able to create formulas and solutions to help make things easier. We hope that our article gave you more insight into the concept of the change of basis.