2

Question: Let $f:[a.b]\to \Bbb R \in R[a,b]$ s.t. $f(x)>0 \ \forall x \in \Bbb R.$ Is $\int _a^b f(x)\,dx>0$ ?

What We thought: We know how to prove it for weak inequality, for strong inequality - no clue :-)

jreing
  • 3,297

2 Answers2

3

This is a surprisingly rough question! I don't think there's any easy way around using (or proving as part of the solution) that every Riemann integrable function on $(a,b)$ is continuous at at least one point. You can show this fairly easily using e.g. Darboux sums, but I would consider this beyond the scope of an introductory Calculus class... maybe another answer can fill in how one might easily see this?

In any case, let's say that $f$ is continuous at some point $p\in (a,b)$, with $f(p) = k > 0$. This means that there exists some $\delta > 0$ such that $|f(p+h) - k| < \frac{k}{2}$ for $|h| < \delta$. Let $L = \min(\delta, p-a, b-p) > 0$. Then $$\int_a^b f(x)\, dx \geq \int_{p-L}^{p+L} f(x)\, dx \geq \ldots$$ can you take it from there?

user7530
  • 49,280
  • Thanks for the answer, We did learn lower and upper Darboux sums, we thought maybe using reductio ad absurdum of I=0... By using these things do you think it's possible? – jreing Nov 05 '13 at 17:17
0

If f is continuous, we can argue like this, Let $m$ be the infemum of the function on$[a,b]$. show that $m \gt 0$ and $\int _a^b f(x)\,dx \gt m(b-a) \gt 0$

GA316
  • 4,324
  • 27
  • 50