Integration Strategy

No need to say that integration is a difficult task. Following tips will help you in integrating.

  1. You should have good knowledge of Calculus I. Without this, studying Calculus II is very difficult.
  2. You should memorize integrals of basic functions. Integral $$$\int{\sec{{\left({x}\right)}}}{\tan{{\left({x}\right)}}}{d}{x}$$$ looks difficult unless you know that $$$\int{\sec{{\left({x}\right)}}}{\tan{{\left({x}\right)}}}{d}{x}={\sec{{\left({x}\right)}}}+{C}$$$.
  3. You should master all integration techniques. You can't just memorize formulas, you need to understand them and know how they work. For example, you can memorize formula for integration by parts, but it doesn't mean that you can successfully use it. You need to look at integral and realize whether you can use integration by parts and if yes then how to use it. For example, it is note very clear whether we can use integration by parts for $$$\int{\sec{{\left({x}\right)}}}{{\tan}}^{{2}}{\left({x}\right)}{d}{x}$$$. In fact we can if we set $$${u}={\tan{{\left({x}\right)}}}$$$ and $$${d}{v}={\sec{{\left({x}\right)}}}{\tan{{\left({x}\right)}}}{d}{x}$$$ then $$${d}{u}={{\sec}}^{{2}}{\left({x}\right)}{d}{x}$$$ and $$${v}={\sec{{\left({x}\right)}}}$$$.
  4. Simplify integrand as much as possible to integrate it. For example, $$$\int{{\sin}}^{{2}}{\left({x}\right)}{d}{x}$$$ can't be integrated directly, however we can simplify it by using double angle formula: $$$\int{{\sin}}^{{2}}{\left({x}\right)}{d}{x}=\frac{{1}}{{2}}\int{\left({1}-{\cos{{\left({2}{x}\right)}}}\right)}{d}{x}=\frac{{1}}{{2}}{\left({x}-\frac{{1}}{{2}}{\sin{{\left({2}{x}\right)}}}\right)}+{C}$$$. Sometimes just rewriting tricks needed. For example, multiplying numerator and denominator by same value: $$$\int{\sec{{\left({x}\right)}}}{d}{x}=\int\frac{{{\sec{{\left({x}\right)}}}{\left({\sec{{\left({x}\right)}}}\right)}+{\tan{{\left({x}\right)}}}}}{{{\sec{{\left({x}\right)}}}+{\tan{{\left({x}\right)}}}}}{d}{x}=\int\frac{{{{\sec}}^{{2}}{\left({x}\right)}+{\sec{{\left({x}\right)}}}{\tan{{\left({x}\right)}}}}}{{{\tan{{\left({x}\right)}}}+{\sec{{\left({x}\right)}}}}}{d}{x}=$$$ $$$={\ln}{\left|{\tan{{\left({x}\right)}}}+{\sec{{\left({x}\right)}}}\right|}+{C}$$$
  5. Identify the type of integral. If integrand is rational expression, then maybe it is possbile to use partial fraction decomposition. If integrand is product of polynomial, exponential, trigonometric or logartihmic functions then integration by parts may work. If integrand involves roots then trigonometric substitution may work.
  6. Check whether "simple" substitution will work. Integral $$$\int{x}\sqrt{{{{x}}^{{2}}+{1}}}{d}{x}$$$ can be solved using trigonometric substitution, but there is simpler substitution that will also work, namely, $$${u}={{x}}^{{2}}+{1}$$$.
  7. Prepare to use multiple technniques. Many of integrals require use of more than one technique. For example you use substitution rule, then integration by parts and then again substitution rule.
  8. Try to relate integral we already know how to do or to integrals listed in Table of Integrals. Typical example is $$$\int{\cos{{\left({x}\right)}}}\sqrt{{{{\sin}}^{{2}}{\left({x}\right)}+{1}}}{d}{x}$$$. Using substitution $$${u}={\sin{{\left({x}\right)}}}$$$ this integral is converted to $$$\int\sqrt{{{{u}}^{{2}}+{1}}}{d}{u}$$$ which we already know how to do from Trigonometric Substitutions Note (Substitution $$${t}={\tan{{\left({u}\right)}}}$$$ ). Note that we use substitution rule twice.
  9. Try everyhing you can. If all techniques that you've tried failed, look at integral from another side and try technique that you didn't use.
  10. Practice, practice and once more practice. You will master integration only after you will solve a whole bunch of integrals. In this case you will be able to "see" correct substitutions and identify integral.
  11. Not all integrals can be expressed in terms of elementary fuctions. For, example we can't find $$$\int{{e}}^{{-{{x}}^{{2}}}}{d}{x}$$$, $$$\int\frac{{{\sin{{\left({x}\right)}}}}}{{x}}{d}{x}$$$ etc. Just remember about it.

