Zondrina said:
Homework Statement
I'm curious about how to do something like this. My professor gave us a very simple example of how to prove f(x) = k is integrable on [1,3] for k in ℝ.
I'm trying to apply the same logic to any function so I can see how it works. So I guess I could state the problem as :
Suppose f(x) = x^2 + x, prove f is integrable on [2,5] by showing I = sup{sp} = inf{Sp} = J.
Homework Equations
sp is my underestimate and Sp is my overestimate.
The Attempt at a Solution
So first off we note :
mi = inf{ f(x) | x in [2,5] } = 6
Mi = sup{ f(x) | x in [2,5] } = 30
This is your error.
Let P be a partition of [2,5] with points of division 2 = x_0 < x_1 < \dots < x_{n-1} < x_n = 5, and let \delta_i = x_i - x_{i-1} for 1 \leq i \leq n. Then you should have
<br />
m_i = \inf \{x^2 + x : x \in [x_{i-1},x_i] \} = x_{i-1}^2 + x_{i-1} \\<br />
M_i = \sup \{x^2 + x : x \in [x_{i-1},x_i] \} = x_i^2 + x_i<br />
since x^2 + x is strictly increasing on [2,5].
Now
x_{i-1}(x_i-x_{i-1}) < \frac12(x_i+x_{i-1})(x_i-x_{i-1}) <br />
= \frac12 (x_i^2 - x_{i-1}^2) \\<br />
x_{i-1}^2(x_i- x_{i-1}) < \frac13(x_i^2 + x_i x_{i-1} + x_{i-1}^2)(x_i - x_{i-1}) <br />
= \frac13 (x_i^3 - x_{i-1}^3)<br />
and in the other direction
x_{i}(x_i-x_{i-1}) > \frac12(x_i+x_{i-1})(x_i-x_{i-1}) <br />
= \frac12 (x_i^2 - x_{i-1}^2) \\<br />
x_{i}^2(x_i- x_{i-1}) > \frac13(x_i^2 + x_i x_{i-1} + x_{i-1}^2)(x_i - x_{i-1}) <br />
= \frac13 (x_i^3 - x_{i-1}^3)<br />
so
<br />
s(P) = \sum m_i \delta_i =<br />
\sum x_{i-1}^2(x_i- x_{i-1}) + \sum x_{i-1}(x_i-x_{i-1}) < \sum \frac13 (x_i^3 - x_{i-1}^3) + \sum \frac12 (x_i^2 - x_{i-1}^2)\\ = \frac13(5^3 - 2^3) + \frac12 (5^2 - 2^2)<br />
by telescoping and similarly S(P) = \sum M_i \delta_i > \frac13(5^3 - 2^3) + \frac12 (5^2 - 2^2).
Since these limits are independent of \max \delta_i, we must have
<br />
\sup s(P) \leq \frac13(5^3 - 2^3) + \frac12 (5^2 - 2^2) \leq \inf S(P)<br />
Now one just has to prove equality.
It's slightly easier to prove for the Riemann integral: x^2 + x is continuous, so by the intermediate value theorem there exists z_i \in [x_i,x_{i-1}] such that
z_i^2 + z_i = \frac13(x_i^2 + x_ix_{i-1} + x_{i-1}^2) + \frac12(x_i + x_{i-1}).
Then
\sum_{i} (z_i^2 + z_i)(x_i - x_{r-1}) = \sum_{i} \frac13(x_i^3-x_{i-1}^3) <br />
+ \frac12 (x_i^2 - x_{i-1}^2) = \frac13(5^3 - 2^3) + \frac12(5^2 - 2^2)
and since the result is independent of \max \delta_i it must be the limit as \max \delta_i \to 0.
Of course I'd never have come up with those inequalities if I didn't already know the answer.