The set $\mathbb R$[x] of polynomials in $x$ with real coefficients is a real vector space. The map $\delta$ : $\mathbb R$[x] $\to$ $\mathbb R$[x] is defined as follows: for $f$ $\in$ $\mathbb R$[x], define $\delta$($f$) = $df/dx$. That is, $\delta$($f$) is the derivative of $f$ with respect to $x$.
a) Show that $\delta$ is a linear transformation.
b) Find ker $\delta$ and im $\delta$
c) Is $\delta$ injective? Is $\delta$ surjective? Is $\delta$ an isomorphism?
For part a)
Checking for addition:
Take two functions $f$ and $g$ from $\mathbb R$[x].
$\delta$$(f + g)$ = $d/dx(f+g)$ = $df/dx$ + $dg/dx$ = $\delta$$(f)$ + $\delta$$(g)$.
Checking scalar multiplication:
Take a function $f$ from $\mathbb R$[x] and let $\lambda$ be a scalar.
$\delta$$(\lambda f)$ = $d(\lambda f)/dx$ = $\lambda$$df/dx$ = $\lambda$$\delta$$(f)$
Both addition and scalar multiplication are satisfied hence $\delta$$(f)$ is a linear transformation.
I am stuck on part b). I think that ker $\delta$$(f)$ = {$f$$\in$$\mathbb R$[x] : $\delta$$(f)$ = $0$}.
$\delta$$(f)$ = $dy/dx$ = $0$ if and only if $f$ is constant. Therefore, the kernal of $\delta$$(f)$ is all polynomials of degree $1$. This is one-dimensional space spanned by $\lambda$ where $\lambda$$\in$$\mathbb R$.
Is this correct? Since ker ($f$) is not {$0$} then $\delta$$(f)$ cannot be injective and thus $\delta$$(f)$ is not an isomorphism (part c)).
I am wondering if what I have done so far is correct and how to complete the remainder of the question i.e. what is im $\delta$$(f)$ and is it surjective?