4 Integrals

Simply put an integral generates the area under a curve on the interval [a, b]. There are many different ways to calculate the area under a curve. Examples include right, left, and mid-point approximations. Using the area of smaller rectangles to roughly summarize the total area underneath the curve for a to b either by left, right, or mid-hand points, this type of approximation is known as Riemann sums. The fault of this kind of calculation is that it requires f(x) to be continuous and non-negative [35]. This is where definite integrals have the upper hand, f(x) need not be continuous and non-negative in order for integration to be able to calculate the area under the curve for f(x). The formal definition is as follows [35].

Definition.

Given f(x) is a function defined on the interval [a,b], then the definite integral of f(x) from a to b is denoted by

    \begin{equation*} \int_{a}^{b} {f(x) dx} = \lim_{n\rightarrow \infty}{\sum_{i=1}^{n} {f(x_i^*) {\vartriangle}x}} \end{equation*}

In the following graph we are given the line for the function f(x)=\sin\left( \frac{x}{2} \right). On the interval from (2,4) we have a shaded region between the curve and the x-axis. This shaded region is what we are solving for when we evaluate an integral.

Given this formal definition we can now introduce the Mean Value theorem [35].

Theorem: The Mean Value Theorem

If f(x) is continuous on the interval [a, b], then there is a c\in [a,b] such that

    \begin{equation*} f(c)=\frac{1}{a-b}\int_{a}^{b}{f(x) dx} \Rightarrow \int_{a}^{b} {f(x) dx}=f(c)(b-a). \end{equation*}

 

 

The objective of an integral is to anti-differentiate and solve for the function F(x) an interval (a,b). This is part one of the Fundamental Theorem of Calculus [35].

Theorem: Fundamental Theorem of Calculus, Part 1

If f(x) is a continuous function on [a,b], then the function F(x) is defined by

F(x) = \int_{a}^{x} f(x) dx, a\leq x\leq b such that F'(x) = f(x) on [a,b].

Consider an example involving this theorem.

 

Example:

Given the integral F(x) = \int_{0}^{x} \frac{t^3}{2} dt, by the fundamental theorem of calculus f'(x) = \frac{x^3}{2}.

The second part of the Fundamental Theorem of Calculus gives the formal definition for finding the area of a region with only the end points of the interval [35].

 

 

Theorem: Fundamental Theorem of Calculus, Part 2

If f(x) is continuous on the interval [a,b] and F(x) is the anti-derivative of f(x), then

    \begin{equation*} \int_{a}^{b} {f(x) dx} = F(b)-F(a). \end{equation*}

This may be considered one of the most important theorems in mathematics, as it allows us to quantify areas that may take many humans lifetimes to calculate if at all possible.

We will now proceed to the rules of integration, it should be noted that these rules bare many similarities to the rules given for differentiation. We begin with some of the most common integrals. As well, the constant C added to every integration solution is the unknown constant of the anti-derivative that needs to be considered because when f(x), containing constant C, is differentiated C'= 0 per the constant rule.

Constants

Let f(x)=a where a is a constant. The integral for f(x) is written as

    \begin{equation*} \int {a dx} = ax + C. \end{equation*}

Given the rule of constants under integration [37], we see we are, in a way, undoing the work of differentiation. Just as we took the derivative of f(x)=ax to find f'(x)=a. Under the constant rule for integration if f(x)=a then F(x)=ax+C, for f(x)=F'(x).

Variables

Consider f'(x) = x, by the integration of variables

    \begin{equation*} \int {x dx} = \frac{x^{2}}{2} + C. \end{equation*}

Under the rule for variables [37], we are essentially reversing the work of derivatives. This rule stands as a definition for the behavior of a variable as it undergoes integral evaluation. The next few rules are more definitions for the behavior of variables under different operations.

Reciprocals

Let f'(x) = \frac{1}{x}, then we write the integral as

    \begin{equation*} \int {\frac{1}{x} dx}= ln|x| + C. \end{equation*}

Here we can see that if we have a function that bares strong resemblance to \frac{1}{x}, or a function that can be simplified to the format, then we can apply the reciprocal rule to evaluate the integral  [37]. To best understand this law we can look at an example.

 

Example:

Given f(x)=\frac{5}{x}, evaluate the integral for f(x).

Per the Rule for reciprocals we start with the following integral and then move to simplify the integral by moving the 5 outside of the integral.

    \begin{equation*} \int{\frac{5}{x} dx}=5 \int{\frac{1}{x} dx} \end{equation*}

Now, we can move to integrate f(x) using our rule of reciprocals.

    \begin{equation*} 5\int{\frac{1}{x} dx}=5 ln|x| +C \end{equation*}

Thus we can see how a function f(x) of this format behaves under integration.

 

 

Exponents

Let f'(x) = e^{x}, \int {e^{x} dx} = e^{x} + C.

Now if we had a constant a such that f(x)=e^{ax} then we can integrate f(x) as follows [37].

    \begin{equation*} \int {e^{ax} dx}=\frac{1}{a}e^{ax}+C \end{equation*}

