SlideShare a Scribd company logo
Section 5.2
          The Definite Integral
                V63.0121.002.2010Su, Calculus I

                        New York University


                        June 17, 2010



Announcements




                                              .   .   .   .   .   .
Announcements




                                                                            .   .   .     .      .      .

V63.0121.002.2010Su, Calculus I (NYU)   Section 5.2 The Definite Integral               June 17, 2010       2 / 32
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.




                                                                            .   .   .     .      .      .

V63.0121.002.2010Su, Calculus I (NYU)   Section 5.2 The Definite Integral               June 17, 2010       3 / 32
Outline


 Recall


 The definite integral as a limit


 Estimating the Definite Integral


 Properties of the integral


 Comparison Properties of the Integral



                                                                            .   .   .     .      .      .

V63.0121.002.2010Su, Calculus I (NYU)   Section 5.2 The Definite Integral               June 17, 2010       4 / 32
Cavalieri's method in general
 Let f be a positive function defined on the interval [a, b]. We want to
 find the area between x = a, x = b, y = 0, and y = f(x).
 For each positive integer n, divide up the interval into n pieces. Then
        b−a
 ∆x =        . For each i between 1 and n, let xi be the ith step between
          n
 a and b. So

                                                            x0 = a
                                                                                 b−a
                                                            x1 = x0 + ∆x = a +
                                                                                  n
                                                                                   b−a
                                                            x2 = x1 + ∆x = a + 2 ·     ...
                                                                                    n
                                                                         b−a
                                                            xi = a + i ·     ...
                                                                          n
                                                                         b−a
        . .          .         . .      x
                                        .                   xn = a + n ·      =b
      . 0 . 1 . . . . i . . .xn−1. n
      x x           x            x                                         n
                                                                                .   .   .     .      .      .

V63.0121.002.2010Su, Calculus I (NYU)       Section 5.2 The Definite Integral               June 17, 2010       5 / 32
Forming Riemann sums
 We have many choices of representative points to approximate the
 area in each subinterval.



  left endpoints…

                      ∑
                      n
             Ln =            f(xi−1 )∆x
                       i=1



                                                                          .       .   .       .       .    .       .       x
                                                                                                                           .




                                                                              .           .       .            .       .       .

V63.0121.002.2010Su, Calculus I (NYU)     Section 5.2 The Definite Integral                               June 17, 2010            6 / 32
Forming Riemann sums
 We have many choices of representative points to approximate the
 area in each subinterval.



   right endpoints…

                        ∑
                        n
               Rn =            f(xi )∆x
                         i=1



                                                                          .       .   .       .       .    .       .       x
                                                                                                                           .




                                                                              .           .       .            .       .       .

V63.0121.002.2010Su, Calculus I (NYU)     Section 5.2 The Definite Integral                               June 17, 2010            6 / 32
Forming Riemann sums
 We have many choices of representative points to approximate the
 area in each subinterval.



    midpoints…

            ∑ ( xi−1 + xi )
            n
       Mn =   f             ∆x
                    2
                 i=1



                                                                        .       .   .       .       .    .       .       x
                                                                                                                         .




                                                                            .           .       .            .       .       .

V63.0121.002.2010Su, Calculus I (NYU)   Section 5.2 The Definite Integral                               June 17, 2010            6 / 32
Forming Riemann sums
 We have many choices of representative points to approximate the
 area in each subinterval.




    the minimum value on the
  interval…




                                                                        .       .   .       .       .    .       .       x
                                                                                                                         .




                                                                            .           .       .            .       .       .

V63.0121.002.2010Su, Calculus I (NYU)   Section 5.2 The Definite Integral                               June 17, 2010            6 / 32
Forming Riemann sums
 We have many choices of representative points to approximate the
 area in each subinterval.




     the maximum value on the
  interval…




                                                                        .       .   .       .       .    .       .       x
                                                                                                                         .




                                                                            .           .       .            .       .       .

V63.0121.002.2010Su, Calculus I (NYU)   Section 5.2 The Definite Integral                               June 17, 2010            6 / 32
Forming Riemann sums
 We have many choices of representative points to approximate the
 area in each subinterval.




       …even random points!




                                                                        .       .   .       .       .    .       .       x
                                                                                                                         .




                                                                            .           .       .            .       .       .

V63.0121.002.2010Su, Calculus I (NYU)   Section 5.2 The Definite Integral                               June 17, 2010            6 / 32
Forming Riemann sums
 We have many choices of representative points to approximate the
 area in each subinterval.




       …even random points!




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

