I have to show that $f:\mathcal{C}'[a,b]\rightarrow \mathbb{R}$ with $f(x)=x'(\frac{a+b}{2})$ is unbounded. Here $\mathcal{C}'[a,b]$ (the space of continuously differentiable functions) is to be considered as a subspace of $\mathcal{C}[a,b]$, so with the norm $||x||=\sup_{s}x(s)$.
Now my idea here is that I can take a sequence of functions so that every function has a spike at the centre of the interval and is $0$ everywhere else. The area of this spike should be $1$, and by making the 'base' of the spike smaller as we go along the sequence, this means that it's peak should get higher. However, because the area of the spike remains $1$, if we integrate any function in this sequence, it will have as a maximum value $1$. So we have a sequences $x^{(n)}\in \mathcal{C}[a,b]$ with $||x^{(n)}||=1$, but $f(x)$ get arbitrarily large. Here are the details:
$x'^{(n)}(s)= \left\{ \begin{array}{lr} 0 & : a\leq s\leq \frac{a+b}{2}-\frac{1}{n}\\ n^2s-n^2(\frac{a+b}{2}-\frac{1}{n}) & : \frac{a+b}{2}-\frac{1}{n} \leq s \leq \frac{a+b}{2}\\ -n^2s+n^2(\frac{a+b}{2}+\frac{1}{n}) & : \frac{a+b}{2}\leq s \leq \frac{a+b}{2} + \frac{1}{n}\\ 0 & : \frac{a+b}{2}+\frac{1}{n} \leq s \leq b \end{array} \right.\\$
These functions are all continuous and $x'^{(n)}(\frac{a+b}{2})=n$
Then the integrals of these functions will be
$x^{(n)}(s)= \left\{ \begin{array}{lr} 0 & : a\leq s\leq \frac{a+b}{2}-\frac{1}{n}\\ \int_{\frac{a+b}{2}-\frac{1}{n}}^{s}n^2s-n^2(\frac{a+b}{2}-\frac{1}{n}) & : \frac{a+b}{2}-\frac{1}{n} \leq s \leq \frac{a+b}{2}\\ \frac{1}{2}+\int_{\frac{a+b}{2}}^{s}-n^2s+n^2(\frac{a+b}{2}+\frac{1}{n}) & : \frac{a+b}{2}\leq s \leq \frac{a+b}{2} + \frac{1}{n}\\ 1 & : \frac{a+b}{2}+\frac{1}{n} \leq s \leq b \end{array} \right.\\$
These are also all continuous and $||x^{(n)}||=1$.
And so finally we can conclude that $f$ cannot be bounded, since it can send an $x\in \mathcal{C}'[a,b]$ with $||x||=1$ to an arbitrarily large $r\in \mathbb{R}$.
I don't really like this proof, because when looking at those piecewise functions here it is far from immediately obvious that this is all correct. This is why I would like to: a) get some verification on the correctness, and b) see an alternative more elegant proof.
Thanks!
Your proof is correct, but as you suspect, is more elaborate than it needs to be. Your idea of taking a sequence of functions is solid though.
Consider the following: without loss of generality, take $a=-1$ and $b=1$. Take $$ x^{(n)}(t)= \arctan(nt) $$