What we see from this integration that, just as the derivative of e^{x} resulted in e^{x} the antiderivative is thus e^{x}. The only exception is when there is a operations on x. If x has been multiplied by a constant or hase been put to the power of some n\in \mathbb{Z} then we must integrate the exponent as though we were taking the antiderivative with respect to x, utilizing integration behavior of the operations on x.

The Power Rule

Let f'(x) = x^{n} for n> -1, by the power rule [37]

    \begin{equation*} \int {x^{n} dx} = \frac{x^{n+1}}{n+1} + C. \end{equation*}

Again, the rules are meant to provide structure for how functions of a defined format are to behave under integration. The power rule provides an axiom for how a function with exponent n will perform under integration.

The Constant Rule

Let c be a constant then the integral for cf(x) is as follows [37]:

    \begin{equation*} \int {cf(x) dx} = c\int {f(x) dx} = c(F(x)) +C. \end{equation*}

As we can see from this definition the constant rule shows us that a constant multiple is not affected by an integral, it can be extracted from the integral and then multiplied to the result of the integral. In many cases we use this rule as a step to simplify the integral before evaluating.

The Sum Rule

Consider f(x) and g(x), by the sum rule for integration [37]. The integral of f(x)+g(x) is

    \begin{equation*} \int {f(x)+g(x) dx} = \int {f(x) dx} + \int {g(x) dx}. \end{equation*}

Just as we differentiated functions independently of one another when they were brought together under addition, the same is true for integration. There is nothing fancy about the integration of a function f(x), with multiple functions added together, to create f(x). Thus when we integrate we can do so in one or separately but the results will be equal to one another.

The Difference Rule

Again consider the functions f(x) and g(x), by the difference rule [37] the integral for f(x)-g(x) is

    \begin{equation*} \int {f(x)-g(x) dx} = \int{f(x) dx} - \int{g(x) dx}. \end{equation*}

As we mentioned in the sum rule for integration the same can be said for the difference rule. If we have a function f(x), made up of the difference between smaller functions, then we can either integrate f(x) under one integral or we can separate them as a way to simplify the integration. Either way the result will be the same.

Integration by Parts

We will briefly cover integration by parts [35] here as an introduction but will delve deeper in a later section. Integration by parts is utilized when f'(x) contains two functions multiplied together. Let u and v be independent functions such that

    \begin{equation*} \int{(uv') dx} = uv - \int{(vu') dx}. \end{equation*}

