Week 3A: The vector space of polynomials.
Reconsider all polynomial functions of third degree , an example of a function in this family is ,
More generally, we can write a definition for ,
Which motivates to introduce a vector notation,
But is it useful? It seems that if we say that our basis is , we may write,
Furthermore, we can check the list of rules that a general vector space must obey. We will investigate some properties of scalar multiplication and polynomial addition to see what we are dealing with,
Lets define , which is indeed part of our proposed vector space. We can quite safely infer from this example that scalar multiplication works โwellโ for any polynomial and scalar. What about addition? Lets say ,
Great succes! The coefficients of third-degree polynomials โactโ as components of regular vectors, without introducing special rules for scalar multiplication and addition.
Now that we have the vector four dimensional vector space of , we can also think of a the n+1 dimensional vector spaces associated with polynomnials of degree (). It is clear that , etc. A neat application if that we can describe differentiation as a linear map: . For for the differentiation of a polynomial in , we can write, with and matrix.
For example
Thank you vector spaces! for shining a new light on this topic.
Week 3B: Eigen vectors for describing the evolution of a dynamical system
Consider some infection disease affecting a population. We divide the population into healthy () and infected () people. Every day, 20% of the healthy people () are infected. However, thanks to a program organized by big pharmaceutical companies, 10% of the infected people become healthy again every day. We can write a population vector consisting of the number of healthy and infected people on day (). We can describe how is related to via a matrix equation,
We can compute the eigen values and eigen vectors of this matrix,
with,
and
with,
Can you see the meaning of ? Since , the vectors that are a multiple of are equilibrium points. We can also study how some example population evolves. Say we start with 90 healthy people and no infected ones (). We may write the initial state as a sum of the eigen vectors (see figure), and find the solution.
Alternatively, we can write the solution ,
in a more attractive form using diagonalization,
Where is the change-of-basis matrix consisting of the eigen vectors and the diagonal matrix with the corresponding eigen values.
Thank you diagonalization! for this favorable form.