V63.0121.002.2010Su, Calculus I (NYU)   Section 5.2 The Definite Integral                     June 17, 2010       6 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        .
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

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



                                                                             .       .       .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                       June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        .
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

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



                                                                             .       .       .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                       June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 1 = 3.0
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .       .    .      .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 2 = 5.25
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                   x
                                                                                                             .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .       .    .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                      June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 3 = 6.0
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .       .    .      .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 4 = 6.375
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .       .   .       .    .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 5 = 6.59988
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 6 = 6.75
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                   x
                                                                                                             .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .       .    .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                      June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 7 = 6.85692
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 8 = 6.9375
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 9 = 6.99985
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 10 = 7.04958
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 11 = 7.09064
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 12 = 7.125
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .       .   .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 13 = 7.15332
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 14 = 7.17819
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 15 = 7.19977
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 16 = 7.21875
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 17 = 7.23508
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 18 = 7.24927
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 19 = 7.26228
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 20 = 7.27443
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 21 = 7.28532
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 22 = 7.29448
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 23 = 7.30406
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 24 = 7.3125
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 25 = 7.31944
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 26 = 7.32559
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 27 = 7.33199
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 28 = 7.33798
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 29 = 7.34372
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 30 = 7.34882
                                                                                   L
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             l      .
                                                                             .eft endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 1 = 12.0
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .       .   .      .     .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 2 = 9.75
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .       .   .      .     .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 3 = 9.0
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .       .    .      .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 4 = 8.625
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .       .    .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 5 = 8.39969
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 6 = 8.25
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .       .   .      .     .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 7 = 8.14236
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 8 = 8.0625
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 9 = 7.99974
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 10 = 7.94933
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 11 = 7.90868
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 12 = 7.875
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 13 = 7.84541
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 14 = 7.8209
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 15 = 7.7997
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 16 = 7.78125
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 17 = 7.76443
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 18 = 7.74907
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 19 = 7.73572
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 20 = 7.7243
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 21 = 7.7138
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 22 = 7.70335
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 23 = 7.69531
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 24 = 7.6875
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 25 = 7.67934
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 26 = 7.6715
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 27 = 7.66508
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 28 = 7.6592
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 29 = 7.65388
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 30 = 7.64864
                                                                                   R
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                x
                                                                                                          .
  matter what choice of ci we make.
                                                                             r        .
                                                                             . ight endpoints



                                                                             .      .    .     .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                   June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 1 = 7.5
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .       .   .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 2 = 7.5
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .       .   .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 3 = 7.5
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .       .   .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 4 = 7.5
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .       .   .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 5 = 7.4998
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .      .    .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 6 = 7.5
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .       .   .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 7 = 7.4996
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .      .    .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 8 = 7.5
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .       .   .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 9 = 7.49977
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .      .    .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 10 = 7.49947
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .      .    .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 11 = 7.49966
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .      .    .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 12 = 7.5
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .       .   .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 13 = 7.49937
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .      .    .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 14 = 7.49954
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .      .    .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 15 = 7.49968
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .      .    .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Theorem of the (previous) Day


 Theorem

  If f is a continuous function on [a, b]                                        . . 16 = 7.49988
                                                                                   M
  or has finitely many jump
  discontinuities, then
                      { n           }
                        ∑
        lim Sn = lim        f(ci )∆x
       n→∞              n→∞
                                   i=1

  exists and is the same value no
                                                                         .                                  x
                                                                                                            .
  matter what choice of ci we make.
                                                                                  m .
                                                                                  . idpoints



                                                                             .      .    .       .      .       .

V63.0121.002.2010Su, Calculus I (NYU)    Section 5.2 The Definite Integral                     June 17, 2010        7 / 32
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral
Lesson 25: The Definite Integral

More Related Content

What's hot

Integration material
Integration material Integration material
Integration material
Surya Swaroop
 
Integration
IntegrationIntegration
Integration
AbhayPandey117
 
An Efficient Convex Hull Algorithm for a Planer Set of Points
An Efficient Convex Hull Algorithm for a Planer Set of PointsAn Efficient Convex Hull Algorithm for a Planer Set of Points
An Efficient Convex Hull Algorithm for a Planer Set of PointsKasun Ranga Wijeweera
 
