Intuition

Intuitively, the integral of a function is the area under the curve. Let’s try approximating it.

First, we define

[!math|{“type”:“definition”,“number”:“auto”,“setAsNoteMathLink”:false,“title”:“Partition”,“label”:“partition”,“_index”:0}] Definition 1 (Partition). A partition of is a collection of points .

[!math|{“type”:“definition”,“number”:“auto”,“setAsNoteMathLink”:false,“title”:“Step Function”,“label”:“step-function”,“_index”:1}] Definition 2 (Step Function). A function defined on is a step function if there is a partition and constants s.t. for and .

If we approximate a function as a step function for a given partition, we get that the integral is

This approximation is a Riemann sum. It is equivalent to splitting up the area under the curve as rectangles, and then summing the areas of the rectangles.

If we choose , where is the infimum of the function for a given interval, then we get the lower Riemann Sum:

If we choose , then we get the upper Riemann Sum:

Formal Definition

To define integration formally, we need more definitions.

[!math|{“type”:“definition”,“number”:“auto”,“setAsNoteMathLink”:false,“title”:“Refinement”,“label”:“refinement”,“_index”:2}] Definition 3 (Refinement). If are partitions of , is a refinement of iff the set of points in is contained in the sets of points in .

Note that have a common refinement . Considering common refinements, we can show that the sum and product of step functions are step functions.

[!math|{“type”:“definition”,“number”:“auto”,“setAsNoteMathLink”:false,“title”:“Span”,“label”:“span”,“_index”:3}] Definition 4 (Span). If is bounded on , its span is , where and are the supremum and infimum.

Now, we can define

[!math|{“type”:“definition”,“number”:“auto”,“setAsNoteMathLink”:false,“title”:“Integrable”,“label”:“integrable”,“_index”:4}] Definition 5 (Integrable). A bounded function on is integrable iff for every , there is a partition s.t. the sum

Notice that is the difference between the upper Riemann sum and the lower Riemann sum.

Provided there is a sequence of partitions s.t. , the function is (Riemann) integrable.

Riemann Sum-Based Definition

Notice that if is a refinement of , then

Define the sets

[!math|{“type”:“lemma”,“number”:“auto”,“setAsNoteMathLink”:false,“_index”:5}] Lemma 6. called the lower integral of . called the upper integral of f called the upper integral of .

\begin{proof} We will show is bounded above and . Suppose are partitions of . Let be a common refinement. Then,

Thus, is bounded above by and is bounded below by . \end{proof} Note that

[!math|{“type”:“lemma”,“number”:“auto”,“setAsNoteMathLink”:false,“title”:“Integrable”,“label”:“integrable”,“_index”:6}] Lemma 7 (Integrable). A bounded function is integrable over iff .

\begin{proof} If is integrable, then can be arbitrarily small, so .

Conversely, if , then for any , exists s.t. . Taking a common refinement , we get

so is integrable. \end{proof}

When , the integral of is .

Definite Integral

  • definite integral
  • b/c definite value
  • is integrand
  • is lower limit
  • is upper limit
  • generally

Properties

[!math|{“type”:“proposition”,“number”:“auto”,“setAsNoteMathLink”:false,“title”:“Sum”,“label”:“sum”,“_index”:7}] Proposition 8 (Sum). If are integrable over ,

\begin{proof} First, note that

Then, for any partition ,

Then,

But since and are both integrable, and , so

which means

\end{proof}

Similarly,

[!math|{“type”:“proposition”,“number”:“auto”,“setAsNoteMathLink”:false,“title”:“Product of Integrable Functions and a Constant”,“label”:“product-of-integrable-functions-and-a-constant”,“_index”:8}] Proposition 9 (Product of Integrable Functions and a Constant). If is integrable over , so is and

[!math|{“type”:“proposition”,“number”:“auto”,“setAsNoteMathLink”:false,“_index”:9}] Proposition 10. If with , is integrable on iff is integrable on and , and

\begin{proof} Given partitions of , is a partition of . Conversely, if is a partition of we can refine it by adding and get a partition of the form . Then, using the sum of upper or lower integrals, we can prove that the integrals are equal. \end{proof}

Techniques

  • integration by substitution
  • integration by parts

Integration by Substitution

Let be a function that is differentiable on an open interval including with continuous on . If is continuous on , then

\begin{proof} Let be a primitive of (this exists because continuous functions on closed intervals are always integrable). By Second Fundamental Theorem of Calculus,

Chain rule gives

Applying the Second Fundamental Theorem of Calculus again, we get

\end{proof}

Integration by Parts

Let be differentiable functions on an open interval containing s.t. are continuous on . Then,

\begin{proof} By product rule,

Rearranging,

Integrating and using the second fundemental theorem, we get

\end{proof}

Polar Coordinates

If is an angular sector bounded by , and with , then its area is

We apply the same concept to an area bounded by a radial set bounded by .

Let be a radial set bounded by , where is integrable on and , Then,

\begin{proof} Fix a partition

For every integer , let

Denote as the angular sectors with radii between and . Then,

and, similarly,

Therefore,

Since is integrable, and converge to a common limit, which is

as required. \end{proof}

Improper Integrals

Let be a function defined on the interior of an interval s.t. either or becomes unbounded as . Suppose is finite and is defined. Then, exists if

  1. for every , is integrable on .

Then,

The same applies for :

Both of the above limits are improper integrals.