SlideShare a Scribd company logo
1 of 77
Download to read offline
Review for Final Exam
                     Integration

                          Math 1a


                      January 13, 2008



Announcements
   Office hours on the website (click “Exams”)
   Email your TF, CA, or me with questions
   Final: Thursday 9:15am in Hall B
Outline
   The Riemann Integral
      Estimating the integral
      Properties of the integral
      Comparison Properties of the Integral
   The Fundamental Theorem of Calculus
      Statement
      Differentiation of functions defined by integrals
      Properties of the area function
      The Second FTC
      Examples
      Total Change
      Indefinite Integrals
   Integration by Substitution
       Substitution for Indefinite Integrals
       Substitution for Definite Integrals
The Riemann Integral
Learning Objectives




          Compute the definite integral using a limit of Riemann sums
          Estimate the definite integral using a Riemann sum (e.g.,
          Midpoint Rule)
          Reason with the definite integral using its elementary
          properties.
The Area Problem



  Given a function f defined on [a, b], how can one find the area
  between y = 0, y = f (x), x = a, and x = b?
  We divide and conquer.
Forming Riemann sums

  We have many choices of how to approximate the area:

   Ln = f (x0 )∆x + f (x1 )∆x + · · · + f (xn−1 )∆x
   Rn = f (x1 )∆x + f (x2 )∆x + · · · + f (xn )∆x
             x0 + x1              x1 + x2                    xn−1 + xn
                                            ∆x + · · · + f
  Mn = f               ∆x + f                                            ∆x
                2                    2                           2
Forming Riemann sums

  We have many choices of how to approximate the area:

   Ln = f (x0 )∆x + f (x1 )∆x + · · · + f (xn−1 )∆x
   Rn = f (x1 )∆x + f (x2 )∆x + · · · + f (xn )∆x
             x0 + x1                 x1 + x2                    xn−1 + xn
                                               ∆x + · · · + f
  Mn = f                ∆x + f                                              ∆x
                2                       2                           2

  In general, choose ci to be a point in the ith interval [xi−1 , xi ].
  Form the Riemann sum
               Sn = f (c1 )∆x + f (c2 )∆x + · · · + f (cn )∆x
                        n
                  =          f (ci )∆x
                       i=1
Theorem

  Theorem
  If f is a continuous function on [a, b] or has finitely many jump
  discontinuities, then

        lim Sn = lim {f (c1 )∆x + f (c2 )∆x + · · · + f (cn )∆x}
       n→∞        n→∞

  exists and is the same value no matter what choice of ci we made.
Theorem

  Theorem
  If f is a continuous function on [a, b] or has finitely many jump
  discontinuities, then

        lim Sn = lim {f (c1 )∆x + f (c2 )∆x + · · · + f (cn )∆x}
       n→∞        n→∞

  exists and is the same value no matter what choice of ci we made.

  Definition
  The definite integral of f from a to b is the number
                                              n
                        b
                            f (x) dx = lim         f (ci ) ∆x
                                      ∆x→0
                    a                        i=1
Example (“Sample Exam”, Problem 6)
The rate at which the world’s oil is being consumed is increasing.
Suppose that the rate (measured in billions of barrels per year) is
given by the function r (t), where t is measured in years and t = 0
represents January 1, 2000.
(a) Write a definite integral that represents the total quantity of
    oil used between the start of 2000 and the start of 2005.
(b) Suppose that r (t) = 32e 0.05t . Find the approximate value for
    the definite integral from part (a) using a right-hand sum with
    n = 5 subintervals.
(c) Interpret each of the five terms in the sum from part (b) in
    terms of oil consumption.
Answers


             5
  (a)            r (t) dt
         0
  (b)

        1·32e 0.05(1) +1·32e 0.05(2) +1·32e 0.05(3) +1·32e 0.05(4) +1·32e 0.05(5)

   (c) Each term stands for the approximate amount of oil used in
       each year. For instance, the term 1 · 32e 0.05(3) is approximately
       the amount of oil used between January 1, 2002 and January
       1, 2003.
Example
               1
                     4
Estimate                  dx using the midpoint rule and four divisions.
                   1 + x2
           0
Example
               1
                     4
Estimate                  dx using the midpoint rule and four divisions.
                   1 + x2
           0

Solution
                          1  1 3
The partition is 0 <        < < < 1, so the estimate is
                          4  2 4
       1        4            4            4            4
M4 =                  +            +            +
                    2            2            2   1 + (7/8)2
       4   1 + (1/8)    1 + (3/8)    1 + (5/8)
Example
               1
                     4
Estimate                  dx using the midpoint rule and four divisions.
                   1 + x2
           0

Solution
                          1  1 3
The partition is 0 <        < < < 1, so the estimate is
                          4  2 4
      1         4            4            4            4
M4 =                  +            +            +
                    2            2            2   1 + (7/8)2
      4    1 + (1/8)    1 + (3/8)    1 + (5/8)
      1      4        4        4        4
    =             +       +        +
      4    65/64 73/64 89/64 113/64
Example
               1
                     4
Estimate                  dx using the midpoint rule and four divisions.
                   1 + x2
           0

Solution
                          1  1 3
The partition is 0 <        < < < 1, so the estimate is
                          4  2 4
      1        4             4            4            4
M4 =                  +            +            +
                    2            2            2   1 + (7/8)2
      4 1 + (1/8)       1 + (3/8)    1 + (5/8)
      1     4         4        4        4
    =            +        +        +
      4 65/64 73/64 89/64 113/64
      150, 166, 784
                    ≈ 3.1468
    =
      47, 720, 465
Properties of the integral


   Theorem (Additive Properties of the Integral)
   Let f and g be integrable functions on [a, b] and c a constant.
   Then
             b
                 c dx = c(b − a)
    1.
         a
Properties of the integral


   Theorem (Additive Properties of the Integral)
   Let f and g be integrable functions on [a, b] and c a constant.
   Then
             b
                 c dx = c(b − a)
    1.
         a
             b                              b                    b
    2.           [f (x) + g (x)] dx =           f (x) dx +           g (x) dx.
         a                              a                    a
Properties of the integral


   Theorem (Additive Properties of the Integral)
   Let f and g be integrable functions on [a, b] and c a constant.
   Then
             b
                 c dx = c(b − a)
    1.
         a
             b                                   b                    b
    2.           [f (x) + g (x)] dx =                f (x) dx +           g (x) dx.
         a                                   a                    a
             b                       b
    3.           cf (x) dx = c           f (x) dx.
         a                       a
Properties of the integral


   Theorem (Additive Properties of the Integral)
   Let f and g be integrable functions on [a, b] and c a constant.
   Then
             b
                 c dx = c(b − a)
    1.
         a
             b                                   b                    b
    2.           [f (x) + g (x)] dx =                f (x) dx +           g (x) dx.
         a                                   a                    a
             b                       b
    3.           cf (x) dx = c           f (x) dx.
         a                       a
             b                                   b                    b
                 [f (x) − g (x)] dx =                f (x) dx −
    4.                                                                    g (x) dx.
         a                                   a                    a
More Properties of the Integral



   Conventions:
                       a                      b
                           f (x) dx = −           f (x) dx
                   b                      a
More Properties of the Integral



   Conventions:
                       a                          b
                           f (x) dx = −               f (x) dx
                   b                          a
                                  a
                                      f (x) dx = 0
                              a
More Properties of the Integral



   Conventions:
                                  a                                b
                                      f (x) dx = −                     f (x) dx
                              b                                a
                                              a
                                                  f (x) dx = 0
                                          a
   This allows us to have
             c                    b                        c
    5.           f (x) dx =           f (x) dx +               f (x) dx for all a, b, and c.
         a                    a                        b
Example
Suppose f and g are functions with
           4
               f (x) dx = 4
       0
           5
               f (x) dx = 7
       0
           5
               g (x) dx = 3.
       0
Find
           5
               [2f (x) − g (x)] dx
(a)
       0
           5
(b)            f (x) dx.
       4
