SlideShare une entreprise Scribd logo
1  sur  72
Télécharger pour lire hors ligne
Section	5.3
                       Evaluating	Definite	Integrals

                              V63.0121.034, Calculus	I



                                 December	2, 2009


       Announcements
               Final	Exam	is	Friday, December	18, 2:00–3:50pm
               Final	is	cumulative; topics	will	be	represented	roughly
               according	to	time	spent	on	them

.      .
Image	credit: docman
                                                       .   .    .   .    .   .
Outline
  Last	time: The	Definite	Integral
     The	definite	integral	as	a	limit
     Properties	of	the	integral

  Estimating	the	Definite	Integral
      The	Midpoint	Rule
      Comparison	Properties	of	the	Integral

  Evaluating	Definite	Integrals
     Examples

  The	Integral	as	Total	Change

  Indefinite	Integrals
     My	first	table	of	integrals

  Computing	Area	with	integrals

                                              .   .   .   .   .   .
The	definite	integral	as	a	limit

   Definition
   If f is	a	function	defined	on [a, b], the definite	integral	of f from a
   to b is	the	number
                       ∫ b                ∑ n
                           f(x) dx = lim      f (c i ) ∆x
                            a           n→∞
                                              i=1

                      b−a
   where ∆x =             , and	for	each i, xi = a + i∆x, and ci is	a	point
                       n
   in [xi−1 , xi ].

   Theorem
   If f is	continuous	on [a, b] or	if f has	only	finitely	many	jump
   discontinuities, then f is	integrable	on [a, b]; that	is, the	definite
             ∫ b
   integral      f(x) dx exists	and	is	the	same	for	any	choice	of ci .
                a

                                                     .    .    .   .    .     .
Notation/Terminology


                             ∫     b
                                       f(x) dx
                               a
      ∫
          — integral	sign (swoopy S)
      f(x) — integrand
      a and b — limits	of	integration (a is	the lower	limit and b
      the upper	limit)
      dx —	??? (a	parenthesis? an	infinitesimal? a	variable?)
      The	process	of	computing	an	integral	is	called integration




                                                 .   .   .   .   .   .
Properties	of	the	integral


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




                                                                            .   .     .   .   .   .
More	Properties	of	the	Integral



   Conventions:            ∫                             ∫
                               a                              b
                                   f(x) dx = −                    f(x) dx
                           b                              a
                                    ∫     a
                                              f(x) dx = 0
                                      a
   This	allows	us	to	have
        ∫ c           ∫ b           ∫               c
    5.      f(x) dx =     f(x) dx +                     f(x) dx for	all a, b, and c.
         a             a                        b




                                                                       .    .   .   .   .   .
Definite	Integrals	We	Know	So	Far


     If	the	integral	computes
     an	area	and	we	know
     the	area, we	can	use
     that. For	instance,
                                                  y
                                                  .
         ∫ 1√
                           π
               1 − x2 dx =
          0                2

     By	brute	force	we
                                                      .
     computed                                                         x
                                                                      .
     ∫    1                 ∫   1
                        1                     1
              x2 dx =               x3 dx =
      0                 3   0                 4



                                                  .       .   .   .       .   .
Outline
  Last	time: The	Definite	Integral
     The	definite	integral	as	a	limit
     Properties	of	the	integral

  Estimating	the	Definite	Integral
      The	Midpoint	Rule
      Comparison	Properties	of	the	Integral

  Evaluating	Definite	Integrals
     Examples

  The	Integral	as	Total	Change

  Indefinite	Integrals
     My	first	table	of	integrals

  Computing	Area	with	integrals

                                              .   .   .   .   .   .
The	Midpoint	Rule
  Given	a	partition	of [a, b] into n pieces, let ¯i be	the	midpoint	of
                                                 x
  [xi−1 , xi ]. Define
                                   ∑n
                            Mn =      f(¯i ) ∆x.
                                        x
                                  i =1




                                                 .   .    .    .    .    .
The	Midpoint	Rule
  Given	a	partition	of [a, b] into n pieces, let ¯i be	the	midpoint	of
                                                 x
  [xi−1 , xi ]. Define
                                   ∑n
                            Mn =      f(¯i ) ∆x.
                                        x
                                   i =1

                                          y
                                          .
                                                                        . = x2
                                                                        y
 Example
                 ∫    1
 Cmpute M2 for            x2 dx.
                  0                                                         .
 Solution

       ( )    ( )
     1 1 2 1 3 2     5                                .
 M2 = ·    + ·    =                           .                 .
     2 4    2 4     16                                                              x
                                                                                    .
                                                              1
                                                              .
                                                              2
                                                  .       .         .   .       .   .
Why	are	midpoints	often	better?
                                  ∫   1
                                                    1
   Compare L2 , R2 , and M2 for           x2 dx =     :
                                  0                 3
                                                      y
                                                      .
                                                                        . = x2
                                                                        y




                                                          .         .
                                                                                     x
                                                                                     .
                                                                  1
                                                                  .
                                                                  2




                                                          .   .    .      .      .       .
Why	are	midpoints	often	better?
                                  ∫   1
                                                    1
   Compare L2 , R2 , and M2 for           x2 dx =     :
                                  0                 3
                                                      y
                                                      .
                  ( )2                                                  . = x2
                                                                        y
    1        1     1    1
L2 = · (0)2 + ·        = = 0.125
    2        2     2    8


                                                                   .
                                                          .         .
                                                                                     x
                                                                                     .
                                                                  1
                                                                  .
                                                                  2




                                                          .   .    .      .      .       .
Why	are	midpoints	often	better?
                                  ∫   1
                                                    1
   Compare L2 , R2 , and M2 for           x2 dx =     :
                                  0                 3
                                                      y
                                                      .
               ( )2                                                     . = x2
                                                                        y
    1     2 1   1     1
L2 = · (0) + ·       = = 0.125
    2       2   2     8
       ( )2
    1    1    1       5
R2 = ·      + · (1)2 = = 0.625
    2    2    2       8                                            .
                                                          .         .
                                                                                     x
                                                                                     .
                                                                  1
                                                                  .
                                                                  2




                                                          .   .    .      .      .       .
Why	are	midpoints	often	better?
                                   ∫   1
                                                     1
    Compare L2 , R2 , and M2 for           x2 dx =     :
                                   0                 3
                                                       y
                                                       .
                     ( )2                                                . = x2
                                                                         y
     1         1      1    1
 L2 = · (0)2 +     ·      = = 0.125
     2         2      2    8
        ( )2
     1    1        1         5
R2 = ·         +     · (1)2 = = 0.625
     2    2        2         8                                      .
        ( )2           ( )2
     1    1        1     3      5
M2 = ·         +     ·       =    = 0.3125                 .         .
     2    4        2     4     16                                                     x
                                                                                      .
                                                                   1
                                                                   .
                                                                   2




                                                           .   .    .      .      .       .
Why	are	midpoints	often	better?
                                   ∫   1
                                                     1
    Compare L2 , R2 , and M2 for           x2 dx =     :
                                   0                 3
                                                       y
                                                       .
                     ( )2                                              . = x2
                                                                       y
     1         1      1    1
 L2 = · (0)2 +     ·      = = 0.125
     2         2      2    8
        ( )2
     1    1        1         5
R2 = ·         +     · (1)2 = = 0.625
     2    2        2         8                                     .
        ( )2           ( )2
     1    1        1     3      5
M2 = ·         +     ·       =    = 0.3125                ..
     2    4        2     4     16                                  x
                                                                   .
                                                        1
                                                        .
                                                        2
    Where f is	monotone, one	of Ln and Rn will	be	too	much, and	the
    other	two	little. But Mn allows	overestimates	and	underestimates
    to	counteract.

                                                           .   .   .     .      .   .
Example
           ∫   1
                     4
Estimate                  dx using	the	midpoint	rule	and	four	divisions.
           0       1 + x2




                                                  .    .   .    .   .      .
Example
           ∫   1
                     4
Estimate                  dx using	the	midpoint	rule	and	four	divisions.
           0       1 + x2
Solution
Dividing	up [0, 1] into 4 pieces	gives

                                1        2      3       4
               x 0 = 0 , x1 =     , x 2 = , x3 = , x4 =
                                4        4      4       4
So	the	midpoint	rule	gives
        (                                           )
      1       4            4       4          4
M4 =                  +      +          +
      4 1 + (1/8)2 1 + (3/8)2 1 + (5/8)2 1 + (7/8)2




                                                  .    .    .   .   .      .
Example
           ∫   1
                     4
Estimate                  dx using	the	midpoint	rule	and	four	divisions.
           0       1 + x2
