Linear Transformation: B-matrix [T]B

PirateFan308
Messages
91
Reaction score
0

Homework Statement


Let V be polynomials, with real coefficients, of degree at most 2. Suppose that T:V→V is differentiation. Find the B-matrix [T]B if B is the basis of V
B = {1+x, x+x2, x}


Homework Equations


For T:V→V the domain and range are the same

[T]B is the matrix whose i-th column is [T(vi)]_B

[T(v)]_C = A[v]_B where A=[T]_B


The Attempt at a Solution


So because the degree can be at most 2, the polynomials will be of the form a+bx+cx2. This can be denoted using a(1+x)+c(x+x2)+(b-a-c)(x). It will turn into a+bx (because we take the derivative, we take powers to a max of 1) and we would say a(1+x)+0(x+x2+b(x). After this, I'm not sure how to find the B-matrix, as I'm a bit confused as to what it is exactly.
 
Physics news on Phys.org
PirateFan308 said:
Find the B-matrix [T]B if B is the basis of V
B = {1+x, x+x2, x}

[T]B is the matrix whose i-th column is [T(vi)]_B

Well, you wrote down the formula. Here v_i is a basis vector. So take T of each of your basis vectors, and then express T(v_i) as a linear combination of the basis vectors.
 
What is T(1+ x)? What is T(x+ x^2)? What is T(x)?
Write each of those as a linear combination of 1+ x, x+ x^2, and x and the coefficients are the columns of your matrix.
 
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