Integration Basic

Basic (Undergraduate years 1-2)

Riemann, Improper, and Multiple Integrals

Overview

Riemann Integral Limit of Riemann sums Riemann sum Integrability Improper Integral a f(x) dx Convergence / Divergence Comparison test Multiple Integral D f(x,y) dA Iterated integral Fubini's theorem Change of Variables Jacobian Polar coordinates dA = r dr dθ

At the basic level, we study the foundations of the theory of integration in university mathematics. Whereas the introductory course focuses on computational techniques, from here on we treat integration rigorously: the precise definition of the Riemann integral, improper integrals involving infinite intervals or points of discontinuity, multiple integrals of functions of several variables, and change of variables (the Jacobian).

Learning Goals

  • Understand the definition of the Riemann integral and integrability conditions
  • Determine the convergence or divergence of improper integrals
  • Compute double and triple integrals
  • Apply change of variables and compute Jacobians

Table of Contents

  1. Chapter 1 Riemann Integral

    Partitions, Riemann sums, integrability

  2. Chapter 2 Improper Integral

    Infinite intervals, singularities, convergence tests

  3. Chapter 3 Double Integral

    Definition, iterated integrals, order of integration

  4. Chapter 4 Change of Variables

    Jacobian, polar coordinates, cylindrical coordinates

  5. Chapter 5 Triple Integral

    Volume, mass, spherical coordinates

  6. Chapter 6 Applications of Integration

    Centroid, moment of inertia, gamma function

Prerequisites

  • Content of Integration Introduction
  • Differentiation of functions of several variables (partial derivatives)
  • Basics of determinants

Basic Concepts

Riemann Sum

For a partition $P = \{x_0, x_1, \ldots, x_n\}$ and sample points $\xi_i \in [x_{i-1}, x_i]$:

$$S(f, P) = \displaystyle\sum_{i=1}^{n} f(\xi_i)(x_i - x_{i-1})$$

If, as the mesh $|P| = \max_i (x_i - x_{i-1})$ tends to $0$, the sums $S(f,P)$ converge to the same value $I$ regardless of how the sample points $\xi_i$ are chosen, then $f$ is Riemann integrable on $[a,b]$ and we set $\int_a^b f(x)\,dx = I$.

Fubini's Theorem

If $f$ is continuous on the rectangle $D = [a,b] \times [c,d]$, then:

$$\iint_D f(x,y)\,dA = \displaystyle\int_a^b \left(\displaystyle\int_c^d f(x,y)\,dy\right)dx = \displaystyle\int_c^d \left(\displaystyle\int_a^b f(x,y)\,dx\right)dy$$

Mere Riemann integrability of $f$ on $D$ does not guarantee that the inner integral exists for every $x$. (Example: the function equal to $1$ exactly when $x = 1/2$ and $y$ is rational is integrable on $D$, yet the inner integral at $x = 1/2$ does not exist.) The more general statement is treated from the intermediate level onwards.

Change of Variables Formula

For a $C^1$ map $T$ that is one-to-one on the interior and whose Jacobian does not vanish, writing $(x,y) = T(u,v)$:

$$\iint_D f(x,y)\,dx\,dy = \iint_{T^{-1}(D)} f(T(u,v)) \left|\dfrac{\partial(x,y)}{\partial(u,v)}\right| du\,dv$$

The Jacobian $\left|\dfrac{\partial(x,y)}{\partial(u,v)}\right|$ is the local factor by which area is magnified.

Reading Corner

Frequently Asked Questions

What do you learn in basic integral calculus?

You learn the definition of the Riemann integral and integrability conditions, the convergence and divergence of improper integrals (infinite intervals and discontinuous functions), the basics of multivariable integration (multiple integrals) with Fubini's theorem, and change of variables with the Jacobian. Computational techniques such as substitution and integration by parts are covered in the introductory course and are assumed here; the basic level treats the theoretical foundations of integration and its extension to several variables.

How does basic-level integration differ from the introductory course?

The introduction focuses on computational techniques for indefinite and definite integrals (substitution, integration by parts, and so on). The basic level takes these for granted and treats the rigorous definition of the Riemann integral and integrability conditions, the convergence and divergence of improper integrals, and multiple integrals of several variables together with Fubini's theorem and change of variables (the Jacobian). What distinguishes it from the introduction is that it goes beyond computation into the theoretical foundations of integration.

What is the limitation of the Riemann integral compared with the Lebesgue integral?

A bounded function is Riemann integrable exactly when its set of discontinuities has measure zero (Lebesgue's criterion). The Riemann integral is therefore limited to functions that are close to continuous, and the Dirichlet function, which is discontinuous at every point, is not Riemann integrable. The Lebesgue integral, based on measure theory, has the flexibility that changing the values of a function on a set of measure zero does not change the integral, and through the dominated convergence theorem and the monotone convergence theorem it can handle difficult problems in analysis.