Let $V$ be $\mathbb{C}[x]/(x^3+5x^2+6x+2)$ and let $T:V\rightarrow V$ be defined as $$T(p(x))=(x+1)p(x).$$ Find bases for the kernel and image of $T$.
My attempt: Since $x^3+5x^2+6x+2 = (x+1)(x^2+4x+2)$, it seems clear to me that the kernel ought to be the span of $x^2+4x+2$. However, the image is less clear to me.
I know that we can further decompose the polynomial into $x^3+5x^2+6x+2 = (x+1)(x-r_1)(x-r_2)$ for irrational roots $r_1,r_2$, so is the range just every polynomial without a roots $1,r_1,r_2$?
Any help appreciated!