Integration by parts is vastly more complex than the basic rules we have covered thus far. This integration method utilizes the integration rules listed previously depending on the variables u and v. In mathematics, many times we are required to recognize the format of various functions in order to distinguish which method we will be applying to integrate the function. Integration by parts is also unique in that it, at times, my require many rounds of integration depending on the structure of \int{(vu') dx} and whether it can easily by integrated or if another integration by parts is necessary. Another form of integration, when a function may seem complex enough that it might take hours to properly integrate, is by substitution.

Integration by Substitution

There are cases where finding the anti-derivative of a function is very complex, this is where substitution comes in. Let u = g(x) such that g'(x) is continuous on the interval [a,b], let f(x) be continuous over the range of g(x) with F(x) = \int {f(x) dx} [35]. Then

    \begin{equation*} \int{f(g(x))g'(x) dx} = \int {f(u) du} = F(u) +C = F(g(x))+C. \end{equation*}

To better explain the process of integration by substitution we are given the following steps to solve the integral [35].

  1. Select the expression such that g(x) = u and find g'(x) = du.
  2. Now substitute u and du into the integral for g(x) and g'(x)dx, respectively.
  3. Evaluate the integral with respect to u.
  4. Once the integral has been evaluated rewrite the solution in terms of x by substituting g(x) back in for u.

We will continue the discussion of integration by substitution in regards to trigonometric functions later on in this section.

4.1 Integration by Parts

For every derivative there is an anti-derivative and as such there needs to be a method of integration to anti-differentiate a derivative found by the product rule of differentiation. This is where integration by parts can be introduced. The formal definition was given in the previous section as

    \begin{equation*} \int {(uv') dx} = uv - \int {(vu') dv}. \end{equation*}

Breaking this definition down, if we consider a function h(x) = f(x)g(x), by the product rule of differentiation, h'(x) = f'(x)g(x)+f(x)g'(x) [35]. We now need to anti-differentiate with respect to x. Using integration by parts we have

    \begin{equation*} \int {h'(x) dx} = \int {f'(x)g(x) + f(x)g'(x) dx}. \end{equation*}

Here we can actually apply the sum rule for integration

    \begin{equation*} \int {f'(x)g(x) + f(x)g'(x) dx} = \int {f'(x)g(x) dx} + \int {f(x)g'(x) dx} \end{equation*}

Now given that integration is finding the anti derivative we can set the integral equal to h(x) = f(x)g(x) and solve for \int {f(x)g'(x) dx} [35].

    \begin{equation*} \begin{split} f(x)g(x)& = \int {f'(x)g(x) dx} + \int {f(x)g'(x) dx}\\ \int {f(x)g'(x) dx}& = f(x)g(x) - \int{f'(x)g(x) dx} \end{split} \end{equation*}

Now, if we replace f(x) and g(x) with u and v respectively we get our formal definition.

    \begin{equation*} \int{uv' dx} = uv - \int{u'v dx} \end{equation*}

Let us consider some examples of this technique in application.

 

Example:

Consider the integral \int{xe^x dx} let u=x and v' = e^{x} such that v = e^{x}. By integration by parts we can rewrite the integral and solve.

    \begin{equation*} \begin{split} \int{xe^{x} dx}& = xe^{x} - \int{e^x dx}\\ \int{xe^{x} dx}& = xe^{x} - (e^{x} + C)\\ \int{xe^{x} dx}& = xe^{x} - e^{x} + C \end{split} \end{equation*}

Thus by integration by parts we have found \int{xe^{x} dx} = xe^{x} - e^{x} + C.

 

 

4.2 Trigonometric Substitution

We briefly introduced substitution in a previous section but will now continue with substitution with trigonometric functions. It is vital to know how to use trigonometric functions to substitute for expressions when integrating certain functions. Knowing the following substitutions and how to evaluate them will make integrating complex expressions involving the roots of quadratics far easier. Consider the three important trigonometric substitutions for integration [35].

  1. Consider the expression \sqrt{a^{2}-x^{2}}, then we let x=a\sin(\theta) such that

    \begin{equation*} \sqrt{a^{2}-(a\sin(\theta))^{2}} = \sqrt{a^{2}\cos(\theta)^{2}} = a\cos(\theta) \end{equation*}

  1. Consider the expression \sqrt{a^{2}+x^{2}}, then we let x=a\tan(\theta) such that

    \begin{equation*} \sqrt{a^{2}+(a\tan(\theta))^{2}} = \sqrt{a^{2}\sec(\theta)^{2}}= a\sec(\theta) \end{equation*}

  1. Consider the expression \sqrt{x^{2}-a^{2}}, then we let x=a\sec(\theta) such that

    \begin{equation*} \sqrt{(a\sec(\theta))^{2}-a^{2}}=\sqrt{a^{2}\tan(\theta)^{2}}=a\tan(\theta) \end{equation*}

Let us now visit an example to show how trigonometric substitution is applied and follows through after evaluation.

 

Example:

Given the integral

    \begin{equation*} \int{\frac{5}{(36 + x^{2})^{\frac{3}{2}}} dx} \end{equation*}

We instantly see from the expression in the denominator that a^{2} = 36 \Rightarrow a = 6 such that x = 6\tan(\theta) and dx = 6\sec(\theta)^{2} d\theta. Let us now substitute these new found expressions back into the integral and evaluate.

    \begin{equation*} \begin{split} \int{\frac{5}{(36 + x^{2})^{\frac{3}{2}}} dx}& = \int{\frac{5}{(36 + (6\tan(\theta))^{2})^{\frac{3}{2}}}\cdot 6\sec(\theta)^{2} d\theta}\\ &= 5\int{\frac{2\sec(\theta)^{2}}{(36\sec(\theta)^{2})^\frac{3}{2}} d\theta}\\ &= 5\int{\frac{6sec(\theta)^{2}}{(6\sec(\theta))^{3}} d\theta}\\ &= 5\int{\frac{6}{216\sec(\theta)} d\theta}\\ &= \frac{5}{36}\int{\cos(\theta) d\theta}\\ &= \frac{5}{36}(\sin(\theta) + C) \end{split} \end{equation*}

Now that we have evaluated the integral we must convert the solution back into terms of x. We know x = 6\tan(\theta) such that \theta = \tan^{-1}(\frac{x}{6}).

Consider a triangle then, with opposite side to the hypotenuse as x and adjacent side to the hypotenuse as 6, then the hypotenuse is \sqrt{x^{2}+36}.

Let \sin(\theta) be equivalent to the opposite side over the hypotenuse resulting in \sin(\theta)=\frac{x}{\sqrt{x^{2}+36}}. Then substitute this expression of x for \sin(\theta) and simplify.

    \begin{equation*} \begin{split} \frac{5}{36}(\sin(\theta) + C)& = \frac{5}{36}(\frac{x}{\sqrt{x^{2}+36}} + C)\\ &= \frac{5x}{36\sqrt{x^{2}+36}} +C \end{split} \end{equation*}

Thus we have found through trigonometric substitution that

    \begin{equation*} \int{\frac{5}{(36 + x^{2})^{\frac{3}{2}}} dx} = \frac{5x}{36\sqrt{x^{2}+36}} +C \end{equation*}

 

The following video offers a deeper look at integration by parts and trigonometric substitution, two of the more challenging integration methods. At the end of the video we will also be introduced to a real world application of integration.

 

License

Senior Seminar Online Portfolio Copyright © by Maggie M Schildt. All Rights Reserved.

Share This Book