Now, let's work out a couple of examples.

Example 1. Evaluate $$$\int\frac{{1}}{{{1}+{\cos{{\left({x}\right)}}}}}{d}{x}$$$.

Integrand involves trigonometric functions but we didn't meet such kind of integral.

So, let's try to simplify it and take advantage of trigonometric identity. To obtain trigonometric identity let's do the following:

$$$\int\frac{{{\color{red}{{{1}-{\cos{{\left({x}\right)}}}}}}}}{{{\left({1}+{\cos{{\left({x}\right)}}}\right)}{\color{red}{{{\left({1}-{\cos{{\left({x}\right)}}}\right)}}}}}}{d}{x}=\int\frac{{{1}-{\cos{{\left({x}\right)}}}}}{{{1}-{{\cos}}^{{2}}{\left({x}\right)}}}{d}{x}$$$.

Now, we can use trigonometric identity $$${1}-{{\cos}}^{{2}}{\left({x}\right)}={{\sin}}^{{2}}{\left({x}\right)}$$$.

Integral now becomes $$$\int\frac{{{1}-{\cos{{\left({x}\right)}}}}}{{{{\sin}}^{{2}}{\left({x}\right)}}}{d}{x}=\int\frac{{1}}{{{{\sin}}^{{2}}{\left({x}\right)}}}{d}{x}-\int\frac{{{\cos{{\left({x}\right)}}}}}{{{{\sin}}^{{2}}{\left({x}\right)}}}{d}{x}$$$.

Now, where tip 2 is used. We should know integrals of basic functions: $$$\int\frac{{1}}{{{{\sin}}^{{2}}{\left({x}\right)}}}{d}{x}=\int{{\csc}}^{{2}}{\left({x}\right)}{d}{x}=-{\cot{{\left({x}\right)}}}+{C}_{{1}}$$$.

In the second integral we see that $$${\cos{{\left({x}\right)}}}$$$ is in numerator, so substitution $$${u}={\sin{{\left({x}\right)}}}$$$ will work. In this case $$${d}{u}={\cos{{\left({x}\right)}}}{d}{x}$$$ and $$$\int\frac{{{\cos{{\left({x}\right)}}}}}{{{{\sin}}^{{2}}{\left({x}\right)}}}{d}{x}=\int\frac{{1}}{{{u}}^{{2}}}{d}{u}=-\frac{{1}}{{u}}+{C}_{{2}}=-\frac{{1}}{{{\sin{{\left({x}\right)}}}}}+{C}_{{2}}$$$.

Finally, $$$\int\frac{{1}}{{{1}+{\cos{{\left({x}\right)}}}}}{d}{x}=-{\cot{{\left({x}\right)}}}+{C}_{{1}}-{\left(-\frac{{1}}{{{\sin{{\left({x}\right)}}}}}+{C}_{{2}}\right)}=\frac{{1}}{{\sin{{\left({x}\right)}}}}-{\cot{{\left({x}\right)}}}+{C}$$$ where $$${C}={C}_{{1}}-{C}_{{2}}$$$.

Note, that answer can be given differently if we rewrite answer using trigonometric identities: $$$\frac{{1}}{{\sin{{\left({x}\right)}}}}-{\cot{{\left({x}\right)}}}=\frac{{{1}-{\cos{{\left({x}\right)}}}}}{{{\sin{{\left({x}\right)}}}}}=\frac{{\sin{{\left({x}\right)}}}}{{{1}+{\cos{{\left({x}\right)}}}}}={\tan{{\left(\frac{{x}}{{2}}\right)}}}$$$.

Example 2. Integrate $$$\int{\sin{{\left(\sqrt{{{x}}}\right)}}}{d}{x}$$$.

It seems non standard integral, but substitution $$${u}=\sqrt{{{x}}}$$$ will convert it to standard. In this case $$${d}{u}=\frac{{1}}{{{2}\sqrt{{{x}}}}}{d}{x}$$$ or $$${d}{x}={2}\sqrt{{{x}}}{d}{u}={2}{u}{d}{u}$$$.

Integral becomes $$$\int{2}{u}{\sin{{\left({u}\right)}}}{d}{u}$$$. This is classic example of integration by parts.

So, $$${2}\int{u}{\sin{{\left({u}\right)}}}{d}{u}=-{2}{u}{\cos{{\left({u}\right)}}}+{2}{\sin{{\left({u}\right)}}}+{C}=-{2}\sqrt{{{x}}}{\cos{{\left(\sqrt{{{x}}}\right)}}}+{2}{\sin{{\left(\sqrt{{{x}}}\right)}}}+{C}$$$.

