Integration Basic

Basic (Undergraduate years 1-2)

Riemann, Improper, and Multiple Integrals

Overview

Riemann Integral Limit of Riemann sums Riemann sum Integrability Improper Integral $\int_a^\infty f(x)\,dx$ Convergence / Divergence Comparison test Multiple Integral $\iint_D f(x,y)\,dA$ Iterated integral Fubini's theorem Change of Variables Jacobian Polar coordinates $dA = r\,dr\,d\theta$

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\}$:

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

The limit as the partition is refined is the Riemann integral.

Fubini's Theorem

If $f$ is integrable on $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$$

Change of Variables Formula

When $(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, basic integration techniques (substitution, integration by parts, integration of rational functions), convergence and divergence of improper integrals (infinite intervals and discontinuous functions), and the basics of multivariable integration (multiple integrals) together with Fubini's theorem. Both computational techniques and theoretical foundations are covered.

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?

The Riemann integral is limited to functions that are close to continuous (bounded, with a set of discontinuities of measure zero). Functions such as the Dirichlet function, whose discontinuities are dense, are not Riemann integrable. The Lebesgue integral, based on measure theory, adopts the flexible principle 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 monotone convergence theorem it can handle difficult problems in analysis.