Linear Algebra - Linear Transformation of a polynomial

Jonmundsson
Messages
21
Reaction score
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?
 
Physics news on Phys.org
I think you are making a mistake in doing the "abstract" calculation of p(1-x). You are specifically asked to use the "standard" matrix, 1, x, x^2.

If p(x)= 1, then p'(x)= 0 and p(1- x)= 1. T(p)= xp'(x)+ p(1- x)= x(0)+ 1= 1.

If p(x)= x, then p'(x)= 1 and p(1- x)= 1- x. T(p)= x(1)+ 1- x= 2- x.

If p(x)= x^2, then p'(x)= 2x and p(1- x)= 1- 2x+ x^2. T(p)= x(2x)+ 1- 2x+ x^2= 3x^2- 2x+ 1.
 
I see. Thank you for the help.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top