Given the linear mapping:
$f: \mathbb{R}_3[X] \rightarrow \mathbb{R}_5[X]$
defined by $f(P(X)) = P''(X) - P'(0) + P'(X)X^2 + (P(1) - P(0))X^5$
Find the image of this function. How should I handle this? I set
$f(P(X)) = P''(X) - P'(0) + P'(X)X^2 + (P(1) - P(0))X^5 = aX^5 + bX^4 + cX^3 + dX^2 + eX + f $ and tried to find restrictions on P(X) but I got nowhere. Should I translate this problem to coordinates, where this is easier to solve, and then translate back? Thanks in advance.