Solution
We have
(a)
               5                                 5                    5
                   [2f (x) − g (x)] dx = 2           f (x) dx −           g (x) dx
           0                                 0                    0
                                      = 2 · 7 − 3 = 11
Solution
We have
(a)
               5                                          5                       5
                   [2f (x) − g (x)] dx = 2                    f (x) dx −              g (x) dx
           0                                          0                       0
                                           = 2 · 7 − 3 = 11

(b)
                          5                    5                       4
                                                   f (x) dx −
                              f (x) dx =                                   f (x) dx
                      4                    0                       0
                                      =7−4=3
Comparison Properties of the Integral
   Theorem
   Let f and g be integrable functions on [a, b].
Comparison Properties of the Integral
   Theorem
   Let f and g be integrable functions on [a, b].
    6. If f (x) ≥ 0 for all x in [a, b], then
                                      b
                                          f (x) dx ≥ 0
                                  a
Comparison Properties of the Integral
   Theorem
   Let f and g be integrable functions on [a, b].
    6. If f (x) ≥ 0 for all x in [a, b], then
                                           b
                                               f (x) dx ≥ 0
                                       a

    7. If f (x) ≥ g (x) for all x in [a, b], then
                                 b                       b
                                     f (x) dx ≥              g (x) dx
                             a                       a
Comparison Properties of the Integral
   Theorem
   Let f and g be integrable functions on [a, b].
    6. If f (x) ≥ 0 for all x in [a, b], then
                                           b
                                               f (x) dx ≥ 0
                                       a

    7. If f (x) ≥ g (x) for all x in [a, b], then
                                 b                         b
                                     f (x) dx ≥                g (x) dx
                             a                         a

    8. If m ≤ f (x) ≤ M for all x in [a, b], then
                                               b
                     m(b − a) ≤                    f (x) dx ≤ M(b − a)
                                           a
Example
               4
                      1
Estimate                         dx using the comparison properties.
                   x + sin2 πx
           1
Outline
   The Riemann Integral
      Estimating the integral
      Properties of the integral
      Comparison Properties of the Integral
   The Fundamental Theorem of Calculus
      Statement
      Differentiation of functions defined by integrals
      Properties of the area function
      The Second FTC
      Examples
      Total Change
      Indefinite Integrals
   Integration by Substitution
       Substitution for Indefinite Integrals
       Substitution for Definite Integrals
The Fundamental Theorem of Calculus
Learning Objectives




          State and use both fundamental theorems of calculus
          Understand the relationship between integration and
          antidifferentiation
          Use FTC to compute derivatives of integrals with functions in
          the limits
          Use FTC to compute areas or other accumulations
Theorem (The First Fundamental Theorem of Calculus)
Let f be an integrable function on [a, b] and define
                                      x
                        g (x) =           f (t) dt.
                                  a

If f is continuous at x in (a, b), then g is differentiable at x and

                           g (x) = f (x).
Example (Spring 2000 Final, Problem 7c)
                    100
       dy
                            p 2 − p dp
Find      if y =
       dx          x 3 +x
Example (Spring 2000 Final, Problem 7c)
                         100
       dy
                                       p 2 − p dp
Find      if y =
       dx               x 3 +x

Solution           u
                         p 2 − p dp. By the Fundamental Theorem of
Let A(u) =
               1
                             u 2 − u. We have
Calculus, A (u) =
                                 100
                   d
                                          p 2 − p dp
       y   =
                   dx       x 3 +x
                                                              x 3 +x
                                 100
                   d
                                          p2                           p 2 − p dp
                                               − p dp −
           =
                   dx       1                             1
             d
                A(100) − A(x 3 + x)
           =
             dx
           = −A (x 3 + x) · (3x 2 + 1)
           = −(3x 2 + 1)                  (x 3 + x)2 − (x 3 + x).
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                                       t
   along a coordinate axis is s(t) =                       f (x) dx meters. Use the
                                                   0
   graph to answer the following questions.
  4
  3                •
                       (3,3)
  2         •                  •
                (2,2)              (5,2)
  1    •
           (1,1)

       1    2      3    4      5    6      7   8   9
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         What is the particle’s velocity
  3            •
                 (3,3)                   at time t = 5?
  2        •           •
             (2,2)       (5,2)
  1    •
         (1,1)

       1   2   3   4   5   6   7   8   9
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         What is the particle’s velocity
  3            •
                 (3,3)                   at time t = 5?
  2        •           •
             (2,2)       (5,2)           Solution
  1    •
         (1,1)                           Recall that by the FTC we
                                                have
       1   2   3   4   5   6   7   8   9
                                                         s (t) = f (t).

                                                So s (5) = f (5) = 2.
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         Is the acceleration of the par-
  3            •
                 (3,3)                   ticle at time t = 5 positive or
  2                                      negative?
           •           •
             (2,2)       (5,2)
  1    •
         (1,1)

       1   2   3   4   5   6   7   8   9
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         Is the acceleration of the par-
  3            •
                 (3,3)                   ticle at time t = 5 positive or
  2                                      negative?
           •           •
             (2,2)       (5,2)
  1    •
         (1,1)                           Solution
                                                We have s (5) = f (5), which
       1   2   3   4   5   6   7   8   9
                                                looks negative from the
                                                graph.
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         What is the particle’s position
  3            •
                 (3,3)                   at time t = 3?
  2        •           •
             (2,2)       (5,2)
  1    •
         (1,1)

       1   2   3   4   5   6   7   8   9
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         What is the particle’s position
  3            •
                 (3,3)                   at time t = 3?
  2        •           •
             (2,2)       (5,2)           Solution
  1    •
         (1,1)                           Since on [0, 3], f (x) = x, we
                                                have
       1   2   3   4   5   6   7   8   9
                                                                    3
                                                                              9
                                                       s(3) =           x dx = .
                                                                              2
                                                                0
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         At what time during the first 9
  3            •
                 (3,3)                   seconds does s have its largest
  2                                      value?
           •           •
             (2,2)       (5,2)
  1    •
         (1,1)

       1   2   3   4   5   6   7   8   9
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         At what time during the first 9
  3            •
                 (3,3)                   seconds does s have its largest
  2                                      value?
           •           •
             (2,2)       (5,2)
  1    •
         (1,1)                           Solution
       1   2   3   4   5   6   7   8   9
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         At what time during the first 9
  3            •
                 (3,3)                   seconds does s have its largest
  2                                      value?
           •           •
             (2,2)       (5,2)
  1    •
         (1,1)                           Solution
                                                The critical points of s are
       1   2   3   4   5   6   7   8   9
                                                the zeros of s = f .
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         At what time during the first 9
  3            •
                 (3,3)                   seconds does s have its largest
  2                                      value?
           •           •
             (2,2)       (5,2)
  1    •
         (1,1)                           Solution
                                                By looking at the graph, we
       1   2   3   4   5   6   7   8   9
                                                see that f is positive from
                                                t = 0 to t = 6, then negative
                                                from t = 6 to t = 9.
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         At what time during the first 9
  3            •
                 (3,3)                   seconds does s have its largest
  2                                      value?
           •           •
             (2,2)       (5,2)
  1    •
         (1,1)                           Solution
                                                Therefore s is increasing on
       1   2   3   4   5   6   7   8   9
                                                [0, 6], then decreasing on
                                                [6, 9]. So its largest value is
                                                at t = 6.
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         Approximately when is the ac-
  3            •
                 (3,3)                   celeration zero?
  2        •           •
             (2,2)       (5,2)
  1    •
         (1,1)

       1   2   3   4   5   6   7   8   9
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         Approximately when is the ac-
  3            •
                 (3,3)                   celeration zero?
  2        •           •
             (2,2)       (5,2)           Solution
  1    •
         (1,1)                           s = 0 when f = 0, which
                                                happens at t = 4 and t = 7.5
       1   2   3   4   5   6   7   8   9
                                                (approximately)
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         When is the particle moving
  3            •
                 (3,3)                   toward the origin? Away from
  2                                      the origin?
           •           •
             (2,2)       (5,2)
  1    •
         (1,1)

       1   2   3   4   5   6   7   8   9
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         When is the particle moving
  3            •
                 (3,3)                   toward the origin? Away from
  2                                      the origin?
           •           •
             (2,2)       (5,2)
  1    •
         (1,1)                           Solution
                                                The particle is moving away
       1   2   3   4   5   6   7   8   9
                                                from the origin when s > 0
                                                and s > 0.
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         When is the particle moving
  3            •
                 (3,3)                   toward the origin? Away from
  2                                      the origin?
           •           •
             (2,2)       (5,2)
  1    •
         (1,1)                           Solution
                                                Since s(0) = 0 and s > 0 on
       1   2   3   4   5   6   7   8   9
                                                (0, 6), we know the particle is
                                                moving away from the origin
                                                then.
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         When is the particle moving
  3            •
                 (3,3)                   toward the origin? Away from
  2                                      the origin?
           •           •
             (2,2)       (5,2)
  1    •
         (1,1)                           Solution
                                                After t = 6, s < 0, so the
       1   2   3   4   5   6   7   8   9
                                                particle is moving toward the
                                                origin.
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         On which side (positive or neg-
  3            •
                 (3,3)                   ative) of the origin does the
  2        •           •
                                         particle lie at time t = 9?
             (2,2)       (5,2)
  1    •
         (1,1)

       1   2   3   4   5   6   7   8   9
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         On which side (positive or neg-
  3            •
                 (3,3)                   ative) of the origin does the
  2        •           •
                                         particle lie at time t = 9?
             (2,2)       (5,2)
  1    •
         (1,1)                           Solution
                                                We have s(9) =
       1   2   3   4   5   6   7   8   9             6                    9
                                                         f (x) dx +           f (x) dx,
                                                 0                    6
                                                where the left integral is
                                                positive and the right integral
                                                is negative.
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         On which side (positive or neg-
  3            •
                 (3,3)                   ative) of the origin does the
  2        •           •
                                         particle lie at time t = 9?
             (2,2)       (5,2)
  1    •
         (1,1)                           Solution
                                                In order to decide whether
       1   2   3   4   5   6   7   8   9
                                                s(9) is positive or negative,
                                                we need to decide if the first
                                                area is more positive than the
                                                second area is negative.
