Let $V$ be the vector space of all polynomials $p(x)$, $x \in \mathbb{R}$, with real coefficients of degree at most 3. Consider the linear map $T: V \to V$ given by $T(p)(x)=p(x+1)-p(x)$. Then, the dimension of the image $T(V)$ is $?$
Attempt: Consider an arbitrary polynomial $ax^3+bx^2+cx+d$. Now, $p(x+1)-p(x)= 3ax^2+(3a+2b)x+(a+b+c)$
Arranging the coefficients in a matrix,
\begin{pmatrix} 3&0&0\\3&2&0\\1&1&1 \end{pmatrix}which has a rank of $3$. Hence, $\dim(Im(T))=3$ . Is this alright?
Your solution is correct. One can also solve it this way: assume $p(x)\in\ker T$. Then $T(p(x))=0$ and after equating the coefficients you already found to $0$ we get the system: $$ \begin{cases} 3a=0 \\ 3a+2b=0 \\ a+b+c=0 \end{cases} $$ Clearly, the only solution to this system is $(a, b, c)=(0, 0, 0)$ and so $d$ is a free variable, so $\ker T=\operatorname{Span}\{1\}$ (all constant polynomials), so $\dim\ker T=1$ and $\dim\operatorname{Im}T=4-\dim\ker T=3$ (rank-nullity theorem)