There is an isomorphism between
$P_n(x) = \{p(x) : p(x) = a_0 + a_1x + a_2x^2 +\ldots+ a_nx^n,\ \forall a_i \in \Bbb R\}$
and $\Bbb R^{n+1}$, in the sense that $a_0 + a_1x + a_2x^2 + ... + a_nx^n \in P_n(x)$
may be viewed as $(a_0, a_1, a_2, \ldots , a_n) \in \Bbb R^{n+1}$.
A linear transformation $D : P_n(x) \to P_{n-1}(x)$ such that
$$D[p(x)] = \dfrac{d}{dx}(p(x))$$
a. What is the kernel of $D$;
b. What is the image space of $D$;
c. Define $D$ as a matrix product equation (In the form $A \mathbf v = \mathbf w$). Be sure to specify the domain and the codomain.
I do not particularly understand these concepts, but from what I've read, I've gathered:
The image consists of all the values the function takes in its codomain.
image $D =$ {$f(x) : x \in P_{n-1}(x)$}
The kernel is the set of all zeros of the transformation ie solutions of the equations $A \mathbf v = \mathbf w$ where $\mathbf w = \mathbf 0$
Not sure where to go from here?
Attempted some more.
ker($D$) $=$ {$p(x) \in P_n(x) | D(p(x)) = 0$}
so $p(x)$ is such that
$\dfrac{d}{dx}(p(x)) = 0$
$\dfrac{d}{dx}[a_0 + a_1x + a_2x^2 +...+ a_nx^n] = 0$
$0 + a_1 + 2a_2x +...+ na_nx^{n-1} = 0$
so ker($D$) $=$ {$a_0 + a_1x + a_2x^2 +...+ a_nx^n | 0 + a_1 + 2a_2x +...+ na_nx^{n-1} = 0$}