Facts about g from f

   Let f be the function whose graph is given below.
   Suppose the the position at time t seconds of a particle moving
                                           t
   along a coordinate axis is s(t) =           f (x) dx meters. Use the
                                       0
   graph to answer the following questions.
  4
                                         On which side (positive or neg-
  3            •
                 (3,3)                   ative) of the origin does the
  2        •           •
                                         particle lie at time t = 9?
             (2,2)       (5,2)
  1    •
         (1,1)                           Solution
                                                This appears to be the case,
       1   2   3   4   5   6   7   8   9
                                                so s(9) is positive.
Theorem (The Second Fundamental Theorem of Calculus)
Suppose f is integrable on [a, b] and f = F for another function f ,
then
                         b
                             f (x) dx = F (b) − F (a).
                     a
Examples




  Find the following integrals:
            1                 1                        2                          2
                                                                                      1
                x 2 dx,           x 3 dx,                  x n dx (n = −1),             dx
                                                                                      x
        0                 0                        1                          1
            π                         1
                                          e x dx
                sin θ dθ,
        0                         0
The Integral as Total Change


   Another way to state this theorem is:
                            b
                                F (x) dx = F (b) − F (a),
                        a

   or the integral of a derivative along an interval is the total change
   between the sides of that interval. This has many ramifications:
The Integral as Total Change


   Another way to state this theorem is:
                             b
                                 F (x) dx = F (b) − F (a),
                         a

   or the integral of a derivative along an interval is the total change
   between the sides of that interval. This has many ramifications:

   Theorem
   If v (t) represents the velocity of a particle moving rectilinearly,
   then
                             t1
                                  v (t) dt = s(t1 ) − s(t0 ).
                         t0
The Integral as Total Change


   Another way to state this theorem is:
                            b
                                F (x) dx = F (b) − F (a),
                        a

   or the integral of a derivative along an interval is the total change
   between the sides of that interval. This has many ramifications:

   Theorem
   If MC (x) represents the marginal cost of making x units of a
   product, then
                                                x
                      C (x) = C (0) +               MC (q) dq.
                                            0
The Integral as Total Change


   Another way to state this theorem is:
                            b
                                F (x) dx = F (b) − F (a),
                        a

   or the integral of a derivative along an interval is the total change
   between the sides of that interval. This has many ramifications:

   Theorem
   If ρ(x) represents the density of a thin rod at a distance of x from
   its end, then the mass of the rod up to x is
                                              x
                                m(x) =            ρ(s) ds.
                                          0
A new notation for antiderivatives



   To emphasize the relationship between antidifferentiation and
   integration, we use the indefinite integral notation

                                   f (x) dx

   for any function whose derivative is f (x).
A new notation for antiderivatives



   To emphasize the relationship between antidifferentiation and
   integration, we use the indefinite integral notation

                                  f (x) dx

   for any function whose derivative is f (x). Thus

                             x 2 dx = 3 x 3 + C .
                                      1
My first table of integrals

      [f (x) + g (x)] dx =   f (x) dx +   g (x) dx

                  x n+1
       x n dx =                             cf (x) dx = c    f (x) dx
                        + C (n = −1)
                  n+1
                                                1
             e x dx = e x + C                     dx = ln |x| + C
                                                x
                                                         ax
                                                ax dx =       +C
          sin x dx = − cos x + C
                                                        ln a
                                            csc2 x dx = − cot x + C
           cos x dx = sin x + C

          sec2 x dx = tan x + C           csc x cot x dx = − csc x + C
                                                1
                                          √          dx = arcsin x + C
        sec x tan x dx = sec x + C
                                              1 − x2
           1
                dx = arctan x + C
         1 + x2
Outline
   The Riemann Integral
      Estimating the integral
      Properties of the integral
      Comparison Properties of the Integral
   The Fundamental Theorem of Calculus
      Statement
      Differentiation of functions defined by integrals
      Properties of the area function
      The Second FTC
      Examples
      Total Change
      Indefinite Integrals
   Integration by Substitution
       Substitution for Indefinite Integrals
       Substitution for Definite Integrals
Integration by Substitution
Learning Objectives




          Given an integral and a specific substitution, perform that
          substitution
          Use the substitution method to evaluate definite and
          indefinite integrals
Theorem (The Substitution Rule)
If u = g (x) is a differentiable function whose range is an interval I
and f is continuous on I , then

                     f (g (x))g (x) dx =     f (u) du

or
                               du
                       f (u)      dx =     f (u) du
                               dx

This is the “anti” version of the chain rule.
Example
          2
       xe x dx
Find
Example
           2
       xe x dx
Find

Solution
Let u = x 2 . Then du = 2x dx and x dx = 1 du. So
                                         2

                           2
                       xe x dx =           e u du
                                   1
                                   2

                               = 1 eu + C
                                 2
                                       2
                               = 1 ex + C
                                 2
Theorem (The Substitution Rule for Definite Integrals)
If g is continuous and f is continuous on the range of u = g (x),
then
                    b                          g (b)
                        f (g (x))g (x) dx =            f (u) du.
                a                             g (a)
Example
              π
                  cos2 x sin x dx.
Compute
          0
Example
                π
                    cos2 x sin x dx.
Compute
            0

Solution (Slow Way)
                                       cos2 x sin x dx and then
First compute the indefinite integral
evaluate.
Example
                π
                    cos2 x sin x dx.
Compute
            0

Solution (Slow Way)
                                                       cos2 x sin x dx and then
First compute the indefinite integral
evaluate. Let u = cos x. Then du = − sin x dx and

                cos2 x sin x dx = −           u 2 du

                                      = − 1 u 3 + C = − 1 cos3 x + C .
                                          3             3

Therefore                 π
                                                             π
                              cos2 x sin x dx = − 1 cos3 x       = 2.
                                                  3                3
                                                             0
                      0
Solution (Fast Way)
Do both the substitution and the evaluation at the same time.
Solution (Fast Way)
Do both the substitution and the evaluation at the same time. Let
u = cos x. Then du = − sin x dx, u(0) = 1 and u(π) = −1.
Solution (Fast Way)
Do both the substitution and the evaluation at the same time. Let
u = cos x. Then du = − sin x dx, u(0) = 1 and u(π) = −1. So
                                                 −1
                     π
                         cos2 x sin x dx =            −u 2 du
                 0                           1
                                                 1
                                                     u 2 du
                                        =
                                             −1
                                                            2
                                                      1
                                        = 3 u3
                                          1
                                                           =.
                                                      −1    3

More Related Content

What's hot

Solution Manual : Chapter - 05 Integration
Solution Manual : Chapter - 05 IntegrationSolution Manual : Chapter - 05 Integration
Solution Manual : Chapter - 05 IntegrationHareem Aslam
 
Matematika Kalkulus ( Limit )
Matematika Kalkulus ( Limit )Matematika Kalkulus ( Limit )
Matematika Kalkulus ( Limit )fdjouhana
 
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...Hareem Aslam
 
solucionario de purcell 1
solucionario de purcell 1solucionario de purcell 1
solucionario de purcell 1José Encalada
 
solucionario de purcell 2
solucionario de purcell 2solucionario de purcell 2
solucionario de purcell 2José Encalada
 
solucionario de purcell 0
solucionario de purcell 0solucionario de purcell 0
solucionario de purcell 0José Encalada
 
Gabarito completo anton_calculo_8ed_caps_01_08
Gabarito completo anton_calculo_8ed_caps_01_08Gabarito completo anton_calculo_8ed_caps_01_08
Gabarito completo anton_calculo_8ed_caps_01_08joseotaviosurdi
 
Crib Sheet AP Calculus AB and BC exams
Crib Sheet AP Calculus AB and BC examsCrib Sheet AP Calculus AB and BC exams
Crib Sheet AP Calculus AB and BC examsA Jorge Garcia
 
Complex analysis and differential equation
Complex analysis and differential equationComplex analysis and differential equation
Complex analysis and differential equationSpringer
 
Linear approximations and_differentials
Linear approximations and_differentialsLinear approximations and_differentials
Linear approximations and_differentialsTarun Gehlot
 
Differential calculus
Differential calculusDifferential calculus
Differential calculusChit Laplana
 
Complex analysis notes
Complex analysis notesComplex analysis notes
Complex analysis notesPrakash Dabhi
 
Finite elements : basis functions
Finite elements : basis functionsFinite elements : basis functions
Finite elements : basis functionsTarun Gehlot
 
19 trig substitutions-x
19 trig substitutions-x19 trig substitutions-x
19 trig substitutions-xmath266
 
Solutions Manual for Foundations Of MEMS 2nd Edition by Chang Liu
Solutions Manual for Foundations Of MEMS 2nd Edition by Chang LiuSolutions Manual for Foundations Of MEMS 2nd Edition by Chang Liu
Solutions Manual for Foundations Of MEMS 2nd Edition by Chang LiuHildaLa
 
Solovay Kitaev theorem
Solovay Kitaev theoremSolovay Kitaev theorem
Solovay Kitaev theoremJamesMa54
 
Fast and efficient exact synthesis of single qubit unitaries generated by cli...
Fast and efficient exact synthesis of single qubit unitaries generated by cli...Fast and efficient exact synthesis of single qubit unitaries generated by cli...
Fast and efficient exact synthesis of single qubit unitaries generated by cli...JamesMa54
 

What's hot (18)

Solution Manual : Chapter - 05 Integration
Solution Manual : Chapter - 05 IntegrationSolution Manual : Chapter - 05 Integration
Solution Manual : Chapter - 05 Integration
 
Matematika Kalkulus ( Limit )
Matematika Kalkulus ( Limit )Matematika Kalkulus ( Limit )
Matematika Kalkulus ( Limit )
 
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
 
solucionario de purcell 1
solucionario de purcell 1solucionario de purcell 1
solucionario de purcell 1
 
solucionario de purcell 2
solucionario de purcell 2solucionario de purcell 2
solucionario de purcell 2
 
solucionario de purcell 0
solucionario de purcell 0solucionario de purcell 0
solucionario de purcell 0
 
Gabarito completo anton_calculo_8ed_caps_01_08
Gabarito completo anton_calculo_8ed_caps_01_08Gabarito completo anton_calculo_8ed_caps_01_08
Gabarito completo anton_calculo_8ed_caps_01_08
 
Crib Sheet AP Calculus AB and BC exams
Crib Sheet AP Calculus AB and BC examsCrib Sheet AP Calculus AB and BC exams
Crib Sheet AP Calculus AB and BC exams
 
Complex analysis and differential equation
Complex analysis and differential equationComplex analysis and differential equation
Complex analysis and differential equation
 
Linear approximations and_differentials
Linear approximations and_differentialsLinear approximations and_differentials
Linear approximations and_differentials
 
Differential calculus
Differential calculusDifferential calculus
Differential calculus
 
Complex analysis notes
Complex analysis notesComplex analysis notes
Complex analysis notes
 
Finite elements : basis functions
Finite elements : basis functionsFinite elements : basis functions
Finite elements : basis functions
 
19 trig substitutions-x
19 trig substitutions-x19 trig substitutions-x
19 trig substitutions-x
 
Interpolation
InterpolationInterpolation
Interpolation
 
Solutions Manual for Foundations Of MEMS 2nd Edition by Chang Liu
Solutions Manual for Foundations Of MEMS 2nd Edition by Chang LiuSolutions Manual for Foundations Of MEMS 2nd Edition by Chang Liu
Solutions Manual for Foundations Of MEMS 2nd Edition by Chang Liu
 
Solovay Kitaev theorem
Solovay Kitaev theoremSolovay Kitaev theorem
Solovay Kitaev theorem
 
Fast and efficient exact synthesis of single qubit unitaries generated by cli...
Fast and efficient exact synthesis of single qubit unitaries generated by cli...Fast and efficient exact synthesis of single qubit unitaries generated by cli...
Fast and efficient exact synthesis of single qubit unitaries generated by cli...
 

Viewers also liked

Lesson 1: The Tangent and Velocity Problems
Lesson 1: The Tangent and Velocity ProblemsLesson 1: The Tangent and Velocity Problems
Lesson 1: The Tangent and Velocity ProblemsMatthew Leingang
 
Lesson34 Intro To Game Theory Slides
Lesson34    Intro To  Game  Theory SlidesLesson34    Intro To  Game  Theory Slides
Lesson34 Intro To Game Theory SlidesMatthew Leingang
 
Lesson 6: The derivative as a function
Lesson 6: The derivative as a functionLesson 6: The derivative as a function
Lesson 6: The derivative as a functionMatthew Leingang
 
Lesson 5: Tangents, Velocity, the Derivative
Lesson 5: Tangents, Velocity, the DerivativeLesson 5: Tangents, Velocity, the Derivative
Lesson 5: Tangents, Velocity, the DerivativeMatthew Leingang
 
Lesson 32: Simplex Method II
Lesson 32: Simplex Method IILesson 32: Simplex Method II
Lesson 32: Simplex Method IIMatthew Leingang
 
Lesson 1: Coordinates and Distance
Lesson 1: Coordinates and DistanceLesson 1: Coordinates and Distance
Lesson 1: Coordinates and DistanceMatthew Leingang
 
Surface treatment technologies
Surface treatment technologiesSurface treatment technologies
Surface treatment technologiesAhmed Khalaf
 
Lesson 3: The Cross Product
Lesson 3: The Cross ProductLesson 3: The Cross Product
Lesson 3: The Cross ProductMatthew Leingang
 
Lesson 31: The Simplex Method, I
Lesson 31: The Simplex Method, ILesson 31: The Simplex Method, I
Lesson 31: The Simplex Method, IMatthew Leingang
 