Solution
Dividing	up [0, 1] into 4 pieces	gives

                                1        2      3       4
               x 0 = 0 , x1 =     , x 2 = , x3 = , x4 =
                                4        4      4       4
So	the	midpoint	rule	gives
        (                                           )
      1       4              4      4         4
M4 =                  +          +      +
      4 1 + (1/8)2 1 + (3/8)2 1 + (5/8)2 1 + (7/8)2
        (                             )
      1     4          4       4   4
    =            +         +     +
      4 65/64 73/64 89/64 113/64




                                                  .    .    .   .   .      .
Example
           ∫   1
                     4
Estimate                  dx using	the	midpoint	rule	and	four	divisions.
           0       1 + x2
Solution
Dividing	up [0, 1] into 4 pieces	gives

                                1        2      3       4
               x 0 = 0 , x1 =     , x 2 = , x3 = , x4 =
                                4        4      4       4
So	the	midpoint	rule	gives
        (                                           )
      1        4             4      4         4
M4 =                  +          +      +
      4 1 + (1/8)2 1 + (3/8)2 1 + (5/8)2 1 + (7/8)2
        (                             )
      1      4         4       4   4
    =            +         +     +
      4 65/64 73/64 89/64 113/64
      150, 166, 784
    =                ≈ 3.1468
       47, 720, 465

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




                                                         .   .   .   .   .   .
The	integral	of	a	nonnegative	function	is	nonnegative

   Proof.
   If f(x) ≥ 0 for	all x in [a, b], then	for	any	number	of	divisions n
   and	choice	of	sample	points {ci }:
                           n
                           ∑                     n
                                                 ∑
                   Sn =            f(ci ) ∆x ≥          0 · ∆x = 0
                           i=1 ≥0                i =1


   Since Sn ≥ 0 for	all n, the	limit	of {Sn } is	nonnegative, too:
                       ∫      b
                                  f(x) dx = lim Sn ≥ 0
                          a                n→∞
                                                    ≥0




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


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




                                                                  .     .   .   .   .   .
The	definite	integral	is	“increasing”

   Proof.
   Let h(x) = f(x) − g(x). If f(x) ≥ g(x) for	all x in [a, b], then
   h(x) ≥ 0 for	all x in [a, b]. So	by	the	previous	property
                                   ∫    b
                                            h(x) dx ≥ 0
                                    a

   This	means	that
    ∫ b           ∫ b           ∫ b                    ∫                    b
        f(x) dx −     g(x) dx =     (f(x) − g(x)) dx =                          h(x) dx ≥ 0
     a              a                       a                           a

   So                     ∫                     ∫
                               b                      b
                                   f(x) dx ≥              g(x) dx
                           a                      a



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


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


    8. If m ≤ f(x) ≤ M for	all x in [a, b], then
                                          ∫         b
                      m(b − a) ≤                        f(x) dx ≤ M(b − a)
                                                a
                                                                       .     .   .   .   .   .
Bounding	the	integral	using	bounds	of	the	function


   Proof.
   If m ≤ f(x) ≤ M on	for	all x in [a, b], then	by	the	previous	property
                   ∫     b            ∫   b               ∫   b
                             m dx ≤           f(x) dx ≤               M dx
                     a                a                   a

   By	Property 1, the	integral	of	a	constant	function	is	the	product	of
   the	constant	and	the	width	of	the	interval. So:
                                ∫ b
                   m(b − a) ≤       f(x) dx ≤ M(b − a)
                                      a




                                                                  .      .   .   .   .   .
Example
           ∫   2
                   1
Estimate             dx using	Property 8.
           1       x




                                            .   .   .   .   .   .
Example
           ∫   2
                   1
Estimate             dx using	Property 8.
           1       x
Solution
Since
                                                   1  1  1
                        1 ≤ x ≤ 2 =⇒                 ≤ ≤
                                                   2  x  1
we	have                              ∫       2
                     1                           1
                       · (2 − 1) ≤                 dx ≤ 1 · (2 − 1)
                     2                   1       x
or                                   ∫       2
                              1                  1
                                ≤                  dx ≤ 1
                              2          1       x



                                                            .    .    .   .   .   .
Outline
  Last	time: The	Definite	Integral
     The	definite	integral	as	a	limit
     Properties	of	the	integral

  Estimating	the	Definite	Integral
      The	Midpoint	Rule
      Comparison	Properties	of	the	Integral

  Evaluating	Definite	Integrals
     Examples

  The	Integral	as	Total	Change

  Indefinite	Integrals
     My	first	table	of	integrals

  Computing	Area	with	integrals

                                              .   .   .   .   .   .
Socratic	proof

     The	definite	integral	of
     velocity	measures
     displacement	(net
     distance)
     The	derivative	of
     displacement	is	velocity
     So	we	can	compute
     displacement	with	the
     definite	integral or the
     antiderivative	of	velocity
     But	any	function	can	be
     a	velocity	function, so
     ...


                                  .   .   .   .   .   .
Theorem	of	the	Day



  Theorem	(The	Second	Fundamental	Theorem	of	Calculus)
  Suppose f is	integrable	on [a, b] and f = F′ for	another	function F,
  then                 ∫    b
                                f(x) dx = F(b) − F(a).
                        a




                                                    .    .   .   .   .   .
Theorem	of	the	Day



  Theorem	(The	Second	Fundamental	Theorem	of	Calculus)
  Suppose f is	integrable	on [a, b] and f = F′ for	another	function F,
  then                 ∫    b
                                f(x) dx = F(b) − F(a).
                        a


  Note
  In	Section	5.3, this	theorem	is	called	“The	Evaluation	Theorem”.
  Nobody	else	in	the	world	calls	it	that.




                                                    .    .   .   .   .   .
Proving	the	Second	FTC


                                                               b−a
  Divide	up [a, b] into n pieces	of	equal	width ∆x =               as
                                                                n
  usual. For	each i, F is	continuous	on [xi−1 , xi ] and	differentiable
  on (xi−1 , xi ). So	there	is	a	point ci in (xi−1 , xi ) with

                     F(xi ) − F(xi−1 )
                                       = F′ (ci ) = f(ci )
                        x i − x i −1

  Or
                        f(ci )∆x = F(xi ) − F(xi−1 )




                                                     .       .   .   .   .   .
We	have	for	each i

                         f(ci )∆x = F(xi ) − F(xi−1 )

Form	the	Riemann	Sum:
         n
         ∑                   n
                             ∑
  Sn =          f(ci )∆x =          (F(xi ) − F(xi−1 ))
         i =1                i =1


    = (F(x1 ) − F(x0 )) + (F(x2 ) − F(x1 )) + (F(x3 ) − F(x2 )) + · · ·
           · · · + (F(xn−1 ) − F(xn−2 )) + (F(xn ) − F(xn−1 ))
    = F(xn ) − F(x0 ) = F(b) − F(a)




                                                          .   .   .   .   .   .
We	have	for	each i

                         f(ci )∆x = F(xi ) − F(xi−1 )

Form	the	Riemann	Sum:
         n
         ∑                   n
                             ∑
  Sn =          f(ci )∆x =          (F(xi ) − F(xi−1 ))
         i =1                i =1


    = (F(x1 ) − F(x0 )) + (F(x2 ) − F(x1 )) + (F(x3 ) − F(x2 )) + · · ·
           · · · + (F(xn−1 ) − F(xn−2 )) + (F(xn ) − F(xn−1 ))
    = F(xn ) − F(x0 ) = F(b) − F(a)

See	if	you	can	spot	the	invocation	of	the	Mean	Value	Theorem!



                                                          .   .   .   .   .   .
We	have	shown	for	each n,

                       Sn = F(b) − F(a)

so	in	the	limit
     ∫ b
         f(x) dx = lim Sn = lim (F(b) − F(a)) = F(b) − F(a)
     a           n→∞        n→∞




                                          .    .   .    .     .   .
Example
Find	the	area	between y = x3 and	the x-axis, between x = 0 and
x = 1.




                                              .




                                          .       .   .   .   .   .
Example
 Find	the	area	between y = x3 and	the x-axis, between x = 0 and
 x = 1.

Solution

      ∫    1                  1
                         x4           1
 A=            x3 dx =            =
       0                 4    0       4        .




                                           .       .   .   .   .   .
Example
 Find	the	area	between y = x3 and	the x-axis, between x = 0 and
 x = 1.

Solution

      ∫    1                  1
                         x4           1
 A=            x3 dx =            =
       0                 4    0       4          .

 Here	we	use	the	notation F(x)|b or [F(x)]b to	mean F(b) − F(a).
                               a          a




                                             .       .   .   .   .   .
