The question asks to find the adjoint of the operator T on P$_1$([0,1]), which is the space of polynomials with degree no greater than 1 over the field [0,1], which contains all numbers between 0 and 1, inclusive. Specifically, the operator T is defined as: $$p → \int_0^1 x^{k} p(x) dx$$ What I've tried so far is I tried solving T(f), where f ∈ P$_1$([0,1]), and then plugging it into the inner product on the space of functions, which is <f,g> = $\int_0^1 f(x) g(x) dx$, and calculating that with g, where g ∈ P$_1$([0,1]), but then that doesn't really give me anything, just a complicated constant and the integral of g(x). Someone else I asked suggested I try using the inner product immediately, without solving for T(f), but I'm not sure how that would help any more than what I already did.
Any help would be appreciated, thank you in advance. I'm a first-year undergrad student by the way, if that affects any answers.
According to the definition $T(a,b)=\int_{0}^{1}x^{k}(ax+b)dx=\dfrac{a}{k+2}+\dfrac{b}{k+1}$=$\begin{bmatrix} \dfrac{1}{k+2}&\dfrac{1}{k+1} \\ \end{bmatrix}\begin{bmatrix} a\\b \end{bmatrix}$.
Then $T^{\star}:\mathbb{R} \to \mathbb{R}^{2}$ is
$T^{\star}(y)=\begin{bmatrix} \dfrac{1}{k+2}\\\dfrac{1}{k+1} \end{bmatrix}y$