Lesson 7: What does f' say about f?
Lesson 7: What does f' say about f?Lesson 7: What does f' say about f?
Lesson 7: What does f' say about f?Matthew Leingang
 
Lesson 5: Functions and surfaces
Lesson 5: Functions and surfacesLesson 5: Functions and surfaces
Lesson 5: Functions and surfacesMatthew Leingang
 
Lesson 29: Linear Programming I
Lesson 29: Linear Programming ILesson 29: Linear Programming I
Lesson 29: Linear Programming IMatthew Leingang
 
Lesson 4: Limits Involving Infinity
Lesson 4: Limits Involving InfinityLesson 4: Limits Involving Infinity
Lesson 4: Limits Involving InfinityMatthew Leingang
 
F and G Taylor Series Solutions to the Circular Restricted Three-Body Problem
F and G Taylor Series Solutions to the Circular Restricted Three-Body ProblemF and G Taylor Series Solutions to the Circular Restricted Three-Body Problem
F and G Taylor Series Solutions to the Circular Restricted Three-Body ProblemEtienne Pellegrini
 
Lesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit LawsLesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit LawsMatthew Leingang
 
Lesson 4: Lines, Planes, and the Distance Formula
Lesson 4: Lines, Planes, and the Distance FormulaLesson 4: Lines, Planes, and the Distance Formula
Lesson 4: Lines, Planes, and the Distance FormulaMatthew Leingang
 
Taylor Polynomials and Series
Taylor Polynomials and SeriesTaylor Polynomials and Series
Taylor Polynomials and SeriesMatthew Leingang
 

Viewers also liked (20)

Lesson 3: Continuity
Lesson 3: ContinuityLesson 3: Continuity
Lesson 3: Continuity
 
Lesson 1: The Tangent and Velocity Problems
Lesson 1: The Tangent and Velocity ProblemsLesson 1: The Tangent and Velocity Problems
Lesson 1: The Tangent and Velocity Problems
 
Lesson34 Intro To Game Theory Slides
Lesson34    Intro To  Game  Theory SlidesLesson34    Intro To  Game  Theory Slides
Lesson34 Intro To Game Theory Slides
 
Lesson 6: The derivative as a function
Lesson 6: The derivative as a functionLesson 6: The derivative as a function
Lesson 6: The derivative as a function
 
Lesson 5: Tangents, Velocity, the Derivative
Lesson 5: Tangents, Velocity, the DerivativeLesson 5: Tangents, Velocity, the Derivative
Lesson 5: Tangents, Velocity, the Derivative
 
Lesson 32: Simplex Method II
Lesson 32: Simplex Method IILesson 32: Simplex Method II
Lesson 32: Simplex Method II
 
Introduction to Math 1a
Introduction to Math 1aIntroduction to Math 1a
Introduction to Math 1a
 
Lesson 1: Coordinates and Distance
Lesson 1: Coordinates and DistanceLesson 1: Coordinates and Distance
Lesson 1: Coordinates and Distance
 
Surface treatment technologies
Surface treatment technologiesSurface treatment technologies
Surface treatment technologies
 
Lesson 3: The Cross Product
Lesson 3: The Cross ProductLesson 3: The Cross Product
Lesson 3: The Cross Product
 
Review for final exam
Review for final examReview for final exam
Review for final exam
 
Lesson 31: The Simplex Method, I
Lesson 31: The Simplex Method, ILesson 31: The Simplex Method, I
Lesson 31: The Simplex Method, I
 
Lesson 7: What does f' say about f?
Lesson 7: What does f' say about f?Lesson 7: What does f' say about f?
Lesson 7: What does f' say about f?
 
Lesson 5: Functions and surfaces
Lesson 5: Functions and surfacesLesson 5: Functions and surfaces
Lesson 5: Functions and surfaces
 
Lesson 29: Linear Programming I
Lesson 29: Linear Programming ILesson 29: Linear Programming I
Lesson 29: Linear Programming I
 
Lesson 4: Limits Involving Infinity
Lesson 4: Limits Involving InfinityLesson 4: Limits Involving Infinity
Lesson 4: Limits Involving Infinity
 
F and G Taylor Series Solutions to the Circular Restricted Three-Body Problem
F and G Taylor Series Solutions to the Circular Restricted Three-Body ProblemF and G Taylor Series Solutions to the Circular Restricted Three-Body Problem
F and G Taylor Series Solutions to the Circular Restricted Three-Body Problem
 
Lesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit LawsLesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit Laws
 
Lesson 4: Lines, Planes, and the Distance Formula
Lesson 4: Lines, Planes, and the Distance FormulaLesson 4: Lines, Planes, and the Distance Formula
Lesson 4: Lines, Planes, and the Distance Formula
 
Taylor Polynomials and Series
Taylor Polynomials and SeriesTaylor Polynomials and Series
Taylor Polynomials and Series
 

Similar to Final Exam Review (Integration)

Lesson 30: The Definite Integral
Lesson 30: The  Definite  IntegralLesson 30: The  Definite  Integral
Lesson 30: The Definite IntegralMatthew Leingang
 
Lesson 25: Evaluating Definite Integrals (slides
Lesson 25: Evaluating Definite Integrals (slidesLesson 25: Evaluating Definite Integrals (slides
Lesson 25: Evaluating Definite Integrals (slidesMel Anthony Pepito
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Mel Anthony Pepito
 
5.1 Quadratic Functions
5.1 Quadratic Functions5.1 Quadratic Functions
5.1 Quadratic Functionssmiller5
 
Lesson 32: The Fundamental Theorem Of Calculus
Lesson 32: The Fundamental Theorem Of CalculusLesson 32: The Fundamental Theorem Of Calculus
Lesson 32: The Fundamental Theorem Of CalculusMatthew Leingang
 
Lesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusLesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusMatthew Leingang
 
Lesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusLesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusMatthew Leingang
 
Lesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite IntegralsLesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite IntegralsMatthew Leingang
 
lesson10-thechainrule034slides-091006133832-phpapp01.pptx
lesson10-thechainrule034slides-091006133832-phpapp01.pptxlesson10-thechainrule034slides-091006133832-phpapp01.pptx
lesson10-thechainrule034slides-091006133832-phpapp01.pptxJohnReyManzano2
 
3.1 Quadratic Functions and Models
3.1 Quadratic Functions and Models3.1 Quadratic Functions and Models
3.1 Quadratic Functions and Modelssmiller5
 
Emat 213 midterm 2 fall 2005
Emat 213 midterm 2 fall 2005Emat 213 midterm 2 fall 2005
Emat 213 midterm 2 fall 2005akabaka12
 
The chain rule
The chain ruleThe chain rule
The chain ruleJ M
 

Similar to Final Exam Review (Integration) (20)

Lesson 30: The Definite Integral
Lesson 30: The  Definite  IntegralLesson 30: The  Definite  Integral
Lesson 30: The Definite Integral
 
Lesson 25: Evaluating Definite Integrals (slides
Lesson 25: Evaluating Definite Integrals (slidesLesson 25: Evaluating Definite Integrals (slides
Lesson 25: Evaluating Definite Integrals (slides
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
 
Evaluating definite integrals
Evaluating definite integralsEvaluating definite integrals
Evaluating definite integrals
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
5.1 Quadratic Functions
5.1 Quadratic Functions5.1 Quadratic Functions
5.1 Quadratic Functions
 
Riemann sumsdefiniteintegrals
Riemann sumsdefiniteintegralsRiemann sumsdefiniteintegrals
Riemann sumsdefiniteintegrals
 
Lesson 32: The Fundamental Theorem Of Calculus
Lesson 32: The Fundamental Theorem Of CalculusLesson 32: The Fundamental Theorem Of Calculus
Lesson 32: The Fundamental Theorem Of Calculus
 
Functions
FunctionsFunctions
Functions
 
Lesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusLesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of Calculus
 
Lesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusLesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of Calculus
 
Lesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite IntegralsLesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite Integrals
 
lesson10-thechainrule034slides-091006133832-phpapp01.pptx
lesson10-thechainrule034slides-091006133832-phpapp01.pptxlesson10-thechainrule034slides-091006133832-phpapp01.pptx
lesson10-thechainrule034slides-091006133832-phpapp01.pptx
 
exponen dan logaritma
exponen dan logaritmaexponen dan logaritma
exponen dan logaritma
 
3.1 Quadratic Functions and Models
3.1 Quadratic Functions and Models3.1 Quadratic Functions and Models
3.1 Quadratic Functions and Models
 
Emat 213 midterm 2 fall 2005
Emat 213 midterm 2 fall 2005Emat 213 midterm 2 fall 2005
Emat 213 midterm 2 fall 2005
 
The integral
The integralThe integral
The integral
 
The chain rule
The chain ruleThe chain rule
The chain rule
 

More from Matthew Leingang

Streamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choiceStreamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choiceMatthew Leingang
 
Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsMatthew Leingang
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Matthew Leingang
 
Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)Matthew Leingang
 
Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Matthew Leingang
 
Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)Matthew Leingang
 
Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)Matthew Leingang
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Matthew Leingang
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Matthew Leingang
 
Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Matthew Leingang
 
Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Matthew Leingang
 
Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Matthew Leingang
 
Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)Matthew Leingang
 
Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)Matthew Leingang
 
Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)Matthew Leingang
 
Lesson 19: The Mean Value Theorem (slides)
Lesson 19: The Mean Value Theorem (slides)Lesson 19: The Mean Value Theorem (slides)
Lesson 19: The Mean Value Theorem (slides)Matthew Leingang
 
Lesson 18: Maximum and Minimum Values (slides)
Lesson 18: Maximum and Minimum Values (slides)Lesson 18: Maximum and Minimum Values (slides)
Lesson 18: Maximum and Minimum Values (slides)Matthew Leingang
 
Lesson 17: Indeterminate forms and l'Hôpital's Rule (slides)
Lesson 17: Indeterminate forms and l'Hôpital's Rule (slides)Lesson 17: Indeterminate forms and l'Hôpital's Rule (slides)
Lesson 17: Indeterminate forms and l'Hôpital's Rule (slides)Matthew Leingang
 

More from Matthew Leingang (20)

Making Lesson Plans
Making Lesson PlansMaking Lesson Plans
Making Lesson Plans
 
Streamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choiceStreamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choice
 
Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper Assessments
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)
 
Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)
 
Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)
 
Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)
 
Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)
 
Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
 
Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)
 
Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)
 
Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)
 
Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)
 
Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)
 
Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)
 
