Let $A:L_2[0,1]\to L_2[0,1]$ be defined by$$Ax(t)=\int \limits _0^1t\left (s-\frac{1}{2}\right )x(s)\,ds\quad \forall t\in [0,1].$$Compute the adjoint and the norm of $A$
This is my avance:
First I think to $\|A\|=\dfrac{1}{2}$ I only prove that:
Let $x\in L_2[0,1]$ then$$\|Ax(t)\|_2=\left (\int \limits _0^1t\left (s-\frac{1}{2}\right )x(s)\,ds\right )^{1/2}\leq \frac{1}{2}\|x\|_2.$$Is this correct?
For the other inequality I try to find $x$ with norm $1$ such that $\|Ax\|=\dfrac{1}{2}$.
Any hint or help for this step or for computing the adjoint will be greatly appreciated.
The operator is of the form $$ Ax=\langle x, g\rangle \,f$$ where $f(t)=t$ and $g(t)=t-{1\over 2}.$ Thus the range is one-dimensional. Its norm is equal $$\|A\|=\|f\|_2\|g\|_2={1\over \sqrt{3}}{1\over \sqrt{12}}={1\over 6}$$ The adjoint operator can be calculated as follows $$\langle x,A^*y\rangle =\langle Ax,y\rangle=\langle x,g\rangle \langle f,y\rangle=\langle x,\langle y,f\rangle g\rangle $$ Hence $$A^*y =\langle y,f\rangle g$$ i.e. the functions $f$ and $g$ swapped. The operator $A$ is not self-adjoint if $f$ and $g$ are linearly independent, like in the OP question. Explicitly we get $$(A^*x)(t)=\left (t-{1\over 2}\right )\int\limits_0^1 s\,x(s)\,ds$$ Remark For operator of the form $$(Ax)(t)=\int\limits_0^1k(s,t)x(s)\,ds$$ the adjoint operator is given by
$$(A^*x)(t)=\int\limits_0^1\bar{k}(t,s)x(s)\,ds$$ Thus $A^*=A$ if and only if $k(s,t)=\bar{k}(t,s).$ In the OP question we have $k(s,t)=t(s-{1\over 2}), $ hence $k(s,t)\neq k(t,s).$