Let $V=\{\,f(x) ∈ \Bbb R[x] : \deg f(x) ≤ n\,\}$ and T be the linear endomorphism on $V$ given by $$T(f(x)) = f(x + 1) + f(x − 1).$$
Find the minimal polynomial and the characteristic polynomial of the transformation $T$.
So essentially what I am seeing is that the function $f(x)$ is finite dimensional by being less than $n$
So think I should construct a matrix of the transformation. Such that $$\det(xI − T) =\det(xI − T_1)\det(xI − T_2)\dots\det(xI − T_n)$$ which would be the characteristic polynomial
and the minimal polynomial would be: $$\def\lcm{\operatorname{lcm}} f(x) = \lcm(f_1(x), f_2(x), \ldots , f_n(x))$$ ($\lcm$ is lowest common multiple here)
where $f_1(x), f_2(x), . . . , f_n(x)$ are minimal polynomials of $T_1, T_2, \ldots , T_n$ respectively.
How do I construct this matrix? Is my line of thought even correct for this question?