0

I need to prove or disprove this fact

If $f$ is integrable on $[a,b]$, then there exists a number $c$ in the open interval $(a,b)$ such that

$$\int_a^c f(x) \, dx = \int_c^b f(x) \,dx$$

I have tried to use this property

$$\int_a^b f(x) \, dx = \int_a^c f(x) \,dx + \int_c^b f(x) \,dx $$

but I am not able to prove it or find a counterexample

Thanks in advance

2 Answers2

2

Think about the function $F(t) = \int_a^t f(x)dx$. It is continuous. Now apply the intermediate value theorem with the constant $\frac12\int_a^b f(x)dx$.

Gregory Grant
  • 14,874
1

For all $c \in [a,b]$, let $$ g(c) = \int_a^c f(x)dx - \int_c^b f(x) dx. $$ The function $g$ is continuous on $[a,b]$. Moreover $g(a)$ and $g(b)$ are of opposite signs. The conclusion follows from the Intermediate value theorem.

Siméon
  • 10,664
  • 1
  • 21
  • 54