Question #64858

Let T : P2 → P1 be defined by
T(a+bx+cx2) = b+c+(a−c)x.
Check that T is a linear transformation. Find the matrix of the transformation with
respect to the ordered bases B1 = {x2,x2+x,x2+x+ 1} and B2 = {1,x}. Find the
kernel of T .

Expert's answer

Answer on Question #64858 – Math – Linear Algebra

Question

Let T:P2P1T: P^2 \to P^1 be defined by


T(a+bx+cx2)=b+c+(ac)x.T(a + bx + cx^2) = b + c + (a - c)x.


Check that TT is a linear transformation.

Find the matrix of the transformation with respect to the ordered basis


B1={x2,x2+x,x2+x+1}B_1 = \{x^2, x^2 + x, x^2 + x + 1\}


and


B2={1,x}.B_2 = \{1, x\}.


Find the kernel of TT.

Solution

A linear transformation [1] between two vector spaces [2] VV and WW is a map [3] T:VWT: V \to W such that the following properties hold:

(1) T(ν1+ν2)=T(ν1)+T(ν2)T(\nu_1 + \nu_2) = T(\nu_1) + T(\nu_2) for any vectors ν1,ν2V\nu_1, \nu_2 \in V;

(2) T(αν)=αT(ν)T(\alpha \cdot \nu) = \alpha T(\nu) for any scalar α\alpha and any νV\nu \in V.

Let's check the properties in our case:

(1) Let p=k0+k1x+k2x2p = k_0 + k_1x + k_2x^2 and q=l0+l1x+l2x2q = l_0 + l_1x + l_2x^2 be polynomials in P2P^2.

Note that


p+q=k0+k1x+k2x2+l0+l1x+l2x2=(k0+l0)+(k1+l1)x+(k2+l2)x2p + q = k_0 + k_1x + k_2x^2 + l_0 + l_1x + l_2x^2 = (k_0 + l_0) + (k_1 + l_1)x + (k_2 + l_2)x^2


and by definition of TT we get:


T(p+q)=T((k0+l0)+(k1+l1)x+(k2+l2)x2)=(k1+l1)+(k2+l2)+((k0+l0)(k2+l2))x==k1+l1+k2+l2+(k0+l0k2l2)x\begin{array}{l} T(p + q) = T((k_0 + l_0) + (k_1 + l_1)x + (k_2 + l_2)x^2) = (k_1 + l_1) + (k_2 + l_2) + ((k_0 + l_0) - (k_2 + l_2))x = \\ = k_1 + l_1 + k_2 + l_2 + (k_0 + l_0 - k_2 - l_2)x \end{array}


and


T(p)+T(q)=T(k0+k1x+k2x2)+T(l0+l1x+l2x2)=k1+k2+(k0k2)x+l1+l2+(l0l2)x==k1+l1+k2+l2+(k0+l0k2l2)x\begin{array}{l} T(p) + T(q) = T(k_0 + k_1x + k_2x^2) + T(l_0 + l_1x + l_2x^2) = k_1 + k_2 + (k_0 - k_2)x + l_1 + l_2 + (l_0 - l_2)x = \\ = k_1 + l_1 + k_2 + l_2 + (k_0 + l_0 - k_2 - l_2)x \end{array}


Thus, we can see that


T(p+q)=T(p)+T(q),T(p + q) = T(p) + T(q),


so the property (1) holds.

(2) Let p=k0+k1x+k2x2p = k_0 + k_1x + k_2x^2 and let α\alpha be a scalar.


T(αp)=T(αk0+αk1x+αk2x2)=αk1+αk2+(αk0αk2)x=α(k1+k2)+α(k0k2)x,T(\alpha p) = T(\alpha k_0 + \alpha k_1x + \alpha k_2x^2) = \alpha k_1 + \alpha k_2 + (\alpha k_0 - \alpha k_2)x = \alpha (k_1 + k_2) + \alpha (k_0 - k_2)x,


while


αT(p)=α((k1+k2)+(k0k2)x)=α(k1+k2)+α(k0k2)x.\alpha T(p) = \alpha((k_1 + k_2) + (k_0 - k_2)x) = \alpha (k_1 + k_2) + \alpha (k_0 - k_2)x.


Therefore,


T(αp)=αT(p),T(\alpha p) = \alpha T(p),


