Find a basis for $ \operatorname{null}(T)$ for $T\in\mathscr{L}(\mathscr{P}_2(\Bbb{R}))$ s.t. $T(f)=xf'(x)-f(1)x$
First, I find the basis for the range(T). If $f=a_0+a_1x+a_2x^2$, then $T(f)=x(a_1+2a_2x)-(a_0+a_1+a_2)x=-a_0x+a_2(2x^2-x)$. Thus a basis of the range(T) is the span of $-x,2x^2-x$.
To find the basis for null(T), I set $-a_0x+a_2(2x^2-x)=0$ because I need to know what functions will cause this to be zero. I know that any basis of null(T) must have 1 vector because $\dim\mathscr{P}_2=\dim(\operatorname{range}T)+\dim( \operatorname{null}T)$ and $\dim( \operatorname{range}T)=2$ as shown above, and clearly the dimension of the vector space is 3. However, I'm not sure how to actually find the basis for the null space.
Well, note that for $T(f)=0,$ we need $a_0=a_2=0.$ Can you see why? This means that every element of the null space of $T$ has the form $a_1x$ for some real $a_1.$ Can you take it from there?