Anda di halaman 1dari 9

Calculus and Analysis > Calculus > Integrals > Definite Integrals > Interactive Entries > Interactive

Demonstrations > Riemann Integral The Riemann integral is the definite integral normally encountered in calculus texts and used by physicists and engineers. Other types of integrals exist (e.g., the Lebesgue integral), but are unlikely to be encountered outside the confines of advanced mathematics texts. In fact, according to Jeffreys and Jeffreys (1988, p. 29), "it appears that cases where these methods [i.e., generalizations of the Riemann integral] are applicable and Riemann's [definition of the integral] is not are too rare in physics to repay the extra difficulty." The Riemann integral is based on the Jordan measure, and defined by taking a limit of a Riemann sum, (1) (2) (3) where and , , and are arbitrary points in the intervals , , and respectively. The value is called the mesh size of a partition of the interval subintervals . , into

As an example of the application of the Riemann integral definition, find the area under the curve from 0 to . Divide into segments, so , then (4) (5) (6) By induction (7) so (8) (9) For example, take .

(10)

so (11) (12) (13) (14) Riemann integrals can be computed only for proper integrals. Riemann Sum

Graph the Riemann sum of as x goes from using taking samples at the

1 + x^4 - 3x^2

-1 29

to

1.9

rectangles

Print estimated and actual areas? Rectangle Color Plot Color

Let a closed interval be partitioned by points of the resulting intervals between the points are denoted arbitrary point in the th subinterval. Then the quantity

, ...,

, where the lengths . Let be an

is called a Riemann sum for a given function the mesh size of the partition.

and partition, and the value

is called

If the limit of the Riemann sums exists as , this limit is known as the Riemann integral of over the interval . The shaded areas in the above plots show the lower and upper sums for a constant mesh size. SEE ALSO: Integral, Lower Sum, Mesh Size, Riemann Integral, Upper Sum

Definite Integral

A definite integral is an integral (1) with upper and lower limits. If is restricted to lie on the real line, the definite integral is known as a Riemann integral (which is the usual definition encountered in elementary textbooks). However, a general definite integral is taken in the complex plane, resulting in the contour integral (2) with , , and in general being complex numbers and the path of integration from to known as a contour. The first fundamental theorem of calculus allows definite integrals to be computed in terms of indefinite integrals, since if is the indefinite integral for a continuous function , then (3) This result, while taught early in elementary calculus courses, is actually a very deep result connecting the purely algebraic indefinite integral and the purely analytic (or geometric) definite integral. Definite integrals may be evaluated in Mathematica using Integrate[f, x, a, b ]. The question of which definite integrals can be expressed in terms of elementary functions is not susceptible to any established theory. In fact, the problem belongs to transcendence theory, which appears to be "infinitely hard." For example, there are definite integrals that are equal to the Euler-Mascheroni constant . However, the problem of deciding whether can be

expressed in terms of the values at rational values of elementary functions involves the decision as to whether is rational or algebraic, which is not known. Integration rules of definite integration include (4) and (5) For , (6) If is continuous on and is continuous and has an antiderivative on an interval containing the values of for , then (7) Watson's triple integrals are examples of (very) challenging multiple integrals. Other challenging integrals include Ahmed's integral and Abel's integral. Definite integration for general input is a tricky problem for computer mathematics packages, and some care is needed in their application to definite integrals. Consider the definite integral of the form (8) which can be done trivially by taking advantage of the trigonometric identity (9) Letting , (10) (11) (12) (13)

