integration tutorial: analysis

Consider the integral
int 59 (p + 3)/(p - 4) dp
This is a definite integral, so we need to find the area under the integrand f(p), which we do by using the Fundamental Theorem of Calculus: we find an antiderivative, evaluate it at the endpoints of the integral, and take the difference of the values.
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 = p - 4, or can rewrite the integrand: use long division to divide the denominator into the numerator to give an expression that is more easily integrable. Once we have the antiderivative, we determine the value of the definite integral by evaluating it at the endpoints (5 and 9) and taking the difference. This is shown below: substitution; rewriting.
Substitution:
Let w = p - 4. Then w' = 1, so dw = dp. The integral can therefore be rewritten as
int (p + 3)/(p - 4) dp = int 1 + 7/w dw = w + 7 ln(|w|) + C
Thus, substituting back for w,
int (p + 3)/(p - 4) dp = (p - 4) + 7 ln(|p - 4|) + C
To evaluate the definite integral, we take this antiderivative, evaluate it at the endpoints of the integral (5 and 9), and take the difference of the values. This gives
[ ((9) - 4) + 7 ln(|(9) - 4|) ] - [ ((5) - 4) + 7 ln(|(5) - 4|) ] = 4 + 7ln(5).
Rewriting:
Use long division to divide the denominator into the numerator to rewrite the integral:
(p + 3)/(p - 4) = 1 + 7/(p - 4).
This can be broken into separate integrals,
int (p + 3)/(p - 4) dp =int1dp+int7/(p - 4)dp
which can be evaluated using basic antidifferentiation, and substitution, respectively, to obtain
int1dp+int7/(p - 4)dp = (p) + (7ln(p - 4)) + 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 dp = p + C

Substitution
Let w = p - 4. Then w' = 1, so dw = dp. The integral can therefore be rewritten as

int 7/(p - 4) dp = int 7/w dw = 7ln(w) + C
Thus, substituting back for w,
int 7/(p - 4) dp = 7ln(p - 4) + C

To evaluate the definite integral, we take this antiderivative, evaluate it at the endpoints of the integral (5 and 9), and take the difference of the values. This gives
[ ((9)) + (7ln((9) - 4)) ] - [ ((5)) + (7ln((5) - 4)) ] = 4 + 7ln(5).
[ ]
integration analysis
Last Modified: Wed Feb 6 13:53:59 EST 2002
Comments to glarose@umich.edu
©2002 Gavin LaRose, UM Math Dept.