0
$\begingroup$

I am having trouble with this problem. Can anyone help me? I think I have to show that any sequence of Riemann sums, with the maximum length of an interval going to 0, converges to the same thing.

Let f:[0,2] -> be defined by f(x) =: 1 if x does not equal 1 and f(1):=0. Show that f is integrable on [0.2] and calculate its integral.

Thanks!

  • 0
    Given a maximum mesh size $\epsilon$, can you calculate the maximum upper sum?2012-11-14

1 Answers 1

1

To show Riemann integrability, it suffices for any $\epsilon > 0$ to find a partition of $[0,2]$ over which the upper and lower sums differ by at most $\epsilon$.

In this case, $[0, 1 - \frac{\epsilon}{2}], [1 - \frac{\epsilon}{2}, 1 + \frac{\epsilon}{2}], [1 + \frac{\epsilon}{2}, 2]$ will work, since the lower sum is zero and the upper $\epsilon$.

  • 0
    yeah it's 0, since the lower sums were all 0, and the upper sums got arbitrarily small! (maybe draw a picture if this intuitive yet...basically the function is flat at 0 except for one blip with negligible volume...the fiddling with $\epsilon/2$ is exactly capturing the intuition of negligible volume)2012-11-16