Let $T : P_2(\mathbb{R}) \to P_2(\mathbb{R})$ be a linear transformation satisfying $T(x+x^2) = 2x$, $T(1 + x) = x^2$ and $T(1) = 1$. Find $T(2x^2 + x)$.
I don't know if I'm doing this right. $T(x^2+x) = 2x + T(x^2) =$ ? which will get me my answer if I add up both transformations?
The key here is to first write $2x^2+x$ as a linear combination of $1$, $1+x$, and $x+x^2$ (one can check that these three polynomials form a basis for $P_2(\Bbb{R})$, so it is possible), and then you appeal to linearity of $T$ to find the image.
Specifically, $$2x^2+x = 2(x^2 + x) - x = 2(x^2+x) - (x + 1) + 1$$
Now from linearity of $T$, we have $$T(2x^2+x) = 2 T(x^2+x) - T(x+1) + T(1) = 2(2x) - x^2 + 1 = 1 + 4x - x^2$$