so the property (2) holds as well.

Thus, TT is a linear transformation.

To find the matrix of the transformation with respect to the ordered basis we need to apply the transformation to the basis and the result is the column of the transformation matrix.


T(x2)=[here a=0,b=0,c=1,and ac=1,b+c=1]=1x;T(x+x2)=[here a=0,b=1,c=1,and ac=1,b+c=2]=2x;\begin{array}{l} T(x^2) = \left[ \text{here } a = 0, b = 0, c = 1, \text{and } a - c = -1, b + c = 1 \right] = 1 - x; \\ T(x + x^2) = \left[ \text{here } a = 0, b = 1, c = 1, \text{and } a - c = -1, b + c = 2 \right] = 2 - x; \end{array}T(1+x+x2)=[here a=1,b=1,c=1,and ac=0,b+c=2]=2;T(1 + x + x^2) = \left[ \text{here } a = 1, b = 1, c = 1, \text{and } a - c = 0, b + c = 2 \right] = 2;


Next, we find the coordinates for each of the above polynomials in the second basis:


1x=11+(1)x=(1,1);2x=21+(1)x=(2,1);2=21+0x=(2,0);\begin{array}{l} 1 - x = 1 \cdot 1 + (-1) \cdot x = (1, -1); \\ 2 - x = 2 \cdot 1 + (-1) \cdot x = (2, -1); \\ 2 = 2 \cdot 1 + 0 \cdot x = (2, 0); \end{array}


Thus, the matrix representation of TT with respect to the given basis is


T[B1,B2]=(122110)T[B_1, B_2] = \begin{pmatrix} 1 & 2 & 2 \\ -1 & -1 & 0 \end{pmatrix}


For transformation T:P2P1T: P^2 \to P^1 the kernel [4] (also called the null space [5]) is defined by


Ker(T)={pP2:T(p)=0},Ker(T) = \{ p \in P^2 : T(p) = 0 \},


so the kernel gives the elements from the original set P2P^2 that are mapped to zero by the transformation.

Let p=k0+k1x+k2x2p = k_0 + k_1x + k_2x^2 is arbitrarily polynomial from P2P^2. Note that


T(k0+k1x+k2x2)=k1+k2+(k0k2)x,T(k_0 + k_1x + k_2x^2) = k_1 + k_2 + (k_0 - k_2)x,


and solve the equation


k1+k2+(k0k2)x=0.k_1 + k_2 + (k_0 - k_2)x = 0.


Two polynomials are equal if and only if the coefficients of the corresponding powers are equal, hence we get the system of two equations:


{k0k2=0,(1)k1+k2=0.(2)\left\{ \begin{array}{l} k_0 - k_2 = 0, \quad (1) \\ k_1 + k_2 = 0. \quad (2) \end{array} \right.


It follows from (1) that


k2=k0k_2 = k_0


and substituting into (2) one gets


k1=k0.k_1 = -k_0.


Thus, the polynomial pp belongs to the kernel of the transformation TT if pp has the form


p=k0k0x+k0x2p = k_0 - k_0x + k_0x^2


and


Ker(T)={pP2:p=k0k0x+k0x2}.Ker(T) = \{ p \in P^2 : p = k_0 - k_0x + k_0x^2 \}.


**Answer:**

TT is a linear transformation;


T[B1,B2]=(122110);T[B_1, B_2] = \begin{pmatrix} 1 & 2 & 2 \\ -1 & -1 & 0 \end{pmatrix};Ker(T)={pP2:p=k0k0x+k0x2}.Ker(T) = \{ p \in P^2 : p = k_0 - k_0x + k_0x^2 \}.


**References:**

1. Beezer, R. (2015) A first Course in Linear Algebra. Subsection LT: Linear Transformations. Retrieved from http://linear.ups.edu/html/section-LT.html.

2. Vector spaces. Retrieved from http://mathworld.wolfram.com/VectorSpace.html.

3. Map. Retrieved from http://mathworld.wolfram.com/Map.html.

4. Beezer, R. (2015) A first Course in Linear Algebra. Subsection KLT: Kernel of a Linear Transformation. Retrieved from http://linear.ups.edu/html/section-ILT.html.

5. Null Space. Retrieved from http://mathworld.wolfram.com/NullSpace.html.

Answer provided by https://www.AssignmentExpert.com

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS