5 Integration

5.3 Riemann Sums

In the previous section we defined the definite integral of a function on [a,b] to be the signed area between the curve and the x-axis. Some areas were simple to compute; we ended the section with a region whose area was not simple to compute. In this section we develop a technique to find such areas.

A fundamental calculus technique is to first answer a given problem with an approximation, then refine that approximation to make it better, then use limits in the refining process to find the exact answer. That is exactly what we will do here.

Consider the region given in Figure 5.3.1, which is the area under y=4x-x2 on [0,4]. What is the signed area of this region — i.e., what is 04(4x-x2)dx?

margin: 12341234xy Figure 5.3.1: A graph of f(x)=4x-x2. What is the area of the shaded region? Λ

We start by approximating. We can surround the region with a rectangle with height and width of 4 and find the area is approximately 16 square units. This is obviously an over-approximation; we are including area in the rectangle that is not under the parabola.

We have an approximation of the area, using one rectangle. How can we refine our approximation to make it better? The key to this section is this answer: use more rectangles.

Let’s use 4 rectangles of equal width of 1. This partitions the interval [0,4] into 4 subintervals, [0,1], [1,2], [2,3] and [3,4]. On each subinterval we will draw a rectangle.

There are three common ways to determine the height of these rectangles: the Left Hand Rule, the Right Hand Rule, and the Midpoint Rule. The Left Hand Rule says to evaluate the function at the left-hand endpoint of the subinterval and make the rectangle that height. In Figure 5.3.2, the rectangle drawn on the interval [2,3] has height determined by the Left Hand Rule; it has a height of f(2). (The rectangle is labeled “LHR.”)

margin: RHRMPRLHRother12341234xy Figure 5.3.2: Approximating 04(4x-x2)dx using rectangles. The heights of the rectangles are determined using different rules. Λ

The Right Hand Rule says the opposite: on each subinterval, evaluate the function at the right endpoint and make the rectangle that height. In the figure, the rectangle drawn on [0,1] is drawn using f(1) as its height; this rectangle is labeled “RHR.”.

The Midpoint Rule says that on each subinterval, evaluate the function at the midpoint and make the rectangle that height. The rectangle drawn on [1,2] was made using the Midpoint Rule, with a height of f(1.5). That rectangle is labeled “MPR.”

These are the three most common rules for determining the heights of approximating rectangles, but one is not forced to use one of these three methods. The rectangle on [3,4] has a height of approximately f(3.53), very close to the Midpoint Rule. It was chosen so that the area of the rectangle is exactly the area of the region under f on [3,4]. (Later you’ll be able to figure how to do this, too.)

The following example will approximate the value of 04(4x-x2)dx using these rules.

Example 5.3.1 Using the Left Hand, Right Hand and Midpoint Rules

Approximate the value of 04(4x-x2)dx using the Left Hand Rule, the Right Hand Rule, and the Midpoint Rule, using 4 equally spaced subintervals.

SolutionWe break the interval [0,4] into four subintervals as before. In Figure 5.3.3 we first see 4 rectangles drawn on f(x)=4x-x2 using the Left Hand Rule. (The areas of the rectangles are given in each figure.)

margin: 034312341234xy Left Hand Rule343012341234xy Right Hand Rule1.753.753.751.7512341234xy Midpoint Rule Figure 5.3.3: Approximating 04(4x-x2)dx in Example 5.3.1. Λ

Note how in the first subinterval, [0,1], the rectangle has height f(0)=0. We add up the areas of each rectangle (height× width) for our Left Hand Rule approximation:

f(0)1+f(1)1+f(2)1+f(3)1 =
0+3+4+3 =10.

Figure 5.3.3 next shows 4 rectangles drawn under f using the Right Hand Rule; note how the [3,4] subinterval has a rectangle of height 0.

These rectangle seem to be the mirror image of those found with the Left Hand Rule. (This is because of the symmetry of our shaded region.) Our approximation gives the same answer as before, though calculated a different way:

f(1)1+f(2)1+f(3)1+f(4)1 =
3+4+3+0 =10.

Figure 5.3.3 last shows 4 rectangles drawn under f using the Midpoint Rule. This gives an approximation of 04(4x-x2)dx as:

f(0.5)1+f(1.5)1+f(2.5)1+f(3.5)1 =
1.75+3.75+3.75+1.75 =11.

Our three methods provide two approximations of 04(4x-x2)dx: 10 and 11.

Summation Notation

It is hard to tell at this moment which is a better approximation: 10 or 11? We can continue to refine our approximation by using more rectangles. The notation can become unwieldy, though, as we add up longer and longer lists of numbers. We introduce summation notation to ameliorate this problem.

Suppose we wish to add up a list of numbers a1, a2, a3, …, a9. Instead of writing

a1+a2+a3+a4+a5+a6+a7+a8+a9,

we use summation notation and write

i=19ai

Lets analyze this notation.
i=19ai. i=index of summation lower bound upper bound summand summation symbol (an upper case sigma) Figure 5.3.4: Understanding summation notation.

The upper case sigma, , represents the term “sum.” The index of summation in this example is i; any symbol can be used. By convention, the index takes on only the integer values between (and including) the lower and upper bounds.

Let’s practice using this notation.

Example 5.3.2 Using summation notation

Let the numbers {ai} be defined as ai=2i-1 for integers i, where i1. So a1=1, a2=3, a3=5, etc. (The output is the positive odd integers). Evaluate the following summations:

1.i=16ai      2.i=37(3ai-4)      3.i=14(ai)2

Solution

  1. (a)

    i=16ai=a1+a2+a3+a4+a5+a6=1+3+5+7+9+11=36.

  2. (b)

    Note the starting value is different than 1:

    i=37 (3ai-4)
    =(3a3-4)+(3a4-4)+(3a5-4)+(3a6-4)+(3a7-4)
    =11+17+23+29+35
    =115.
  3. (c)

    i=14(ai)2=(a1)2+(a2)2+(a3)2+(a4)2=12+32+52+72=84

It might seem odd to stress a new, concise way of writing summations only to write each term out as we add them up. It is. The following theorem gives some of the properties of summations that allow us to work with them without writing individual terms. Examples will follow.

Theorem 5.3.1 Properties of Summations


(a) i=1nc=cn, where c is a constant. (b) i=mn(ai±bi)=i=mnai±i=mnbi (c) i=mncai=ci=mnai (d) i=mjai+i=j+1nai=i=mnai (e) i=1ni=n(n+1)2 (f) i=1ni2=n(n+1)(2n+1)6 (g) i=1ni3=(n(n+1)2)2

Note: In practice we will sometimes need variations on formulas 5, 6, and 7 above. For example, we note that

i=0ni=0+1+2++n=0+i=1ni=0+n(n+1)2=n(n+1)2,

so we see that

i=0ni=n(n+1)2.

Similarly, we find that

i=0ni2 =n(n+1)(2n+1)6,and
i=0ni3 =(n(n+1)2)2
Example 5.3.3 Evaluating summations using Theorem 5.3.1

Revisit Example 5.3.2 and, using Theorem 5.3.1, evaluate

i=16ai=i=16(2i-1).

Solution

i=16(2i-1) =i=162i-i=16(1) (Theorem 5.3.1(2))
=(2i=16i)-i=16(1) (Theorem 5.3.1(3))
=2(6(6+1)2)-6 (Theorem 5.3.1(1,5))
=2(21)-6=36

We obtained the same answer without writing out all six terms. When dealing with small sizes of n, it may be faster to write the terms out by hand. However, Theorem 5.3.1 is incredibly important when dealing with large sums as we’ll soon see.

Riemann Sums

Consider again 04(4x-x2)dx. We will approximate this definite integral using 16 equally spaced subintervals and the Right Hand Rule in Example 5.3.4. Before doing so, it will pay to do some careful preparation.

margin: 01234x0x4x8x12x16 Figure 5.3.5: Dividing [0,4] into 16 equally spaced subintervals. Λ

Figure 5.3.5 shows a number line of [0,4] subdivided into 16 equally spaced subintervals. We denote 0 as x0; we have marked the values of x4, x8, x12, and x16. We could mark them all, but the figure would get crowded. While it is easy to figure that x9=2.25, in general, we want a method of determining the value of xi without consulting the figure. Consider:

xi=x0+iΔx starting value number of subintervals between x0 and xi subinterval size

So x9=x0+9(4/16)=9/4=2.25.

If we had partitioned [0,4] into 100 equally spaced subintervals, each subinterval would have length Δx=4/100=0.04. We could compute x31 as

x31=x0+31(4/100)=124/100=1.24.

(That was far faster than creating a sketch first.)

Given any subdivision of [0,4], the first subinterval is [x0,x1]; the second is [x1,x2]; the ith subinterval is [xi-1,xi].

When using the Left Hand Rule, the height of the ith rectangle will be f(xi-1).

When using the Right Hand Rule, the height of the ith rectangle will be f(xi).

When using the Midpoint Rule, the height of the ith rectangle will be f(xi-1+xi2).

Thus approximating 04(4x-x2)dx with 16 equally spaced subintervals can be expressed as follows, where Δx=4/16=1/4:
Left Hand Rule: i=116f(xi-1)Δx
Right Hand Rule: i=116f(xi)Δx
Midpoint Rule: i=116f(xi-1+xi2)Δx

We use these formulas in the next two examples. The following example lets us practice using the Left Hand Rule and the summation formulas introduced in Theorem 5.3.1.

Example 5.3.4 Approximating definite integrals using sums

Approximate 04(4x-x2)dx using the Right Hand Rule and summation formulas with 16 and 1000 equally spaced intervals.

SolutionUsing the formula derived before, using 16 equally spaced intervals and the Right Hand Rule, we can approximate the definite integral as

i=116f(xi)Δx.

We have Δx=4/16=0.25, xi=0+iΔx=iΔx, and f(xi)=f(iΔx)=4iΔx-i2Δx2. Using the summation formulas, we see:

04 (4x-x2)dx
i=116f(xi)Δx
=i=116f(iΔx)Δx
=i=116(4iΔx-i2(Δx)2)Δx (from above)
=i=116(4i(Δx)2-i2(Δx)3)
=i=1164i(Δx)2-i=116i2(Δx)3 (Theorem 5.3.1(2))
=4(Δx)2i=116i-(Δx)3i=116i2 (*) (Theorem 5.3.1(3))
=4(14)2((16)(17)2)-(14)3((16)(17)(33)6) (Theorem 5.3.1(5,6))
=34-1878=858=10.625
margin: 12341234xy Figure 5.3.6: Approximating 04(4x-x2)dx with the Right Hand Rule and 16 evenly spaced subintervals. Λ

We were able to sum up the areas of 16 rectangles with very little computation. In Figure 5.3.6 the function and the 16 rectangles are graphed. While some rectangles over-approximate the area, others under-approximate the area by about the same amount. Thus our approximate area of 10.625 is likely a fairly good approximation.

Notice Equation (*); by changing the 16’s to 1000’s and changing the value of Δx to 4/1000=0.004, we can use the equation to sum up the areas of 1000 rectangles. We do so here, skipping from the original summand to the equivalent of Equation (*) to save space.

04 (4x-x2)dx
i=11000f(xi)Δx
=4(Δx)2i=11000i-(Δx)3i=11000i2
=4(.004)2((1000)(1001)2)-(0.004)3((1000)(1001)(2001)6)
=10.666656

Using many, many rectangles, we likely have a good approximation:

04(4x-x2)dx10.666656.

Before the above example, we stated what the summations for the Left Hand, Right Hand and Midpoint Rules looked like. Each had the same basic structure, which was:

  1. (a)

    each rectangle has the same width, which we referred to as Δx, and

  2. (b)

    each rectangle’s height is determined by evaluating f at a particular point in each subinterval. For instance, the Left Hand Rule states that each rectangle’s height is determined by evaluating f at the left hand endpoint of the subinterval the rectangle lives on.

One could partition an interval [a,b] with subintervals that did not have the same size. We refer to the length of the first subinterval as Δx1, the length of the second subinterval as Δx2, and so on, giving the length of the i th subinterval as Δxi. Also, one could determine each rectangle’s height by evaluating f at any point in the i th subinterval. We refer to the point picked in the first subinterval as c1, the point picked in the second subinterval as c2, and so on, with ci representing the point picked in the i th subinterval. Thus the height of the i th subinterval would be f(ci), and the area of the i th rectangle would be f(ci)Δxi.

Summations of rectangles with area f(ci)Δxi are named after mathematician Georg Friedrich Bernhard Riemann, as given in the following definition.

Definition 5.3.1 Riemann Sum

Let f be defined on the closed interval [a,b] and let P be a partition of [a,b], with

a=x0<x1<<xn-1<xn=b.

Let Δxi denote the length of the i th subinterval [xi-1,xi] and let ci denote any value in the i th subinterval. The sum

i=1nf(ci)Δxi

is a Riemann sum of f on [a,b].

margin: 12341234xy Figure 5.3.7: An example of a general Riemann sum to approximate 04(4x-x2)dx. Λ

In Figure 5.3.7, we see the approximating rectangles of a Riemann sum of 04(4x-x2)dx. While the rectangles in this example do not approximate well the shaded area, they demonstrate that the subinterval widths may vary and the heights of the rectangles can be determined without following a particular rule.

Usually, Riemann sums are calculated using one of the three methods we have introduced. The uniformity of construction makes computations easier. We have Δxi=Δx=b-an and the i th term of the partition is xi=a+iΔx. Then the Left Hand Rule uses ci=xi-1, the Right Hand Rule uses ci=xi, and the Midpoint Rule uses ci=xi-1+xi2.

Let’s do another example.

Example 5.3.5 Approximating definite integrals with sums

Approximate -23(5x+2)dx using the Midpoint Rule and 10 equally spaced intervals.

SolutionWe see that

Δx=3-(-2)10=12andxi=(-2)+12i=i2-2.

As we are using the Midpoint Rule, we will also need xi-1 and xi-1+xi2. Since xi=i2-52, xi-1=i-12-2=i2-52. This gives

xi-1+xi2=(i2-52)+(i2-2)2=i-922=i2-94.

We now construct the Riemann sum and compute its value using summation formulas.

-23(5x+2)dx i=110f(xi-1+xi2)Δx
=i=110f(i2-94)Δx
=i=110(5(i2-94)+2)(12)
=i=110(5i4-378)
=(54i=110(i)-i=110(378))
=(54(10)(11)2-10378)
=452=22.5
margin: -2-11231017-8xy Figure 5.3.8: Approximating -23(5x+2)dx using the Midpoint Rule and 10 evenly spaced subintervals in Example 5.3.5. Λ

Note the graph of f(x)=5x+2 in Figure 5.3.8. The regions whose area is computed by the definite integral are triangles, meaning we can find the exact answer without summation techniques. We find that the exact answer is indeed 22.5. One of the strengths of the Midpoint Rule is that often each rectangle includes area that should not be counted, but misses other area that should. When Δx is small, these two amounts are about equal and these errors almost “subtract each other out.” In this example, since our function is a line, these errors are exactly equal and they do subtract each other out, giving us the exact answer.

Note too that when the function is negative, the rectangles have a “negative” height. When we compute the area of the rectangle, we use f(ci)Δx; when f is negative, the area is counted as negative.

Notice in the previous example that while we used 10 equally spaced intervals, the number “10” didn’t play a big role in the calculations until the very end. Mathematicians love to abstract ideas; let’s approximate the area of another region using n subintervals, where we do not specify a value of n until the very end.

Example 5.3.6 Approximating definite integrals with a sum formula

Revisit 04(4x-x2)dx yet again. Approximate this definite integral using the Right Hand Rule with n equally spaced subintervals.

SolutionWe see that Δx=4-0n=4n. We also find xi=0+Δxi=4in.

We construct the Right Hand Rule Riemann sum as follows. Be sure to follow each step carefully. If you get stuck, and do not understand how one line proceeds to the next, you may skip to the result and consider how this result is used. You should come back, though, and work through each step for full understanding.

04(4x-x2)dx i=1nf(xi)Δx
=i=1nf(4in)Δx
=i=1n[44in-(4in)2]4n
=i=1n(64n2)i-i=1n(64n3)i2
=(64n2)i=1ni-(64n3)i=1ni2
=(64n2)n(n+1)2-(64n3)n(n+1)(2n+1)6
=32(n+1)n-32(n+1)(2n+1)3n2  (now simplify)
=323(1-1n2)

The result is an amazing, easy to use formula. To approximate the definite integral with 10 equally spaced subintervals and the Right Hand Rule, set n=10 and compute

04(4x-x2)dx323(1-1102)=10.56.

Recall how earlier we approximated the definite integral with 4 subintervals; with n=4, the formula gives 10, our answer as before.

It is now easy to approximate the integral with 1,000,000 subintervals. Hand-held calculators may round off the answer a bit prematurely giving an answer of 1023. (The actual answer for this many subintervals is 10.666666666656.)

We now take an important leap. Up to this point, our mathematics has been limited to geometry and algebra (finding areas and manipulating expressions). Now we apply calculus. For any finite n, we know that

04(4x-x2)dx323(1-1n2).

Both common sense and high-level mathematics tell us that as n gets large, the approximation gets better. In fact, if we take the limit as n, we get the exact area described by 04(4x-x2)dx. That is,

04(4x-x2)dx =limn323(1-1n2)
=323(1-0)
=323=10.6¯

This is a fantastic result. By considering n equally-spaced subintervals, we obtained a formula for an approximation of the definite integral that involved our variable n. As n grows large — without bound — the error shrinks to zero and we obtain the exact area.

This section started with a fundamental calculus technique: make an approximation, refine the approximation to make it better, then use limits in the refining process to get an exact answer. That is precisely what we just did.

Let’s practice this again.

Example 5.3.7 Approximating definite integrals with a sum formula

Find a formula that approximates -15x3dx using the Right Hand Rule and n equally spaced subintervals, then take the limit as n to find the exact area.

SolutionWe see that Δx=5-(-1)n=6n and xi=(-1)+iΔx=-1+6in.

The Riemann sum corresponding to the Right Hand Rule is (followed by simplifications):

-15x3dx i=1nf(xi)Δx
=i=1nf(-1+iΔx)Δx
=i=1n(-1+i6n)36n
=i=1n1296i3n4-648i2n3+108in2-6n
=1296n4i=1ni3-648n3i=1ni2+108n2i=1ni-i=1n6n
=1296n4(n(n+1)2)2-648n3n(n+1)(2n+1)6+108n2n(n+1)2-6
=156+378n+216n2  (after a sizable amount of algebra)

Once again, we have found a compact formula for approximating the definite integral with n equally spaced subintervals and the Right Hand Rule. Using 10 subintervals, we have an approximation of 195.96 (these rectangles are shown in Figure 5.3.9). Using n=100 gives an approximation of 159.802.

margin: -11234550100xy Figure 5.3.9: Approximating -15x3dx using the Left Hand Rule and 10 evenly spaced subintervals. Λ

Now find the exact answer using a limit:

-15x3dx=limn(156-378n+216n2)=156.

Limits of Riemann Sums