Talk iccf 19_ben_hammouda
Talk iccf 19_ben_hammoudaTalk iccf 19_ben_hammouda
Talk iccf 19_ben_hammouda
Chiheb Ben Hammouda
 
Applied Graph Theory Applications
Applied Graph Theory ApplicationsApplied Graph Theory Applications
Applied Graph Theory Applications
vipin3195
 
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
Chiheb Ben Hammouda
 
Snakes in Images (Active contour tutorial)
Snakes in Images (Active contour tutorial)Snakes in Images (Active contour tutorial)
Snakes in Images (Active contour tutorial)Yan Xu
 
Deep Learning Opening Workshop - ProxSARAH Algorithms for Stochastic Composit...
Deep Learning Opening Workshop - ProxSARAH Algorithms for Stochastic Composit...Deep Learning Opening Workshop - ProxSARAH Algorithms for Stochastic Composit...
Deep Learning Opening Workshop - ProxSARAH Algorithms for Stochastic Composit...
The Statistical and Applied Mathematical Sciences Institute
 
Alg II 2-7 Transformations
Alg II 2-7 TransformationsAlg II 2-7 Transformations
Alg II 2-7 Transformationsjtentinger
 
All pair shortest path
All pair shortest pathAll pair shortest path
All pair shortest path
Arafat Hossan
 
Optimization Techniques
Optimization TechniquesOptimization Techniques
Optimization Techniques
Ajay Bidyarthy
 
12 support vector machines
12 support vector machines12 support vector machines
12 support vector machines
TanmayVijay1
 
Permutation graphsandapplications
Permutation graphsandapplicationsPermutation graphsandapplications
Permutation graphsandapplicationsJoe Krall
 
Deep Learning Opening Workshop - Deep ReLU Networks Viewed as a Statistical M...
Deep Learning Opening Workshop - Deep ReLU Networks Viewed as a Statistical M...Deep Learning Opening Workshop - Deep ReLU Networks Viewed as a Statistical M...
Deep Learning Opening Workshop - Deep ReLU Networks Viewed as a Statistical M...
The Statistical and Applied Mathematical Sciences Institute
 

What's hot (20)

Integration material
Integration material Integration material
Integration material
 
Integration
IntegrationIntegration
Integration
 
An Efficient Convex Hull Algorithm for a Planer Set of Points
An Efficient Convex Hull Algorithm for a Planer Set of PointsAn Efficient Convex Hull Algorithm for a Planer Set of Points
An Efficient Convex Hull Algorithm for a Planer Set of Points
 
Convex Hull Algorithms
Convex Hull AlgorithmsConvex Hull Algorithms
Convex Hull Algorithms
 
Unit 1. day 5. quiz 1
Unit 1. day 5. quiz 1Unit 1. day 5. quiz 1
Unit 1. day 5. quiz 1
 
Talk iccf 19_ben_hammouda
Talk iccf 19_ben_hammoudaTalk iccf 19_ben_hammouda
Talk iccf 19_ben_hammouda
 
Applied Graph Theory Applications
Applied Graph Theory ApplicationsApplied Graph Theory Applications
Applied Graph Theory Applications
 
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
 
Snakes in Images (Active contour tutorial)
Snakes in Images (Active contour tutorial)Snakes in Images (Active contour tutorial)
Snakes in Images (Active contour tutorial)
 
presentation
presentationpresentation
presentation
 
Deep Learning Opening Workshop - ProxSARAH Algorithms for Stochastic Composit...
Deep Learning Opening Workshop - ProxSARAH Algorithms for Stochastic Composit...Deep Learning Opening Workshop - ProxSARAH Algorithms for Stochastic Composit...
Deep Learning Opening Workshop - ProxSARAH Algorithms for Stochastic Composit...
 
Alg II 2-7 Transformations
Alg II 2-7 TransformationsAlg II 2-7 Transformations
Alg II 2-7 Transformations
 
10.1.1.630.8055
10.1.1.630.805510.1.1.630.8055
10.1.1.630.8055
 
L 4 4
L 4 4L 4 4
L 4 4
 
All pair shortest path
All pair shortest pathAll pair shortest path
All pair shortest path
 
Optimization Techniques
Optimization TechniquesOptimization Techniques
Optimization Techniques
 
12 support vector machines
12 support vector machines12 support vector machines
12 support vector machines
 
Permutation graphsandapplications
Permutation graphsandapplicationsPermutation graphsandapplications
Permutation graphsandapplications
 
