integration tutorial: analysis

Consider the integral
int sin(ep) ep cos(ep) dp
This is an indefinite integral, so we need to find the most general antiderivative of the integrand f(p).
To find an antiderivative of f(p), 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, there are several methods that work. We can use substitution to rewrite the integrand in terms of w = cos(ep), or use substitution to rewrite the integrand in terms of w = sin(ep). This is shown below: substitution; substitution 1.
Substitution:
Let w = cos(ep). Then w' = -sin(ep) ep, so (-1) dw = [sin(ep) ep] dp. The integral can therefore be rewritten as
int sin(ep) ep cos(ep) dp = int w (-1) dw = -(1/2) w2 + C
Thus, substituting back for w,
int sin(ep) ep cos(ep) dp = -(1/2) cos(ep)2 + C
Substitution 1:
Let w = sin(ep). Then w' = cos(ep) ep, so dw = [ cos(ep) ep] dp. The integral can therefore be rewritten as
int sin(ep) ep cos(ep) dp = int w dw = (1/2) w2 + C
Thus, substituting back for w,
int sin(ep) ep cos(ep) dp = (1/2) sin(ep)2 + C
Note that when there are multiple integration methods the antiderivatives may appear to be different but are actually the same function shifted vertically by different constants. This is reasonable because the most general antiderivative is only unique up to an additive constant.
[ ]
integration analysis
Last Modified: Wed Feb 6 13:53:59 EST 2002
Comments to glarose@umich.edu
©2002 Gavin LaRose, UM Math Dept.