2.1 Riemann Sums and the Fundamental Theorem of Calculus
Key Takeaways
- A bounded function f on [a, b] is Riemann integrable if and only if for every ε > 0, there exists a partition P such that U(f, P) - L(f, P) < ε; by Lebesgue's criterion, this is equivalent to the set of discontinuities having measure zero.
- The Fundamental Theorem of Calculus Part 1 establishes that F(x) = ∫_a^x f(t) dt is continuous on [a, b] and differentiable with F'(x) = f(x) at every continuity point of f.
- Leibniz's Integral Rule for variable limits dictates d/dx ∫_{u(x)}^{v(x)} f(t) dt = f(v(x)) v'(x) - f(u(x)) u'(x), requiring the multivariable chain rule when f explicitly depends on x.
- The Mean Value Theorem for Definite Integrals guarantees that for a continuous function on [a, b], there exists c in (a, b) such that f(c) = 1/(b - a) ∫_a^b f(x) dx.
- GRE problems frequently evaluate limits of Riemann sums by converting them to definite integrals via lim_{n -> ∞} 1/n ∑_{k=1}^n g(k/n) = ∫_0^1 g(x) dx.
2.1 Riemann Sums and the Fundamental Theorem of Calculus
Riemann integration forms the theoretical bedrock of accumulation and area in single-variable calculus. On the GRE Mathematics Subject Test, questions in this domain evaluate both theoretical real analysis principles (Darboux sums, partition refinements, and Lebesgue's integrability theorem) and advanced computational techniques (Leibniz differentiation of parameter-dependent integrals and summation limit conversions). Navigating this section successfully requires understanding how continuity, integrability, and differentiability interlock.
Partitions, Darboux Sums, and Integrability
Let $[a, b] \subset \mathbb{R}$ be a closed, bounded interval. A partition $P$ of $[a, b]$ is a finite ordered set of points: The width of the $i$-th subinterval $[x_{i-1}, x_i]$ is denoted $\Delta x_i = x_i - x_{i-1}$, and the mesh (or norm) of the partition is $|P| = \max_{1 \le i \le n} \Delta x_i$.
Let $f: [a, b] \to \mathbb{R}$ be a bounded function. On each subinterval $[x_{i-1}, x_i]$, define the local infimum and supremum: The Lower Darboux Sum $L(f, P)$ and Upper Darboux Sum $U(f, P)$ are defined by: For any partition $P$, $m(b - a) \le L(f, P) \le U(f, P) \le M(b - a)$, where $m = \inf_{[a, b]} f$ and $M = \sup_{[a, b]} f$. A partition $P'$ is a refinement of $P$ if $P \subseteq P'$. Adding refinement points can only increase lower sums and decrease upper sums: Consequently, for any two arbitrary partitions $P_1$ and $P_2$, $L(f, P_1) \le U(f, P_2)$.
The lower Darboux integral and upper Darboux integral are defined respectively by: A bounded function $f$ is defined to be Riemann integrable on $[a, b]$ (denoted $f \in \mathcal{R}[a, b]$) if and only if: When this equality holds, the common value is the definite Riemann integral, denoted $\int_a^b f(x),dx$.
The Darboux Integrability Criterion
A bounded function $f$ is Riemann integrable on $[a, b]$ if and only if for every $\varepsilon > 0$, there exists a partition $P$ of $[a, b]$ such that:
Lebesgue's Criterion for Riemann Integrability
A bounded real-valued function $f$ on $[a, b]$ is Riemann integrable if and only if its set of discontinuities $D_f = {x \in [a, b] : f \text{ is discontinuous at } x}$ has Lebesgue measure zero.
- Every continuous function on $[a, b]$ is Riemann integrable.
- Every monotonic function on $[a, b]$ has at most countably many jump discontinuities (which has measure zero) and is therefore Riemann integrable.
- Functions with countably many discontinuities (such as Thomae's popcorn function) are Riemann integrable.
- The Dirichlet indicator function $\mathbf{1}_{\mathbb{Q}}$ is discontinuous at every point in $[a, b]$. Because $\mathbb{R} \setminus \mathbb{Q}$ and $\mathbb{Q}$ are both dense, $U(f, P) = b - a$ and $L(f, P) = 0$ for every partition $P$, making it not Riemann integrable.
Fundamental Properties of the Definite Integral
For any functions $f, g \in \mathcal{R}[a, b]$ and constants $\alpha, \beta \in \mathbb{R}$:
- Linearity: $\int_a^b (\alpha f(x) + \beta g(x)),dx = \alpha \int_a^b f(x),dx + \beta \int_a^b g(x),dx$.
- Interval Additivity: For any $c \in [a, b]$, $\int_a^b f(x),dx = \int_a^c f(x),dx + \int_c^b f(x),dx$.
- Monotonicity: If $f(x) \le g(x)$ for all $x \in [a, b]$, then $\int_a^b f(x),dx \le \int_a^b g(x),dx$.
- Triangle Inequality: $\left| \int_a^b f(x),dx \right| \le \int_a^b |f(x)|,dx$.
The Fundamental Theorem of Calculus
FTC Part 1: Differentiation of Accumulation Functions
Let $f \in \mathcal{R}[a, b]$ and define the accumulation function $F: [a, b] \to \mathbb{R}$ by:
- $F$ is uniformly continuous on $[a, b]$. If $|f(t)| \le M$, then $|F(x) - F(y)| \le M|x - y|$, proving $F$ is Lipschitz continuous.
- If $f$ is continuous at a point $x_0 \in (a, b)$, then $F$ is differentiable at $x_0$, and $F'(x_0) = f(x_0)$.
Leibniz Integral Rule (Variable Limits and Parameters)
When the integration limits are differentiable functions $u(x)$ and $v(x)$, applying the chain rule to $F(x) = \int_{u(x)}^{v(x)} f(t),dt$ yields: If the integrand also depends explicitly on $x$, Leibniz's general formula incorporates differentiation under the integral sign:
FTC Part 2: The Evaluation Theorem
If $f: [a, b] \to \mathbb{R}$ is continuous on $[a, b]$ and $F$ is any antiderivative of $f$ on $[a, b]$ (meaning $F'(x) = f(x)$ for all $x \in (a, b)$), then:
The Mean Value Theorem for Definite Integrals
If $f: [a, b] \to \mathbb{R}$ is continuous, there exists at least one point $c \in (a, b)$ such that: The value $f_{\text{avg}} = \frac{1}{b - a} \int_a^b f(x),dx$ defines the average value of $f$ on $[a, b]$.
GRE Exam Pattern: Limits of Riemann Sums
A classic GRE Subject Test question presents a discrete limit of sums and requires converting it into an equivalent Riemann integral over $[0, 1]$: To recognize this structure:
- Factor out $\frac{1}{n}$ from the general term to represent the differential $dx$.
- Group the remaining expression in terms of $\frac{k}{n}$, which corresponds to the continuous variable $x$.
- Set the limits of integration to $0$ and $1$ (for $k = 1, \dots, n$) and evaluate the resulting definite integral.
Integrability Classes Comparison
| Function Class | Hypothesis on $[a, b]$ | Riemann Integrable? | Analytical Justification |
|---|---|---|---|
| Continuous | $f \in C[a, b]$ | Always | Uniformly continuous by Heine-Cantor; $U - L < \varepsilon$ |
| Monotone | Monotonically increasing or decreasing | Always | Discontinuities are at most countable; measure zero |
| Piecewise Continuous | Finitely many jump discontinuities | Always | Discontinuities form a finite set (measure zero) |
| Thomae Function | $f(p/q) = 1/q$, $f(x) = 0$ on irrationals | Always | Continuous on irrationals; discontinuous on rationals (measure zero) |
| Dirichlet Function | $f = 1$ on $\mathbb{Q}$, $f = 0$ on $\mathbb{R} \setminus \mathbb{Q}$ | Never | $U(f, P) = b - a$ while $L(f, P) = 0$ for all $P$ |
Worked Problem: Leibniz Rule with Variable Limits
Problem: Find $G'(1)$ where $G(x) = \int_{x}^{x^2} \sqrt{1 + t^3},dt$. Solution: Here $f(t) = \sqrt{1 + t^3}$, lower limit $u(x) = x$, and upper limit $v(x) = x^2$. By Leibniz's rule: Evaluating at $x = 1$:
Common GRE Traps & Pitfalls
- Omission of the inner derivative: When applying Leibniz's rule to $\int_0^{x^2} e^{-t^2},dt$, writing $e^{-x^4}$ instead of $2x e^{-x^4}$ overlooks the chain rule factor $v'(x)$.
- Blindly applying FTC Part 2 across singularities: Evaluating $\int_{-1}^1 \frac{1}{x^2},dx = \left[-\frac{1}{x}\right]_{-1}^1 = -1 - (1) = -2$ produces a negative value for a strictly positive function because the integrand has an infinite discontinuity at $x = 0$, violating the continuity hypothesis of FTC.
- Overlooking integrand variable dependence: When differentiating $\int_0^x x \cos(t),dt$, one must either pull $x$ outside the integral first or apply the partial derivative term in Leibniz's general rule.
What is the derivative with respect to x of F(x) = ∫_{x^2}^{x^3} √(1 + t^4) dt evaluated at x = 1?
What is the value of the limit lim_{n -> ∞} ∑_{k=1}^n n / (n^2 + k^2)?
Let f: [0, 2] -> ℝ be defined by f(x) = 1 if x = 1/k for some positive integer k ≥ 1, and f(x) = 0 otherwise. Which of the following statements is correct regarding the Riemann integrability and integral value of f on [0, 2]?