We have used limits to find the exact value of certain definite integrals. Will this always work? We will show, given not-very-restrictive conditions, that yes, it will always work.

The previous two examples demonstrated how an expression such as

i=1nf(xi)Δx

can be rewritten as an expression explicitly involving n, such as 323(1-1n2).

Viewed in this manner, we can think of the summation as a function of n. An n value is given (where n is a positive integer), and the sum of areas of n equally spaced rectangles is returned, using the Left Hand, Right Hand, or Midpoint Rules.

Given a definite integral abf(x)dx, let:

  • SL(n)=i=1nf(xi-1)Δx, the sum of equally spaced rectangles formed using the Left Hand Rule,

  • SR(n)=i=1nf(xi)Δx, the sum of equally spaced rectangles formed using the Right Hand Rule, and

  • SM(n)=i=1nf(xi-1+xi2)Δx, the sum of equally spaced rectangles formed using the Midpoint Rule.

Recall the definition of a limit as n: limnSL(n)=K if, given any ϵ>0, there exists N>0 such that

|SL(n)-K|<ϵwhennN.

The following theorem states that we can use any of our three rules to find the exact value of a definite integral abf(x)dx. It also goes two steps further. The theorem states that the height of each rectangle doesn’t have to be determined following a specific rule, but could be f(ci), where ci is any point in the i th subinterval, as discussed before Riemann Sums where defined in Definition 5.3.1.

The theorem goes on to state that the rectangles do not need to be of the same width. Using the notation of Definition 5.3.1, let Δxi denote the length of the i th subinterval in a partition of [a,b]. Now let P represent the length of the largest subinterval in the partition: that is, P is the largest of all the Δxi’s (this is sometimes called the size of the partition). If P is small, then [a,b] must be partitioned into many subintervals, since all subintervals must have small lengths. “Taking the limit as P goes to zero” implies that the number n of subintervals in the partition is growing to infinity, as the largest subinterval length is becoming arbitrarily small. We then interpret the expression

limP0i=1nf(ci)Δxi

as “the limit of the sum of rectangles, where the width of each rectangle can be different but getting small, and the height of each rectangle is not necessarily determined by a particular rule.” The theorem states that this Riemann Sum also gives the value of the definite integral of f over [a,b].

Theorem 5.3.2 Definite Integrals and the Limit of Riemann Sums

Let f be continuous on the closed interval [a,b] and let SL(n), SR(n) and SM(n) be defined as before. Then:

  1. (a)

    limnSL(n)=limnSR(n)=limnSM(n)=limni=1nf(ci)Δx,

  2. (b)

    limni=1nf(ci)Δx=abf(x)dx, and

  3. (c)

    limP0i=1nf(ci)Δxi=abf(x)dx.

Now that we have more tools to work with, we can now justify the remaining properties in Theorem 5.2.1.

  • Proof



    1. (a)

      To see why this property holds note that for any Riemann sum we have Δx=0, from which we see that:

      abf(x)dx =limni=1nf(ci)Δx(by Theorem 5.3.2(2))
      =limn0
      =0
    2. (b)

      Applying Theorem 5.3.2(2), we have:

      abf(x)dx=limni=1nf(ci)Δx.

      When we compute baf(x)dx, we can use the same partitions and the same points ci, so the heights f(ci) will remain the same. Since we want to start at x=b and finish at x=a, we use Δ~x=a-bn=-Δx. We now have:

      baf(x)dx =limni=1nf(ci)Δ~x (Theorem 5.3.2(2))
      =limni=1nf(ci)(-Δx)
      =limn-(i=1nf(ci)Δx) (using Theorem 5.3.1(3))
      =-limni=1nf(ci)Δx
      =-abf(x)dx (Theorem 5.3.2(2))
    3. (c)

      This property was justified previously.

    4. (d)

      To see why this property holds, we again use Theorems 5.3.1 and 5.3.2. In this case we have:

      ab(f(x)+g(x))dx =limni=1n(f(ci)+g(ci))Δx
      =limni=1n(f(ci)Δx+g(ci)Δx)
      =limn(i=1nf(ci)Δx+i=0n-1g(ci)Δx)
      =limni=1nf(ci)Δx+limni=1ng(ci)Δx
      =abf(x)dx+abg(x)dx
    5. (e)

      The justification of this property is left as an exercise.∎