Example 3. Evaluate $$$\int{{\sec}}^{{4}}{\left({x}\right)}{d}{x}$$$.

We will use reduction formula from table of integrals:

$$$\int{{\sec}}^{{n}}{\left({x}\right)}{d}{x}=\frac{{1}}{{{n}-{1}}}{\tan{{\left({x}\right)}}}{{\sec}}^{{{n}-{2}}}{\left({x}\right)}+\frac{{{n}-{2}}}{{{n}-{1}}}\int{{\sec}}^{{{n}-{2}}}{\left({x}\right)}{d}{x}$$$

When n=4: $$$\int{{\sec}}^{{4}}{\left({x}\right)}=\frac{{1}}{{{4}-{1}}}{\tan{{\left({x}\right)}}}{{\sec}}^{{{4}-{2}}}{\left({x}\right)}+\frac{{{4}-{2}}}{{{4}-{1}}}\int{{\sec}}^{{{4}-{2}}}{\left({x}\right)}=$$$

$$$=\frac{{1}}{{3}}{\tan{{\left({x}\right)}}}{{\sec}}^{{2}}{\left({x}\right)}+\frac{{2}}{{3}}\int{{\sec}}^{{2}}{\left({x}\right)}{d}{x}=\frac{{1}}{{3}}{\tan{{\left({x}\right)}}}{{\sec}}^{{2}}{\left({x}\right)}+\frac{{2}}{{3}}{\tan{{\left({x}\right)}}}+{C}$$$.

Example 4. Calculate $$$\int\frac{{{{x}}^{{2}}+{12}}}{{{{x}}^{{2}}+{4}}}{d}{x}$$$.

The closest entry in table of integrals is $$$\int\frac{{1}}{{{{x}}^{{2}}+{{a}}^{{2}}}}=\frac{{1}}{{a}}{\operatorname{arctan}{{\left(\frac{{x}}{{a}}\right)}}}+{C}$$$, so we need to rewrite integral:

$$$\int\frac{{{{x}}^{{2}}+{4}+{8}}}{{{{x}}^{{2}}+{4}}}{d}{x}=\int{\left({1}+\frac{{8}}{{{{x}}^{{2}}+{{2}}^{{2}}}}\right)}{d}{x}={x}+{8}\cdot\frac{{1}}{{2}}{\operatorname{arctan}{{\left(\frac{{x}}{{2}}\right)}}}+{C}=$$$

$$$={x}+{4}{{\tan}}^{{-{1}}}{\left(\frac{{x}}{{2}}\right)}+{C}$$$.

Example 5. Find $$$\int\frac{{{{x}}^{{2}}}}{{\sqrt{{{7}-{3}{{x}}^{{2}}}}}}{d}{x}$$$.

The closest entry is a form involving $$$\sqrt{{{{a}}^{{2}}-{{u}}^{{2}}}}$$$:

$$$\int\frac{{{{x}}^{{2}}}}{\sqrt{{{{a}}^{{2}}-{{x}}^{{2}}}}}{d}{x}=-\frac{{x}}{{2}}\sqrt{{{{a}}^{{2}}-{{x}}^{{2}}}}+\frac{{{{a}}^{{2}}}}{{2}}{\operatorname{arcsin}{{\left(\frac{{x}}{{a}}\right)}}}+{C}$$$.

However, we need to rewrite expression under the root to obtain expression of form $$$\sqrt{{{{a}}^{{2}}-{{u}}^{{2}}}}$$$ : $$$\sqrt{{{7}-{3}{{x}}^{{2}}}}=\sqrt{{{3}{\left(\frac{{7}}{{3}}-{{x}}^{{2}}\right)}}}=\sqrt{{{3}}}\sqrt{{{{\left(\sqrt{{\frac{{7}}{{3}}}}\right)}}^{{2}}-{{x}}^{{2}}}}$$$.

Here we have $$${a}=\sqrt{{\frac{{7}}{{3}}}}$$$.

So, integral becomes: $$$\frac{{1}}{\sqrt{{{3}}}}\int\frac{{{{x}}^{{2}}}}{{\sqrt{{{{\left(\sqrt{{\frac{{7}}{{3}}}}\right)}}^{{2}}-{{x}}^{{2}}}}}}{d}{x}=\frac{{1}}{\sqrt{{{3}}}}{\left(-\frac{{x}}{{2}}\sqrt{{\frac{{7}}{{3}}-{{x}}^{{2}}}}+\frac{{7}}{{6}}{\operatorname{arcsin}{{\left(\sqrt{{\frac{{3}}{{7}}}}{x}\right)}}}\right)}+{C}$$$.