Integration has its theoretical basis in the idea of finding areas of regions in the plane. That is, to find, for example, the area bounded by the graphs
Using the highest point on each piece (the right-edge of each region gives the height as f(x) , where x is at the right edge), we get:
We'll try it again: now, let's approximate this area using 20 rectangles. The picture is (using the highest points, the circumscribed rectangles):
How do we do this calculation?
The reality is that, for most curves, it doesn't matter whether you use the right edge, or the left, or anywhere in between. You also don't have to take the subintervals to all be the same length, just so they get smaller, to get a better and better approximation of the real area.
We will be spending quite a bit of time dealing with integration as a summation process, and it will get awkward writing down all these sums. We need a better notation. In addition, we need some specific formulas for certain sums, which you may not have seen before. Look through this topic now:
Summation notation and special formulas
Let's look at the process in general, for a function f(x) over an interval [a,b] . Choose any old set of points {x0,x1,... ,xn} to chop the interval [a,b] up into subintervals. Set a = x0 and set b = xn so that we refer to them all the same way. For each of those subintervals, find a point
Then, the ``area under the curve'' is approximated by the sum
The reason the ``area under the curve'' is in quotation marks is that we will still use the idea of this limit of sums, even if the function is negative somewhere, and so the ``area under the curve'' doesn't quite make sense. However, if you count the areas of those regions where f(x) < 0 as negative area, it does give the ``area under the curve'' as this limit of sums.
Definition 1 A partition P of an interval [a,b] is a decomposition of the interval into smaller pieces, as above, a = x0,x1,¼,xn = b . We usually just refer to the numbers x0,¼,xn as the partition P of [a,b] . The mesh ||P|| of a partition P is the length of the longest section (or subinterval) of the partition, ||P||: = max{x1-x0,x2-x1,¼,xn-xn-1} .
The mesh ||P|| of a partition P is the length of the longest section (or subinterval) of the partition, ||P||: = max{x1-x0,x2-x1,¼,xn-xn-1} .
Now comes the formal definition of an integral.
Definition 2 f is some function, defined for x Î [a,b] (you actually can leave out ``a few'' points without causing any problems). For each number d > 0 , choose a partition P = x0,¼,xn of mesh ||P||, and choose (randomly) points xi* Î [xi-1,xi] . The Riemann sum of the function f corresponding to that partition and set of sampling numbers is the sum: nå i = 1 f(xi*)Dxi. The number you get from that process depend on the partition and the sampling numbers, as well as the function itself. However, if as ||P||® 0 (as the mesh gets finer without bound), the limit: lim ||P||® 0 nå i = 1 f(xi*)Dxi: = óõ b a f(x)dx exists, independently of the partitions (as long as the mesh is getting smaller), and of the sampling numbers, then we say that the function f is integrable over the interval [a,b] , and the integral is the limit value, written as óõ b a f(x)dx. Integration involves a limit of sums. But, the limit is ``sloppy'' in this case in that so many things are not determined: the subintervals themselves, the point you pick in each subinterval, the number of subintervals. Still, rather remarkably, ``most'' functions are integrable in this sense, even ones that are not continuous.
Example 1 If f(x) = ìí î 1, if 0 £ x £ 1 1/2, if 1 < x £ 2 , then óõ 2 0 f(x)dx = 3/2. Solution
Example 2 If f(x) = 3x , then óõ 2 1 f(x)dx = 9/2. Solution
Example 3 óõ 1 0 x2dx = 13 . Solution
Exercise 1 Show that óõ 2 -1 x3dx = 154 . Hint: Use the formulas for the sum of the first n cubes in the review section, and, as before, presume that the limit exists, so that you can use uniform subintervals and circumscribed rectangles. Answer:
Hint: Use the formulas for the sum of the first n cubes in the review section, and, as before, presume that the limit exists, so that you can use uniform subintervals and circumscribed rectangles.
Answer:
Proposition 1 Rules óõ b a c dx = c(b-a). óõ b a f(x)dx = - óõ a b f(x)dx. Actually, this rule is a definition. We hadn't had a definition for the right-hand side (at least when a < b ); this helps for some later formulas. óõ a a f(x)dx = 0. As before, this is really a definition. óõ b a cf(x)dx = c óõ b a f(x)dx. óõ b a f(x)±g(x)dx = óõ b a f(x)dx± óõ b a g(x)dx. If f(x) ³ 0 for all x Î [a,b] , a < b , then óõ b a f(x)dx ³ 0. If f(x) ³ g(x) for all x Î [a,b] , a < b , then óõ b a f(x)dx ³ óõ b a g(x)dx. For all a , b , and c , óõ c a f(x)dx+ óõ b c f(x)dx = óõ b a f(x)dx. If m £ f(x) £ M for all x Î [a,b] , a < b , then m(b-a) £ óõ b a f(x)dx £ M(b-a). êê óõ b a f(x)dx êê £ óõ b a | f(x)| dx. Proofs:
Theorem 1 If f is continuous on [a,b] , then óõ b a f(x)dx exists.
Proof:
Use the rules and theorems above to sove the following exercises.
Exercise 2 Find óõ 3 -2 | x| dx = Hint: Split the integral up into easier pieces, and evaluate the integral of each piece by high-school geometry.
Exercise 3 Show that óõ p/4 0 sin3xdx £ óõ p/4 0 sin2xdx.
Example 4 Show that óõ 2p 0 sin2xdx = p. The same is true for cos2x , óõ 2p 0 cos2xdx = p. Solution
Email Address (Required to submit answers):
Copyright (c) 2000 by David L. Johnson.