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

Click For Summary

Discussion Overview

The discussion revolves around the linear transformation T defined on the space of polynomials P2, specifically exploring the matrix representation of T, its kernel (kerT), image (ImT), and whether T has an inverse. Participants engage in solving parts of the problem, providing insights into the mathematical processes involved.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Homework-related

Main Points Raised

  • Post 1 presents the transformation T and calculates its matrix representation with respect to the standard basis B={1,x,x^2} for P2, yielding the matrix A_T.
  • Post 2 elaborates on finding the kernel of T by solving the equation A_T x = 0, leading to the conclusion that the kernel is spanned by the vector [1, 1, 0] and has dimension 1.
  • Post 3 discusses finding a basis for the image of T, identifying the pivot columns from the reduced row echelon form and concluding that the image is spanned by the vectors [-1, 0, 0] and [0, 2, 1], resulting in dimension 2.
  • Post 3 also states that since the kernel is not of dimension 0, T does not have an inverse.
  • Post 4 suggests expressing the solutions as vectors in P2 rather than coordinates, providing a clearer representation of the bases for kerT and ImT.

Areas of Agreement / Disagreement

Participants generally agree on the calculations and interpretations regarding the kernel and image of the transformation T, as well as the conclusion about the lack of an inverse. However, there is no explicit consensus on the best way to express the solutions, as indicated by the differing approaches in Posts 1 and 4.

Contextual Notes

The discussion includes various methods for solving the linear transformation problem, such as using row reduction and intuition, but does not resolve any potential limitations or assumptions inherent in these methods.

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