(14) Many computer mathematics packages, however, are able to compute this integral only for specific values of , or not at all. Another example that is difficult for computer software packages is (15) which is nontrivially equal to 0. Some definite integrals, the first two of which are due to Bailey and Plouffe (1997) and the third of which is due to Gunard and Lemberg (2001), which were identified by Borwein and Bailey (2003, p. 61) and Bailey et al. (2007, p. 62) to be "technically correct" but "not useful" as computed by Mathematica are reproduced below. Happily, Mathematica Version 5 returns them in the same simple form given by Borwein and Bailey without even the need for additional simplification: (16) (17) (18) (19) (20) (21) (Sloane's A091474, A091475, and A091476), where is Catalan's constant. A fourth integral proposed by a challenge is also trivially computable in Mathematica, (22) (23) (Sloane's A091477), where is Apry's constant.

A pretty definite integral due to L. Glasser and O. Oloa (L. Glasser, pers. comm., Jan. 6, 2007) is given by (24) (25) (Sloane's A127196), where is the Euler-Mascheroni constant. This integral (in the form considered originally by Oloa) is the case of the class of integrals

(26) previously studied by Glasser. The closed form given above was independently found by Glasser and Oloa (L. Glasser, pers. comm., Feb. 2, 2010; O. Oloa, pers. comm., Feb. 2, 2010), and proofs of the result were subsequently published by Glasser and Manna (2008) and Oloa (2008). Generalizations of this integral have subsequently been studied by Oloa and others; see also Bailey and Borwein (2008). An interesting class of integrals is

(27)

which have the special values (28) (29) (30) (Bailey et al. 2007, pp. 42 and 60). An amazing integral determined empirically is

(3 1)

where (32) (33) (Bailey et al. 2007, p. 61). A complicated-looking definite integral of a rational function with a simple solution is given by

(34)

(Bailey et al. 2007, p. 258).

Another challenging integral is that for the volume of the Reuleaux tetrahedron, (35 ) (36 ) (37 ) (Sloane's A102888; Weisstein). Integrands that look alike could provide very different results, as illustrated by the beautiful pair (38) (39) (40) due to V. Adamchik (Sloane's A115287; Moll 2006; typo corrected), where is the omega constant and is the Lambert W-function. These can be computed using contour integration. Computer mathematics packages also often return results much more complicated than necessary. An example of this type is provided by the integral (41) for and which follows from a simple application of the Leibniz integral rule (Woods 1926, pp. 143-144). There are a wide range of methods available for numerical integration. Good sources for such techniques include Press et al. (1992) and Hildebrand (1956). The most straightforward numerical integration technique uses the Newton-Cotes formulas (also called quadrature formulas), which approximate a function tabulated at a sequence of regularly spaced intervals by various degree polynomials. If the endpoints are tabulated, then the 2- and 3-point formulas are called the trapezoidal rule and Simpson's rule, respectively. The 5-point formula is called Boole's rule. A generalization of the trapezoidal rule is romberg integration, which can yield accurate results for many fewer function evaluations. If the analytic form of a function is known (instead of its values merely being tabulated at a fixed number of points), the best numerical method of integration is called Gaussian quadrature. By picking the optimal abscissas at which to compute the function, Gaussian quadrature produces the most accurate approximations possible. However, given the speed of modern computers, the additional complication of the Gaussian quadrature formalism often makes it less desirable than the brute-force method of simply repeatedly calculating twice as

many points on a regular grid until convergence is obtained. An excellent reference for Gaussian quadrature is Hildebrand (1956). The June 2, 1996 comic strip FoxTrot by Bill Amend (Amend 1998, p. 19; Mitchell 2006/2007) featured the following definite integral as a "hard" exam problem intended for a remedial math class but accidentally handed out to the normal class: (42) The integral corresponds to integration over a spherical cone with opening angle and radius 4. However, it's not clear what the integrand physically represents (it resembles computation of a moment of inertia, but that would give a factor rather than the given ).

Contoh soal Hitung jumlah Riemann untuk f(x) = +1 pada selang [-1,2] menggunakan titk-titik pada partisi yang berjarak sama -1<-0,5< 0 < 0.5 < 1 < 1.5 < 2 dengan titk sampel berupa titik tengah selang bagian kei. 4 f(x) = x2 + 1 3 2 1 -1 -0,5 0 0,5 1 1,5 2 x -0,75 -0,25 0,25 0,75 1,25 1,75 Penyelesaian perhatikan gambar di atas. Rp = = f(x1) x1 + f(x2) x2 + f(x3) x3 + f(x4) x4 + f(x5) x5 + f(x6) x6 = f(-0,75)(-0,5 (-1)) + f(-0,25) (0 (-0,5)) + f(0,25) (0,5 0) + f(0,75) (1 0,5) + f(1,25) (1,5 1) + f(1,75) (2 1,5) = f(-0,75)(0,5)) + f(-0,25) (0,5) + f(0,25) (0,5) + f(0,75) (0,5) + f(1,25) (0,5) + f(1,75) (0,5) = [ f(-0,75) + f(-0,25) + f(0,25) + f(0,75) + f(1,25) + f(1,75)] (0,5) = [1,5625 + 1,0625 + 1,0625 + 1,5625 + 2,5625 + 4,0625] (0,5) = 11,875 (0,5) = 5,9375

Anda mungkin juga menyukai