Matrix of Linear Transformation T with P2: Find, Ker, Im & Inverse

Click For Summary
SUMMARY

The discussion focuses on the linear transformation T defined by T(p(x)) = (x+1)p'(x) - p(x) for polynomials in P2. The matrix representation of T with respect to the standard basis B={1,x,x^2} is established as A_T = [[-1, 1, 0], [0, 0, 2], [0, 0, 1]]. The kernel of T is spanned by the vector [1, 1, 0]^T, indicating that dim(kerT) = 1. The image of T is spanned by the vectors [-1, 0, 0]^T and [0, 2, 1]^T, leading to dim(ImT) = 2, confirming that T does not possess an inverse due to the non-zero dimension of its kernel.

PREREQUISITES
  • Understanding of linear transformations in vector spaces
  • Familiarity with polynomial differentiation
  • Knowledge of matrix representation of linear transformations
  • Ability to perform row reduction to find kernel and image
NEXT STEPS
  • Study the properties of linear transformations in finite-dimensional spaces
  • Learn about the Rank-Nullity Theorem and its implications
  • Explore advanced techniques for finding bases of kernel and image
  • Investigate conditions for the existence of inverses in linear transformations
USEFUL FOR

Mathematicians, students of linear algebra, and anyone interested in understanding linear transformations and their properties in polynomial spaces.

Kaspelek
Messages
26
Reaction score
0
Where T(p(x)) = (x+1)p'(x) - p(x) and p'(x) is derivative of p(x).

a) Find the matrix of T with respect to the standard basis B={1,x,x^2} for P2.

T(1) = (x+1) * 0 - 1 = -1 = -1 + 0x + 0x^2
T(x) = (x+1) * 1 - x = 1 = 1 + 0x + 0x^2
T(x^2) = (x+1) * 2x - x^2 = 2x + x^2 = 0 + 2x + x^2

So, the matrix for T with respect to B equals
[-1 1 0]
[0 0 2]
[0 0 1].b) Find a basis for kerT and hence write down dim(kerT).

c) Find a basis for ImT and hence write down dim(ImT).

d) Does the transformation have an inverse?I've done part a, so any guidance on the rest would be greatly appreciated.
 
Physics news on Phys.org
Kaspelek said:
Where T(p(x)) = (x+1)p'(x) - p(x) and p'(x) is derivative of p(x).

a) Find the matrix of T with respect to the standard basis B={1,x,x^2} for P2.

T(1) = (x+1) * 0 - 1 = -1 = -1 + 0x + 0x^2
T(x) = (x+1) * 1 - x = 1 = 1 + 0x + 0x^2
T(x^2) = (x+1) * 2x - x^2 = 2x + x^2 = 0 + 2x + x^2

So, the matrix for T with respect to B equals
[-1 1 0]
[0 0 2]
[0 0 1].b) Find a basis for kerT and hence write down dim(kerT).

As you've correctly stated, we may express the transformation in the form
$$
A_T=\left[ \begin{array}{ccc}
-1 & 1 & 0 \\
0 & 0 & 2 \\
0 & 0 & 1 \end{array} \right]
$$

Now as for $$ker(T)$$, we proceed to find the kernel of this transformation in the same way as we would for any other transformation. That is, we would like to solve $$A_T x=\left[ \begin{array}{ccc}0 & 0 & 0\end{array} \right]^T$$, which requires we put the augmented matrix
$$\left( A_T|0 \right) =
\left[ \begin{array}{ccc}
-1 & 1 & 0 & | & 0 \\
0 & 0 & 2 & | & 0 \\
0 & 0 & 1 & | & 0 \end{array} \right]
$$
in its reduced row echelon form (of course, this problem could be solved with a little intuition instead of row reduction, but the upshot of this method is that it works where your intuition might fail). You should end up with
$$\left[ \begin{array}{ccc}
1 & -1 & 0 & | & 0 \\
0 & 0 & 1 & | & 0 \\
0 & 0 & 0 & | & 0 \end{array} \right]
$$
Which tells you that the kernel of the transformation is the set of all polynomials $$a+bx+cx^2$$ such that $$a-b=0$$ and $$c=0$$. Thus, we may state that the kernel of $$T$$ is spanned by the vector
$$\left[ \begin{array}{ccc}1 & 1 & 0\end{array} \right]^T$$, which is thus the basis of the kernel of T. Since there is one vector in the basis, the dimension of the kernel is 1.

Any questions about the process so far?
 
Last edited:
Kaspelek said:
c) Find a basis for ImT and hence write down dim(ImT).

d) Does the transformation have an inverse?

For c), what we need to do is find the largest possible set of linearly independent column-vectors. If you wanted to use the rref (reduced row echelon form) that we computed previously, you simply choose the column vectors corresponding to the 1's (i.e. the "pivots") of the reduced matrix. That is, choosing the first and third columns, we find that $$\left[ \begin{array}{ccc}-1 & 0 & 0\end{array} \right]^T$$ and $$\left[ \begin{array}{ccc}0 & 2 & 1\end{array} \right]^T$$ form a basis of the image. It follows that $$dim(Im(T))=2$$.

For d), we simply note that the kernel of this transformation is not of dimension 0. This is enough to state that the transformation does not have an inverse.
 
Last edited:
Something better to express the solutions as vectors of $P_2$ instead of coordinates. That is, $B_{\ker T}=\{1+x\}$ and $B_{\mbox{Im }T}=\{-1,2x+x^2\}$.
 
That helped a lot guys, thanks a lot.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 52 ·
2
Replies
52
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K