Good day!
Need to prove the existence of $t\in [0,1]$ such that $$\int\limits_{0}^{t} f(x)\,dx = \frac{1}{2} \int\limits_{0}^{1} f(x)\,dx,$$ where $f$ is integrable.
My solution: $$F(t)=\int\limits_{0}^{t} f(x)\,dx-\frac{1}{2}\left(\int\limits_{0}^{t} f(x)\,dx +\int\limits_{t}^{1} f(x)\,dx\right)=\frac{1}{2} \int\limits_{0}^{t} f(x)\,dx-\frac{1}{2} \int\limits_{t}^{1} f(x)\,dx.$$
$$F(0)=- \int\limits_{0}^{1} f(x)\,dx,$$ $$F(1)= \int\limits_{0}^{1} f(x)\,dx.$$
If $F(t)$ is continuous than o.k.(Intermediate Value Theorem). It maybe a silly question, but.. if $f$ is integrable function, is a primitive for this function continuous?
I can't imagine a counterexample. And don't know what to do if $\int\limits_{0}^{1} f(x)\,dx=0$.Thanks.