Answer on Question #81129 – Math– Linear Algebra
Question
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 basis B1={x2,x2+x,x2+x+1} and B2={1,x}.
Find the kernel of T.
Solution
A linear transformation between two vector spaces V and W is a map T:V→W such that the following properties hold:
(1) T(v1+v2)=T(v1)+T(v2) for any vectors v1,v2∈V.
(2) T(α⋅v)=αT(v) for any scalar α and any vector v∈V.
Check the properties in our case:
(1) Let p(x)=k0+k1x+k2x2 and q(x)=m0+m1x+m2x2 be polynomials in P2.
q(x)+p(x)=k0+k1x+k2x2+m0+m1x+m2x2==(k0+m0)+(k1+m1)x+(k2+m2)x2
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+m0−k1−m1)xT(p)+T(q)=T(k0+k1x+k2x2)+T(m0+m1x+m2x2)==k1+2k2+(k0−k1)x+m1+2m2+(m0−m1)x==k1+m1+2k2+2m2+(k0+m0−k1−m1)x
Thus, we can see that
T(p+q)=T(p)+T(q),
so the property (1) holds.
(2) Let p(x)=k0+k1x+k2x2 and let α be scalar.
T(αp)=T(αk0+αk1x+αk2x2)=αk1+2αk2+(αk0−αk1)x==α(k1+2k2+(k0−k1)x)
while
αT(p)=αT(k0+k1x+k2x2)=α(k1+2k2+(k0−k1)x)
Therefore,
T(αp)=αT(p),
so the property (2) holds.
Thus, T 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+0⋅x+1⋅x2)=0+2⋅1+(0−0)x=2T(x2+x)=T(0+1⋅x+1⋅x2)=1+2⋅1+(0−1)x=3−xT(x2+x+1)=T(1+1⋅x+1⋅x2)=1+2⋅1+(1−1)x=3
Next, we find the coordinates for each of the above polynomials in the second basis:
2=2⋅1+0⋅x=(2,0);3−x=3⋅1+(−1)⋅x=(3,−1);3=3⋅1+0⋅x=(3,0).
Thus, the matrix representation of T with respect to the given bases is
T[B1,B2]=[203−130]
For transformation T:P2→P1 the kernel (also called the null space) is defined by
Ker(T)={p∈P2:T(p)=0}
so the kernel gives the elements from the original set P2 that are mapped to zero by the transformation.
Let p=k0+k1x+k2x2 is arbitrarily polynomial from P2. Note that
T(p)=T(k0+k1x+k2x2)=k1+2k2+(k0−k1)x
Solve the equation
k1+2k2+(k0−k1)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=0k0−k1=0⇒{k1=−2k2k0=−2k2
Hence,
Ker(T)={p∈P2:p=−2k2−2k2x+k2x2}.
Answer:
T is a linear transformation
T[B1,B2]=[203−130]Ker(T)={p∈P2:p=−2k2−2k2x+k2x2}.
Answer provided by https://www.AssignmentExpert.com
Comments