integration tutorial: analysis

Consider the integral
int e2t - 2e3t dt
This is an indefinite integral, so we need to find the most general antiderivative of the integrand f(t).
To find an antiderivative of f(t), 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: consider the parts of the integral separately to give an expression that is more easily integrable. This is shown below.
Rewriting:
Consider the parts of the integral separately. This can be broken into separate integrals,
int e2t - 2e3t dt =inte2tdt+int-2e3tdt
which can be evaluated using substitution (of "ax"), and substitution (of "ax"), respectively, to obtain
inte2tdt+int-2e3tdt = ((1/2) e2t) + (-(2/3) e3t) + C.

Explanation for rewritten term(s)
Substitution (of "ax")
Let w = 2 t. Then w' = 2, so (1/2) dw = dt. The integral can therefore be rewritten as
int e2t dt = int ew (1/2) dw = (1/2) ew + C
Thus, substituting back for w,
int e2t dt = (1/2) e2t + C

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

int -2e3t dt = int -2ew (1/3) dw = -(2/3) ew + C
Thus, substituting back for w,
int -2e3t dt = -(2/3) e3t + C

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