Jeju2013
Jeju2013Jeju2013
Jeju2013
 
Deep Learning Opening Workshop - Deep ReLU Networks Viewed as a Statistical M...
Deep Learning Opening Workshop - Deep ReLU Networks Viewed as a Statistical M...Deep Learning Opening Workshop - Deep ReLU Networks Viewed as a Statistical M...
Deep Learning Opening Workshop - Deep ReLU Networks Viewed as a Statistical M...
 

Viewers also liked

Final project Integration
Final project  IntegrationFinal project  Integration
Final project Integrationsmj123
 
Ib maths sl antiderivatives
Ib maths sl antiderivativesIb maths sl antiderivatives
Ib maths sl antiderivativesestelav
 
Lesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremLesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremMatthew Leingang
 
Lesson18 -maximum_and_minimum_values_slides
Lesson18  -maximum_and_minimum_values_slidesLesson18  -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slidesMatthew Leingang
 
Lesson 17: Indeterminate Forms and L'Hôpital's Rule
Lesson 17: Indeterminate Forms and L'Hôpital's RuleLesson 17: Indeterminate Forms and L'Hôpital's Rule
Lesson 17: Indeterminate Forms and L'Hôpital's RuleMatthew Leingang
 
Lesson 23: Antiderivatives
Lesson 23: AntiderivativesLesson 23: Antiderivatives
Lesson 23: AntiderivativesMatthew Leingang
 
Introduction
IntroductionIntroduction
Introduction
Matthew Leingang
 
Lesson 28: Integration by Subsitution
Lesson 28: Integration by SubsitutionLesson 28: Integration by Subsitution
Lesson 28: Integration by SubsitutionMatthew Leingang
 
Lesson 20: Derivatives and the shapes of curves
Lesson 20: Derivatives and the shapes of curvesLesson 20: Derivatives and the shapes of curves
Lesson 20: Derivatives and the shapes of curvesMatthew Leingang
 
Lesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric FunctionsLesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric FunctionsMatthew Leingang
 
Lesson 1: Functions
Lesson 1: FunctionsLesson 1: Functions
Lesson 1: Functions
Matthew Leingang
 
Lesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of CalculusLesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of CalculusMatthew Leingang
 
Silberberg Chemistry Molecular Nature Of Matter And Change 4e Copy2
Silberberg   Chemistry   Molecular Nature Of Matter And Change 4e   Copy2Silberberg   Chemistry   Molecular Nature Of Matter And Change 4e   Copy2
Silberberg Chemistry Molecular Nature Of Matter And Change 4e Copy2
jeksespina
 
Lesson 13: Related Rates Problems
Lesson 13: Related Rates ProblemsLesson 13: Related Rates Problems
Lesson 13: Related Rates ProblemsMatthew Leingang
 
Lesson 24: Area and Distances
Lesson 24: Area and DistancesLesson 24: Area and Distances
Lesson 24: Area and DistancesMatthew Leingang
 
Lesson 26: Evaluating Definite Integrals
Lesson 26: Evaluating Definite IntegralsLesson 26: Evaluating Definite Integrals
Lesson 26: Evaluating Definite IntegralsMatthew Leingang
 
Prueba222
Prueba222Prueba222
Prueba222
Angeloise
 
Lesson 12: Linear Approximation
Lesson 12: Linear ApproximationLesson 12: Linear Approximation
Lesson 12: Linear ApproximationMatthew Leingang
 
Lesson 1: Functions
Lesson 1: FunctionsLesson 1: Functions
Lesson 1: Functions
Matthew Leingang
 
Lesson 21: Curve Sketching
Lesson 21: Curve SketchingLesson 21: Curve Sketching
Lesson 21: Curve SketchingMatthew Leingang
 

Viewers also liked (20)

Final project Integration
Final project  IntegrationFinal project  Integration
Final project Integration
 
Ib maths sl antiderivatives
Ib maths sl antiderivativesIb maths sl antiderivatives
Ib maths sl antiderivatives
 
Lesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremLesson 19: The Mean Value Theorem
Lesson 19: The Mean Value Theorem
 
Lesson18 -maximum_and_minimum_values_slides
Lesson18  -maximum_and_minimum_values_slidesLesson18  -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slides
 
Lesson 17: Indeterminate Forms and L'Hôpital's Rule
Lesson 17: Indeterminate Forms and L'Hôpital's RuleLesson 17: Indeterminate Forms and L'Hôpital's Rule
Lesson 17: Indeterminate Forms and L'Hôpital's Rule
 