Example
Find	the	area	enclosed	by	the	parabola y = x2 and y = 1.




                                           .   .    .      .   .   .
Example
Find	the	area	enclosed	by	the	parabola y = x2 and y = 1.

                                 .
                             1
                             .


                    .            .           .
                  −
                  . 1                      1
                                           .




                                           .     .   .     .   .   .
Example
Find	the	area	enclosed	by	the	parabola y = x2 and y = 1.

                                     .
                                 1
                                 .


                         .           .               .
                       −
                       . 1                         1
                                                   .


Solution

           ∫   1             [       ]1           [  (    )]
                   2  x3                          1     1      4
   A=2−    x dx = 2 −                         =2−   − −      =
        −1            3                  −1       3     3      3


                                                   .     .   .   .   .   .
Example
                        ∫   1
                                  4
Evaluate	the	integral                  dx.
                        0       1 + x2




                                             .   .   .   .   .   .
Example
           ∫   1
                     4
Estimate                  dx using	the	midpoint	rule	and	four	divisions.
           0       1 + x2
Solution
Dividing	up [0, 1] into 4 pieces	gives

                                1        2      3       4
               x 0 = 0 , x1 =     , x 2 = , x3 = , x4 =
                                4        4      4       4
So	the	midpoint	rule	gives
        (                                           )
      1        4             4      4         4
M4 =                  +          +      +
      4 1 + (1/8)2 1 + (3/8)2 1 + (5/8)2 1 + (7/8)2
        (                             )
      1      4         4       4   4
    =            +         +     +
      4 65/64 73/64 89/64 113/64
      150, 166, 784
    =                ≈ 3.1468
       47, 720, 465

                                                  .    .    .   .   .      .
Example
                          ∫    1
                                     4
Evaluate	the	integral                     dx.
                           0       1 + x2
Solution

             ∫     1                     ∫    1
                         4                          1
                              dx = 4                     dx
               0       1 + x2             0       1 + x2




                                                          .   .   .   .   .   .
Example
                          ∫    1
                                     4
Evaluate	the	integral                     dx.
                           0       1 + x2
Solution

             ∫     1                     ∫    1
                         4                          1
                              dx = 4                     dx
               0       1 + x2             0       1 + x2
                                     = 4 arctan(x)|1
                                                   0




                                                          .   .   .   .   .   .
Example
                          ∫    1
                                     4
Evaluate	the	integral                     dx.
                           0       1 + x2
Solution

             ∫     1                     ∫    1
                         4                          1
                              dx = 4                     dx
               0       1 + x2             0       1 + x2
                                     = 4 arctan(x)|1
                                                   0
                                     = 4 (arctan 1 − arctan 0)




                                                          .   .   .   .   .   .
Example
                          ∫    1
                                     4
Evaluate	the	integral                     dx.
                           0       1 + x2
Solution

             ∫     1                     ∫    1
                         4                          1
                              dx = 4                     dx
               0       1 + x2             0       1 + x2
                                     = 4 arctan(x)|1
                                                   0
                                     = 4 (arctan 1 − arctan 0)
                                         (π      )
                                     =4      −0
                                           4




                                                          .   .   .   .   .   .
Example
                          ∫    1
                                     4
Evaluate	the	integral                     dx.
                           0       1 + x2
Solution

             ∫     1                     ∫    1
                         4                          1
                              dx = 4                     dx
               0       1 + x2             0       1 + x2
                                     = 4 arctan(x)|1
                                                   0
                                     = 4 (arctan 1 − arctan 0)
                                         (π      )
                                     =4      −0 =π
                                           4




                                                          .   .   .   .   .   .
Example
           ∫   2
                   1
Evaluate             dx.
           1       x




                           .   .   .   .   .   .
Example
           ∫   2
                   1
Estimate             dx using	Property 8.
           1       x
Solution
Since
                                                   1  1  1
                        1 ≤ x ≤ 2 =⇒                 ≤ ≤
                                                   2  x  1
we	have                              ∫       2
                     1                           1
                       · (2 − 1) ≤                 dx ≤ 1 · (2 − 1)
                     2                   1       x
or                                   ∫       2
                              1                  1
                                ≤                  dx ≤ 1
                              2          1       x



                                                            .    .    .   .   .   .
Example
           ∫   2
                   1
Evaluate             dx.
           1       x
Solution

                           ∫   2
                                   1
                                     dx
                           1       x




                                          .   .   .   .   .   .
Example
           ∫   2
                   1
Evaluate             dx.
           1       x
Solution

                           ∫   2
                                   1
                                     dx = ln x|2
                                               1
                           1       x




                                                   .   .   .   .   .   .
Example
           ∫   2
                   1
Evaluate             dx.
           1       x
Solution

                           ∫   2
                                   1
                                     dx = ln x|2
                                               1
                           1       x
                                        = ln 2 − ln 1




                                                        .   .   .   .   .   .
Example
           ∫   2
                   1
Evaluate             dx.
           1       x
Solution

                           ∫   2
                                   1
                                     dx = ln x|2
                                               1
                           1       x
                                        = ln 2 − ln 1
                                        = ln 2




                                                        .   .   .   .   .   .
Outline
  Last	time: The	Definite	Integral
     The	definite	integral	as	a	limit
     Properties	of	the	integral

  Estimating	the	Definite	Integral
      The	Midpoint	Rule
      Comparison	Properties	of	the	Integral

  Evaluating	Definite	Integrals
     Examples

  The	Integral	as	Total	Change

  Indefinite	Integrals
     My	first	table	of	integrals

  Computing	Area	with	integrals

                                              .   .   .   .   .   .
The	Integral	as	Total	Change


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

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




                                                       .    .   .   .   .   .
The	Integral	as	Total	Change


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

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

   Theorem
   If v(t) represents	the	velocity	of	a	particle	moving	rectilinearly,
   then                  ∫   t1
                                  v(t) dt = s(t1 ) − s(t0 ).
                            t0




                                                          .    .   .   .   .   .
The	Integral	as	Total	Change


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

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

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



                                                       .    .   .   .   .   .
The	Integral	as	Total	Change


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

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

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



                                                       .    .   .   .   .   .
Outline
  Last	time: The	Definite	Integral
     The	definite	integral	as	a	limit
     Properties	of	the	integral

  Estimating	the	Definite	Integral
      The	Midpoint	Rule
      Comparison	Properties	of	the	Integral

  Evaluating	Definite	Integrals
     Examples

  The	Integral	as	Total	Change

  Indefinite	Integrals
     My	first	table	of	integrals

  Computing	Area	with	integrals

                                              .   .   .   .   .   .
A new	notation	for	antiderivatives



   To	emphasize	the	relationship	between	antidifferentiation	and
   integration, we	use	the indefinite	integral notation
                               ∫
                                  f(x) dx

   for	any	function	whose	derivative	is f(x).




                                                .   .   .   .      .   .
A new	notation	for	antiderivatives



   To	emphasize	the	relationship	between	antidifferentiation	and
   integration, we	use	the indefinite	integral notation
                               ∫
                                  f(x) dx

   for	any	function	whose	derivative	is f(x). Thus
                         ∫
                            x2 dx = 1 x3 + C.
                                     3




                                                .    .   .   .     .   .
My	first	table	of	integrals
    ∫                         ∫               ∫
         [f(x) + g(x)] dx =       f(x) dx +       g(x) dx
     ∫                                               ∫                ∫
                     x n +1
          xn dx =           + C (n ̸= −1)               cf(x) dx = c f(x) dx
                    n+1                                ∫
               ∫
                                                           1
                  ex dx = ex + C                             dx = ln |x| + C
                                                           x
           ∫                                           ∫
                                                                     ax
              sin x dx = − cos x + C                       ax dx =       +C
                                                                    ln a
            ∫                                       ∫
                cos x dx = sin x + C                   csc2 x dx = − cot x + C
           ∫                                      ∫
               sec2 x dx = tan x + C                 csc x cot x dx = − csc x + C
         ∫                                        ∫
                                                         1
            sec x tan x dx = sec x + C               √          dx = arcsin x + C
                                                       1 − x2
         ∫
                1
                     dx = arctan x + C
             1 + x2
                                                          .   .    .    .    .      .
Outline
  Last	time: The	Definite	Integral
     The	definite	integral	as	a	limit
     Properties	of	the	integral

  Estimating	the	Definite	Integral
      The	Midpoint	Rule
      Comparison	Properties	of	the	Integral

  Evaluating	Definite	Integrals
     Examples

  The	Integral	as	Total	Change

  Indefinite	Integrals
     My	first	table	of	integrals

  Computing	Area	with	integrals

                                              .   .   .   .   .   .
Example
Find	the	area	between	the	graph	of y = (x − 1)(x − 2), the x-axis,
and	the	vertical	lines x = 0 and x = 3.




                                            .    .   .    .   .      .
Example
Find	the	area	between	the	graph	of y = (x − 1)(x − 2), the x-axis,
and	the	vertical	lines x = 0 and x = 3.

Solution ∫
               3
Consider           (x − 1)(x − 2) dx.
           0




                                            .    .   .    .   .      .
Graph
        y
        .




        .     .     .                 .       x
                                              .
            1
            .     2
                  .                 3
                                    .


                        .   .   .         .       .   .
Example
Find	the	area	between	the	graph	of y = (x − 1)(x − 2), the x-axis,
and	the	vertical	lines x = 0 and x = 3.

Solution ∫
               3
Consider           (x − 1)(x − 2) dx. Notice	the	integrand	is	positive	on
           0
[0, 1) and (2, 3], and	negative	on (1, 2).




                                                   .   .    .    .   .      .
Example
Find	the	area	between	the	graph	of y = (x − 1)(x − 2), the x-axis,
and	the	vertical	lines x = 0 and x = 3.

Solution ∫
                     3
Consider                 (x − 1)(x − 2) dx. Notice	the	integrand	is	positive	on
                 0
[0, 1) and (2, 3], and	negative	on (1, 2). If	we	want	the	area	of
the	region, we	have	to	do
      ∫    1                            ∫   2                            ∫   3
A=             (x − 1)(x − 2) dx −              (x − 1)(x − 2) dx +              (x − 1)(x − 2) dx
       0                                 1                               2
      [1            ]1                [1 3                 ]2       [1                       ]3
  = 3 x3 − 3 x2 + 2x 0 −               3x    − 3 x2 + 2x      +         3  3 2
                                                                     3 x − 2 x + 2x
        ( 2 )                                  2            1                                 2
   5        1      5    11
  = − −         + =        .
   6        6      6    6


                                                                .    .       .      .    .        .
Interpretation	of	“negative	area”	in	motion




   There	is	an	analog	in	rectlinear	motion:
       ∫ t1
            v(t) dt is net distance	traveled.
           t0
       ∫     t1
                  |v(t)| dt is total distance	traveled.
           t0




                                                          .   .   .   .   .   .
What	about	the	constant?


      It	seems	we	forgot	about	the +C when	we	say	for	instance
                      ∫    1               1
                               3      x4           1     1
                               x dx =          =     −0=
                       0              4    0       4     4

      But	notice
          [ 4    ]1 (      )
           x          1                1          1
               +C =     + C − (0 + C) = + C − C =
            4     0   4                4          4

      no	matter	what C is.
      So	in	antidifferentiation for	definite	integrals, the	constant	is
      immaterial.



                                                      .   .   .   .   .   .
What	have	we	learned	today?



      The	second Fundamental	Theorem	of	Calculus:
                      ∫ b
                          f(x) dx = F(b) − F(a)
                         a

      where F′ = f.
      Definite	integrals	represent net	change of	a	function	over	an
      interval.                                      ∫
      We	write	antiderivatives	as indefinite	integrals       f(x) dx




                                             .    .     .      .      .   .

Contenu connexe

Tendances

9 determinant and cross product
9 determinant and cross product9 determinant and cross product
9 determinant and cross productmath267
 
6 volumes of solids of revolution ii x
6 volumes of solids of revolution ii x6 volumes of solids of revolution ii x
6 volumes of solids of revolution ii xmath266
 
21 lagrange multipliers
21 lagrange multipliers21 lagrange multipliers
21 lagrange multipliersmath267
 
6.1 Radian Measure
6.1 Radian Measure6.1 Radian Measure
6.1 Radian Measuresmiller5
 
Trigonometric identities
Trigonometric identitiesTrigonometric identities
Trigonometric identitiesVinisha Pathak
 
Thematic Cartography.pptx
Thematic Cartography.pptxThematic Cartography.pptx
Thematic Cartography.pptxJackxs Lee
 
34 polar coordinate and equations
34 polar coordinate and equations34 polar coordinate and equations
34 polar coordinate and equationsmath266
 
Lesson 26: Integration by Substitution (slides)
Lesson 26: Integration by Substitution (slides)Lesson 26: Integration by Substitution (slides)
Lesson 26: Integration by Substitution (slides)Matthew Leingang
 
20 the chain rule
20 the chain rule20 the chain rule
20 the chain rulemath267
 
Geospatial reference-systems
Geospatial reference-systemsGeospatial reference-systems
Geospatial reference-systemsStephen
 
12.5. vector valued functions
12.5. vector valued functions12.5. vector valued functions
12.5. vector valued functionsmath267
 
Geographic information system and remote sensing
Geographic information system and remote sensingGeographic information system and remote sensing
Geographic information system and remote sensingchala hailu
 
Exploring Spatial data in GIS Environment
Exploring Spatial data in GIS Environment Exploring Spatial data in GIS Environment
Exploring Spatial data in GIS Environment NAXA-Developers
 
Lecture 7 setero parllax
Lecture 7  setero parllaxLecture 7  setero parllax
Lecture 7 setero parllaxSarhat Adam
 
Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Osama Zahid
 
Lesson 4: Lines, Planes, and the Distance Formula
Lesson 4: Lines, Planes, and the Distance FormulaLesson 4: Lines, Planes, and the Distance Formula
Lesson 4: Lines, Planes, and the Distance FormulaMatthew Leingang
 
12 quadric surfaces
12 quadric surfaces12 quadric surfaces
12 quadric surfacesmath267
 
Hyperbolic functions dfs
Hyperbolic functions dfsHyperbolic functions dfs
Hyperbolic functions dfsFarhana Shaheen
 
5.1 anti derivatives
5.1 anti derivatives5.1 anti derivatives
5.1 anti derivativesmath265
 

Tendances (20)

9 determinant and cross product
9 determinant and cross product9 determinant and cross product
9 determinant and cross product
 
6 volumes of solids of revolution ii x
6 volumes of solids of revolution ii x6 volumes of solids of revolution ii x
6 volumes of solids of revolution ii x
 
21 lagrange multipliers
21 lagrange multipliers21 lagrange multipliers
21 lagrange multipliers
 
6.1 Radian Measure
6.1 Radian Measure6.1 Radian Measure
6.1 Radian Measure
 
Trigonometric identities
Trigonometric identitiesTrigonometric identities
Trigonometric identities
 
Thematic Cartography.pptx
Thematic Cartography.pptxThematic Cartography.pptx
Thematic Cartography.pptx
 
34 polar coordinate and equations
34 polar coordinate and equations34 polar coordinate and equations
34 polar coordinate and equations
 
Lesson 26: Integration by Substitution (slides)
Lesson 26: Integration by Substitution (slides)Lesson 26: Integration by Substitution (slides)
Lesson 26: Integration by Substitution (slides)
 
20 the chain rule
20 the chain rule20 the chain rule
20 the chain rule
 
Geospatial reference-systems
Geospatial reference-systemsGeospatial reference-systems
Geospatial reference-systems
 
12.5. vector valued functions
12.5. vector valued functions12.5. vector valued functions
12.5. vector valued functions
 
Geographic information system and remote sensing
Geographic information system and remote sensingGeographic information system and remote sensing
Geographic information system and remote sensing
 
Exploring Spatial data in GIS Environment
Exploring Spatial data in GIS Environment Exploring Spatial data in GIS Environment
Exploring Spatial data in GIS Environment
 
Lecture 7 setero parllax
Lecture 7  setero parllaxLecture 7  setero parllax
Lecture 7 setero parllax
 
Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)
 
Riemann's Sum
Riemann's SumRiemann's Sum
Riemann's Sum
 
Lesson 4: Lines, Planes, and the Distance Formula
Lesson 4: Lines, Planes, and the Distance FormulaLesson 4: Lines, Planes, and the Distance Formula
Lesson 4: Lines, Planes, and the Distance Formula
 
12 quadric surfaces
12 quadric surfaces12 quadric surfaces
12 quadric surfaces
 
Hyperbolic functions dfs
Hyperbolic functions dfsHyperbolic functions dfs
Hyperbolic functions dfs
 
5.1 anti derivatives
5.1 anti derivatives5.1 anti derivatives
5.1 anti derivatives
 

En vedette

Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Lesson 25: Evaluating Definite Integrals (Section 041 slides)Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Lesson 25: Evaluating Definite Integrals (Section 041 slides)Matthew Leingang
 
