We got introduced to the concept of earlier. Here we will learn about the various rules that apply to integration and some of the fundamental methods to integrate various functions.
I. Rules Of Integration
The following rules apply to integrations and are commonly used for solving integration problems.
$\displaystyle \int k \cdot f(x)dx = k \int f(x)dx$ for any constant $k$
The following sections explain different methods of finding integrals.
II. Integration Using Anti-Derivatives
We saw earlier, that integration is an inverse operation of differentiation. Therefore, if the given problem can be mapped to a well know derivation problem then it can be solved directly using anti-derivatives.
For example, if we were to find the integration:
$\displaystyle \int x^m dx$
-----------book page break-----------
We know that $\dfrac{d}{dx} x^n = nx^{n-1}$
Substituting $m = n - 1$ in the above equation, we get:
In this approach, if the function that needs to be integrated does not have a direct known anti-derivative form, in some cases, substituting independent variable function form can help solve the problem.
That is if we are finding $\displaystyle \int f(x)dx$ where $f(x)$ is not a well-known anti-derivative, then we can investigate substituting:
$x = g(z)$ and perform the following steps.
$\dfrac{dx}{dz} = g'(z)$
$\Rightarrow dx = g'(z)dz$
Substituting this in our original integration problem, we get:
$\displaystyle \int f(x)dx$
$\displaystyle \int f(g(z)) g'(z)dz$
If this form can be integrated as:
$\displaystyle \int f(g(z)) g'(z)dz = F(z)$ we can obtain the final result by substituting $z = g^{-1}(x)$ and get the final result as:
$F(g^{-1}(x))$
As an example take a look at the following integration:
$\displaystyle \int x \sqrt{x - 10}dx$
If we substitute $\sqrt{x - 10} = z$, then
$z^2 = x - 10 \Rightarrow x = z^2 + 10$
-----------book page break-----------
Differentiating both sides w.r.t $z$,
$2z = \dfrac{dx}{dz}$
$\Rightarrow dx = 2z \cdot dz$
Making our substitutions in the original problem, we get: