SlideShare uma empresa Scribd logo
1 de 214
Baixar para ler offline
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

Mais conteúdo relacionado

Mais procurados

Bouguet's MatLab Camera Calibration Toolbox
Bouguet's MatLab Camera Calibration ToolboxBouguet's MatLab Camera Calibration Toolbox
Bouguet's MatLab Camera Calibration ToolboxYuji Oyamada
 
Nonlinear Manifolds in Computer Vision
Nonlinear Manifolds in Computer VisionNonlinear Manifolds in Computer Vision
Nonlinear Manifolds in Computer Visionzukun
 
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...Matthew Leingang
 
Lesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential FunctionsLesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential FunctionsMatthew 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 FunctionsMatthew Leingang
 
01 graphical models
01 graphical models01 graphical models
01 graphical modelszukun
 
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...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 13: Exponential and Logarithmic Functions (Section 041 slides)
Lesson 13: Exponential and Logarithmic Functions (Section 041 slides)Lesson 13: Exponential and Logarithmic Functions (Section 041 slides)
Lesson 13: Exponential and Logarithmic Functions (Section 041 slides)Matthew Leingang
 
Lesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and DecayLesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and DecayMatthew 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 FunctionsMatthew Leingang
 
Lesson 28: Integration by Subsitution
Lesson 28: Integration by SubsitutionLesson 28: Integration by Subsitution
Lesson 28: Integration by SubsitutionMatthew Leingang
 
Adaptive Signal and Image Processing
Adaptive Signal and Image ProcessingAdaptive Signal and Image Processing
Adaptive Signal and Image ProcessingGabriel Peyré
 
Paris2012 session1
Paris2012 session1Paris2012 session1
Paris2012 session1Cdiscount
 
Chapter 3 projection
Chapter 3 projectionChapter 3 projection
Chapter 3 projectionNBER
 

Mais procurados (16)

Bouguet's MatLab Camera Calibration Toolbox
Bouguet's MatLab Camera Calibration ToolboxBouguet's MatLab Camera Calibration Toolbox
Bouguet's MatLab Camera Calibration Toolbox
 
Nonlinear Manifolds in Computer Vision
Nonlinear Manifolds in Computer VisionNonlinear Manifolds in Computer Vision
Nonlinear Manifolds in Computer Vision
 
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...
 
Lesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential FunctionsLesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential 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
 
01 graphical models
01 graphical models01 graphical models
01 graphical models
 
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...
 
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 13: Exponential and Logarithmic Functions (Section 041 slides)
Lesson 13: Exponential and Logarithmic Functions (Section 041 slides)Lesson 13: Exponential and Logarithmic Functions (Section 041 slides)
Lesson 13: Exponential and Logarithmic Functions (Section 041 slides)
 
Lesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and DecayLesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and Decay
 
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
 
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
 
Adaptive Signal and Image Processing
Adaptive Signal and Image ProcessingAdaptive Signal and Image Processing
Adaptive Signal and Image Processing
 
Paris2012 session1
Paris2012 session1Paris2012 session1
Paris2012 session1
 
Chapter 3 projection
Chapter 3 projectionChapter 3 projection
Chapter 3 projection
 

Destaque

Lesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric FunctionsLesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric FunctionsMel Anthony Pepito
 
Biology - Chp 12 - DNA & RNA - PowerPoint
Biology - Chp 12 - DNA & RNA - PowerPointBiology - Chp 12 - DNA & RNA - PowerPoint
Biology - Chp 12 - DNA & RNA - PowerPointMel Anthony Pepito
 
DNA Structure and Function (Diamsay, Mendoza))
DNA Structure and Function (Diamsay, Mendoza))DNA Structure and Function (Diamsay, Mendoza))
DNA Structure and Function (Diamsay, Mendoza))Elisha Grace Diamsay
 
Notes on DNA and DNA structure
Notes on DNA and DNA structureNotes on DNA and DNA structure
Notes on DNA and DNA structuregiordepasamba
 
Structure of dna and rna
Structure of dna and rnaStructure of dna and rna
Structure of dna and rnaHimanshu Dev
 
DNA Structure PowerPoint
DNA Structure PowerPointDNA Structure PowerPoint
DNA Structure PowerPointBiologyIB
 
RNA- Structure, Types and Functions
RNA- Structure, Types and FunctionsRNA- Structure, Types and Functions
RNA- Structure, Types and FunctionsNamrata Chhabra
 
DNA structure, Functions and properties
DNA structure, Functions and propertiesDNA structure, Functions and properties
DNA structure, Functions and propertiesNamrata Chhabra
 

Destaque (13)

Lesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric FunctionsLesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric Functions
 
A,B,C,Z DNA
A,B,C,Z DNAA,B,C,Z DNA
A,B,C,Z DNA
 
Biology - Chp 12 - DNA & RNA - PowerPoint
Biology - Chp 12 - DNA & RNA - PowerPointBiology - Chp 12 - DNA & RNA - PowerPoint
Biology - Chp 12 - DNA & RNA - PowerPoint
 
Autoclave
AutoclaveAutoclave
Autoclave
 
FORMS OF DNA
FORMS OF DNAFORMS OF DNA
FORMS OF DNA
 
DNA Structure and Function (Diamsay, Mendoza))
DNA Structure and Function (Diamsay, Mendoza))DNA Structure and Function (Diamsay, Mendoza))
DNA Structure and Function (Diamsay, Mendoza))
 
Notes on DNA and DNA structure
Notes on DNA and DNA structureNotes on DNA and DNA structure
Notes on DNA and DNA structure
 
Structure of dna and rna
Structure of dna and rnaStructure of dna and rna
Structure of dna and rna
 
DNA Structure PowerPoint
DNA Structure PowerPointDNA Structure PowerPoint
DNA Structure PowerPoint
 
Viral hepatitis
Viral hepatitisViral hepatitis
Viral hepatitis
 
DNA Replication
 DNA Replication DNA Replication
DNA Replication
 
RNA- Structure, Types and Functions
RNA- Structure, Types and FunctionsRNA- Structure, Types and Functions
RNA- Structure, Types and Functions
 
DNA structure, Functions and properties
DNA structure, Functions and propertiesDNA structure, Functions and properties
DNA structure, Functions and properties
 

Semelhante a Lesson 25: The Definite Integral

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) 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 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 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 FunctionsMel Anthony Pepito
 
Lesson 21: Curve Sketching
Lesson 21: Curve SketchingLesson 21: Curve Sketching
Lesson 21: Curve SketchingMatthew 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
 
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 FunctionsMel Anthony Pepito
 
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
 
Lesson 23: Antiderivatives
Lesson 23: AntiderivativesLesson 23: Antiderivatives
Lesson 23: AntiderivativesMatthew Leingang
 
Lesson 27: Evaluating Definite Integrals
Lesson 27: Evaluating Definite IntegralsLesson 27: Evaluating Definite Integrals
Lesson 27: Evaluating Definite IntegralsMatthew Leingang
 

Semelhante a Lesson 25: The Definite Integral (20)

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 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 21: Curve Sketching
Lesson 21: Curve SketchingLesson 21: Curve Sketching
Lesson 21: Curve Sketching
 
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 CalculusLesson 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 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 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 23: Antiderivatives
Lesson 23: AntiderivativesLesson 23: Antiderivatives
Lesson 23: Antiderivatives
 
Lesson 23: Antiderivatives
Lesson 23: AntiderivativesLesson 23: Antiderivatives
Lesson 23: Antiderivatives
 
Lesson 27: Evaluating Definite Integrals
Lesson 27: Evaluating Definite IntegralsLesson 27: Evaluating Definite Integrals
Lesson 27: Evaluating Definite Integrals
 

Mais de Mel Anthony Pepito

Lesson 11: Implicit Differentiation
Lesson 11: Implicit DifferentiationLesson 11: Implicit Differentiation
Lesson 11: Implicit DifferentiationMel Anthony Pepito
 
Lesson 12: Linear Approximation
Lesson 12: Linear ApproximationLesson 12: Linear Approximation
Lesson 12: Linear ApproximationMel Anthony Pepito
 
Lesson 13: Related Rates Problems
Lesson 13: Related Rates ProblemsLesson 13: Related Rates Problems
Lesson 13: Related Rates ProblemsMel Anthony Pepito
 
Lesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential FunctionsLesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential FunctionsMel Anthony Pepito
 
Lesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and DecayLesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and DecayMel Anthony Pepito
 
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 RuleMel Anthony Pepito
 
Lesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slidesLesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slidesMel Anthony Pepito
 
Lesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremLesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremMel Anthony Pepito
 
Lesson22 -optimization_problems_slides
Lesson22 -optimization_problems_slidesLesson22 -optimization_problems_slides
Lesson22 -optimization_problems_slidesMel Anthony Pepito
 
Lesson 26: Evaluating Definite Integrals
Lesson 26: Evaluating Definite IntegralsLesson 26: Evaluating Definite Integrals
Lesson 26: Evaluating Definite IntegralsMel Anthony Pepito
 
Lesson 3: Limits (Section 21 slides)
Lesson 3: Limits (Section 21 slides)Lesson 3: Limits (Section 21 slides)
Lesson 3: Limits (Section 21 slides)Mel Anthony Pepito
 
Lesson 5: Continuity (Section 41 slides)
Lesson 5: Continuity (Section 41 slides)Lesson 5: Continuity (Section 41 slides)
Lesson 5: Continuity (Section 41 slides)Mel Anthony Pepito
 
Lesson 5: Continuity (Section 21 slides)
Lesson 5: Continuity (Section 21 slides)Lesson 5: Continuity (Section 21 slides)
Lesson 5: Continuity (Section 21 slides)Mel Anthony Pepito
 
Lesson 4: Calculating Limits (Section 41 slides)
Lesson 4: Calculating Limits (Section 41 slides)Lesson 4: Calculating Limits (Section 41 slides)
Lesson 4: Calculating Limits (Section 41 slides)Mel Anthony Pepito
 
Lesson 4: Calculating Limits (Section 21 slides)
Lesson 4: Calculating Limits (Section 21 slides)Lesson 4: Calculating Limits (Section 21 slides)
Lesson 4: Calculating Limits (Section 21 slides)Mel Anthony Pepito
 

Mais de Mel Anthony Pepito (20)

Lesson 11: Implicit Differentiation
Lesson 11: Implicit DifferentiationLesson 11: Implicit Differentiation
Lesson 11: Implicit Differentiation
 
Lesson 12: Linear Approximation
Lesson 12: Linear ApproximationLesson 12: Linear Approximation
Lesson 12: Linear Approximation
 
Lesson 13: Related Rates Problems
Lesson 13: Related Rates ProblemsLesson 13: Related Rates Problems
Lesson 13: Related Rates Problems
 
Lesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential FunctionsLesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential Functions
 
Lesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and DecayLesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and Decay
 
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
 
Lesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slidesLesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slides
 
Lesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremLesson 19: The Mean Value Theorem
Lesson 19: The Mean Value Theorem
 
Lesson22 -optimization_problems_slides
Lesson22 -optimization_problems_slidesLesson22 -optimization_problems_slides
Lesson22 -optimization_problems_slides
 
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
 
Introduction
IntroductionIntroduction
Introduction
 
Introduction
IntroductionIntroduction
Introduction
 
Lesson 3: Limits (Section 21 slides)
Lesson 3: Limits (Section 21 slides)Lesson 3: Limits (Section 21 slides)
Lesson 3: Limits (Section 21 slides)
 
Lesson 3: Limits
Lesson 3: LimitsLesson 3: Limits
Lesson 3: Limits
 
Lesson 1: Functions
Lesson 1: FunctionsLesson 1: Functions
Lesson 1: Functions
 
Lesson 5: Continuity (Section 41 slides)
Lesson 5: Continuity (Section 41 slides)Lesson 5: Continuity (Section 41 slides)
Lesson 5: Continuity (Section 41 slides)
 
Lesson 5: Continuity (Section 21 slides)
Lesson 5: Continuity (Section 21 slides)Lesson 5: Continuity (Section 21 slides)
Lesson 5: Continuity (Section 21 slides)
 
Lesson 4: Calculating Limits (Section 41 slides)
Lesson 4: Calculating Limits (Section 41 slides)Lesson 4: Calculating Limits (Section 41 slides)
Lesson 4: Calculating Limits (Section 41 slides)
 
Lesson 4: Calculating Limits (Section 21 slides)
Lesson 4: Calculating Limits (Section 21 slides)Lesson 4: Calculating Limits (Section 21 slides)
Lesson 4: Calculating Limits (Section 21 slides)
 

Último

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 

Último (20)

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 

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