Let $T : P_3 \to \mathbb{R}^3$ be defined by $T(p(x)) = \begin{bmatrix}p(1)\\p(2)\\p(3)\end{bmatrix}$. Show that $T$ is a linear transformation, and find $\ker(T)$. $P_3$ := {$p(x) = a_0 + a_1x + a_2x^2 + a_3x^3 | a_1, a_2, a_3, a_4 \in \mathbb{R}$}
I know that $T(v+w) = T(v) + T(w)$ and $cT(v) = T(cv)$ to prove it's a linear transformation. Am I just substituting $v$ and $w$ in the $p(x)$ equations?
And I'm really stuck on how to solve for the kernel. I know that it is like the nullspace but it there a different way to solve for it since it is for a linear transformation? I'm slightly confused on what I'm trying to manipulate.
Hint: The kernel is made of all polynomials in $P_3$ that have $1$, $2$, and $3$ as roots. For example $(x-1)(x-2)(x-3)$ is an element in the kernel.