Lesson 23: Antiderivatives
Lesson 23: AntiderivativesLesson 23: Antiderivatives
Lesson 23: Antiderivatives
 
Introduction
IntroductionIntroduction
Introduction
 
Lesson 28: Integration by Subsitution
Lesson 28: Integration by SubsitutionLesson 28: Integration by Subsitution
Lesson 28: Integration by Subsitution
 
Lesson 20: Derivatives and the shapes of curves
Lesson 20: Derivatives and the shapes of curvesLesson 20: Derivatives and the shapes of curves
Lesson 20: Derivatives and the shapes of curves
 
Lesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric FunctionsLesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric Functions
 
Lesson 1: Functions
Lesson 1: FunctionsLesson 1: Functions
Lesson 1: Functions
 
Lesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of CalculusLesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of Calculus
 
Silberberg Chemistry Molecular Nature Of Matter And Change 4e Copy2
Silberberg   Chemistry   Molecular Nature Of Matter And Change 4e   Copy2Silberberg   Chemistry   Molecular Nature Of Matter And Change 4e   Copy2
Silberberg Chemistry Molecular Nature Of Matter And Change 4e Copy2
 
Lesson 13: Related Rates Problems
Lesson 13: Related Rates ProblemsLesson 13: Related Rates Problems
Lesson 13: Related Rates Problems
 
Lesson 24: Area and Distances
Lesson 24: Area and DistancesLesson 24: Area and Distances
Lesson 24: Area and Distances
 
Lesson 26: Evaluating Definite Integrals
Lesson 26: Evaluating Definite IntegralsLesson 26: Evaluating Definite Integrals
Lesson 26: Evaluating Definite Integrals
 
Prueba222
Prueba222Prueba222
Prueba222
 
Lesson 12: Linear Approximation
Lesson 12: Linear ApproximationLesson 12: Linear Approximation
Lesson 12: Linear Approximation
 
Lesson 1: Functions
Lesson 1: FunctionsLesson 1: Functions
Lesson 1: Functions
 
Lesson 21: Curve Sketching
Lesson 21: Curve SketchingLesson 21: Curve Sketching
Lesson 21: Curve Sketching
 

Similar to Lesson 25: The Definite Integral

Lesson 23: The Definite Integral (slides)
Lesson 23: The Definite Integral (slides)Lesson 23: The Definite Integral (slides)
Lesson 23: The Definite Integral (slides)Matthew Leingang
 
Lesson 23: The Definite Integral (handout)
Lesson 23: The Definite Integral (handout)Lesson 23: The Definite Integral (handout)
Lesson 23: The Definite Integral (handout)Matthew Leingang
 
Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)Matthew Leingang
 
Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides) Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides) Mel Anthony Pepito
 
Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides) Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides) Mel Anthony Pepito
 
Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides)Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides)Matthew Leingang
 
Lesson 7: The Derivative as a Function
Lesson 7: The Derivative as a FunctionLesson 7: The Derivative as a Function
Lesson 7: The Derivative as a FunctionMatthew Leingang
 
Lesson 19: Curve Sketching
Lesson 19: Curve SketchingLesson 19: Curve Sketching
Lesson 19: Curve SketchingMatthew Leingang
 
Lesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsLesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential Functions
Mel Anthony Pepito
 
Lesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsLesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential Functions
Matthew Leingang
 
Lesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of Calculus Lesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of Calculus Mel Anthony Pepito
 
Lesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsLesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential Functions
Mel Anthony Pepito
 
Lesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsLesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential Functions
Matthew Leingang
 
Lesson 28: Integration by Subsitution
Lesson 28: Integration by SubsitutionLesson 28: Integration by Subsitution
Lesson 28: Integration by SubsitutionMel Anthony Pepito
 
Lesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation RulesLesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation RulesMatthew Leingang
 
Lesson 7: The Derivative (Section 41 slides)
Lesson 7: The Derivative (Section 41 slides)Lesson 7: The Derivative (Section 41 slides)
Lesson 7: The Derivative (Section 41 slides)
Mel Anthony Pepito
 
Lesson 7: The Derivative (Section 41 slides)
Lesson 7: The Derivative (Section 41 slides)Lesson 7: The Derivative (Section 41 slides)
Lesson 7: The Derivative (Section 41 slides)
Matthew Leingang
 
