Answer on Question #64858 – Math – Linear Algebra
Question
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 basis
B1={x2,x2+x,x2+x+1}
and
B2={1,x}.
Find the kernel of T.
Solution
A linear transformation [1] between two vector spaces [2] V and W is a map [3] T:V→W such that the following properties hold:
(1) T(ν1+ν2)=T(ν1)+T(ν2) for any vectors ν1,ν2∈V;
(2) T(α⋅ν)=αT(ν) for any scalar α and any ν∈V.
Let's check the properties in our case:
(1) Let p=k0+k1x+k2x2 and q=l0+l1x+l2x2 be polynomials in P2.
Note that
p+q=k0+k1x+k2x2+l0+l1x+l2x2=(k0+l0)+(k1+l1)x+(k2+l2)x2
and by definition of T 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+l0−k2−l2)x
and
T(p)+T(q)=T(k0+k1x+k2x2)+T(l0+l1x+l2x2)=k1+k2+(k0−k2)x+l1+l2+(l0−l2)x==k1+l1+k2+l2+(k0+l0−k2−l2)x
Thus, we can see that
T(p+q)=T(p)+T(q),
so the property (1) holds.
(2) Let p=k0+k1x+k2x2 and let α be a scalar.
T(αp)=T(αk0+αk1x+αk2x2)=αk1+αk2+(αk0−αk2)x=α(k1+k2)+α(k0−k2)x,
while
αT(p)=α((k1+k2)+(k0−k2)x)=α(k1+k2)+α(k0−k2)x.
Therefore,
T(αp)=αT(p),
so the property (2) holds as well.
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)=[here a=0,b=0,c=1,and a−c=−1,b+c=1]=1−x;T(x+x2)=[here a=0,b=1,c=1,and a−c=−1,b+c=2]=2−x;T(1+x+x2)=[here a=1,b=1,c=1,and a−c=0,b+c=2]=2;
Next, we find the coordinates for each of the above polynomials in the second basis:
1−x=1⋅1+(−1)⋅x=(1,−1);2−x=2⋅1+(−1)⋅x=(2,−1);2=2⋅1+0⋅x=(2,0);
Thus, the matrix representation of T with respect to the given basis is
T[B1,B2]=(1−12−120)
For transformation T:P2→P1 the kernel [4] (also called the null space [5]) 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(k0+k1x+k2x2)=k1+k2+(k0−k2)x,
and solve the equation
k1+k2+(k0−k2)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:
{k0−k2=0,(1)k1+k2=0.(2)
It follows from (1) that
k2=k0
and substituting into (2) one gets
k1=−k0.
Thus, the polynomial p belongs to the kernel of the transformation T if p has the form
p=k0−k0x+k0x2
and
Ker(T)={p∈P2:p=k0−k0x+k0x2}.
**Answer:**
T is a linear transformation;
T[B1,B2]=(1−12−120);Ker(T)={p∈P2:p=k0−k0x+k0x2}.
**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