[Math] Understanding the operator of differentiation on the vector space of polynomials

linear algebravector-spaces

I have been reading through Linear Algebra Done Right by Sheldon Axler. The book defines an operator as a linear map from a vector space to itself. It then considers at another part of the book the operator of differentiation and states that the derivative of any polynomial of degree at most $4$ is a polynomial of degree at most $4$. I assume this means that this set polynomials is invariant under the differential operator. My crux with this is that wouldn't the differential operator map the vector space of polynomials of at most degree $4$ to the set of polynomials of at most degree $3$?

Apologies if this question does not make sense.

Best Answer

Nothing you said was wrong. Differentiation is a linear operator that transforms (one-variable) polynomial of degree at most $n$ into polynomial of degree at most $n-1$. Since a polynomial of degree at most $n-1$ is also a polynomial of degree at most $n$, you can say that this set is invariant under the differential operator.

If the dimension is your problem, remember that not every linear map is onto, in fact the differentiation is a singular operator on the space of polinomial, since $\frac{d}{dx}1=0$

Related Question