Skip to content

Basic Integral Techniques

This section is about the the techniques of integration. Some basic integral techniques will be listed below.

Substitution

Use u to substitute some part of f(x) and then we have dudx, use this to substitute some parts including dx.

Simple Substitution

or the first method of integration.

"Differential method" is the core of simple substitution. It need us to transform the equation. Simply a few steps to make that:

  1. let u=g(x)
  2. find u that can make du=g(x)dx
  3. then we get f[g(x)]g(x)dx=f(u)du

through this sets of steps, we can make the integrand easy to be integrated.

Complicated Substitution

or the second method of integration.

Integration by Parts

When substitution failed, integration by parts can be considered. Its aim is to differentiate the item that is easier to differentiate, integrate the item that is easier to integrate.

Integration by parts is actually the inverse of the product rule in derivative. It can be derived by steps below:

  1. (uv)=uv+uv
  2. uv=vdu+udv
  3. udv=uvvdu

When udv is difficult to find, the formula above could be used.

To choose u and v, a common sequence can be followed:

  1. Inverse trigonometric function
  2. logarithmic function
  3. power function (polynomials)
  4. Exponential function
  5. Trigonometric function

The first two types of functions are difficult to be integrated, but easy for differentiate. The last two are the opposite.