APPROXIMATE INTEGRATION - Successive and Partial Integration; Approximate Integration - The Calculus Primer

The Calculus Primer (2011)

Part XVI. Successive and Partial Integration; Approximate Integration

Chapter 62. APPROXIMATE INTEGRATION

16—8. Need for Approximate Methods. It is frequently impossible or inconvenient to find the value of a definite integral by using the methods of integration discussed in Chapters Twelve and Thirteen. Or, it may be impossible to set up the analytical expression for the desired integration. In such cases we resort to an approximation method, of which there are several. Some approximation methods involve the use of infinite series; others are based on the measurement of an area, which may be found by computation, or by some mechanical device such as a planimeter or an integraph.

16—9. Integration by the Use of Infinite Series. When the indefinite integral of a given function f(x) dx cannot be found, it is frequently possible to expand f(x) into an ascending or descending power series in x. If this power series is convergent for a certain range of values of x, then the series obtained by integrating it term by term is also convergent within the limits for which the original power series is convergent. The more terms we take in the computation, the closer the sum will be to the value of images When integrating a power series term by term within the interval of convergence, it should be remembered that neither limit of integration may be an end point of the convergence interval.

EXAMPLE 1. Find images

Solution.

images

images

Multiplying (1) and (2) term by term, and combining like terms:

images

Series (3) is convergent for all values of x; hence, integrating (3) term by term:

images

Therefore:

images

EXAMPLE 2. Find images

Solution.

images

images

Subtracting (2) from (1):

images

Upon testing series (3) for convergence, the interval of convergence is found to be −1 < x < +1. Integrating (3):

images

Hence

images

16—10. The Trapezoidal Rule. Consider the single-valued function y = f(x), and assume that it is continuous in the interval a images x images b. We wish to find the area under the curve from x = a to x = b. Suppose that y is positive throughout the interval from a to b. We may proceed by dividing the segment AB into n equal parts, each equal to Δx; the ordinates drawn through these points of division, y0, y1, y2, · · · yn, divide the desired area into n strips of equal width. By drawing chords QR, RS, ST, etc., we form n trapezoids, having equal altitudes (Δx), and whose bases are the successive ordinates. Now the area under the curve is approximately equal to the sum of the areas of these inscribed trapezoids. Hence

images

area of 1st trapezoid = imagesΔx(y0 + y1);

area of 2nd trapezoid = imagesΔx(y1 + y2);

area of 3rd trapezoid = imagesΔx(y2 + y3);

·········································

area of nth trapezoid = imagesΔx(yn−1 + yn).

By adding, we obtain

A = imagesΔx(y0 + 2y1 + 2y2 + 2y3 + · · · + 2yn−1 + yn); [1]

or A = Δx(imagesy0 + y1 + y2 + · · · + yn−1 + imagesyn). [2]

This is known as the Trapezoidal Rule. It may be used not only to determine an area, but also to find the approximate value of any definite integral. The greater the number of intervals taken, the more nearly will the sum of the areas of the trapezoids be equal to the area under the curve.

EXAMPLE 1. Find the approximate area under the curve y = images from x = 3 to x = 5.

Solution. Divide the interval in question into any number of equal parts, say five parts. Thus Δx = images(5 − 3) = 0.4. Hence:

images

Hence, substituting in formula [1] above:

A= images(0.4)[4.12+2(5.41)+2(6.70)+2(7.99)+2(9.35)+10.72],

or A = (0.2) (77.22) = 154.44.

To appreciate how close the approximation can come to the exact value, consider the following example.

EXAMPLE 2. Compute the value of images using the trapezoidal rule with 9 intervals; compare the result with the value obtained by direct integration.

Solution.

images

x0 = 1, y0 = (1)3 = 1

x1 =2,y1 = (2)3 = 8

x2 = 3, y2 = (3)3 = 27

······· ···················

x9 = 10, y9 = (10)3 = 1000

Substituting in the formula [2] for the trapezoidal rule:

A = (1)[images+8+27+64+125+216+343+512+729+500],

or A = 2524images, approx.

By direct integration: images = images(10,000 − 1) = 2499images; the difference, 2524images − 2499images, represents an error of less than 1%.

The trapezoidal rule may also be stated as follows:

images

where the interval (ba) is divided into n equal parts, and h = images.

16—11. Simpson’s Rule. Also known as the parabolic rule and as the “one-third” rule, this approximation formula is obtained by dividing the interval from a to b into any even number (n) of equal sub-intervals, each equal to Δx; then, instead of drawing chords of the corresponding points on the curve to form trapezoids, we draw parabolic arcs through each successive set of three points on the curve, with the axes of these parabolas parallel to the Y-axis. We then find the area under each of these parabolic strips. The area of the first of these parabolic strips, APQRM, for example, will be: the area of trapezoid APRM + area of the parabolic segment PQR, which equals two-thirds of the area of the circumscribed parallelogram PP′R′R; hence the area of the parabolic strip equals

images

images

Similarly, the areas of the succeeding parabolic strips are given by

A = images (y2 + 4y3 + y4),

A = images (y4 + 4y5 + y6), etc.

Upon adding, we arrive at Simpson’s rule:

A = images (y0 + 4y1 + 2y2 + 4y3 + 2y4 + · · · + yn). [4]

This may also be written, for convenience in computation, as:

images

As with the trapezoidal rule, the greater the number of intervals taken; the better the approximation. For many curves, the accuracy obtained with Simpson’s rule is better than that obtained with the trapezoidal rule.

EXAMPLE. Find images by Simpson’s rule, taking n = 10.

Solution.

images

y0 = 9

y1 = 16

y2 = 25

y3 = 36

y4 = 49

y5 = 64

y6 = 81

y7 = 100

y8 = 121

y9 = 144

y10 = 169

Hence, by Simpson’s rule, we have:

Area = images(1)[9 + 4(16) + 2(25) + 4(36) + 2(49)
+ 4(64) + 2(81) + 4(100)
+ 2(121) + 4(144) + 169]

or A = images(2170) = 723.3.

NOTE. By the trapezoidal rule, A = 725.0; by direct integration, images = 723.3, so that in this particular instance the use of Simpson’s rule, by coincidence, gives the exact value.

EXERCISE 16—4

1. Find images by the trapezoidal rule; take n = 10. Check for accuracy by direct integration; remember that log N = (2.3026) (log10 N).

2. Find images by the trapezoidal rule; take n = 8; check by direct integration.

3. Find images by Simpson’s rule for n = 8; check by direct integration.

4. Find images by Simpson’s rule for n = 6; check by direct integration.

5. Calculate images by the trapezoidal rule for 5-degree intervals. Check by direct integration; remember that Δx = 5° = images.

6. Calculate images taking unit intervals, by Simpson’s rule. Check by direct integration; note that log10 x = images

16—12. The Integraph. To find the area bounded by a curve, whether we know its equation or not, we may use a mechanical device known as the integraph. Its use depends upon the properties of integral curves, which will be briefly explained again (see §14—13).

Let ϕ(x) and f(x) be two functions related as follows:

If images(1)

then the curve y = ϕ(x)(2)

is called an integral curve of the curve

y = f(x). (3)

The curve y = f(x) is called the original curve, or the fundamental curve; the curve y = ϕ(x) is more precisely known as the first integral curve, since there are also other integral curves associated with a given original curve.

This relation may also be expressed:

images

From the figure, it will be noted that:

(1) zero values of ordinates of the fundamental curve correspond to maximum or minimum values of ordinates of the first integral curve;

(2) maximum or minimum values of ordinates of the fundamental curve correspond to points of inflection on the first integral curve.

images

Since, in general, an area is given by images we see that the shaded area equals images but, from (4) above, we may say:

images

since ϕ(0) = 0, shaded area = images f(x) dx = ϕ(x1). But ϕ(x1) = M′P′. We may therefore conclude that, for a given abscissa x1, the number which expresses the length of the ordinate of the integral curve y = ϕ(x) is the same as the number which expresses the area between the original curve y = f(x), the axes, and the ordinate corresponding to this abscissa.

The integraph is a mechanical contrivance for drawing the first integral curve from its fundamental curve; as one movable part of a sliding framework follows the original curve, another part traces out the integral curve. Thus with the aid of this device we can find the area under, or enclosed by, a given empirical curve, simply by setting the instrument appropriately and reading the scales accurately.

16—13. The Planimeter. There are, generally speaking, three types of planimeters: the polar planimeter, the disc type, and the rolling type. The polar planimeter, for example, consists of (1) a horizontal bar OT known as the tracer arm; (2) a wheel or roller (R) of radius r turning on its axle ab; and (3) another horizontal bar OP called the pole arm. One end of the pole arm is hinged or pivoted at O, and acts as the center of rotation for the tracer arm. The other end of the pole arm (P) is known as the pole, and remains fixed throughout the operation of the planimeter; it serves as a center about which the entire instrument rotates. Any area circumscribed by the tracer point equals the product of the length of the tracer arm and the distance actually rolled over by the rim of the measuring roller.

images

The principle upon which the polar planimeter operates involves the calculation of the area swept over by a moving line of constant length (l). Let the area MNPN′M′QM be the area swept over by the line MN, of fixed length l; PQ and P′Q′ are two successive positions of MN, and ds the circular arc described about O by the mid-point K of PQ, as the line PQ sweeps through a differential angle dθ = angle PQOQ′P′. It can be shown that the area MN′ under consideration equals

images

images

For the line PQ substitute a rod with a wheel at its center K; as the rod moves horizontally over the surface containing the area, the wheel will both roll and slide; the distance it rolls is s = 2πrn, where r = radius of the wheel and n = the number of revolutions it makes. Thus the area MN′, by substitution, equals 2πrnl.