Question #81129

Let T:P2→P1 be defined by T(a+bx+cx2)=b+2c+(a−b)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.
1

Expert's answer

2018-09-21T06:48:09-0400

Answer on Question #81129 – Math– Linear Algebra

Question

Let T:P2P1T: P^2 \to P^1 be defined by T(a+bx+cx2)=b+2c+(ab)xT(a + bx + cx^2) = b + 2c + (a - b)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 between two vector spaces VV and WW is a map T:VWT: V \to W such that the following properties hold:

(1) T(v1+v2)=T(v1)+T(v2)T(v_{1} + v_{2}) = T(v_{1}) + T(v_{2}) for any vectors v1,v2Vv_{1}, v_{2} \in V.

(2) T(αv)=αT(v)T(\alpha \cdot v) = \alpha T(v) for any scalar α\alpha and any vector vVv \in V.

Check the properties in our case:

(1) Let p(x)=k0+k1x+k2x2p(x) = k_0 + k_1x + k_2x^2 and q(x)=m0+m1x+m2x2q(x) = m_0 + m_1x + m_2x^2 be polynomials in P2P^2.


q(x)+p(x)=k0+k1x+k2x2+m0+m1x+m2x2==(k0+m0)+(k1+m1)x+(k2+m2)x2\begin{array}{l} q(x) + p(x) = k_0 + k_1x + k_2x^2 + m_0 + m_1x + m_2x^2 = \\ = (k_0 + m_0) + (k_1 + m_1)x + (k_2 + m_2)x^2 \end{array}


We get


T(p+q)=T((k0+m0)+(k1+m1)x+(k2+m2)x2)==(k1+m1)+2(k2+m2)+((k0+m0)(k1+m1))x==k1+m1+2k2+2m2+(k0+m0k1m1)x\begin{array}{l} T(p + q) = T\left((k_0 + m_0) + (k_1 + m_1)x + (k_2 + m_2)x^2\right) = \\ = (k_1 + m_1) + 2(k_2 + m_2) + \left((k_0 + m_0) - (k_1 + m_1)\right)x = \\ = k_1 + m_1 + 2k_2 + 2m_2 + (k_0 + m_0 - k_1 - m_1)x \end{array}T(p)+T(q)=T(k0+k1x+k2x2)+T(m0+m1x+m2x2)==k1+2k2+(k0k1)x+m1+2m2+(m0m1)x==k1+m1+2k2+2m2+(k0+m0k1m1)x\begin{array}{l} T(p) + T(q) = T(k_0 + k_1x + k_2x^2) + T(m_0 + m_1x + m_2x^2) = \\ = k_1 + 2k_2 + (k_0 - k_1)x + m_1 + 2m_2 + (m_0 - m_1)x = \\ = k_1 + m_1 + 2k_2 + 2m_2 + (k_0 + m_0 - k_1 - m_1)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(x)=k0+k1x+k2x2p(x) = k_0 + k_1x + k_2x^2 and let α\alpha be scalar.


T(αp)=T(αk0+αk1x+αk2x2)=αk1+2αk2+(αk0αk1)x==α(k1+2k2+(k0k1)x)\begin{array}{l} T(\alpha p) = T(\alpha k_0 + \alpha k_1x + \alpha k_2x^2) = \alpha k_1 + 2\alpha k_2 + (\alpha k_0 - \alpha k_1)x = \\ = \alpha(k_1 + 2k_2 + (k_0 - k_1)x) \end{array}


while


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


Therefore,


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


so the property (2) holds.

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)=T(0+0x+1x2)=0+21+(00)x=2T(x2+x)=T(0+1x+1x2)=1+21+(01)x=3xT(x2+x+1)=T(1+1x+1x2)=1+21+(11)x=3\begin{array}{l} T(x^{2}) = T(0 + 0 \cdot x + 1 \cdot x^{2}) = 0 + 2 \cdot 1 + (0 - 0)x = 2 \\ T(x^{2} + x) = T(0 + 1 \cdot x + 1 \cdot x^{2}) = 1 + 2 \cdot 1 + (0 - 1)x = 3 - x \\ T(x^{2} + x + 1) = T(1 + 1 \cdot x + 1 \cdot x^{2}) = 1 + 2 \cdot 1 + (1 - 1)x = 3 \\ \end{array}


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


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


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


T[B1,B2]=[233010]T[B_{1}, B_{2}] = \begin{bmatrix} 2 & 3 & 3 \\ 0 & -1 & 0 \end{bmatrix}


For transformation T:P2P1T: P^2 \to P^1 the kernel (also called the null space) 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(p)=T(k0+k1x+k2x2)=k1+2k2+(k0k1)xT(p) = T(k_0 + k_1x + k_2x^2) = k_1 + 2k_2 + (k_0 - k_1)x


Solve the equation


k1+2k2+(k0k1)x=0k_1 + 2k_2 + (k_0 - k_1)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:


{k1+2k2=0k0k1=0{k1=2k2k0=2k2\left\{ \begin{array}{l} k_1 + 2k_2 = 0 \\ k_0 - k_1 = 0 \end{array} \right. \Rightarrow \left\{ \begin{array}{l} k_1 = -2k_2 \\ k_0 = -2k_2 \end{array} \right.


Hence,


Ker(T)={pP2:p=2k22k2x+k2x2}.Ker(T) = \{p \in P^{2}: p = -2k_2 - 2k_2x + k_2x^2\}.


Answer:

TT is a linear transformation


T[B1,B2]=[233010]Ker(T)={pP2:p=2k22k2x+k2x2}.\begin{array}{l} T[B_{1}, B_{2}] = \begin{bmatrix} 2 & 3 & 3 \\ 0 & -1 & 0 \end{bmatrix} \\ Ker(T) = \{p \in P^{2}: p = -2k_2 - 2k_2x + k_2x^2\}. \\ \end{array}


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!

Comments

No comments. Be the first!
LATEST TUTORIALS
APPROVED BY CLIENTS