Lesson 21: Curve Sketching (Section 041 slides)
Lesson 21: Curve Sketching (Section 041 slides)Lesson 21: Curve Sketching (Section 041 slides)
Lesson 21: Curve Sketching (Section 041 slides)
Mel Anthony Pepito
 

Similar to Lesson 25: The Definite Integral (20)

Lesson 23: The Definite Integral (slides)
Lesson 23: The Definite Integral (slides)Lesson 23: The Definite Integral (slides)
Lesson 23: The Definite Integral (slides)
 
Lesson 23: The Definite Integral (handout)
Lesson 23: The Definite Integral (handout)Lesson 23: The Definite Integral (handout)
Lesson 23: The Definite Integral (handout)
 
Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)
 
Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides) Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)
 
Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides) Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides)
 
Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides)Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides)
 
Lesson 7: The Derivative as a Function
Lesson 7: The Derivative as a FunctionLesson 7: The Derivative as a Function
Lesson 7: The Derivative as a Function
 
Lesson 19: Curve Sketching
Lesson 19: Curve SketchingLesson 19: Curve Sketching
Lesson 19: Curve Sketching
 
Lesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsLesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential Functions
 
Lesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsLesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential Functions
 
Lesson 21: Curve Sketching
Lesson 21: Curve SketchingLesson 21: Curve Sketching
Lesson 21: Curve Sketching
 
Lesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of Calculus Lesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of Calculus
 
Lesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsLesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential Functions
 
Lesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsLesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential Functions
 
Lesson 28: Integration by Subsitution
Lesson 28: Integration by SubsitutionLesson 28: Integration by Subsitution
Lesson 28: Integration by Subsitution
 
Lesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation RulesLesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation Rules
 
Lesson 7: The Derivative (Section 41 slides)
Lesson 7: The Derivative (Section 41 slides)Lesson 7: The Derivative (Section 41 slides)
Lesson 7: The Derivative (Section 41 slides)
 
Lesson 7: The Derivative (Section 41 slides)
Lesson 7: The Derivative (Section 41 slides)Lesson 7: The Derivative (Section 41 slides)
Lesson 7: The Derivative (Section 41 slides)
 
Lesson 21: Curve Sketching (Section 041 slides)
Lesson 21: Curve Sketching (Section 041 slides)Lesson 21: Curve Sketching (Section 041 slides)
Lesson 21: Curve Sketching (Section 041 slides)
 
Lesson 3: Limit Laws
Lesson 3: Limit LawsLesson 3: Limit Laws
Lesson 3: Limit Laws
 

More from Matthew Leingang

