Looking for help on all parts of the question below:
Let $U$ be the complex vector space of polynomials of at most degree 6. Define $D, T: U \rightarrow U$ by $D(f) = f'$ and $T = D^2 + D^3$
Set $V =$ Span $\left\{\, T^n(x^6) \mid n \geq 0 \,\right\}$ and
$W =$ Span $\left\{\,T^n(x^5) \mid n \geq 0\,\right\}$
Questions
a)If $A \subset U$, define the span of $A$.
b) Prove that $T(V) \subset V$
c) Find bases of $V $ of $W$, with respect to whose union the matrix $T|_V$ is a Jordan block.
d) Prove $U = V \oplus W$
e) Deduce the Jordan normal form of T
My attempt
a) The span of $A$ is defined to be the set of all finite linear combinations of $A$ (Now I suspect $A$ is an infinite set so I imagine this doesn't hold?)
b) My understanding is that $V$ is equal to the set polynomials degree 4 or less, whilst $W$ is equal to the set of polynomials degree $3$ or less? If $v \in V$ then $v$ is a polynomial of deg 4 or less then $T(v)$ is a polynomial degree $2$ or less.
c) I tried to write out $T(e_i)$ for each of the basis vectors of $\mathbb{C}[x]$, thus got such a matrix: $\begin{bmatrix}0 & 0 & 0 & 0 & 0 \\0 & 0 & 0 & 0 & 0 \\ 2 & 0 & 0 & 0 & 0 \\ 6 & 6 & 0&0&0 \\ 0 & 24 & 12& 0 & 0\end{bmatrix}$ with a corresponding matrix for $W$ but this doesn't feel right either.
d) No idea how to prove this
e) Not really sure either, i guess i just take the block sums together, and then i have a lower triangular form so are all the eigen values equal to $0$? But i have no idea about the nullities.
Some hints :
a) as stated in the comment, your definition is correct.
b) $v \in V$ if and only if it exists a polynom $P_v$ such that $v = P_v(T)(x^6)$. Now let's take $u\in T(V)$. You have $u = T(v)$ for some $v \in V$. So $u = T(P_v(T))(x^6) = (X\cdot P_v)(x^6 ) = Q(x^6) \in V$.
Also dont forget that $T^0(x^6) = x^6 \in V$ and $T^0(x^5) = x^5 \in W$.
c) You have $deg(T^0(x^6)) = 6$, $deg(T^1(x^6)) = 4 $, $deg(T^2(x^6)) = 2$, d$eg(T^3(x^6)) = 0$ so they are linearly independent.
And since $T^4(x^6) = 0 $, $\{ T^i(x^6) | 0\le i \le 3 \}$ is a basis of $V$. You can do the same for $W$.
$T|_V$ will have a nice Jordan block form with respect to the union of the two basis.
d) Degrees arguments can easily prove that $V \cap W = \emptyset $. Dimensions arguments can prove the rest.
e) It's up to you. =)