Lesson 26: The Definite Integral
Lesson 26: The Definite IntegralLesson 26: The Definite Integral
Lesson 26: The Definite IntegralMatthew Leingang
 
Lesson 20: The Mean Value Theorem
Lesson 20: The Mean Value TheoremLesson 20: The Mean Value Theorem
Lesson 20: The Mean Value TheoremMatthew Leingang
 
Lesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusLesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusMatthew Leingang
 
Lesson 23: Antiderivatives
Lesson 23: AntiderivativesLesson 23: Antiderivatives
Lesson 23: AntiderivativesMatthew Leingang
 
Lesson 24: Optimization II
Lesson 24: Optimization IILesson 24: Optimization II
Lesson 24: Optimization IIMatthew Leingang
 
Lesson 27: Evaluating Definite Integrals
Lesson 27: Evaluating Definite IntegralsLesson 27: Evaluating Definite Integrals
Lesson 27: Evaluating Definite IntegralsMatthew Leingang
 
Lesson 29: Integration by Substition (worksheet solutions)
Lesson 29: Integration by Substition (worksheet solutions)Lesson 29: Integration by Substition (worksheet solutions)
Lesson 29: Integration by Substition (worksheet solutions)Matthew Leingang
 
Lesson 21: Derivatives and the Shapes of Curves
Lesson 21: Derivatives and the Shapes of CurvesLesson 21: Derivatives and the Shapes of Curves
Lesson 21: Derivatives and the Shapes of CurvesMatthew Leingang
 
Lesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusLesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusMatthew Leingang
 
Lesson 25: Areas and Distances; The Definite Integral
Lesson 25: Areas and Distances; The Definite IntegralLesson 25: Areas and Distances; The Definite Integral
Lesson 25: Areas and Distances; The Definite IntegralMatthew Leingang
 
Lesson 29: Integration by Substition
Lesson 29: Integration by SubstitionLesson 29: Integration by Substition
Lesson 29: Integration by SubstitionMatthew Leingang
 
Lesson19 Maximum And Minimum Values 034 Slides
Lesson19   Maximum And Minimum Values 034 SlidesLesson19   Maximum And Minimum Values 034 Slides
Lesson19 Maximum And Minimum Values 034 SlidesMatthew Leingang
 
A Multiformat Document Workflow With Docutils
A Multiformat Document Workflow With DocutilsA Multiformat Document Workflow With Docutils
A Multiformat Document Workflow With DocutilsMatthew Leingang
 
Lesson 1: Functions and their Representations
Lesson 1: Functions and their RepresentationsLesson 1: Functions and their Representations
Lesson 1: Functions and their RepresentationsMatthew Leingang
 
Lesson 21: Derivatives and the Shapes of Curves
Lesson 21: Derivatives and the Shapes of CurvesLesson 21: Derivatives and the Shapes of Curves
Lesson 21: Derivatives and the Shapes of CurvesMatthew Leingang
 

En vedette (20)

Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Lesson 25: Evaluating Definite Integrals (Section 041 slides)Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Lesson 25: Evaluating Definite Integrals (Section 041 slides)
 
Lesson 26: The Definite Integral
Lesson 26: The Definite IntegralLesson 26: The Definite Integral
Lesson 26: The Definite Integral
 
Integral table
Integral tableIntegral table
Integral table
 
Lesson 20: The Mean Value Theorem
Lesson 20: The Mean Value TheoremLesson 20: The Mean Value Theorem
Lesson 20: The Mean Value Theorem
 
Lesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusLesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of Calculus
 
Lesson 23: Antiderivatives
Lesson 23: AntiderivativesLesson 23: Antiderivatives
Lesson 23: Antiderivatives
 
Lesson 24: Optimization
Lesson 24: OptimizationLesson 24: Optimization
Lesson 24: Optimization
 
Lesson 24: Optimization II
Lesson 24: Optimization IILesson 24: Optimization II
Lesson 24: Optimization II
 
Lesson 27: Evaluating Definite Integrals
Lesson 27: Evaluating Definite IntegralsLesson 27: Evaluating Definite Integrals
Lesson 27: Evaluating Definite Integrals
 
Lesson 29: Integration by Substition (worksheet solutions)
Lesson 29: Integration by Substition (worksheet solutions)Lesson 29: Integration by Substition (worksheet solutions)
Lesson 29: Integration by Substition (worksheet solutions)
 
Lesson 21: Derivatives and the Shapes of Curves
Lesson 21: Derivatives and the Shapes of CurvesLesson 21: Derivatives and the Shapes of Curves
Lesson 21: Derivatives and the Shapes of Curves
 
Lesson 22: Graphing
Lesson 22: GraphingLesson 22: Graphing
Lesson 22: Graphing
 
Lesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of CalculusLesson 28: The Fundamental Theorem of Calculus
Lesson 28: The Fundamental Theorem of Calculus
 
Lesson 25: Areas and Distances; The Definite Integral
Lesson 25: Areas and Distances; The Definite IntegralLesson 25: Areas and Distances; The Definite Integral
Lesson 25: Areas and Distances; The Definite Integral
 
Lesson 29: Integration by Substition
Lesson 29: Integration by SubstitionLesson 29: Integration by Substition
Lesson 29: Integration by Substition
 
Lesson 22: Graphing
Lesson 22: GraphingLesson 22: Graphing
Lesson 22: Graphing
 
Lesson19 Maximum And Minimum Values 034 Slides
Lesson19   Maximum And Minimum Values 034 SlidesLesson19   Maximum And Minimum Values 034 Slides
Lesson19 Maximum And Minimum Values 034 Slides
 
A Multiformat Document Workflow With Docutils
A Multiformat Document Workflow With DocutilsA Multiformat Document Workflow With Docutils
A Multiformat Document Workflow With Docutils
 
Lesson 1: Functions and their Representations
Lesson 1: Functions and their RepresentationsLesson 1: Functions and their Representations
Lesson 1: Functions and their Representations
 
Lesson 21: Derivatives and the Shapes of Curves
Lesson 21: Derivatives and the Shapes of CurvesLesson 21: Derivatives and the Shapes of Curves
Lesson 21: Derivatives and the Shapes of Curves
 

Similaire à Lesson 27: Evaluating Definite Integrals

Lesson 26: The Fundamental Theorem of Calculus (Section 10 version)
Lesson 26: The Fundamental Theorem of Calculus (Section 10 version)Lesson 26: The Fundamental Theorem of Calculus (Section 10 version)
Lesson 26: The Fundamental Theorem of Calculus (Section 10 version)Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)
Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)
Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)Matthew Leingang
 
Lesson 25: Evaluating Definite Integrals (Section 10 version)
Lesson 25: Evaluating Definite Integrals (Section 10 version)Lesson 25: Evaluating Definite Integrals (Section 10 version)
Lesson 25: Evaluating Definite Integrals (Section 10 version)Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Mel Anthony Pepito
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Matthew Leingang
 
Lesson 25: Evaluating Definite Integrals (Section 4 version)
Lesson 25: Evaluating Definite Integrals (Section 4 version)Lesson 25: Evaluating Definite Integrals (Section 4 version)
Lesson 25: Evaluating Definite Integrals (Section 4 version)Matthew Leingang
 
Lesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite IntegralsLesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite IntegralsMatthew Leingang
 