Making Lesson Plans
Making Lesson PlansMaking Lesson Plans
Making Lesson Plans
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-choice
Matthew Leingang
 
Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper Assessments
Matthew 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 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 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 (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
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
 

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 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 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 (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
 
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)
 

Recently uploaded

SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
Peter Spielvogel
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 

Recently uploaded (20)

SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 

Lesson 25: The Definite Integral

  • 1. Section 5.2 The Definite Integral V63.0121.002.2010Su, Calculus I New York University June 17, 2010 Announcements . . . . . .
  • 2. Announcements . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 2 / 32
  • 3. 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. . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 3 / 32
  • 4. Outline Recall The definite integral as a limit Estimating the Definite Integral Properties of the integral Comparison Properties of the Integral . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 4 / 32
  • 5. Cavalieri's method in general Let f be a positive function defined on the interval [a, b]. We want to find the area between x = a, x = b, y = 0, and y = f(x). For each positive integer n, divide up the interval into n pieces. Then b−a ∆x = . For each i between 1 and n, let xi be the ith step between n a and b. So x0 = a b−a x1 = x0 + ∆x = a + n b−a x2 = x1 + ∆x = a + 2 · ... n b−a xi = a + i · ... n b−a . . . . . x . xn = a + n · =b . 0 . 1 . . . . i . . .xn−1. n x x x x n . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 5 / 32
  • 6. Forming Riemann sums We have many choices of representative points to approximate the area in each subinterval. left endpoints… ∑ n Ln = f(xi−1 )∆x i=1 . . . . . . . x . . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 6 / 32
  • 7. Forming Riemann sums We have many choices of representative points to approximate the area in each subinterval. right endpoints… ∑ n Rn = f(xi )∆x i=1 . . . . . . . x . . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 6 / 32
  • 8. Forming Riemann sums We have many choices of representative points to approximate the area in each subinterval. midpoints… ∑ ( xi−1 + xi ) n Mn = f ∆x 2 i=1 . . . . . . . x . . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 6 / 32
  • 9. Forming Riemann sums We have many choices of representative points to approximate the area in each subinterval. the minimum value on the interval… . . . . . . . x . . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 6 / 32
  • 10. Forming Riemann sums We have many choices of representative points to approximate the area in each subinterval. the maximum value on the interval… . . . . . . . x . . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 6 / 32
  • 11. Forming Riemann sums We have many choices of representative points to approximate the area in each subinterval. …even random points! . . . . . . . x . . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 6 / 32
  • 12. Forming Riemann sums We have many choices of representative points to approximate the area in each subinterval. …even random points! . . . . . . . . x In general, choose ci to be a point in the ith interval [xi−1 , xi ]. Form the Riemann sum ∑ n Sn = f(c1 )∆x + f(c2 )∆x + · · · + f(cn )∆x = f(ci )∆x i=1 . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 6 / 32
  • 13. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no matter what choice of ci we make. . x . . . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 14. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no matter what choice of ci we make. . x . . . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 15. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 1 = 3.0 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 16. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 2 = 5.25 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 17. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 3 = 6.0 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 18. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 4 = 6.375 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 19. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 5 = 6.59988 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 20. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 6 = 6.75 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 21. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 7 = 6.85692 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 22. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 8 = 6.9375 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 23. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 9 = 6.99985 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 24. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 10 = 7.04958 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 25. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 11 = 7.09064 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 26. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 12 = 7.125 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 27. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 13 = 7.15332 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 28. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 14 = 7.17819 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 29. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 15 = 7.19977 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 30. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 16 = 7.21875 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 31. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 17 = 7.23508 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 32. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 18 = 7.24927 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 33. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 19 = 7.26228 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 34. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 20 = 7.27443 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 35. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 21 = 7.28532 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 36. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 22 = 7.29448 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 37. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 23 = 7.30406 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 38. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 24 = 7.3125 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 39. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 25 = 7.31944 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 40. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 26 = 7.32559 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 41. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 27 = 7.33199 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 42. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 28 = 7.33798 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 43. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 29 = 7.34372 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 44. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 30 = 7.34882 L or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. l . .eft endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 45. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 1 = 12.0 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 46. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 2 = 9.75 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 47. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 3 = 9.0 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 48. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 4 = 8.625 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 49. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 5 = 8.39969 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 50. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 6 = 8.25 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 51. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 7 = 8.14236 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 52. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 8 = 8.0625 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 53. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 9 = 7.99974 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 54. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 10 = 7.94933 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 55. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 11 = 7.90868 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 56. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 12 = 7.875 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 57. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 13 = 7.84541 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 58. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 14 = 7.8209 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 59. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 15 = 7.7997 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 60. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 16 = 7.78125 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 61. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 17 = 7.76443 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 62. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 18 = 7.74907 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 63. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 19 = 7.73572 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 64. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 20 = 7.7243 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 65. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 21 = 7.7138 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 66. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 22 = 7.70335 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 67. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 23 = 7.69531 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 68. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 24 = 7.6875 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 69. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 25 = 7.67934 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 70. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 26 = 7.6715 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 71. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 27 = 7.66508 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 72. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 28 = 7.6592 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 73. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 29 = 7.65388 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 74. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 30 = 7.64864 R or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. r . . ight endpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 75. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 1 = 7.5 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 76. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 2 = 7.5 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 77. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 3 = 7.5 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 78. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 4 = 7.5 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 79. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 5 = 7.4998 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 80. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 6 = 7.5 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 81. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 7 = 7.4996 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 82. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 8 = 7.5 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 83. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 9 = 7.49977 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 84. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 10 = 7.49947 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 85. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 11 = 7.49966 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 86. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 12 = 7.5 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 87. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 13 = 7.49937 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 88. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 14 = 7.49954 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 89. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 15 = 7.49968 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32
  • 90. Theorem of the (previous) Day Theorem If f is a continuous function on [a, b] . . 16 = 7.49988 M or has finitely many jump discontinuities, then { n } ∑ lim Sn = lim f(ci )∆x n→∞ n→∞ i=1 exists and is the same value no . x . matter what choice of ci we make. m . . idpoints . . . . . . V63.0121.002.2010Su, Calculus I (NYU) Section 5.2 The Definite Integral June 17, 2010 7 / 32