Jonmundsson
- 21
- 0
Homework Statement
Let h: \mathbb{P_2} \rightarrow \mathbb{P_2} represent the transformation h(p(x)) = xp'(x) + p(1-x) for every polynomial p(x) \in \mathbb{P_2}. Find the matrix of h with respect to the standard basis \{1, x, x^2\}
Homework Equations
Matrix A of transformation: {\bf A} = [T(e_1) \hspace{0.5em} T(e_2) \hspace{0.5em} \ldots \hspace{0.5em} T(e_n)]
The Attempt at a Solution
Let p(x) = ax^2 + bx + c then p'(x) = 2ax + b and p(1-x) = a(1-x)^2 + b(1 - x) + c = ax^2 - 2ax + a + b - bx + c = ax^2 - 2ax - bx + a + b + c.
Now we can rewrite h(p(x)) = xp'(x) + p(1-x) as
h(p(x)) = x(2ax + b) + ax^2 - 2ax - bx + a + b + c
This is as far as I have gotten. I'm guessing that I am supposed to put h(p(1)) = x(2a + b) + a - 2a - b + a + b + c = 2ax + bx + c making the first column of h's matrix \left[ \begin{array}{c} c \\ 2a + b \\ 0 \end{array} \right]. Process is repeated for h(p(x)) and h(p(x^2))
Am I on the right track?