Theorem 5.3.3 Further Properties of the Definite Integral

Let f be continuous on the interval [a,b] and let k, m, and M be constants. The following hold:

  1. (a)

    abkdx=k(b-a).

  2. (b)

    If mf(x) for all x in [a,b], then m(b-a)abf(x)dx.

  3. (c)

    If f(x)M for all x in [a,b], then abf(x)dxM(b-a).

  • Proof


    Before justifying these properties, note that for any subdivision of [a,b] we have:

    i=1nΔx=nb-an=b-a.

    To see why (a) holds, let k be a constant. We apply Theorem 5.3.2 to see that:

    abkdx =limni=1nkΔx
    =limnk(i=1nΔx) (using Theorem 5.3.1)
    =k(limni=1nΔx)
    =k(limn(b-a))
    =k(b-a)

    We can now use this property to see why (b) holds. Let f and m be as given. Then we have:

    m(b-a) =abmdx
    =limni=1nmΔx (Theorem 5.3.2)
    limni=1nf(ci)Δx
    =abf(x)dx (Theorem 5.3.2)

    Justifying property (c) is similar and is left as an exercise. ∎

We summarize what we have learned over the past few sections here.

  • Knowing the “area under the curve” can be useful. One common example is: the area under a velocity curve is displacement.

  • We have defined the definite integral, abf(x)dx, to be the signed area under f on the interval [a,b].

  • While we can approximate a definite integral many ways, we have focused on using rectangles whose heights can be determined using: the Left Hand Rule, the Right Hand Rule and the Midpoint Rule.

  • Sums of rectangles of this type are called Riemann sums.

  • The exact value of the definite integral can be computed using the limit of a Riemann sum. We generally use one of the above methods as it makes the algebra simpler.

We first learned of derivatives through limits and then learned rules that made the process simpler. We know of a way to evaluate a definite integral using limits; in the next section we will see how the Fundamental Theorem of Calculus makes the process simpler. The key feature of this theorem is its connection between the indefinite integral and the definite integral.

Exercises 5.3

 

Terms and Concepts

  1. 1.

    A fundamental calculus technique is to use              to refine approximations to get an exact answer.

  2. 2.

    What is the upper bound in the summation i=714(48i-201)?

  3. 3.

    This section approximates definite integrals using what geometric shape?

  4. 4.

    T/F: A sum using the Right Hand Rule is an example of a Riemann Sum.

Problems

In Exercises 5–12., write out each term of the summation and compute the sum.

  1. 5.

    i=24i2

  2. 6.

    i=-13(4i-2)

  3. 7.

    i=-22sin(πi/2)

  4. 8.

    i=1105

  5. 9.

    i=151i

  6. 10.

    i=16(-1)ii

  7. 11.

    i=14(1i-1i+1)

  8. 12.

    i=05(-1)icos(πi)

In Exercises 13–16., write each sum in summation notation.

  1. 13.

    3+6+9+12+15

  2. 14.

    -1+0+3+8+15+24+35+48+63

  3. 15.

    12+23+34+45

  4. 16.

    1-e+e2-e3+e4

In Exercises 17–24., evaluate the summation using Theorem 5.3.1.

  1. 17.

    i=1105

  2. 18.

    i=125i

  3. 19.

    i=110(3i2-2i)

  4. 20.

    i=115(2i3-10)

  5. 21.

    i=110(-4i3+10i2-7i+11)

  6. 22.

    i=110(i3-3i2+2i+7)

  7. 23.

    1+2+3++99+100

  8. 24.

    1+4+9++361+400

