Matrices of linear transformations

derryck1234
Messages
55
Reaction score
0

Homework Statement



Let T: P2 - P2 be the linear operator defined by
T(a0 + a1x + a2x2) = a0 + a1(x - 1) + a2(x - 1)2

(a) Find the matrix for T with respect to the standard basis B = {1, x, x2}.

Homework Equations



[T]B[x]B = [T(x)]B

The Attempt at a Solution



T(1) = a0 + a1(1 - 1) + a2(1 - 1)2
= a0

Okay...I don't know if I'm going in the right direction here?...and if I am, I'm not sure how to obtain vectors from the proceeding expressions for T(x) and T(x2)??

Any help would be appreciated.

Thanks.

Derryck.
 
Physics news on Phys.org
Hi Derryck! :smile:
derryck1234 said:
Let T: P2 - P2 be the linear operator defined by
T(a0 + a1x + a2x2) = a0 + a1(x - 1) + a2(x - 1)2

(a) Find the matrix for T with respect to the standard basis B = {1, x, x2}.

T(1) = a0 + a1(1 - 1) + a2(1 - 1)2
= a0

nooo :redface:

suppose it was T(a0 + a1x + a2x2) = a0 + a1(x + 1) + a2(x + 1)2

then your method would give you T(1) = a0 + a1(1 + 1) + a2(1 + 1)2
= a0 + 2a1 + 4a2

but the correct way is to start by saying 1 = 1 + 0x + 0x2, so T(1) = … :wink:

carry on from there :smile:
 
Wo...?

But then is this the same as saying (in vector form):

1 1
0 = 0
0 0 ?

I'm not sure what you mean by 1 = 1 + 0x + 0x2, because what I see from this, I would think that it would be more correct to say:

1 = a0 + a1x + a2x2, then to solve...? Flip, I'm so bad at this I know...but please, just humor me a little...it will help a great deal...

Cheers

Derryck
 
derryck1234 said:
I'm not sure what you mean by 1 = 1 + 0x + 0x2, because what I see from this, I would think that it would be more correct to say:

1 = a0 + a1x + a2x2, then to solve...?

Yes, and the solution is a0 = 1, a1 = a2 = 0, isn't it? :wink:

In other words: in the basis {1,x,x2}, 1 has components (1,0,0).

ok, now what are the components of x ?

and what are the components of x2 ? :smile:
 
Ok, the components of x would be found by solving:

x = a0 + a1(x - 1) + a2(x - 1)2

So I would then say

a1(x - 1) = x
Therefore a1 = x / (x - 1)... Am I going along the right lines? I'm not too sure what to do from here.

Thanks for the help so far though really!

Cheers

Derryck
 
derryck1234 said:
Ok, the components of x would be found by solving:

x = a0 + a1(x - 1) + a2(x - 1)2

No!

In the basis {1,x,x2}, what is x?

x = ?1 + ?x + ?x2
 
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