1.5 Methods Of Integration

Since there are no foolproof formulae that can be used for all integrals (as there are for derivatives), the following integration methods all attempt to change a difficult integral into a simpler one. All examples use definite integrals.

1.5.1 Substitution

This method substitutes each part of a definite integral with a counterpart so that the result is kept the same. With the substitution u=h(x), the integral

baf(x)dx

becomes transformed into

h(b)h(a)g(u)du where g(u)du=f(x)dx. Thus the integrand, dx, and the limits have been transformed into equivalent counterparts. We obtain g(u) by finding the inverse function h1(u) so that

x=h1(u)dx=d[h1(u)]dudug(u)du=[f(x)][dx]g(u)=[f(h1(u))][dh1(u)du]

Often, h(x) appears explicitly in the integrand so that u is substituted directly.

Example 3

The problem presented above on the oxygen depletion due to sewage dumping can now be solved. The integral in eqn. (1.5) is first separated.

0(tet2+et)dt=0tet2dt+0|etdt

The antiderivative of tet2 is not obvious, so we substitute a new function into the integral. Let u=t2. Then the differential du is

du=(du/dt)dt=2tdt so that du2=tdt The limits remain, since u=0 when t=0 and u= when t=. Direct substitution then gives

0tet2dt=0et2(tdt)=0eu(du2)=120eudu=12[eu]0=12[0(1)]=12

Since the second term in eqn. (1.6) is now obvious 0eudu=0etdt=1, we obtain the solution to eqn. (1.5) of C()=1/2+1=3/2

1.5.2 Integration by Parts

This method utilizes a relation from differential calculus concerning the total differential. Recall that the differential of a product of two functions u(x), v(x) can be written d(uv)=udv+vdu If we evaluate antiderivatives, we obtain

uv=udv+vdu

Rearrangement of eqn. (1.7) gives the integration by parts formula udv=uvvdu With definite integrals, we usually write this formula as

ba[u(x)dvdx]dx=[uv]baba[v(x)dudx]dx

Again, the goal is to change a difficult integral, the left side of eqn. (1.8), into a simpler one, the right side of eqn. (1.8). An example is presented later.

1.5.3 Partial Fractions

When the integrand is a ratio of two polynomials, it often can be decomposed into a sum of simpler terms. Only the case of non-repeated linear terms in the denominator is treated here. For more complicated cases in an ecological setting, see Clow and Urquhart (1974) p. 559.

The integrand is assumed to be of the form F(x)/G(x) where F(x) and G(x) are polynomial functions and where G(x) is the product of linear factors. For example, G(x)=(1+2x)(2+2x)(1+x) is a polynomial composed of factors linear in x. The partial fraction technique replaces the single rational expression by a sum of terms where each denomination is one of the linear factors of G(x). If we have two linear factors, G(x)=A(x)B(x) then a partial fractions decomposition gives F(x)G(x)=F(x)A(x)B(x)=C1A(x)+C2B(x) where C1 and C2 are constants. Multiplication by A(x)B(x) gives

F(x)=C1B(x)+C2A(x)

Let r1,r2 be zeros of A(x),B(x), respectively, i.e. A(r1)=B(r2)=0. Then, with x=r1, eqn. (1.9) is F(r1)=C1B(r1)

and with x=r2, eqn. (1.9) becomes F(r2)=C2A(r2) so that C1,C2 can be easily determined.

Example 4

The logistic growth model for animal populations is represented as a differential equation dNdt=rN(1N/K),where r,K=constant

Separating variables (see the section, Differential Equations) gives, using the differentials dN and dt, dNN(1N/K)=rdt which is integrated to yield the equation

dNN(1N/K)=rdt

The right side of eqn. (1.10) is easily integrated. The left side, however, must be reworked. First rewrite the integral as 1N(1N/K)=KN(KN)

Now expand in partial fractions as KN(KN)=a1N+a2KN Multiplying both sides by N(KN) gives

K=a1(KN)+a2N

Since (1.11) must hold for all values of N (Clow and Urquhart 1974, p. 562), then setting N=0 gives a1=1 and N=K gives

a2=1 so that
KN(KN)=1N+1KN Then eqn. (1.10) is dNN+dNKN=rdt which integrates to

lnNln(KN)=rt+C