$f$ is twice differentiable, $f(0)=f(1)=0$ and $f''$ is continuous. Prove that there exists $c\in[0,1]$ such that $$\int_0^1f(x)dx=-\frac1{12}f''(c).$$
I haven't progressed much on this problem. A lot of ideas came up to my mind but none seems to work. Obviously, this has something to do with mean value theorem. In fact, we only need to show that there exist $a,b\in[0,1]$ such that $\int_0^1f(x)dx=\frac{f'(a)-f'(b)}{a-b}$. By mean value theorem, there exists $c\in[a,b]$ such that $f''(c)=\frac{f'(a)-f'(b)}{a-b}$. But this does not seem to be the correct path, because we haven't used that $f''$ is continuous.
This leads to the second idea to show that $f''(x)$ attains some values below and above $\int_0^1f(x)dx$. So I think we need to work out some inequalities, which I don't have any idea.
Anyway, I just started learning calculus for a few weeks. This question is from the previous exam paper, it's the only question I can't solve. Any help is appreciated, thanks.
That being said, you may be so lost you have no idea of where to begin. That's ok too, just communicate that.
– Andrew Christianson Sep 14 '11 at 02:56what's interesting here is that $-\frac1{12}$ is the only constant that works. take $f(x)=x^2-x$ to convince yourself. but that's also what makes it difficult. where on earth does that strange $-\frac1{12}$ come from?
– rick Sep 14 '11 at 03:30possibly we can somehow adapt the proof of this mvt for integral. i'll try again.
– rick Sep 14 '11 at 03:54