i=1nai=i=1kai+i=k+1nai , so

i=k+1nai=i=1nai-i=1kai .

Use this fact, along with other parts of Theorem 5.3.1, to evaluate the summations given in Exercises 25–28..

  1. 25.

    i=1120i

  2. 26.

    i=1625i3

  3. 27.

    i=7124

  4. 28.

    i=5104i3

In Exercises 29–32., express the limit as a definite integral.

  1. 29.

    limnπni=1nsinπin1+πin

  2. 30.

    limni=1n3n(2+3in)1+(2+3in)3

  3. 31.

    limn5ni=1n(5(2+5in)3-4(2+5in)+7)

  4. 32.

    limn2ni=1n1+2in(1+2in)2+4

In Exercises 33–36., express the definite integral as a limit of a sum.

  1. 33.

    254-2xdx

  2. 34.

    -20x2+3xdx

  3. 35.

    -π/2π/2sin3x2+cosxdx

  4. 36.

    02exdx

In Exercises 37–42., a definite integral abf(x)dx is given.

  1. (a)

    Graph f(x) on [a,b].

  2. (b)

    Add to the sketch rectangles using the provided rule.

  3. (c)

    Approximate abf(x)dx by summing the areas of the rectangles.

  1. 37.

    -33x2dx, with 6 rectangles using the Left Hand Rule.

  2. 38.

    02(5-x2)dx, with 4 rectangles using the Midpoint Rule.

  3. 39.

    0πsinxdx, with 6 rectangles using the Right Hand Rule.

  4. 40.

    1310-x2dx with 4 rectangles using the Right Hand Rule.

  5. 41.

    12lnxdx, with 3 rectangles using the Midpoint Rule.

  6. 42.

    191xdx, with 4 rectangles using the Right Hand Rule.

In Exercises 43–48., a definite integral abf(x)dx is given. As demonstrated in Examples 5.3.6 and 5.3.7, do the following.

  1. (a)

    Find a formula to approximate abf(x)dx using n subintervals and the provided rule.

  2. (b)

    Evaluate the formula using n=10, 100 and 1,000.

  3. (c)

    Find the limit of the formula, as n, to find the exact value of abf(x)dx.

  1. 43.

    01x3dx, using the Right Hand Rule.

  2. 44.

    -113x2dx, using the Left Hand Rule.

  3. 45.

    -13(3x-1)dx, using the Midpoint Rule.

  4. 46.

    14(2x2-3)dx, using the Left Hand Rule.

  5. 47.

    -1010(5-x)dx, using the Right Hand Rule.

  6. 48.

    01(x3-x2)dx, using the Right Hand Rule.

  1. 49.
    Use six rectangles to approximate the area under the given graph of f from x=0 to x=12, using: (a) The Left Hand Rule, (b) The Right Hand Rule, (c) The Midpoint Rule. 510246810xy
  2. 50.
    A car accelerates from 0 to 40 mph in 30 seconds. The speedometer reading at each 5 second interval during this time is given in the table below. Estimate how far the car travels during this 30 second period using the velocities at: (a) The beginning of each time interval. (b) The end of each time interval.
    t (sec) 0 5 10 15 20 25 30
    v (mph) 0 6 14 23 30 36 40
  3. 51.
    Use Theorems 5.3.1 and 5.3.2 to justify the remaining property in Theorem 5.2.1: abkf(x)dx=kabf(x)dx
  4. 52.
    Use Theorems 5.3.1 and 5.3.2 to justify the remaining property in Theorem 5.3.3: If f(x)M for all x in [a,b], then abf(x)dxM(b-a).

Review

In Exercises 53–58., find an antiderivative of the given function.

  1. 53.

    f(x)=5sec2x

  2. 54.

    f(x)=7x

  3. 55.

    g(t)=4t5-5t3+8

  4. 56.

    g(t)=5et

  5. 57.

    g(t)=cost+sint

  6. 58.

    f(x)=1x

Omni CMS