integration tutorial: analysis

Consider the integral
int 1 - cos(4x) dx
This is an indefinite integral, so we need to find the most general antiderivative of the integrand f(x).
To find an antiderivative of f(x), we go through our list of integration methods:
  1. Recognize elementary antiderivatives
  2. Rewrite the integrand to make it easier
  3. Use substitution to reverse the chain rule or simplify the integrand
  4. Use integration by parts
  5. Use inspection to see the value of a definite integral
to find one that works for this integrand. In this case, only one method is appropriate. We can rewrite the integrand: break the integrand into two integrals to give an expression that is more easily integrable. This is shown below.
Rewriting:
Break the integrand into two integrals. This can be broken into separate integrals,
int 1 - cos(4x) dx =int1dx+int-cos(4x)dx
which can be evaluated using basic antidifferentiation, and substitution (of "ax"), respectively, to obtain
int1dx+int-cos(4x)dx = (x) + (-(1/4) sin(4x)) + C.

Explanation for rewritten term(s)
Basic antidifferentiation
In this case, by using rules for basic antiderivatives we can just write down the antiderivative of the integrand:
int 1 dx = x + C

Substitution (of "ax")
Let w = 4 x. Then w' = 4, so (1/4) dw = dx. The integral can therefore be rewritten as

int -cos(4x) dx = int -cos(w) (1/4) dw = -(1/4) sin(w) + C
Thus, substituting back for w,
int -cos(4x) dx = -(1/4) sin(4x) + C

[ ]
integration analysis
Last Modified: Wed Feb 6 13:53:59 EST 2002
Comments to glarose@umich.edu
©2002 Gavin LaRose, UM Math Dept.