I need to find a transformation of a polynomial, given the output of other polynomial calculations:
If $T : P_1 \mapsto P_2$ is a linear transformation such that, $$ T(1 + 5x) = 1 - 2x \quad\text{and}\quad T(3 + 14x) = -2 - 4x $$ Then $T(3 - 2x) =$ ?
Please explain this as simple as possible.
If you can write $$(3 - 2x) = a (1 + 5x) + b (3 + 14x)$$
then the linearity of $T$ implies that you can write
\begin{align*} T(3 - 2x) &= a T(1 + 5x) + b T(3 + 14x) \\ &= a(1 - 2x) + b(-2 - 4x) \\& = (a - 2b) + (-2a - 4b)x \end{align*}
So can you determine $a$ and $b$?