integration tutorial: analysis

Consider the integral
int tan(t) 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: use the definition of tangent to give an expression that is more easily integrable. This is shown below.
Rewriting:
Use the definition of tangent to rewrite the integral:
tan(t) = sin(t)/cos(t).
Thus,
int tan(t) dt =intsin(t)/cos(t)dt
which can be evaluated using substitution, to obtain
intsin(t)/cos(t)dt = (-ln(|cos(t)|)) + C.

Explanation for rewritten term(s)
Substitution
Let w = cos(t). Then w' = -sin(t), so (-1) dw = sin(t) dt. The integral can therefore be rewritten as
int sin(t)/cos(t) dt = int 1/w (-1) dw = -ln(|w|) + C
Thus, substituting back for w,
int sin(t)/cos(t) dt = -ln(|cos(t)|) + C

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