Given that $V = \mathbb{R}[X]_{\leq 2}$ and $\alpha \in \mathbb{R}$ prove that the linear transformation $L: V \to V$ given by $L(P(X)) = \alpha P(X) + (X+1)P'(X)$ is diagonalisable and determine the matrix representation with respect to a basis of eigenvectors.
I know that $L$ is diagonalisable if $\#Spec(L) = \dim(V) = 3$, meaning that $L$ must have 3 distinct eigenvalues. I imagine I have to find the eigenvalues of $L$, but, I'm not really sure where to go from here. Any help is appreciated.
Note that $\operatorname{Id}_n\colon\mathbb R^n\longrightarrow\mathbb R^n$ has a single eigenvalue, but it is diagonalizable nevertheless. So, no, you don't need to have $3$ distinct eigenvalues.
On the other hand:
Therefore, the matrix of $L$ with respect to the basis $\{1,X,X^2\}$ is$$\begin{bmatrix}\alpha&1&0\\0&\alpha+1&2\\0&0&\alpha+2\end{bmatrix}.$$Can you take it from here?