Lesson 25: Evaluating Definite Integrals (slides
Lesson 25: Evaluating Definite Integrals (slidesLesson 25: Evaluating Definite Integrals (slides
Lesson 25: Evaluating Definite Integrals (slidesMel Anthony Pepito
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Matthew Leingang
 
Lesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation RulesLesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation RulesMatthew Leingang
 
Lesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation RulesLesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation RulesMatthew Leingang
 
Lesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation RulesLesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation RulesMatthew Leingang
 
584 fundamental theorem of calculus
584 fundamental theorem of calculus584 fundamental theorem of calculus
584 fundamental theorem of calculusgoldenratio618
 
Approximate Integration
Approximate IntegrationApproximate Integration
Approximate IntegrationSilvius
 
Lesson 27: Integration by Substitution (Section 4 version)
Lesson 27: Integration by Substitution (Section 4 version)Lesson 27: Integration by Substitution (Section 4 version)
Lesson 27: Integration by Substitution (Section 4 version)Matthew Leingang
 
Common derivatives integrals_reduced
Common derivatives integrals_reducedCommon derivatives integrals_reduced
Common derivatives integrals_reducedKyro Fitkry
 

Similaire à Lesson 27: Evaluating Definite Integrals (20)

Lesson 26: The Fundamental Theorem of Calculus (Section 10 version)
Lesson 26: The Fundamental Theorem of Calculus (Section 10 version)Lesson 26: The Fundamental Theorem of Calculus (Section 10 version)
Lesson 26: The Fundamental Theorem of Calculus (Section 10 version)
 
Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)
Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)
Lesson 26: The Fundamental Theorem of Calculus (Section 4 version)
 
Business math
Business mathBusiness math
Business math
 
Lesson 25: Evaluating Definite Integrals (Section 10 version)
Lesson 25: Evaluating Definite Integrals (Section 10 version)Lesson 25: Evaluating Definite Integrals (Section 10 version)
Lesson 25: Evaluating Definite Integrals (Section 10 version)
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
gfg
gfggfg
gfg
 
Lesson 25: Evaluating Definite Integrals (Section 4 version)
Lesson 25: Evaluating Definite Integrals (Section 4 version)Lesson 25: Evaluating Definite Integrals (Section 4 version)
Lesson 25: Evaluating Definite Integrals (Section 4 version)
 
Lesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite IntegralsLesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite Integrals
 
Lesson 25: Evaluating Definite Integrals (slides
Lesson 25: Evaluating Definite Integrals (slidesLesson 25: Evaluating Definite Integrals (slides
Lesson 25: Evaluating Definite Integrals (slides
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
 
Lesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation RulesLesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation Rules
 
Lesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation RulesLesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation Rules
 
Lesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation RulesLesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation Rules
 
584 fundamental theorem of calculus
584 fundamental theorem of calculus584 fundamental theorem of calculus
584 fundamental theorem of calculus
 
Approximate Integration
Approximate IntegrationApproximate Integration
Approximate Integration
 
The integral
The integralThe integral
The integral
 
Lesson 27: Integration by Substitution (Section 4 version)
Lesson 27: Integration by Substitution (Section 4 version)Lesson 27: Integration by Substitution (Section 4 version)
Lesson 27: Integration by Substitution (Section 4 version)
 
Common derivatives integrals_reduced
Common derivatives integrals_reducedCommon derivatives integrals_reduced
Common derivatives integrals_reduced
 

Plus de Matthew Leingang

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

Plus de Matthew Leingang (20)

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

Dernier

How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsSandeep D Chaudhary
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptxJoelynRubio1
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 

Dernier (20)

How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 

Lesson 27: Evaluating Definite Integrals

  • 1. Section 5.3 Evaluating Definite Integrals V63.0121.034, Calculus I December 2, 2009 Announcements Final Exam is Friday, December 18, 2:00–3:50pm Final is cumulative; topics will be represented roughly according to time spent on them . . Image credit: docman . . . . . .
  • 2. Outline Last time: The Definite Integral The definite integral as a limit Properties of the integral Estimating the Definite Integral The Midpoint Rule Comparison Properties of the Integral Evaluating Definite Integrals Examples The Integral as Total Change Indefinite Integrals My first table of integrals Computing Area with integrals . . . . . .
  • 3. The definite integral as a limit Definition If f is a function defined on [a, b], the definite integral of f from a to b is the number ∫ b ∑ n f(x) dx = lim f (c i ) ∆x a n→∞ i=1 b−a where ∆x = , and for each i, xi = a + i∆x, and ci is a point n in [xi−1 , xi ]. Theorem If f is continuous on [a, b] or if f has only finitely many jump discontinuities, then f is integrable on [a, b]; that is, the definite ∫ b integral f(x) dx exists and is the same for any choice of ci . a . . . . . .
  • 4. Notation/Terminology ∫ b f(x) dx a ∫ — integral sign (swoopy S) f(x) — integrand a and b — limits of integration (a is the lower limit and b the upper limit) dx — ??? (a parenthesis? an infinitesimal? a variable?) The process of computing an integral is called integration . . . . . .
  • 5. Properties of the integral Theorem (Additive Properties of the Integral) Let f and g be integrable functions on [a, b] and c a constant. Then ∫ b 1. c dx = c(b − a) a ∫ b ∫ b ∫ b 2. [f(x) + g(x)] dx = f(x) dx + g(x) dx. a a a ∫ b ∫ b 3. cf(x) dx = c f(x) dx. a a ∫ b ∫ b ∫ b 4. [f(x) − g(x)] dx = f(x) dx − g(x) dx. a a a . . . . . .
  • 6. More Properties of the Integral Conventions: ∫ ∫ a b f(x) dx = − f(x) dx b a ∫ a f(x) dx = 0 a This allows us to have ∫ c ∫ b ∫ c 5. f(x) dx = f(x) dx + f(x) dx for all a, b, and c. a a b . . . . . .
  • 7. Definite Integrals We Know So Far If the integral computes an area and we know the area, we can use that. For instance, y . ∫ 1√ π 1 − x2 dx = 0 2 By brute force we . computed x . ∫ 1 ∫ 1 1 1 x2 dx = x3 dx = 0 3 0 4 . . . . . .
  • 8. Outline Last time: The Definite Integral The definite integral as a limit Properties of the integral Estimating the Definite Integral The Midpoint Rule Comparison Properties of the Integral Evaluating Definite Integrals Examples The Integral as Total Change Indefinite Integrals My first table of integrals Computing Area with integrals . . . . . .
  • 9. The Midpoint Rule Given a partition of [a, b] into n pieces, let ¯i be the midpoint of x [xi−1 , xi ]. Define ∑n Mn = f(¯i ) ∆x. x i =1 . . . . . .
  • 10. The Midpoint Rule Given a partition of [a, b] into n pieces, let ¯i be the midpoint of x [xi−1 , xi ]. Define ∑n Mn = f(¯i ) ∆x. x i =1 y . . = x2 y Example ∫ 1 Cmpute M2 for x2 dx. 0 . Solution ( ) ( ) 1 1 2 1 3 2 5 . M2 = · + · = . . 2 4 2 4 16 x . 1 . 2 . . . . . .
  • 11. Why are midpoints often better? ∫ 1 1 Compare L2 , R2 , and M2 for x2 dx = : 0 3 y . . = x2 y . . x . 1 . 2 . . . . . .
  • 12. Why are midpoints often better? ∫ 1 1 Compare L2 , R2 , and M2 for x2 dx = : 0 3 y . ( )2 . = x2 y 1 1 1 1 L2 = · (0)2 + · = = 0.125 2 2 2 8 . . . x . 1 . 2 . . . . . .
  • 13. Why are midpoints often better? ∫ 1 1 Compare L2 , R2 , and M2 for x2 dx = : 0 3 y . ( )2 . = x2 y 1 2 1 1 1 L2 = · (0) + · = = 0.125 2 2 2 8 ( )2 1 1 1 5 R2 = · + · (1)2 = = 0.625 2 2 2 8 . . . x . 1 . 2 . . . . . .
  • 14. Why are midpoints often better? ∫ 1 1 Compare L2 , R2 , and M2 for x2 dx = : 0 3 y . ( )2 . = x2 y 1 1 1 1 L2 = · (0)2 + · = = 0.125 2 2 2 8 ( )2 1 1 1 5 R2 = · + · (1)2 = = 0.625 2 2 2 8 . ( )2 ( )2 1 1 1 3 5 M2 = · + · = = 0.3125 . . 2 4 2 4 16 x . 1 . 2 . . . . . .
  • 15. Why are midpoints often better? ∫ 1 1 Compare L2 , R2 , and M2 for x2 dx = : 0 3 y . ( )2 . = x2 y 1 1 1 1 L2 = · (0)2 + · = = 0.125 2 2 2 8 ( )2 1 1 1 5 R2 = · + · (1)2 = = 0.625 2 2 2 8 . ( )2 ( )2 1 1 1 3 5 M2 = · + · = = 0.3125 .. 2 4 2 4 16 x . 1 . 2 Where f is monotone, one of Ln and Rn will be too much, and the other two little. But Mn allows overestimates and underestimates to counteract. . . . . . .
  • 16. Example ∫ 1 4 Estimate dx using the midpoint rule and four divisions. 0 1 + x2 . . . . . .
  • 17. Example ∫ 1 4 Estimate dx using the midpoint rule and four divisions. 0 1 + x2 Solution Dividing up [0, 1] into 4 pieces gives 1 2 3 4 x 0 = 0 , x1 = , x 2 = , x3 = , x4 = 4 4 4 4 So the midpoint rule gives ( ) 1 4 4 4 4 M4 = + + + 4 1 + (1/8)2 1 + (3/8)2 1 + (5/8)2 1 + (7/8)2 . . . . . .
  • 18. Example ∫ 1 4 Estimate dx using the midpoint rule and four divisions. 0 1 + x2 Solution Dividing up [0, 1] into 4 pieces gives 1 2 3 4 x 0 = 0 , x1 = , x 2 = , x3 = , x4 = 4 4 4 4 So the midpoint rule gives ( ) 1 4 4 4 4 M4 = + + + 4 1 + (1/8)2 1 + (3/8)2 1 + (5/8)2 1 + (7/8)2 ( ) 1 4 4 4 4 = + + + 4 65/64 73/64 89/64 113/64 . . . . . .
  • 19. Example ∫ 1 4 Estimate dx using the midpoint rule and four divisions. 0 1 + x2 Solution Dividing up [0, 1] into 4 pieces gives 1 2 3 4 x 0 = 0 , x1 = , x 2 = , x3 = , x4 = 4 4 4 4 So the midpoint rule gives ( ) 1 4 4 4 4 M4 = + + + 4 1 + (1/8)2 1 + (3/8)2 1 + (5/8)2 1 + (7/8)2 ( ) 1 4 4 4 4 = + + + 4 65/64 73/64 89/64 113/64 150, 166, 784 = ≈ 3.1468 47, 720, 465 . . . . . .
  • 20. Comparison Properties of the Integral Theorem Let f and g be integrable functions on [a, b]. 6. If f(x) ≥ 0 for all x in [a, b], then ∫ b f(x) dx ≥ 0 a . . . . . .
  • 21. The integral of a nonnegative function is nonnegative Proof. If f(x) ≥ 0 for all x in [a, b], then for any number of divisions n and choice of sample points {ci }: n ∑ n ∑ Sn = f(ci ) ∆x ≥ 0 · ∆x = 0 i=1 ≥0 i =1 Since Sn ≥ 0 for all n, the limit of {Sn } is nonnegative, too: ∫ b f(x) dx = lim Sn ≥ 0 a n→∞ ≥0 . . . . . .
  • 22. Comparison Properties of the Integral Theorem Let f and g be integrable functions on [a, b]. 6. If f(x) ≥ 0 for all x in [a, b], then ∫ b f(x) dx ≥ 0 a 7. If f(x) ≥ g(x) for all x in [a, b], then ∫ b ∫ b f(x) dx ≥ g(x) dx a a . . . . . .
  • 23. The definite integral is “increasing” Proof. Let h(x) = f(x) − g(x). If f(x) ≥ g(x) for all x in [a, b], then h(x) ≥ 0 for all x in [a, b]. So by the previous property ∫ b h(x) dx ≥ 0 a This means that ∫ b ∫ b ∫ b ∫ b f(x) dx − g(x) dx = (f(x) − g(x)) dx = h(x) dx ≥ 0 a a a a So ∫ ∫ b b f(x) dx ≥ g(x) dx a a . . . . . .
  • 24. Comparison Properties of the Integral Theorem Let f and g be integrable functions on [a, b]. 6. If f(x) ≥ 0 for all x in [a, b], then ∫ b f(x) dx ≥ 0 a 7. If f(x) ≥ g(x) for all x in [a, b], then ∫ b ∫ b f(x) dx ≥ g(x) dx a a 8. If m ≤ f(x) ≤ M for all x in [a, b], then ∫ b m(b − a) ≤ f(x) dx ≤ M(b − a) a . . . . . .
  • 25. Bounding the integral using bounds of the function Proof. If m ≤ f(x) ≤ M on for all x in [a, b], then by the previous property ∫ b ∫ b ∫ b m dx ≤ f(x) dx ≤ M dx a a a By Property 1, the integral of a constant function is the product of the constant and the width of the interval. So: ∫ b m(b − a) ≤ f(x) dx ≤ M(b − a) a . . . . . .
  • 26. Example ∫ 2 1 Estimate dx using Property 8. 1 x . . . . . .
  • 27. Example ∫ 2 1 Estimate dx using Property 8. 1 x Solution Since 1 1 1 1 ≤ x ≤ 2 =⇒ ≤ ≤ 2 x 1 we have ∫ 2 1 1 · (2 − 1) ≤ dx ≤ 1 · (2 − 1) 2 1 x or ∫ 2 1 1 ≤ dx ≤ 1 2 1 x . . . . . .
  • 28. Outline Last time: The Definite Integral The definite integral as a limit Properties of the integral Estimating the Definite Integral The Midpoint Rule Comparison Properties of the Integral Evaluating Definite Integrals Examples The Integral as Total Change Indefinite Integrals My first table of integrals Computing Area with integrals . . . . . .
  • 29. Socratic proof The definite integral of velocity measures displacement (net distance) The derivative of displacement is velocity So we can compute displacement with the definite integral or the antiderivative of velocity But any function can be a velocity function, so ... . . . . . .
  • 30. Theorem of the Day Theorem (The Second Fundamental Theorem of Calculus) Suppose f is integrable on [a, b] and f = F′ for another function F, then ∫ b f(x) dx = F(b) − F(a). a . . . . . .
  • 31. Theorem of the Day Theorem (The Second Fundamental Theorem of Calculus) Suppose f is integrable on [a, b] and f = F′ for another function F, then ∫ b f(x) dx = F(b) − F(a). a Note In Section 5.3, this theorem is called “The Evaluation Theorem”. Nobody else in the world calls it that. . . . . . .
  • 32. Proving the Second FTC b−a Divide up [a, b] into n pieces of equal width ∆x = as n usual. For each i, F is continuous on [xi−1 , xi ] and differentiable on (xi−1 , xi ). So there is a point ci in (xi−1 , xi ) with F(xi ) − F(xi−1 ) = F′ (ci ) = f(ci ) x i − x i −1 Or f(ci )∆x = F(xi ) − F(xi−1 ) . . . . . .
  • 33. We have for each i f(ci )∆x = F(xi ) − F(xi−1 ) Form the Riemann Sum: n ∑ n ∑ Sn = f(ci )∆x = (F(xi ) − F(xi−1 )) i =1 i =1 = (F(x1 ) − F(x0 )) + (F(x2 ) − F(x1 )) + (F(x3 ) − F(x2 )) + · · · · · · + (F(xn−1 ) − F(xn−2 )) + (F(xn ) − F(xn−1 )) = F(xn ) − F(x0 ) = F(b) − F(a) . . . . . .
  • 34. We have for each i f(ci )∆x = F(xi ) − F(xi−1 ) Form the Riemann Sum: n ∑ n ∑ Sn = f(ci )∆x = (F(xi ) − F(xi−1 )) i =1 i =1 = (F(x1 ) − F(x0 )) + (F(x2 ) − F(x1 )) + (F(x3 ) − F(x2 )) + · · · · · · + (F(xn−1 ) − F(xn−2 )) + (F(xn ) − F(xn−1 )) = F(xn ) − F(x0 ) = F(b) − F(a) See if you can spot the invocation of the Mean Value Theorem! . . . . . .
  • 35. We have shown for each n, Sn = F(b) − F(a) so in the limit ∫ b f(x) dx = lim Sn = lim (F(b) − F(a)) = F(b) − F(a) a n→∞ n→∞ . . . . . .
  • 36. Example Find the area between y = x3 and the x-axis, between x = 0 and x = 1. . . . . . . .
  • 37. Example Find the area between y = x3 and the x-axis, between x = 0 and x = 1. Solution ∫ 1 1 x4 1 A= x3 dx = = 0 4 0 4 . . . . . . .
  • 38. Example Find the area between y = x3 and the x-axis, between x = 0 and x = 1. Solution ∫ 1 1 x4 1 A= x3 dx = = 0 4 0 4 . Here we use the notation F(x)|b or [F(x)]b to mean F(b) − F(a). a a . . . . . .
  • 40. Example Find the area enclosed by the parabola y = x2 and y = 1. . 1 . . . . − . 1 1 . . . . . . .
  • 41. Example Find the area enclosed by the parabola y = x2 and y = 1. . 1 . . . . − . 1 1 . Solution ∫ 1 [ ]1 [ ( )] 2 x3 1 1 4 A=2− x dx = 2 − =2− − − = −1 3 −1 3 3 3 . . . . . .
  • 42. Example ∫ 1 4 Evaluate the integral dx. 0 1 + x2 . . . . . .
  • 43. Example ∫ 1 4 Estimate dx using the midpoint rule and four divisions. 0 1 + x2 Solution Dividing up [0, 1] into 4 pieces gives 1 2 3 4 x 0 = 0 , x1 = , x 2 = , x3 = , x4 = 4 4 4 4 So the midpoint rule gives ( ) 1 4 4 4 4 M4 = + + + 4 1 + (1/8)2 1 + (3/8)2 1 + (5/8)2 1 + (7/8)2 ( ) 1 4 4 4 4 = + + + 4 65/64 73/64 89/64 113/64 150, 166, 784 = ≈ 3.1468 47, 720, 465 . . . . . .
  • 44. Example ∫ 1 4 Evaluate the integral dx. 0 1 + x2 Solution ∫ 1 ∫ 1 4 1 dx = 4 dx 0 1 + x2 0 1 + x2 . . . . . .
  • 45. Example ∫ 1 4 Evaluate the integral dx. 0 1 + x2 Solution ∫ 1 ∫ 1 4 1 dx = 4 dx 0 1 + x2 0 1 + x2 = 4 arctan(x)|1 0 . . . . . .
  • 46. Example ∫ 1 4 Evaluate the integral dx. 0 1 + x2 Solution ∫ 1 ∫ 1 4 1 dx = 4 dx 0 1 + x2 0 1 + x2 = 4 arctan(x)|1 0 = 4 (arctan 1 − arctan 0) . . . . . .
  • 47. Example ∫ 1 4 Evaluate the integral dx. 0 1 + x2 Solution ∫ 1 ∫ 1 4 1 dx = 4 dx 0 1 + x2 0 1 + x2 = 4 arctan(x)|1 0 = 4 (arctan 1 − arctan 0) (π ) =4 −0 4 . . . . . .
  • 48. Example ∫ 1 4 Evaluate the integral dx. 0 1 + x2 Solution ∫ 1 ∫ 1 4 1 dx = 4 dx 0 1 + x2 0 1 + x2 = 4 arctan(x)|1 0 = 4 (arctan 1 − arctan 0) (π ) =4 −0 =π 4 . . . . . .
  • 49. Example ∫ 2 1 Evaluate dx. 1 x . . . . . .
  • 50. Example ∫ 2 1 Estimate dx using Property 8. 1 x Solution Since 1 1 1 1 ≤ x ≤ 2 =⇒ ≤ ≤ 2 x 1 we have ∫ 2 1 1 · (2 − 1) ≤ dx ≤ 1 · (2 − 1) 2 1 x or ∫ 2 1 1 ≤ dx ≤ 1 2 1 x . . . . . .
  • 51. Example ∫ 2 1 Evaluate dx. 1 x Solution ∫ 2 1 dx 1 x . . . . . .
  • 52. Example ∫ 2 1 Evaluate dx. 1 x Solution ∫ 2 1 dx = ln x|2 1 1 x . . . . . .
  • 53. Example ∫ 2 1 Evaluate dx. 1 x Solution ∫ 2 1 dx = ln x|2 1 1 x = ln 2 − ln 1 . . . . . .
  • 54. Example ∫ 2 1 Evaluate dx. 1 x Solution ∫ 2 1 dx = ln x|2 1 1 x = ln 2 − ln 1 = ln 2 . . . . . .
  • 55. Outline Last time: The Definite Integral The definite integral as a limit Properties of the integral Estimating the Definite Integral The Midpoint Rule Comparison Properties of the Integral Evaluating Definite Integrals Examples The Integral as Total Change Indefinite Integrals My first table of integrals Computing Area with integrals . . . . . .
  • 56. The Integral as Total Change Another way to state this theorem is: ∫ b F′ (x) dx = F(b) − F(a), a or the integral of a derivative along an interval is the total change between the sides of that interval. This has many ramifications: . . . . . .
  • 57. The Integral as Total Change Another way to state this theorem is: ∫ b F′ (x) dx = F(b) − F(a), a or the integral of a derivative along an interval is the total change between the sides of that interval. This has many ramifications: Theorem If v(t) represents the velocity of a particle moving rectilinearly, then ∫ t1 v(t) dt = s(t1 ) − s(t0 ). t0 . . . . . .
  • 58. The Integral as Total Change Another way to state this theorem is: ∫ b F′ (x) dx = F(b) − F(a), a or the integral of a derivative along an interval is the total change between the sides of that interval. This has many ramifications: Theorem If MC(x) represents the marginal cost of making x units of a product, then ∫ x C(x) = C(0) + MC(q) dq. 0 . . . . . .
  • 59. The Integral as Total Change Another way to state this theorem is: ∫ b F′ (x) dx = F(b) − F(a), a or the integral of a derivative along an interval is the total change between the sides of that interval. This has many ramifications: Theorem If ρ(x) represents the density of a thin rod at a distance of x from its end, then the mass of the rod up to x is ∫ x m(x) = ρ(s) ds. 0 . . . . . .
  • 60. Outline Last time: The Definite Integral The definite integral as a limit Properties of the integral Estimating the Definite Integral The Midpoint Rule Comparison Properties of the Integral Evaluating Definite Integrals Examples The Integral as Total Change Indefinite Integrals My first table of integrals Computing Area with integrals . . . . . .
  • 61. A new notation for antiderivatives To emphasize the relationship between antidifferentiation and integration, we use the indefinite integral notation ∫ f(x) dx for any function whose derivative is f(x). . . . . . .
  • 62. A new notation for antiderivatives To emphasize the relationship between antidifferentiation and integration, we use the indefinite integral notation ∫ f(x) dx for any function whose derivative is f(x). Thus ∫ x2 dx = 1 x3 + C. 3 . . . . . .
  • 63. My first table of integrals ∫ ∫ ∫ [f(x) + g(x)] dx = f(x) dx + g(x) dx ∫ ∫ ∫ x n +1 xn dx = + C (n ̸= −1) cf(x) dx = c f(x) dx n+1 ∫ ∫ 1 ex dx = ex + C dx = ln |x| + C x ∫ ∫ ax sin x dx = − cos x + C ax dx = +C ln a ∫ ∫ cos x dx = sin x + C csc2 x dx = − cot x + C ∫ ∫ sec2 x dx = tan x + C csc x cot x dx = − csc x + C ∫ ∫ 1 sec x tan x dx = sec x + C √ dx = arcsin x + C 1 − x2 ∫ 1 dx = arctan x + C 1 + x2 . . . . . .
  • 64. Outline Last time: The Definite Integral The definite integral as a limit Properties of the integral Estimating the Definite Integral The Midpoint Rule Comparison Properties of the Integral Evaluating Definite Integrals Examples The Integral as Total Change Indefinite Integrals My first table of integrals Computing Area with integrals . . . . . .
  • 65. Example Find the area between the graph of y = (x − 1)(x − 2), the x-axis, and the vertical lines x = 0 and x = 3. . . . . . .
  • 66. Example Find the area between the graph of y = (x − 1)(x − 2), the x-axis, and the vertical lines x = 0 and x = 3. Solution ∫ 3 Consider (x − 1)(x − 2) dx. 0 . . . . . .
  • 67. Graph y . . . . . x . 1 . 2 . 3 . . . . . . .
  • 68. Example Find the area between the graph of y = (x − 1)(x − 2), the x-axis, and the vertical lines x = 0 and x = 3. Solution ∫ 3 Consider (x − 1)(x − 2) dx. Notice the integrand is positive on 0 [0, 1) and (2, 3], and negative on (1, 2). . . . . . .
  • 69. Example Find the area between the graph of y = (x − 1)(x − 2), the x-axis, and the vertical lines x = 0 and x = 3. Solution ∫ 3 Consider (x − 1)(x − 2) dx. Notice the integrand is positive on 0 [0, 1) and (2, 3], and negative on (1, 2). If we want the area of the region, we have to do ∫ 1 ∫ 2 ∫ 3 A= (x − 1)(x − 2) dx − (x − 1)(x − 2) dx + (x − 1)(x − 2) dx 0 1 2 [1 ]1 [1 3 ]2 [1 ]3 = 3 x3 − 3 x2 + 2x 0 − 3x − 3 x2 + 2x + 3 3 2 3 x − 2 x + 2x ( 2 ) 2 1 2 5 1 5 11 = − − + = . 6 6 6 6 . . . . . .
  • 70. Interpretation of “negative area” in motion There is an analog in rectlinear motion: ∫ t1 v(t) dt is net distance traveled. t0 ∫ t1 |v(t)| dt is total distance traveled. t0 . . . . . .
  • 71. What about the constant? It seems we forgot about the +C when we say for instance ∫ 1 1 3 x4 1 1 x dx = = −0= 0 4 0 4 4 But notice [ 4 ]1 ( ) x 1 1 1 +C = + C − (0 + C) = + C − C = 4 0 4 4 4 no matter what C is. So in antidifferentiation for definite integrals, the constant is immaterial. . . . . . .
  • 72. What have we learned today? The second Fundamental Theorem of Calculus: ∫ b f(x) dx = F(b) − F(a) a where F′ = f. Definite integrals represent net change of a function over an interval. ∫ We write antiderivatives as indefinite integrals f(x) dx . . . . . .