A simple application of a liner transformation

trap101
Messages
339
Reaction score
0
Let T: P2(ℝ) --> P2(ℝ) be defined by T(p(x)) = p( x-1)

a) Find the matrix of T with respect to the standard basis of P2(ℝ)


Question: So I know how to do this for the most part, I'm just having a problem in terms of the constant 1 from the standard basis of {1, x , x2 from P2(ℝ). Applying the transformation to the constant 1; should i get a 0, or do I get the constant 1 back again?

Cheers
 
Physics news on Phys.org
The constant 1 is actually the function

p:\mathbb{R}\rightarrow \mathbb{R}:x\rightarrow 1

From this, it is clear that indeed p(x-1)=1.
 
all I needed to know. Thanks a lot.
 
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