Let $T:C[0,1]\to C[0,1]$ be linear operator defined as follows: $Tf(t)=f(t)+\int_0^t(1-2s)f(s)ds$. Find its norm where norm is is supremum norm.
I am not sure how to do it. It is easy to see that when we take $t\in[0,1/2)$, then we get best result if $f(t)=1$ or $f(t)=-1$. So we can guess than norm is $\leq1+1/4$. But I am not sure how to show that this guess is correct (if it actually is) so I would be thankful for hints how to go on.
Of course if $f$ is always equal to $1$, then we won't get anything better than $1+1/4$. So let's take $\epsilon>0$ and let's check $Tf(t+\epsilon)$ assuming that $f(t+\epsilon)<1$. Then $Tf(t+\epsilon)=f(t+\epsilon)+\int_0^{t+\epsilon}(1-2s)f(s)ds$. We want it to be $<1+1/4$. If $f(t+\epsilon)<0$ it is obvious. Otherwise $f(t+\epsilon)<1$ and $\int_0^{t+\epsilon}(1-2s)f(s)ds<1/4$. So we get what we want. We can use similar argument to show that $|Tf(t)|<1+1/4$ is bounded from both sides. Is it, rather unformal, reasoning on the right track?