Let $\Omega=[0,1]$, consider the operator $A:f \rightarrow \int_0^x f(y) dy$ where $f \in L^2(\Omega)$. Compute $||A||$. Hint: Apply the spectral theorem to $A^* A$.
I have already shown that $A: L^2(\Omega) \rightarrow L^2(\Omega)$ and the adjoint operator $A^* f(x) = \int_x^1 f(y)dy$. The spectral theorem states that there is an orthonormal basis consisting of eigenvectors of a compact and self-adjoint operator. And I know that the largest eigenvalue equals the norm of the operator, but I don't know how to compute the eigenvalue and how to make sure the found eigenvalue is the largest. Could anyone help?
Here's an outline of the proof: Suppose $\alpha \neq 0$ is an eigenvalue of $A^*A$. Then there's an $f \in L^1[0,1]$ such that $A^* Af = \alpha f$. You can prove that $f$ is twice differentiable and obeys the differential equation $$ \alpha f'' = - f. $$ Then we must have $f(x) =Ae^{i \omega x} + B e^{- i \omega x}$ for some $A, B$ and $\omega$ with $\omega^2=\frac{1}{\alpha}$. Then try to calculate $A^*Af$ and compare with $\alpha f$. It's a pretty tedious calculation so I won't do it here, but it will lead you to conclude that $A=B$. So you might as well write $f(x) = C \cos(\omega x)$. Lastly note that $A^*A(f)(1)=0$ so you must have $\cos(\omega) = 0$. This means $\omega$ can only be of the form $\omega = (n+1/2)\pi$ with $n \in \mathbb{Z}$. So we must have that the eigenvalue is equal to $\alpha = \frac{1}{\omega^2} = \frac{4}{\pi^2} \frac{1}{(1+2n)^2}$. The largest such eigenvalue is of course $\frac{4}{\pi^2}$.