Riemann Sums & Definite Integrals (College Board AP® Calculus BC): Flashcards

1/54

0Still learning

Know0

  • Define an accumulation of change.

Cards in this collection (54)

  • Define an accumulation of change.

    It is the actual change a quantity undergoes over an interval, worked out from its rate of change.

    A harvester gathering 0.5 kilograms of strawberries per meter accumulates 0.5 \times 6 = 3 kilograms over 6 meters.

  • Where on the graph of a rate of change function is the accumulation of change?

    It is the area between that graph and the x-axis over the interval concerned.

    Simple geometry finds it when the region is made of rectangles, triangles or semicircles, and a definite integral finds it otherwise.

  • True or False?

    An accumulation of change tells you the total value of the quantity.

    False.

    It tells you only how much the quantity has changed over the interval.

    To reach a total you also need a boundary value, a known value of the quantity at one particular point.

  • A rate of change graph encloses a 5 by 2 rectangle and a right triangle of base 3 and height 5, both above the axis. What is the accumulation of change?

    It is 17.5, in the units of the accumulated quantity.

    The rectangle contributes 5 \times 2 = 10 and the triangle contributes \frac{1}{2} \times 5 \times 3 = 7.5.

  • Fill in the missing unit in this accumulation of change:

    a rate of change measured in meters per second squared, accumulated over an interval measured in seconds, gives an accumulation of change in \_\_\_\_\_\_ per second

    The completed statement is: a rate of change measured in meters per second squared, accumulated over an interval measured in seconds, gives an accumulation of change in meters per second.

    The units are always the units of the rate of change multiplied by the units of the independent variable.

  • What does a negative accumulation of change tell you?

    That the quantity decreased over the interval.

    The rate of change function was negative there, so its graph lay below the x-axis.

  • A rate of change graph dips below the axis and encloses a semicircle of radius 2 there. What does that region contribute?

    It contributes - 2 \pi, since the semicircle has area \frac{1}{2} \pi \left(2\right)^{2} = 2 \pi and lies below the axis.

    A region below the axis always subtracts from the accumulation of change.

  • A tank holds 7 gallons, and the accumulation of change over the next interval is 17.5 - 2 \pi gallons. How much is in the tank at the end?

    About 18.217 gallons.

    Add the boundary value to the accumulation of change, giving 7 + 17.5 - 2 \pi = 24.5 - 2 \pi.

  • Define a Riemann sum.

    A Riemann sum approximates an accumulation of change, equivalently a definite integral, by adding up the areas of a number of rectangles.

    Each rectangle's width is one subinterval, and its height is a value of the function taken on that subinterval.

  • Fill in the three missing positions used for the rectangle heights in the Riemann sums:

    a left Riemann sum takes the value of f at the \_\_\_\_\_\_ side of each rectangle, a right Riemann sum takes it at the \_\_\_\_\_\_ side, and a midpoint Riemann sum takes it at the \_\_\_\_\_\_ of the subinterval

    The completed rule is: a left Riemann sum takes the value of f at the left-hand side of each rectangle, a right Riemann sum takes it at the right-hand side, and a midpoint Riemann sum takes it at the midpoint of the subinterval.

    All three use the same rectangle widths, namely x_{i} - x_{i - 1}.

  • When is a left Riemann sum an underestimate?

    When the function is increasing over the whole interval.

    Each rectangle is then topped at the lowest point of its own subinterval, so every one of them falls short of the region beneath the curve.

  • True or False?

    You can tell straight away whether a midpoint Riemann sum is an over or an underestimate.

    False.

    Each rectangle usually overshoots the curve on one side of its midpoint and falls short on the other, so the two errors partly cancel in a way that is not obvious.

    The left and right sums do have a simple rule, but the midpoint sum does not.

  • When is a right Riemann sum an underestimate?

    When the function is decreasing over the whole interval.

    Each rectangle is then topped at the lowest point of its own subinterval, which for a decreasing function is the right-hand end.

  • A function has values 2.6 , 4.8 , 12.2 and 0.7 at the left ends of subintervals of widths 3, 4, 3 and 2. Find the left Riemann sum.

    It is 65.0.

    The four rectangles give 3 \left(2.6\right) + 4 \left(4.8\right) + 3 \left(12.2\right) + 2 \left(0.7\right), each width multiplied by the value at its left-hand end.

  • In a midpoint Riemann sum, do you take the midpoint of the x values or the midpoint of the function values?

    Of the x values.

    Find the midpoint of the subinterval first and evaluate f there, so the height is f \left(\frac{x_{i - 1} + x_{i}}{2}\right) and not an average of two function values.

  • A function has values 4.8 , 12.2 , 0.7 and - 1.3 at the right ends of subintervals of widths 3, 4, 3 and 2. Find the right Riemann sum.

    It is 62.7.

    The four rectangles give 3 \left(4.8\right) + 4 \left(12.2\right) + 3 \left(0.7\right) + 2 \left(- 1.3\right), and the last one contributes a negative amount.

  • How can a Riemann sum be made more accurate?

    By increasing the number of rectangles n, so that the subintervals become narrower.

    The rectangles then follow the curve more closely and their total area is a better approximation.

  • Define a trapezoidal sum.

    A trapezoidal sum approximates a definite integral by adding up the areas of trapezoids rather than rectangles.

    Each trapezoid spans one subinterval, with its two parallel sides reaching the curve at the two ends of that subinterval.

  • Fill in the two missing function values in the area of the ith trapezoid:

    \left(x_{i} - x_{i - 1}\right) \cdot \frac{\_\_\_\_\_\_ + \_\_\_\_\_\_}{2} for the trapezoid on that subinterval

    The completed area is \left(x_{i} - x_{i - 1}\right) \cdot \frac{f \left(x_{i - 1}\right) + f \left(x_{i}\right)}{2}.

    That is the width times the average of the two parallel sides, which is the ordinary area formula for a trapezoid.

  • When is a trapezoidal sum an overestimate?

    When the function is concave up over the whole interval.

    The straight top of each trapezoid then lies above the curve it joins, so every trapezoid overshoots.

  • True or False?

    A trapezoidal sum needs all its subintervals to be the same width.

    False.

    The subintervals may have different widths, and each trapezoid simply uses its own.

    Equal widths matter only because they allow the sum to be written as a single tidier formula.

  • How is a trapezoidal sum related to the left and right Riemann sums?

    It is exactly their average.

    Each trapezoid's area is the mean of the corresponding left and right rectangles, so averaging the two sums gives the trapezoidal sum and saves remembering a third formula.

  • Subintervals of widths 3, 4, 3 and 2 have endpoint values 2.6 , 4.8 , 12.2 , 0.7 and - 1.3 in order. Find the trapezoidal sum.

    It is 63.85.

    The four trapezoids give 3 \cdot \frac{2.6 + 4.8}{2} + 4 \cdot \frac{4.8 + 12.2}{2} + 3 \cdot \frac{12.2 + 0.7}{2} + 2 \cdot \frac{0.7 - 1.3}{2}.

  • Define an accumulation function.

    An accumulation function gives the accumulation of change measured from one chosen starting point up to an endpoint that is allowed to move.

    It is most often written as a definite integral, g \left(x\right) = \int_{a}^{x} f \left(t\right) d t.

  • Fill in the missing letter in the rule about the dummy variable in g \left(x\right) = \int_{a}^{x} f \left(t\right) d t:

    any letter may be used for the dummy variable inside the integral except \_\_\_\_\_\_ itself

    The completed rule is: any letter may be used for the dummy variable inside the integral except x itself.

    Using x for both the upper limit and the variable of integration would confuse two quite different roles.

  • True or False?

    A definite integral with a variable upper limit defines a new function.

    True.

    With fixed limits a definite integral is a single number, but with a variable upper limit its value changes as that limit changes.

    That is exactly what an accumulation function is.

  • A harvester gathers 0.5 kilograms of strawberries per meter. What is the accumulation function?

    It is 0.5 x, where x is the distance in meters from the starting point.

    Substituting a value for x gives the amount gathered up to that point, and no integral is needed because the rate is constant.

  • Find g \left(x\right) = \int_{0}^{x} \left(2 t + \sin t\right) d t.

    It is g \left(x\right) = x^{2} - \cos x + 1.

    The antiderivative is t^{2} - \cos t, and evaluating it between 0 and x gives x^{2} - \cos x - \left(0 - 1\right).

  • If f is the rate of change of a quantity r, how is r \left(x\right) written using an accumulation function?

    As r \left(x\right) = r \left(0\right) + \int_{0}^{x} f \left(t\right) d t.

    The integral supplies the change since x = 0, and the known value r \left(0\right) supplies the level it started from.

  • Fill in the two missing limits in the first fundamental theorem of calculus, where F is an antiderivative of f:

    \int_{a}^{b} f \left(x\right) d x = F \left(\_\_\_\_\_\_\right) - F \left(\_\_\_\_\_\_\right) whenever f is continuous on that interval

    The completed theorem is \int_{a}^{b} f \left(x\right) d x = F \left(b\right) - F \left(a\right).

    Note the order: the value at the upper limit comes first, and the value at the lower limit is subtracted from it.

  • What conditions does the first fundamental theorem of calculus require?

    That f is continuous on the closed interval \left[a , b\right], and that F is an antiderivative of f on that interval.

    With both in place a definite integral can be found without any limiting process at all.

  • How do you find f \left(x\right) from f^{'} and one known value f \left(a\right)?

    Use f \left(x\right) = f \left(a\right) + \int_{a}^{x} f^{'} \left(t\right) d t.

    This is the first fundamental theorem rearranged, and it avoids having to find a constant of integration at all.

  • f satisfies f^{'} \left(x\right) = \left(\ln x\right)^{2} and f \left(1\right) = 2. Find f \left(5\right).

    It is 6.857 to three decimal places.

    The fundamental theorem gives f \left(5\right) = f \left(1\right) + \int_{1}^{5} \left(\ln x\right)^{2} d x = 2 + 4.857.

  • Fill in the missing function in the second fundamental theorem of calculus:

    \frac{d}{d x} \left(\int_{a}^{x} f \left(t\right) d t\right) = \_\_\_\_\_\_ whenever f is continuous on an interval containing a

    The completed theorem is \frac{d}{d x} \left(\int_{a}^{x} f \left(t\right) d t\right) = f \left(x\right).

    Differentiating an accumulation function simply returns the function that was being accumulated.

  • True or False?

    \int_{a}^{x} f \left(t\right) d t is an antiderivative of f.

    True.

    The second fundamental theorem of calculus says exactly that, provided f is continuous on an interval containing a.

    So a definite integral with a variable upper limit can stand in wherever an antiderivative is wanted.

  • What is \frac{d}{d x} \left(\int_{a}^{g \left(x\right)} f \left(t\right) d t\right)?

    It is f \left(g \left(x\right)\right) \cdot g^{'} \left(x\right).

    The chain rule supplies the extra factor, because the upper limit is itself a function of x rather than x alone.

  • Find \frac{d}{d x} \left(\int_{a}^{x^{2}} \sin t d t\right).

    It is 2 x \sin \left(x^{2}\right).

    Putting the upper limit in place of t gives \sin \left(x^{2}\right), and differentiating that upper limit contributes the factor 2 x.

  • Define a definite integral.

    A definite integral \int_{a}^{b} f \left(x\right) d x is an operation that outputs a number, fixed by the function being integrated and by the two integration limits a and b.

    The function being integrated is called the integrand.

  • What are the two main interpretations of a definite integral?

    If f is a rate of change, it is the accumulation of change as x goes from a to b.

    On a graph where f \left(x\right) \ge 0 across \left[a , b\right], it is the area between the curve and the x-axis over that interval.

  • Fill in the missing limit value beneath the limit sign, and the missing width factor at the end:

    \int_{a}^{b} f \left(x\right) d x = \underset{n \rightarrow \_\_\_\_\_\_}{\lim} \sum_{i = 1}^{n} f \left(x_{i}^{*}\right) \_\_\_\_\_\_ where x_{i}^{*} lies in the ith subinterval

    The completed definition is \int_{a}^{b} f \left(x\right) d x = \underset{n \rightarrow \infty}{\lim} \sum_{i = 1}^{n} f \left(x_{i}^{*}\right) \Delta x_{i}.

    As the number of subintervals grows without bound, the total area of the approximating rectangles closes in on the exact value.

  • True or False?

    The type of Riemann sum used changes the value of the limit that defines a definite integral.

    False.

    The point x_{i}^{*} may be any value in the ith subinterval, so left, right and midpoint sums all fit the definition.

    As the subintervals shrink towards zero width the choice stops mattering, and every version tends to the same limit.

  • What does a factor of \frac{5}{n} in a Riemann-sum limit tell you?

    That the subintervals all have width \frac{5}{n}, so the whole interval has width 5 and b - a = 5.

    With the starting value read off from inside f, that identifies both limits: \underset{n \rightarrow \infty}{\lim} \sum_{i = 1}^{n} \left(\left(- 3 + \frac{5}{n} i\right)^{2} + 1\right) \frac{5}{n} is \int_{- 3}^{2} \left(x^{2} + 1\right) d x.

  • What are the sum and constant multiple rules for definite integrals?

    They are \int_{a}^{b} \left(f \left(x\right) \pm g \left(x\right)\right) d x = \int_{a}^{b} f \left(x\right) d x \pm \int_{a}^{b} g \left(x\right) d x and \int_{a}^{b} k f \left(x\right) d x = k \int_{a}^{b} f \left(x\right) d x.

    They are the same rules as for indefinite integrals, with the limits carried along unchanged.

  • Fill in the three missing results about the limits of a definite integral:

    \int_{a}^{a} f \left(x\right) d x equals \_\_\_\_\_\_ for any f, reversing the two limits multiplies the value by \_\_\_\_\_\_ instead, and \int_{a}^{c} f \left(x\right) d x + \int_{c}^{b} f \left(x\right) d x equals the integral from a to \_\_\_\_\_\_ overall

    The completed results are: \int_{a}^{a} f \left(x\right) d x equals 0 for any f, reversing the two limits multiplies the value by - 1 instead, and \int_{a}^{c} f \left(x\right) d x + \int_{c}^{b} f \left(x\right) d x equals the integral from a to b overall.

    The last of the three holds for any c lying between a and b.

  • Given \int_{2}^{5} f \left(x\right) d x = - 3 and \int_{2}^{7} f \left(x\right) d x = 12, find \int_{5}^{7} f \left(x\right) d x.

    It is 15.

    The adjacent-interval property gives \int_{2}^{7} f \left(x\right) d x = \int_{2}^{5} f \left(x\right) d x + \int_{5}^{7} f \left(x\right) d x, so 12 = - 3 + 15.

  • Given \int_{5}^{7} f \left(x\right) d x = 15 and \int_{5}^{7} g \left(x\right) d x = 2, find \int_{7}^{5} \left(f \left(x\right) - 3 g \left(x\right)\right) d x.

    It is - 9.

    Splitting the integrand gives \int_{7}^{5} f \left(x\right) d x - 3 \int_{7}^{5} g \left(x\right) d x, and reversing both sets of limits turns that into - 15 + 3 \left(2\right).

  • Define what it means to evaluate a definite integral.

    To evaluate a definite integral is to find the single number it is equal to.

    In practice you find an antiderivative of the integrand and then substitute the two limits into it, written as \left[F \left(x\right)\right]_{a}^{b}.

  • True or False?

    A definite integral and an indefinite integral both evaluate to a function of x.

    False.

    A definite integral evaluates to a number, because its limits fix a single value.

    An indefinite integral is another function of x.

  • Why is the constant of integration not needed in a definite integral?

    Because it cancels: \left(F \left(b\right) + C\right) - \left(F \left(a\right) + C\right) = F \left(b\right) - F \left(a\right).

    Any antiderivative may therefore be used, so the simplest one is the obvious choice.

  • Fill in the missing word about the sign of a definite integral:

    if f \left(x\right) < 0 right across \left[a , b\right] then \int_{a}^{b} f \left(x\right) d x is \_\_\_\_\_\_ as well

    The completed statement is: if f \left(x\right) < 0 right across \left[a , b\right] then \int_{a}^{b} f \left(x\right) d x is negative as well.

    The same holds with the signs reversed, so an integrand that is positive throughout gives a positive integral.

  • Evaluate \int_{- \frac{\pi}{3}}^{\frac{\pi}{4}} \cos x d x.

    It is \frac{\sqrt{2} + \sqrt{3}}{2}.

    Since \int \cos x d x = \sin x + C, the value is \sin \frac{\pi}{4} - \sin \left(- \frac{\pi}{3}\right) = \frac{\sqrt{2}}{2} + \frac{\sqrt{3}}{2}.

  • What is the value of a definite integral when f is positive on part of \left[a , b\right] and negative on the rest?

    The negative parts subtract from the positive parts, so the total may be positive, negative, or zero.

    A definite integral over such an interval is therefore not the same thing as the total area involved.

  • Why is \int_{0}^{3} t^{2} \left(2 - t\right) d t smaller than \int_{0}^{2} t^{2} \left(2 - t\right) d t?

    Because t^{2} \left(2 - t\right) is negative for t > 2, so the stretch from 2 to 3 subtracts from what has already accumulated.

    The two values are - \frac{9}{4} and \frac{4}{3} respectively.

  • How do you evaluate a definite integral of a piecewise-defined function?

    Integrate each piece separately over its own part of the interval, then add the results.

    The function need not be continuous at the joins, provided any discontinuity there is removable or a jump rather than essential.

Sign up to unlock flashcards

or