Lesson 19: The Mean Value Theorem (slides)
Lesson 19: The Mean Value Theorem (slides)Lesson 19: The Mean Value Theorem (slides)
Lesson 19: The Mean Value Theorem (slides)
 
Lesson 18: Maximum and Minimum Values (slides)
Lesson 18: Maximum and Minimum Values (slides)Lesson 18: Maximum and Minimum Values (slides)
Lesson 18: Maximum and Minimum Values (slides)
 
Lesson 17: Indeterminate forms and l'Hôpital's Rule (slides)
Lesson 17: Indeterminate forms and l'Hôpital's Rule (slides)Lesson 17: Indeterminate forms and l'Hôpital's Rule (slides)
Lesson 17: Indeterminate forms and l'Hôpital's Rule (slides)
 

Recently uploaded

DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 

Recently uploaded (20)

DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 

Final Exam Review (Integration)

  • 1. Review for Final Exam Integration Math 1a January 13, 2008 Announcements Office hours on the website (click “Exams”) Email your TF, CA, or me with questions Final: Thursday 9:15am in Hall B
  • 2. Outline The Riemann Integral Estimating the integral Properties of the integral Comparison Properties of the Integral The Fundamental Theorem of Calculus Statement Differentiation of functions defined by integrals Properties of the area function The Second FTC Examples Total Change Indefinite Integrals Integration by Substitution Substitution for Indefinite Integrals Substitution for Definite Integrals
  • 3. The Riemann Integral Learning Objectives Compute the definite integral using a limit of Riemann sums Estimate the definite integral using a Riemann sum (e.g., Midpoint Rule) Reason with the definite integral using its elementary properties.
  • 4. The Area Problem Given a function f defined on [a, b], how can one find the area between y = 0, y = f (x), x = a, and x = b? We divide and conquer.
  • 5. Forming Riemann sums We have many choices of how to approximate the area: Ln = f (x0 )∆x + f (x1 )∆x + · · · + f (xn−1 )∆x Rn = f (x1 )∆x + f (x2 )∆x + · · · + f (xn )∆x x0 + x1 x1 + x2 xn−1 + xn ∆x + · · · + f Mn = f ∆x + f ∆x 2 2 2
  • 6. Forming Riemann sums We have many choices of how to approximate the area: Ln = f (x0 )∆x + f (x1 )∆x + · · · + f (xn−1 )∆x Rn = f (x1 )∆x + f (x2 )∆x + · · · + f (xn )∆x x0 + x1 x1 + x2 xn−1 + xn ∆x + · · · + f Mn = f ∆x + f ∆x 2 2 2 In general, choose ci to be a point in the ith interval [xi−1 , xi ]. Form the Riemann sum Sn = f (c1 )∆x + f (c2 )∆x + · · · + f (cn )∆x n = f (ci )∆x i=1
  • 7. Theorem Theorem If f is a continuous function on [a, b] or has finitely many jump discontinuities, then lim Sn = lim {f (c1 )∆x + f (c2 )∆x + · · · + f (cn )∆x} n→∞ n→∞ exists and is the same value no matter what choice of ci we made.
  • 8. Theorem Theorem If f is a continuous function on [a, b] or has finitely many jump discontinuities, then lim Sn = lim {f (c1 )∆x + f (c2 )∆x + · · · + f (cn )∆x} n→∞ n→∞ exists and is the same value no matter what choice of ci we made. Definition The definite integral of f from a to b is the number n b f (x) dx = lim f (ci ) ∆x ∆x→0 a i=1
  • 9. Example (“Sample Exam”, Problem 6) The rate at which the world’s oil is being consumed is increasing. Suppose that the rate (measured in billions of barrels per year) is given by the function r (t), where t is measured in years and t = 0 represents January 1, 2000. (a) Write a definite integral that represents the total quantity of oil used between the start of 2000 and the start of 2005. (b) Suppose that r (t) = 32e 0.05t . Find the approximate value for the definite integral from part (a) using a right-hand sum with n = 5 subintervals. (c) Interpret each of the five terms in the sum from part (b) in terms of oil consumption.
  • 10. Answers 5 (a) r (t) dt 0 (b) 1·32e 0.05(1) +1·32e 0.05(2) +1·32e 0.05(3) +1·32e 0.05(4) +1·32e 0.05(5) (c) Each term stands for the approximate amount of oil used in each year. For instance, the term 1 · 32e 0.05(3) is approximately the amount of oil used between January 1, 2002 and January 1, 2003.
  • 11. Example 1 4 Estimate dx using the midpoint rule and four divisions. 1 + x2 0
  • 12. Example 1 4 Estimate dx using the midpoint rule and four divisions. 1 + x2 0 Solution 1 1 3 The partition is 0 < < < < 1, so the estimate is 4 2 4 1 4 4 4 4 M4 = + + + 2 2 2 1 + (7/8)2 4 1 + (1/8) 1 + (3/8) 1 + (5/8)
  • 13. Example 1 4 Estimate dx using the midpoint rule and four divisions. 1 + x2 0 Solution 1 1 3 The partition is 0 < < < < 1, so the estimate is 4 2 4 1 4 4 4 4 M4 = + + + 2 2 2 1 + (7/8)2 4 1 + (1/8) 1 + (3/8) 1 + (5/8) 1 4 4 4 4 = + + + 4 65/64 73/64 89/64 113/64
  • 14. Example 1 4 Estimate dx using the midpoint rule and four divisions. 1 + x2 0 Solution 1 1 3 The partition is 0 < < < < 1, so the estimate is 4 2 4 1 4 4 4 4 M4 = + + + 2 2 2 1 + (7/8)2 4 1 + (1/8) 1 + (3/8) 1 + (5/8) 1 4 4 4 4 = + + + 4 65/64 73/64 89/64 113/64 150, 166, 784 ≈ 3.1468 = 47, 720, 465
  • 15. Properties of the integral Theorem (Additive Properties of the Integral) Let f and g be integrable functions on [a, b] and c a constant. Then b c dx = c(b − a) 1. a
  • 16. Properties of the integral Theorem (Additive Properties of the Integral) Let f and g be integrable functions on [a, b] and c a constant. Then b c dx = c(b − a) 1. a b b b 2. [f (x) + g (x)] dx = f (x) dx + g (x) dx. a a a
  • 17. Properties of the integral Theorem (Additive Properties of the Integral) Let f and g be integrable functions on [a, b] and c a constant. Then b c dx = c(b − a) 1. a b b b 2. [f (x) + g (x)] dx = f (x) dx + g (x) dx. a a a b b 3. cf (x) dx = c f (x) dx. a a
  • 18. Properties of the integral Theorem (Additive Properties of the Integral) Let f and g be integrable functions on [a, b] and c a constant. Then b c dx = c(b − a) 1. a b b b 2. [f (x) + g (x)] dx = f (x) dx + g (x) dx. a a a b b 3. cf (x) dx = c f (x) dx. a a b b b [f (x) − g (x)] dx = f (x) dx − 4. g (x) dx. a a a
  • 19. More Properties of the Integral Conventions: a b f (x) dx = − f (x) dx b a
  • 20. More Properties of the Integral Conventions: a b f (x) dx = − f (x) dx b a a f (x) dx = 0 a
  • 21. More Properties of the Integral Conventions: a b f (x) dx = − f (x) dx b a a f (x) dx = 0 a This allows us to have c b c 5. f (x) dx = f (x) dx + f (x) dx for all a, b, and c. a a b
  • 22. Example Suppose f and g are functions with 4 f (x) dx = 4 0 5 f (x) dx = 7 0 5 g (x) dx = 3. 0 Find 5 [2f (x) − g (x)] dx (a) 0 5 (b) f (x) dx. 4
  • 23. Solution We have (a) 5 5 5 [2f (x) − g (x)] dx = 2 f (x) dx − g (x) dx 0 0 0 = 2 · 7 − 3 = 11
  • 24. Solution We have (a) 5 5 5 [2f (x) − g (x)] dx = 2 f (x) dx − g (x) dx 0 0 0 = 2 · 7 − 3 = 11 (b) 5 5 4 f (x) dx − f (x) dx = f (x) dx 4 0 0 =7−4=3
  • 25. Comparison Properties of the Integral Theorem Let f and g be integrable functions on [a, b].
  • 26. Comparison Properties of the Integral Theorem Let f and g be integrable functions on [a, b]. 6. If f (x) ≥ 0 for all x in [a, b], then b f (x) dx ≥ 0 a
  • 27. Comparison Properties of the Integral Theorem Let f and g be integrable functions on [a, b]. 6. If f (x) ≥ 0 for all x in [a, b], then b f (x) dx ≥ 0 a 7. If f (x) ≥ g (x) for all x in [a, b], then b b f (x) dx ≥ g (x) dx a a
  • 28. Comparison Properties of the Integral Theorem Let f and g be integrable functions on [a, b]. 6. If f (x) ≥ 0 for all x in [a, b], then b f (x) dx ≥ 0 a 7. If f (x) ≥ g (x) for all x in [a, b], then b b f (x) dx ≥ g (x) dx a a 8. If m ≤ f (x) ≤ M for all x in [a, b], then b m(b − a) ≤ f (x) dx ≤ M(b − a) a
  • 29. Example 4 1 Estimate dx using the comparison properties. x + sin2 πx 1
  • 30. Outline The Riemann Integral Estimating the integral Properties of the integral Comparison Properties of the Integral The Fundamental Theorem of Calculus Statement Differentiation of functions defined by integrals Properties of the area function The Second FTC Examples Total Change Indefinite Integrals Integration by Substitution Substitution for Indefinite Integrals Substitution for Definite Integrals
  • 31. The Fundamental Theorem of Calculus Learning Objectives State and use both fundamental theorems of calculus Understand the relationship between integration and antidifferentiation Use FTC to compute derivatives of integrals with functions in the limits Use FTC to compute areas or other accumulations
  • 32. Theorem (The First Fundamental Theorem of Calculus) Let f be an integrable function on [a, b] and define x g (x) = f (t) dt. a If f is continuous at x in (a, b), then g is differentiable at x and g (x) = f (x).
  • 33. Example (Spring 2000 Final, Problem 7c) 100 dy p 2 − p dp Find if y = dx x 3 +x
  • 34. Example (Spring 2000 Final, Problem 7c) 100 dy p 2 − p dp Find if y = dx x 3 +x Solution u p 2 − p dp. By the Fundamental Theorem of Let A(u) = 1 u 2 − u. We have Calculus, A (u) = 100 d p 2 − p dp y = dx x 3 +x x 3 +x 100 d p2 p 2 − p dp − p dp − = dx 1 1 d A(100) − A(x 3 + x) = dx = −A (x 3 + x) · (3x 2 + 1) = −(3x 2 + 1) (x 3 + x)2 − (x 3 + x).
  • 35. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 3 • (3,3) 2 • • (2,2) (5,2) 1 • (1,1) 1 2 3 4 5 6 7 8 9
  • 36. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 What is the particle’s velocity 3 • (3,3) at time t = 5? 2 • • (2,2) (5,2) 1 • (1,1) 1 2 3 4 5 6 7 8 9
  • 37. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 What is the particle’s velocity 3 • (3,3) at time t = 5? 2 • • (2,2) (5,2) Solution 1 • (1,1) Recall that by the FTC we have 1 2 3 4 5 6 7 8 9 s (t) = f (t). So s (5) = f (5) = 2.
  • 38. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 Is the acceleration of the par- 3 • (3,3) ticle at time t = 5 positive or 2 negative? • • (2,2) (5,2) 1 • (1,1) 1 2 3 4 5 6 7 8 9
  • 39. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 Is the acceleration of the par- 3 • (3,3) ticle at time t = 5 positive or 2 negative? • • (2,2) (5,2) 1 • (1,1) Solution We have s (5) = f (5), which 1 2 3 4 5 6 7 8 9 looks negative from the graph.
  • 40. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 What is the particle’s position 3 • (3,3) at time t = 3? 2 • • (2,2) (5,2) 1 • (1,1) 1 2 3 4 5 6 7 8 9
  • 41. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 What is the particle’s position 3 • (3,3) at time t = 3? 2 • • (2,2) (5,2) Solution 1 • (1,1) Since on [0, 3], f (x) = x, we have 1 2 3 4 5 6 7 8 9 3 9 s(3) = x dx = . 2 0
  • 42. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 At what time during the first 9 3 • (3,3) seconds does s have its largest 2 value? • • (2,2) (5,2) 1 • (1,1) 1 2 3 4 5 6 7 8 9
  • 43. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 At what time during the first 9 3 • (3,3) seconds does s have its largest 2 value? • • (2,2) (5,2) 1 • (1,1) Solution 1 2 3 4 5 6 7 8 9
  • 44. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 At what time during the first 9 3 • (3,3) seconds does s have its largest 2 value? • • (2,2) (5,2) 1 • (1,1) Solution The critical points of s are 1 2 3 4 5 6 7 8 9 the zeros of s = f .
  • 45. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 At what time during the first 9 3 • (3,3) seconds does s have its largest 2 value? • • (2,2) (5,2) 1 • (1,1) Solution By looking at the graph, we 1 2 3 4 5 6 7 8 9 see that f is positive from t = 0 to t = 6, then negative from t = 6 to t = 9.
  • 46. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 At what time during the first 9 3 • (3,3) seconds does s have its largest 2 value? • • (2,2) (5,2) 1 • (1,1) Solution Therefore s is increasing on 1 2 3 4 5 6 7 8 9 [0, 6], then decreasing on [6, 9]. So its largest value is at t = 6.
  • 47. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 Approximately when is the ac- 3 • (3,3) celeration zero? 2 • • (2,2) (5,2) 1 • (1,1) 1 2 3 4 5 6 7 8 9
  • 48. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 Approximately when is the ac- 3 • (3,3) celeration zero? 2 • • (2,2) (5,2) Solution 1 • (1,1) s = 0 when f = 0, which happens at t = 4 and t = 7.5 1 2 3 4 5 6 7 8 9 (approximately)
  • 49. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 When is the particle moving 3 • (3,3) toward the origin? Away from 2 the origin? • • (2,2) (5,2) 1 • (1,1) 1 2 3 4 5 6 7 8 9
  • 50. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 When is the particle moving 3 • (3,3) toward the origin? Away from 2 the origin? • • (2,2) (5,2) 1 • (1,1) Solution The particle is moving away 1 2 3 4 5 6 7 8 9 from the origin when s > 0 and s > 0.
  • 51. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 When is the particle moving 3 • (3,3) toward the origin? Away from 2 the origin? • • (2,2) (5,2) 1 • (1,1) Solution Since s(0) = 0 and s > 0 on 1 2 3 4 5 6 7 8 9 (0, 6), we know the particle is moving away from the origin then.
  • 52. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 When is the particle moving 3 • (3,3) toward the origin? Away from 2 the origin? • • (2,2) (5,2) 1 • (1,1) Solution After t = 6, s < 0, so the 1 2 3 4 5 6 7 8 9 particle is moving toward the origin.
  • 53. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 On which side (positive or neg- 3 • (3,3) ative) of the origin does the 2 • • particle lie at time t = 9? (2,2) (5,2) 1 • (1,1) 1 2 3 4 5 6 7 8 9
  • 54. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 On which side (positive or neg- 3 • (3,3) ative) of the origin does the 2 • • particle lie at time t = 9? (2,2) (5,2) 1 • (1,1) Solution We have s(9) = 1 2 3 4 5 6 7 8 9 6 9 f (x) dx + f (x) dx, 0 6 where the left integral is positive and the right integral is negative.
  • 55. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 On which side (positive or neg- 3 • (3,3) ative) of the origin does the 2 • • particle lie at time t = 9? (2,2) (5,2) 1 • (1,1) Solution In order to decide whether 1 2 3 4 5 6 7 8 9 s(9) is positive or negative, we need to decide if the first area is more positive than the second area is negative.
  • 56. Facts about g from f Let f be the function whose graph is given below. Suppose the the position at time t seconds of a particle moving t along a coordinate axis is s(t) = f (x) dx meters. Use the 0 graph to answer the following questions. 4 On which side (positive or neg- 3 • (3,3) ative) of the origin does the 2 • • particle lie at time t = 9? (2,2) (5,2) 1 • (1,1) Solution This appears to be the case, 1 2 3 4 5 6 7 8 9 so s(9) is positive.
  • 57. Theorem (The Second Fundamental Theorem of Calculus) Suppose f is integrable on [a, b] and f = F for another function f , then b f (x) dx = F (b) − F (a). a
  • 58. Examples Find the following integrals: 1 1 2 2 1 x 2 dx, x 3 dx, x n dx (n = −1), dx x 0 0 1 1 π 1 e x dx sin θ dθ, 0 0
  • 59. The Integral as Total Change Another way to state this theorem is: b F (x) dx = F (b) − F (a), a or the integral of a derivative along an interval is the total change between the sides of that interval. This has many ramifications:
  • 60. The Integral as Total Change Another way to state this theorem is: b F (x) dx = F (b) − F (a), a or the integral of a derivative along an interval is the total change between the sides of that interval. This has many ramifications: Theorem If v (t) represents the velocity of a particle moving rectilinearly, then t1 v (t) dt = s(t1 ) − s(t0 ). t0
  • 61. The Integral as Total Change Another way to state this theorem is: b F (x) dx = F (b) − F (a), a or the integral of a derivative along an interval is the total change between the sides of that interval. This has many ramifications: Theorem If MC (x) represents the marginal cost of making x units of a product, then x C (x) = C (0) + MC (q) dq. 0
  • 62. The Integral as Total Change Another way to state this theorem is: b F (x) dx = F (b) − F (a), a or the integral of a derivative along an interval is the total change between the sides of that interval. This has many ramifications: Theorem If ρ(x) represents the density of a thin rod at a distance of x from its end, then the mass of the rod up to x is x m(x) = ρ(s) ds. 0
  • 63. A new notation for antiderivatives To emphasize the relationship between antidifferentiation and integration, we use the indefinite integral notation f (x) dx for any function whose derivative is f (x).
  • 64. A new notation for antiderivatives To emphasize the relationship between antidifferentiation and integration, we use the indefinite integral notation f (x) dx for any function whose derivative is f (x). Thus x 2 dx = 3 x 3 + C . 1
  • 65. My first table of integrals [f (x) + g (x)] dx = f (x) dx + g (x) dx x n+1 x n dx = cf (x) dx = c f (x) dx + C (n = −1) n+1 1 e x dx = e x + C dx = ln |x| + C x ax ax dx = +C sin x dx = − cos x + C ln a csc2 x dx = − cot x + C cos x dx = sin x + C sec2 x dx = tan x + C csc x cot x dx = − csc x + C 1 √ dx = arcsin x + C sec x tan x dx = sec x + C 1 − x2 1 dx = arctan x + C 1 + x2
  • 66. Outline The Riemann Integral Estimating the integral Properties of the integral Comparison Properties of the Integral The Fundamental Theorem of Calculus Statement Differentiation of functions defined by integrals Properties of the area function The Second FTC Examples Total Change Indefinite Integrals Integration by Substitution Substitution for Indefinite Integrals Substitution for Definite Integrals
  • 67. Integration by Substitution Learning Objectives Given an integral and a specific substitution, perform that substitution Use the substitution method to evaluate definite and indefinite integrals
  • 68. Theorem (The Substitution Rule) If u = g (x) is a differentiable function whose range is an interval I and f is continuous on I , then f (g (x))g (x) dx = f (u) du or du f (u) dx = f (u) du dx This is the “anti” version of the chain rule.
  • 69. Example 2 xe x dx Find
  • 70. Example 2 xe x dx Find Solution Let u = x 2 . Then du = 2x dx and x dx = 1 du. So 2 2 xe x dx = e u du 1 2 = 1 eu + C 2 2 = 1 ex + C 2
  • 71. Theorem (The Substitution Rule for Definite Integrals) If g is continuous and f is continuous on the range of u = g (x), then b g (b) f (g (x))g (x) dx = f (u) du. a g (a)
  • 72. Example π cos2 x sin x dx. Compute 0
  • 73. Example π cos2 x sin x dx. Compute 0 Solution (Slow Way) cos2 x sin x dx and then First compute the indefinite integral evaluate.
  • 74. Example π cos2 x sin x dx. Compute 0 Solution (Slow Way) cos2 x sin x dx and then First compute the indefinite integral evaluate. Let u = cos x. Then du = − sin x dx and cos2 x sin x dx = − u 2 du = − 1 u 3 + C = − 1 cos3 x + C . 3 3 Therefore π π cos2 x sin x dx = − 1 cos3 x = 2. 3 3 0 0
  • 75. Solution (Fast Way) Do both the substitution and the evaluation at the same time.
  • 76. Solution (Fast Way) Do both the substitution and the evaluation at the same time. Let u = cos x. Then du = − sin x dx, u(0) = 1 and u(π) = −1.
  • 77. Solution (Fast Way) Do both the substitution and the evaluation at the same time. Let u = cos x. Then du = − sin x dx, u(0) = 1 and u(π) = −1. So −1 π cos2 x sin x dx = −u 2 du 0 1 1 u 2 du = −1 2 1 = 3 u3 1 =. −1 3