Consider the linear transformation $\phi : \mathbb{R}^2 \to \mathbb{R}^2$ defined by $\phi (x,y) = (x+y, x- 2y)$. Let $p(x) = x^2 -2x + 1$. Does $p(\phi)$ make sense and if yes what is it?
2026-04-09 11:15:02.1775733302
On
Meaning of $p(\phi)$ where $\phi (x,y) = (x+y, x- 2y)$ and $p(x) = x^2 -2x + 1$
1.4k Views Asked by user44069 https://math.techqa.club/user/user44069/detail At
2
There are 2 best solutions below
0
On
If I have understood your problem, yes, it makes sense. Consider that linear transformations over a vector field form an algebra over a field. You can see easily changing point of view and considering the matrix representation of your transformation. If $A$ is the matrix that represents $\phi$ in the canonical basis of $\mathbb{R}^{2}$ then $p(\phi)$ is represented by $AA+ 2A+ \mathbb{1}$
Yes, one can make sense of this according to the following: if $\phi: X \rightarrow X$ is a function on a vector space (not even necessarily linear), and if $p(x) = ax^2 + bx + c$ is a polynomial, then $$ p(\phi) = a (\phi \circ \phi) + b \phi + c \, \mathrm{Id}_X $$ where $\phi \circ \phi$ indicates composition of $\phi$ with itself, and $\mathrm{Id}_X$ is the identity map. We can generalize this appropriately to any polynomial $p$.
In your specific case, you can compute this in a variety of ways, either by hand, or by first finding a matrix representation of $\phi$, call it $A$, and then $p(\phi)$ has a matrix representation in the same basis given by $A^2 - 2A + I$, where $I$ is the identity matrix of the appropriate size.