I have a vector space $V$ of polynomials in the variable $x \in \mathbb R$. The transformation $f$ is defined as follows:
$ f : V → V : p(x) → x^2 \left(\frac{d^2 p(x)}{dx^2}\right)$
i.e.: deriviate twice in x and multiply by $x^2$.
And now the question:
Give the exact description of all elements of the kernel of f in the range of f. What are the dimensions of V, ther kernel of f and the range of f?
This is where I'm completely stuck; how is this even a linear transformation if it involves squares and how do I find this kernel and the matrix A that corresponds with f? I need this matrix because I need to find the eigenvalues and eigenvectors although the assignment states that this is a theoretical exercise and that matrices are unnecessary here.
Let me denote the operator by $T$, and the second derivative by $D^2$.
Note that the derivative is a linear operator, so for $p,q \in V$ and $a, b \in \mathbb R$, you have $$ T(a p(x)+ b q(x)) = x^2 D^2 (ap(x)+bq(x)) = a x^2 D^2 p(x) + b x^2 D^2 q(x) = a Tp(x) + bTq(x),$$ and $T$ is a linear operator.
To find the kernel, you should determine for which $p\in V$ you have $$ Tp(x) = x^2 D^2 p(x) = 0 \quad \iff \quad D^2p(x) = 0. $$ Note that this can be solved by simply integrating twice.
To find the range, you should check for which $q \in V$, there is a $p \in V$ such that $$ Tp(x) = q(x) \quad \iff \quad x^2 D^2p(x) = q(x). $$ Note that $q$ is a polynomial and that the solution $p$ to this equation should be a polynomial.