integration tutorial: analysis

Consider the integral
int ( ln(n3) )/n dn
This is an indefinite integral, so we need to find the most general antiderivative of the integrand f(n).
To find an antiderivative of f(n), 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 properties of logarithms to rewrite the log term to give an expression that is more easily integrable. This is shown below.
Rewriting:
Use properties of logarithms to rewrite the log term to rewrite the integral:
( ln(n3) )/n = 3 ln(n)/n.
Thus,
int ( ln(n3) )/n dn =int3 ln(n)/ndn
which can be evaluated using substitution, to obtain
int3 ln(n)/ndn = ((3/2) ln(n)2) + C.

Explanation for rewritten term(s)
Substitution
Let w = ln(n). Then w' = 1/n, so dw = (1/n) dn. The integral can therefore be rewritten as
int 3 ln(n)/n dn = int 3w dw = (3/2) w2 + C
Thus, substituting back for w,
int 3 ln(n)/n dn = (3/2) ln(n)2 + C

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