14. Integration
Antidifferentiation
Antidifferentiation is the reverse process of differentiation.
If the derivative of [latex]x^2[/latex] is [latex]2x[/latex] , then we can say that an antiderivative of [latex]2x[/latex] is [latex]x^2[/latex]. That is to ask, what function must we differentiate to get [latex]2x[/latex]? The answer (or at least an answer) is [latex]x^2[/latex].
Just as we can state that if [latex]f(x) = x^2[/latex] , [latex]f'(x)=2x[/latex] , (that is the derivative of [latex]x^2[/latex] is [latex]2x[/latex]) , we could also say that if [latex]f(x)=2x[/latex] then [latex]F(x)=x^2[/latex] , (an antiderivative of [latex]2x[/latex] is [latex]x^2[/latex]).
Of course if you differentiate [latex]f(x)=x^2[/latex] , [latex]f(x)=x^2+1[/latex] , [latex]f(x)=x^2+2[/latex] , [latex]f(x)=x^2-3[/latex] etc. they all give you a derivative of [latex]f'(x)=2x[/latex]. So we can say that [latex]2x[/latex] has many antiderivatives.
In fact if [latex]f(x) = 2x[/latex] , there will be whole family of antiderivatives, represented by [latex]F(x) = x^2+c[/latex], where [latex]c\in\mathbb{R}[/latex], (that is, [latex]c[/latex] could be any real number).
Integration
Integration has many applications and can be used to find the area under the graph of a function. The Fundamental Theorem of Calculus shows us that, for practical purposes, the integral of a function is equivalent to the antiderivative of that function.
For example, [latex]\displaystyle\int2x[/latex] [latex]{dx}=x^2+c[/latex] where [latex]c[/latex] is some constant.
Note that the integral is written with the integral sign "[latex]\displaystyle\int[/latex]" before the function and the "[latex]{dx}[/latex] " after the function to show that it is the variable [latex]x[/latex] that is to be integrated. So the expression [latex]\displaystyle\int 2x\, dx[/latex] would be read as "the integral of [latex]2x[/latex], with respect to [latex]x[/latex]"
The process of integration can be more difficult than differentiation, but we have rules that we can use to help us find the integral.
Do you need this chapter?
Below is a quiz on Integration. If you can answer all these questions, then you can skip this chapter as you already have the requisite knowledge.
Quiz: Integration
1. Find [latex]\displaystyle \int x^2[/latex] [latex]dx.[/latex]
2. Perform the following integration, [latex]\displaystyle\int 4x^3-6x^2+8x+1[/latex] [latex]dx.[/latex]
3. Perform the following integration, [latex]\displaystyle\int \sqrt{x}[/latex] [latex]dx.[/latex]
4. Find [latex]\displaystyle\int\dfrac{2}{x}+e^{3x}[/latex] [latex]dx[/latex].
5. Find [latex]\displaystyle \int 3\cos 3x[/latex] [latex]dx[/latex] .
6. Perform the following integration, [latex]\displaystyle \int (3x+7)^7[/latex] [latex]dx[/latex] .
7. Evaluate [latex]\displaystyle\int_{1}^{2} 3x^2+6x+2[/latex] [latex]dx[/latex] .
8. Find [latex]\displaystyle \int_{0}^{\frac{π}{2}}\cos{x}[/latex] [latex]dx[/latex] .
Answers
1. [latex]\dfrac{x^3}{3}+c,\quad c\in\mathbb{R}[/latex]
2. [latex]x^4-2x^3+4x^2+x+c,\quad c\in\mathbb{R}[/latex]
3. [latex]\dfrac{2x \sqrt {x}}{3}+c,\quad c\in\mathbb{R}[/latex]
4. [latex]2\ln{x}+\dfrac{1}{3}e^{3x}+c,\quad c\in\mathbb{R}[/latex]
5. [latex]\sin{3x}+c,\quad c\in\mathbb{R}[/latex]
6. [latex]\dfrac{(3x+7)^8}{24}+c,\quad c\in\mathbb{R}[/latex]
7. [latex]18[/latex]
8. [latex]1[/latex]
If you need to review this topic, continue reading.
The First rule of integration
The first rule is for the integration of polynomial functions.
\begin{align*}\int x^n{dx}&=\dfrac{1}{n+1}x^{n+1}+c \quad n\neq-1\\
&=\dfrac{x^{n+1}}{n+1}+c \quad n\neq-1\\\end{align*}
where [latex]c[/latex] can be any real number (that is, [latex]c\in\mathbb{R}[/latex]).
In fact, this rule will work for any power of [latex]x[/latex] except for [latex]-1[/latex].
Take a look at the examples below and then try solving the questions in the exercise below.
Examples: Integration of polynomial functions
1. [latex]\displaystyle \int x \,dx=\displaystyle \int x^{-1}\,dx=\dfrac{1}{1+1}x^{1+1}+c =\dfrac{1}{2}x^{2}+c,\quad c\in\mathbb{R}.[/latex]
2. [latex]\displaystyle \int x^{2} \,dx=\frac{1}{3}x^{3}+c,\quad c\in\mathbb{R}.[/latex]
3. [latex]\displaystyle \int x^{3} \,dx=\dfrac{1}{4}x^{4}+c,\quad c\in\mathbb{R}.[/latex]
4. [latex]\displaystyle \int 2x^{2} \,dx=2\displaystyle \int x^{2}\,dx=2\left(\dfrac{1}{3}x^{3}\right)+c[/latex] [latex]=\dfrac{2}{3}x^{3}+c,\quad c\in\mathbb{R}.[/latex]
5. [latex]\displaystyle \int 3x \,dx=\displaystyle3 \int x^{0}\, dx = \displaystyle 3\int x^{0}\, dx = \dfrac{3}{1}x^{1}+c[/latex] [latex]=3x+c,\quad c\in\mathbb{R}.[/latex]
6. [latex]\displaystyle \int \left(3x^{3}+5x^{2}-7x+1\right) \,dx [/latex]
[latex]=\displaystyle \int 3x^{3}\,dx + \displaystyle \int 5x^{2}\,dx - \displaystyle \int 7x\,dx + \displaystyle \int 1 \,dx[/latex]
[latex]= 3\displaystyle \int x^{3}\, dx + 5 \displaystyle \int x^{2}\, dx - 7\displaystyle \int x \, dx + \displaystyle \int x^{0} \, dx[/latex]
[latex]=\dfrac{3}{4}x^{4}+\dfrac{5}{3}x^{3}-\dfrac{7}{2}x^{2}+\dfrac{1}{1}x^{1}+c[/latex]
[latex]=\dfrac{3}{4}x^{4}+\dfrac{5}{3}x^{3}-\dfrac{7}{2}x^{2}+x+c,\quad c\in\mathbb{R}.[/latex]
Note that each of these examples is using the rule [latex]\displaystyle \int x^n[/latex] [latex]{dx}=\dfrac{1}{n+1}x^{n+1}+c[/latex]
Note also that when a term is multiplied by a constant (a number), you can take that number out of the integral.
Also, when a number of terms are added or subtracted, you can integrate each term individually.
Now try the exercise below.
Exercise: Integration of polynomial functions
Perform the following integrations
1. [latex] \displaystyle \int x^{3}[/latex] [latex]{dx}.[/latex]
2. [latex]\displaystyle \int x^{3}-2x[/latex] [latex]{dx}.[/latex]
3. [latex]\displaystyle \int 2x^{4}+5x^{2}[/latex] [latex]{dx}.[/latex]
4. [latex]\displaystyle \int 3x^{2}-7x^{5}[/latex] [latex]{dx}.[/latex]
5. [latex]\displaystyle \int x^{2}-2+x[/latex] [latex]{dx}.[/latex]
6. [latex]\displaystyle \int 2x+2[/latex] [latex]{dx}.[/latex]
7. [latex]\displaystyle \int -6x^{3}+5x+2[/latex] [latex]{dx}.[/latex]
8. [latex]\displaystyle \int 9x^{6}-3x-4[/latex] [latex]{dx}.[/latex]
Answers
1. [latex]\dfrac{x^4}{4}+c,\quad c\in\mathbb{R}[/latex]
2. [latex]\dfrac{x^4}{4}-x^2+c,\quad c\in\mathbb{R}[/latex]
3. [latex]\dfrac{2x^5}{5}+\dfrac {5x^3}{3}+c,\quad c\in\mathbb{R}[/latex]
4. [latex]x^3 - \dfrac{7x^6}{6}+c,\quad c\in\mathbb{R}[/latex]
5. [latex]\dfrac{x^3}{3}-2x+\dfrac{x^2}{2}+c,\quad c\in\mathbb{R}[/latex]
6. [latex]{x^2}+2x+c,\quad c\in\mathbb{R}[/latex]
7. [latex]-\dfrac{3x^4}{2}+\dfrac{5x^2}{2}+2x+c,\quad c\in\mathbb{R}[/latex]
8. [latex]\dfrac{9x^7}{7}-\dfrac{3x^2}{2}-4x+c,\quad c\in\mathbb{R}[/latex]
This rule: [latex]\displaystyle \int x^n[/latex] [latex]{dx}=\dfrac{1}{n+1}x^{n+1}+c[/latex] can also be applied to negative and fractional powers (as long as [latex]n≠-1[/latex]).
Make sure that you know your index laws when dealing with negative or fractional indices. If necessary, refer to the index laws in the chapter on indices.
Examine the examples below and then complete the exercise.
Examples: Integration of functions with negative and fractional powers
1. [latex]\displaystyle \int x^{-3}[/latex] [latex]{dx}[/latex]
[latex]=\dfrac{1}{-3+1}x^{-3+1}+c[/latex]
[latex]=-\dfrac{1}{2}x^{-2}+c,\quad c\in\mathbb{R}.[/latex]
2. [latex]\displaystyle\int \dfrac{1}{x^{2}}[/latex] [latex]{dx}[/latex]
[latex]=\int x^{-2}[/latex] [latex]{dx}[/latex]
[latex]=\dfrac{1}{-1}x^{-1}+c[/latex]
[latex]=-\dfrac{1}{x}+c,\quad c\in\mathbb{R}.[/latex]
3. [latex]\displaystyle \int x^{\frac{1}{2}}[/latex] [latex]{dx}[/latex]
[latex]=\dfrac{1}{\left(\frac{1}{2}+1\right)}x^{\frac{1}{2}+1}+c[/latex]
[latex]=\dfrac{1}{\left(\frac{3}{2}\right)}x^{\frac{3}{2}}+c[/latex]
[latex]=\dfrac{2}{3}x^\frac{3}{2}+c,\quad c\in\mathbb{R}.[/latex]
&=2\int x^{2}\;dx+\int x^{-4}\;dx-\int x^{\frac{1}{2}}\;dx+\int3\;dx\\&=2\times\frac{x^{3}}{3}+\frac{x^{-3}}{-3}-\frac{x^{\frac{3}{2}}}{\left(\frac{3}{2}\right)}+3x+c\qquad c\in\mathbb{R}\\&=\frac{2x^{3}}{3}-\frac{1}{3x^{3}}-\frac{2x^{\frac{3}{2}}}{3}+3x+c\qquad c\in \mathbb{R}\\&=\frac{2x^{3}}{3}-\frac{1}{3x^{3}}-\frac{2x\sqrt{x}}{3}+3x+c\qquad c\in \mathbb{R}. \end{align*}
\end{align*}
Exercise: Integration of functions with negative and fractional powers
Perform the following integrations
1. [latex]\displaystyle \int \dfrac{1}{x^{3}}[/latex] [latex]{dx}.[/latex]
2. [latex]\displaystyle \int \dfrac{3}{x^{4}}[/latex] [latex]{dx}.[/latex]
3. [latex]\displaystyle\int 2\sqrt[3]{x}[/latex] [latex]{dx}.[/latex]
4. [latex]\displaystyle \int \dfrac{5}{x^{2}}+2x-\sqrt{x}+1[/latex] [latex]{dx}.[/latex]
Answers
1. [latex]-\dfrac{1}{2x^2}+c,\quad c\in\mathbb{R}.[/latex]
2. [latex]-\dfrac{1}{x^3}+c,\quad c\in\mathbb{R}.[/latex]
3. [latex]\dfrac{3x^\frac{4}{3}}{2}+c[/latex] or [latex]\dfrac{3x\sqrt[3]{x}}{2}+c,\quad c\in\mathbb{R}.[/latex]
4. [latex]-\dfrac{5}{x}+x^{2}-\dfrac{2x\sqrt{x}}{3}+x+c,\quad c\in\mathbb{R}.[/latex]
Rules of integration
There are many other types of functions, besides those that have powers of [latex]x[/latex], such as trigonometric and exponential functions. We have many rules that can be used to help us integrate these functions.
Some of these rules are listed in the table below.
| [latex]f(x)[/latex] | [latex]\displaystyle\int{f(x)}[/latex] [latex]{dx}[/latex] | [latex]f(x)[/latex] | [latex]\displaystyle\int{f(x)}[/latex] [latex]{dx}[/latex] |
| [latex]x^n[/latex] [latex]n\neq-1[/latex] | [latex]\dfrac{x^{n+1}}{n+1}+c[/latex] | [latex](ax+b)^n[/latex] [latex]n\neq-1[/latex] | [latex]\dfrac{(ax+b)^{n+1}}{a(n+1)}+c[/latex] |
| [latex]\sin x[/latex] | [latex]-\cos x+c[/latex] | [latex]\sin kx[/latex] | [latex]\dfrac{1}{k}\cos kx+c[/latex] |
| [latex]\cos x[/latex] | [latex]\sin x+c[/latex] | [latex]\cos kx[/latex] | [latex]\dfrac{1}{k}\sin kx+c[/latex] |
| [latex]\sec^2 x[/latex] | [latex]\tan x+c[/latex] | [latex]\sec^2kx[/latex] | [latex]\dfrac{1}{k}\tan kx+c[/latex] |
| [latex]\dfrac{1}{x}[/latex] | [latex]\ln x+c[/latex] | [latex]\dfrac{a}{x+b}[/latex] | [latex]a\ln (x+b)+c[/latex] |
| [latex]e^x[/latex] | [latex]e^x+c[/latex] | [latex]e^{kx}[/latex] | [latex]\dfrac{1}{k}e^{kx}+c[/latex] |
Examine the examples below and then use the formulas in the table to help you to complete the exercises.
Examples: The rules of integration
1. [latex]\displaystyle\int \left(6x^2+\sin{x}+3e^x+1\right)[/latex] [latex]{dx}[/latex]
[latex]=6\displaystyle\int x^2[/latex] [latex]{dx}[/latex] [latex]+\displaystyle\int\sin{x}[/latex] [latex]{dx}[/latex] [latex]+3\displaystyle\int {e^x}[/latex] [latex]{dx}[/latex] [latex]+\displaystyle\int{1}[/latex] [latex]{dx}[/latex]
[latex]=\dfrac{6x^{3}}{3}-\cos{x}+3e^x+x+c[/latex]
[latex]=2x^{3}-\cos{x}+3e^x+x+c,\quad c\in\mathbb{R}.[/latex]
2. [latex]\displaystyle\int \left(2x+1\right)^{2}[/latex] [latex]{dx}[/latex]
[latex]=\dfrac{\left(2x+1\right)^3}{2×3}+c[/latex]
[latex]=\dfrac{\left(2x+1\right)^3}{6}+c,\quad c\in\mathbb{R}.[/latex]
3. [latex]\displaystyle\int \left(7x-11\right)^{3}[/latex] [latex]{dx}[/latex]
[latex]=\dfrac{\left(7x-11\right)^4}{7×4}+c[/latex]
[latex]=\dfrac{\left(7x-11\right)^4}{28}+c,\quad c\in\mathbb{R}.[/latex]
4. [latex]\displaystyle\int e^{3x}[/latex] [latex]{dx}=\dfrac{1}{3}e^{3x}+c,\quad c\in\mathbb{R}.[/latex]
5. [latex]\displaystyle\int 2e^{2x}[/latex] [latex]{dx}[/latex] [latex]=2×\dfrac{1}{2}e^{2x}+c=e^{2x}+c,\quad c\in\mathbb{R}.[/latex]
6. [latex]\displaystyle\int {x^{-1}}[/latex] [latex]{dx}[/latex] [latex]=\int \dfrac{1}{x}[/latex] [latex]{dx}[/latex]
[latex]=\ln{x}+c,\quad c\in\mathbb{R}.[/latex]
7. [latex]\displaystyle\int \dfrac{3}{x}[/latex] [latex]{dx}[/latex] [latex]=3\displaystyle\int \dfrac{1}{x}[/latex] [latex]{dx}[/latex]
[latex]=3\ln{x}+c.[/latex]
or
[latex]\ln{x^3}+c,\quad c\in\mathbb{R}[/latex] (using log laws to simplify).
8. [latex]\displaystyle\int \dfrac{3}{x+1}[/latex] [latex]{dx}[/latex]
[latex]=3\int \dfrac{1}{x+1}[/latex] [latex]{dx}[/latex]
[latex]=3\ln{(x+1)}+c[/latex]
or [latex]\ln{(x+1)^3}+c,\quad c\in\mathbb{R}.[/latex]
9. [latex]\displaystyle\int \dfrac{2}{x-7}[/latex] [latex]{dx}[/latex]
[latex]=2\displaystyle\int \dfrac{1}{x-7}[/latex] [latex]{dx}[/latex]
[latex]=2\ln{(x-7)}+c[/latex]
or [latex]\ln{(x-7)^2}+c,\quad c\in\mathbb{R}.[/latex]
10. [latex]\displaystyle\int \sin{3x}[/latex] [latex]{dx}[/latex] [latex]=-\dfrac{1}{3}\cos{3x}+c ,\quad c\in\mathbb{R}.[/latex]
11. [latex]\displaystyle\int 3\cos{7x}[/latex] [latex]{dx}[/latex]
[latex]=3\displaystyle\int \cos{7x}[/latex] [latex]{dx}[/latex]
[latex]=3\dfrac{1}{7}\sin{7x}+c[/latex]
[latex]=\dfrac{3}{7}\sin{7x}+c,\quad c\in\mathbb{R}.[/latex]
12. [latex]\displaystyle\int 8x^3+\sin{2x}+6e^3x+\frac{7}{x+5}+2[/latex] [latex]{dx}[/latex]
[latex]=8\displaystyle\int x^3[/latex] [latex]{dx}[/latex] [latex]+\displaystyle\int\sin{2x}[/latex] [latex]{dx}[/latex] [latex]+6\displaystyle\int {e^{3x}}[/latex] [latex]{dx}[/latex] [latex]+7\displaystyle\int\frac{1}{x+5}[/latex] [latex]{dx}[/latex] [latex]+\displaystyle\int 2[/latex] [latex]{dx}[/latex]
[latex]=8×\dfrac{x^{4}}{4}-\dfrac{1}{2}\cos{2x}+6×\dfrac{1}{3}e^{3x}+7×\ln{\left(x+5\right)}+2x+c[/latex]
[latex]=2x^{4}-\dfrac{1}{2}\cos{2x}+2e^{3x}+\ln{(x+5)^7}+2x+c,\quad c\in\mathbb{R}.[/latex]
Exercise: The rules of integration
Perform the following integrations
1. [latex]\displaystyle\int \left( 3\cos{2x}+e^x+\frac{1}{x}\right)\,dx.[/latex]
2. [latex]\displaystyle\int (3x+2)^{3}[/latex] [latex]{dx}.[/latex]
3. [latex]\displaystyle\int (x-11)^{7}[/latex] [latex]{dx}.[/latex]
4. [latex]\displaystyle\int 2e^{6x}[/latex] [latex]{dx}.[/latex]
5. [latex]\displaystyle\int {3x^{-1}}[/latex] [latex]{dx}.[/latex]
6. [latex]\displaystyle\int \dfrac{3}{2x}[/latex] [latex]{dx}.[/latex]
7. [latex]\displaystyle\int \dfrac{2}{x+9}[/latex] [latex]{dx}.[/latex]
8. [latex]\displaystyle\int \dfrac{4}{x-1}[/latex] [latex]{dx}.[/latex]
9. [latex]\displaystyle\int \sin{5x}[/latex] [latex]{dx}.[/latex]
10. [latex]\displaystyle\int 6x^5+4\sin{2x}+6e^{2x}-\frac{8}{x}[/latex] [latex]{dx}.[/latex]
Answers
1. [latex]\dfrac{3}{2}\sin{2x}+e^x+\ln{x}+c,\quad c\in\mathbb{R}[/latex]
2. [latex]\dfrac{1}{12}(3x+2)^4+c,\quad c\in\mathbb{R}[/latex]
3. [latex]\dfrac{(x-11)^8}{8}+c,\quad c\in\mathbb{R}[/latex]
4. [latex]\dfrac{1}{3}e^{6x}+c,\quad c\in\mathbb{R}[/latex]
5. [latex]\ln{x^3}+c,\quad c\in\mathbb{R}[/latex]
6. [latex]\ln{x^{\left(\frac{3}{2}\right)}}+c,\quad c\in\mathbb{R}[/latex]
7. [latex]\ln{(x+9)^2}+c,\quad c\in\mathbb{R}[/latex]
8.[latex]\ln{(x-1)^4}+c,\quad c\in\mathbb{R}[/latex]
9. [latex]-\dfrac{1}{5}\cos{5x}+c ,\quad c\in\mathbb{R}[/latex]
10. [latex]x^6-2\cos{2x}+3e^{2x}-8\ln{x}+c ,\quad c\in\mathbb{R}[/latex]
When we are differentiating functions, we often need to use the Product Rule or the Quotient Rule or the Chain Rule. These rules do not apply for antidifferentiation (integration), but there are certain techniques such as integration by substitution, integration by parts and integration using partial fractions, that can be used to integrate more complex functions. These techniques are not covered in this book, but may be taught in your engineering or science program.
Definite integrals
In all of the examples so far, the integral of a function, gives us another function. These are known as "indefinite integrals".
It is also possible to evaluate an integral and find a specific value. This is known as a "definite integral".
For a function [latex]f(x)[/latex] suppose we can write an antiderivative [latex]\displaystyle\int f(x)[/latex] [latex]dx[/latex][latex]=F(x)[/latex]. We then define a definite integral of a function [latex]f(x)[/latex] from [latex]a[/latex] to [latex]b[/latex] with respect to [latex]x[/latex] using the notation:
\begin{align*}
\int_{a}^{b}f \left(x \right)dx&=\left[F\left(x \right)\right]_{a}^{b}\\
&=F\left(b \right)-F\left(a \right)\\
\end{align*}
where we assume [latex]f(x)[/latex] is defined for all [latex]x[/latex] in the interval [latex][a,b][/latex]. We call [latex]a[/latex] the lower limit of integration and [latex]b[/latex] the upper limit of integration. The notation [latex]\left[F(x)\right]_{a}^{b}[/latex] means substitute [latex]x=b[/latex] and [latex]x=a[/latex] into [latex]F(x)[/latex] and then subtract the values. (This eliminates the constant of integration [latex]c[/latex]).
Examples: Definite integrals
- [latex]\displaystyle\int_{1}^{2}(x^3)[/latex] [latex]dx[/latex]
[latex]=\left[\dfrac{x^4}{4}\right]_{1}^{2}[/latex]
[latex]=\left(\dfrac{2^4}{4}\right)-\left(\dfrac{1^4}{4}\right)[/latex]
[latex]=\dfrac{16}{4}-\dfrac{1}{4}[/latex]
[latex]=\dfrac{15}{4}.[/latex]
2. [latex]\displaystyle\int_{0}^{3}(e^{2x})[/latex] [latex]dx[/latex]
[latex]=\left[\dfrac{1}{2}e^{2x}\right]_{0}^{3}[/latex]
[latex]=\left(\dfrac{1}{2}e^{2×3}\right)-\left(\dfrac{1}{2}e^{2×0}\right)[/latex]
[latex]=\dfrac{1}{2}(e^6-e^0)[/latex]
[latex]=\dfrac{1}{2}(e^6-1).[/latex]
3. [latex]\displaystyle\int_{0}^{\frac {π}{2}}\sin{x}[/latex] [latex]dx[/latex]
[latex]=\big[-\cos{x}\big]_{0}^{\frac {π}{2}}[/latex]
[latex]=(-\cos{\dfrac {π}{2}})-(-\cos{0})[/latex]
[latex]=0+1[/latex]
[latex]=1.[/latex]
4. [latex]\displaystyle\int_{-1}^{1}(x^2-1)[/latex] [latex]dx[/latex]
[latex]=\left[\dfrac{x^3}{3}-x\right]_{-1}^{1}[/latex]
[latex]=\left(\dfrac{1^3}{3}-1\right)-\left(\dfrac{(-1)^3}{3}-(-1)\right)[/latex]
[latex]=\left(\dfrac{1}{3}-1\right)-\left(\dfrac{-1}{3}+1\right)[/latex]
[latex]=\dfrac{1}{3}-1+\dfrac{1}{3}-1[/latex]
[latex]=\dfrac{2}{3}-2[/latex]
[latex]=\dfrac{2}{3}-\dfrac{6}{3}[/latex]
[latex]=-\dfrac{4}{3}.[/latex]
5. [latex]\displaystyle\int_{1}^{3}\left(x^2+\dfrac{1}{x}\right)[/latex] [latex]dx[/latex]
[latex]=\left[\dfrac{x^3}{3}+\ln{x}\right]_{1}^{3}[/latex]
[latex]=\left(\dfrac{3^3}{3}+\ln{3}\right)-\left(\dfrac{1^3}{3}+\ln{1}\right)[/latex]
[latex]=\left(\dfrac{27}{3}+\ln{3}\right)-\left(\dfrac{1}{3}+0\right)[/latex]
[latex]=9+\ln{3}-\dfrac{1}{3}[/latex]
[latex]=\dfrac{26}{3}+\ln{3}.[/latex]
Now try this exercise.
Exercise: Definite integrals
Evaluate the following definite integrals.
1. [latex]\displaystyle\int_{0}^{2}(x^2+2x+2)[/latex] [latex]dx.[/latex]
2. [latex]\displaystyle\int_{-1}^{1}(2e^{3x})[/latex] [latex]dx.[/latex]
3. [latex]\displaystyle\int_{-\frac{π}{4}}^{\frac {π}{4}}2\cos{2x}[/latex] [latex]dx.[/latex]
4. [latex]\displaystyle\int_{1}^{2}\dfrac{1}{x}[/latex] [latex]dx.[/latex]
5. [latex]\displaystyle\int_{0}^{3}(x+\sin x+1)[/latex] [latex]dx.[/latex]
Answers
1. [latex]\dfrac{32}{3}[/latex] or [latex]10\frac{2}{3}[/latex]
2. [latex]\dfrac{2}{3}\left(e^{3}-\dfrac{1}{e^{3}}\right)[/latex]
3. [latex]2[/latex]
4. [latex]\ln{2}[/latex]
5. [latex]\left(\dfrac{17}{2}-\cos{3}\right)≈9.49[/latex]
Key takeaways
- Integration is the equivalent of antidifferentiation, that is, the reverse process to differentiation.
- The integral of a function can be found by using a list of standard Integrals along with other advanced methods such as substitution and integration by parts.
- An indefinite integral gives a result that is a function, a definite integral gives us a numerical answer.
- Integration has many applications, in particular it can be used to find the area under the graph of a function.