SlideShare ist ein Scribd-Unternehmen logo
1 von 100
Downloaden Sie, um offline zu lesen
Sec on 3.3
    Deriva ves of Logarithmic and
        Exponen al Func ons
            V63.0121.011: Calculus I
          Professor Ma hew Leingang
                 New York University


               March 21, 2011

.
Announcements


   Quiz 3 next week on 2.6,
   2.8, 3.1, 3.2
Objectives
   Know the deriva ves of the
   exponen al func ons (with any
   base)
   Know the deriva ves of the
   logarithmic func ons (with any
   base)
   Use the technique of logarithmic
   differen a on to find deriva ves
   of func ons involving roducts,
   quo ents, and/or exponen als.
Outline
 Recall Sec on 3.1–3.2
 Deriva ve of the natural exponen al func on
    Exponen al Growth
 Deriva ve of the natural logarithm func on
 Deriva ves of other exponen als and logarithms
    Other exponen als
    Other logarithms
 Logarithmic Differen a on
    The power rule for irra onal powers
Conventions on power expressions
 Let a be a posi ve real number.
      If n is a posi ve whole number, then an = a · a · · · · · a
                                                       n factors
       0
      a = 1.
                                   1
      For any real number r, a−r =    .
                                   ar        √
     For any posi ve whole number n, a1/n = n a.
 There is only one con nuous func on which sa sfies all of the
 above. We call it the exponen al func on with base a.
Properties of exponentials
 Theorem
 If a > 0 and a ̸= 1, then f(x) = ax is a con nuous func on with
 domain (−∞, ∞) and range (0, ∞). In par cular, ax > 0 for all x.
 For any real numbers x and y, and posi ve numbers a and b we have
       ax+y = ax ay
        x−y   ax
       a = y
              a
       (a ) = axy
         x y

       (ab)x = ax bx
Properties of exponentials
 Theorem
 If a > 0 and a ̸= 1, then f(x) = ax is a con nuous func on with
 domain (−∞, ∞) and range (0, ∞). In par cular, ax > 0 for all x.
 For any real numbers x and y, and posi ve numbers a and b we have
       ax+y = ax ay
        x−y   ax
       a = y (nega ve exponents mean reciprocals)
              a
       (a ) = axy
         x y

       (ab)x = ax bx
Properties of exponentials
 Theorem
 If a > 0 and a ̸= 1, then f(x) = ax is a con nuous func on with
 domain (−∞, ∞) and range (0, ∞). In par cular, ax > 0 for all x.
 For any real numbers x and y, and posi ve numbers a and b we have
       ax+y = ax ay
        x−y   ax
       a = y (nega ve exponents mean reciprocals)
              a
       (a ) = axy (frac onal exponents mean roots)
         x y

       (ab)x = ax bx
Graphs of exponential functions
                          y
      y y =y/=3(1/3)x
        = (1(2/x)x
             2)         y = (1/10y x= 10x 3x = 2x
                                 ) y= y             y = 1.5x




                                                    y = 1x
                           .                        x
The magic number

 Defini on
                      (          )n
                             1
            e = lim       1+          = lim+ (1 + h)1/h
               n→∞           n          h→0
Existence of e
See Appendix B
                                      (      )n
                                           1
                                 n      1+
   We can experimentally                   n
   verify that this number       1    2
   exists and is                 2    2.25
                                 3    2.37037
   e ≈ 2.718281828459045 . . .
                                 10   2.59374
   e is irra onal                100 2.70481
                                 1000 2.71692
   e is transcendental
                                 106 2.71828
Logarithms
 Defini on
    The base a logarithm loga x is the inverse of the func on ax

                         y = loga x ⇐⇒ x = ay

    The natural logarithm ln x is the inverse of ex . So
    y = ln x ⇐⇒ x = ey .
Facts about Logarithms

 Facts
   (i) loga (x1 · x2 ) = loga x1 + loga x2
            ( )
               x1
  (ii) loga          = loga x1 − loga x2
               x2
 (iii) loga (xr ) = r loga x
Graphs of logarithmic functions
       y
                   y =x ex
               y =y10y3= 2x
                     = x

                              y = log2 x

                              yy= log3 x
                                 = ln x
           (0, 1)
                              y = log10 x
        .
      (1, 0)                        x
Change of base formula

 Fact
 If a > 0 and a ̸= 1, and the same for b, then
                                       logb x
                            loga x =
                                       logb a
Upshot of changing base
 The point of the change of base formula
                    logb x   1
         loga x =          =      · logb x = (constant) · logb x
                    logb a logb a
 is that all the logarithmic func ons are mul ples of each other. So
 just pick one and call it your favorite.
       Engineers like the common logarithm log = log10
       Computer scien sts like the binary logarithm lg = log2
       Mathema cians like natural logarithm ln = loge
 Naturally, we will follow the mathema cians. Just don’t pronounce
 it “lawn.”
Outline
 Recall Sec on 3.1–3.2
 Deriva ve of the natural exponen al func on
    Exponen al Growth
 Deriva ve of the natural logarithm func on
 Deriva ves of other exponen als and logarithms
    Other exponen als
    Other logarithms
 Logarithmic Differen a on
    The power rule for irra onal powers
Derivatives of Exponentials
 Fact
 If f(x) = ax , then f′ (x) = f′ (0)ax .
Derivatives of Exponentials
 Fact
 If f(x) = ax , then f′ (x) = f′ (0)ax .

 Proof.
 Follow your nose:

            ′          f(x + h) − f(x)         ax+h − ax
           f (x) = lim                 = lim
                   h→0        h            h→0     h
                       a a −a
                         x h    x
                                             a −1
                                               h
                 = lim            = ax · lim         = ax · f′ (0).
                   h→0      h            h→0     h
The funny limit in the case of e
 Ques on
            eh − 1
 What is lim       ?
        h→0    h

 Solu on
The funny limit in the case of e
 Ques on
            eh − 1
 What is lim       ?
        h→0    h

 Solu on        (     )n
                    1
 Recall e = lim 1 +      = lim (1 + h)1/h . If h is small enough,
            n→∞     n      h→0
 e ≈ (1 + h) . So
            1/h

                 [           ]h
        eh − 1     (1 + h)1/h − 1 (1 + h) − 1 h
               ≈                 =           = =1
           h              h            h      h
The funny limit in the case of e
 Ques on
             eh − 1
 What is lim        ?
         h→0    h

 Solu on
 So in the limit we get equality:

                                 eh − 1
                             lim        =1
                             h→0    h
Derivative of the natural
exponential function
 From
                    (          )
           d x          ah − 1                  eh − 1
              a =   lim          ax   and   lim        =1
           dx       h→0    h                h→0    h
 we get:
 Theorem

                             d x
                                e = ex
                             dx
Exponential Growth
   Commonly misused term to say something grows exponen ally
   It means the rate of change (deriva ve) is propor onal to the
   current value
   Examples: Natural popula on growth, compounded interest,
   social networks
Examples
 Example
     d
 Find e3x .
     dx
Examples
 Example
     d
 Find e3x .
     dx

 Solu on

              d 3x      d
                 e = e3x (3x) = 3e3x
              dx        dx
Examples
 Example
     d 2
 Find ex .
     dx
Examples
 Example
     d 2
 Find ex .
     dx

 Solu on

             d x2     2 d           2
                e = ex (x2 ) = 2xex
             dx        dx
Examples
 Example
     d
 Find x2 ex .
     dx
Examples
 Example
     d
 Find x2 ex .
     dx

 Solu on

                d 2 x
                   x e = 2xex + x2 ex
                dx
Outline
 Recall Sec on 3.1–3.2
 Deriva ve of the natural exponen al func on
    Exponen al Growth
 Deriva ve of the natural logarithm func on
 Deriva ves of other exponen als and logarithms
    Other exponen als
    Other logarithms
 Logarithmic Differen a on
    The power rule for irra onal powers
Derivative ofy the natural logarithm
 Let y = ln x. Then x = e so
Derivative ofy the natural logarithm
 Let y = ln x. Then x = e so
                 dy
            ey      =1
                 dx
Derivative ofy the natural logarithm
 Let y = ln x. Then x = e so
            dy
            ey =1
            dx
            dy   1  1
         =⇒    = y=
            dx e    x
Derivative ofy the natural logarithm
 Let y = ln x. Then x = e so
            dy
            ey =1
            dx
            dy   1  1
         =⇒    = y=
            dx e    x
  We have discovered:
 Fact

            d         1
               ln x =
            dx        x
Derivative ofy the natural logarithm
 Let y = ln x. Then x = e so
                               y
            dy
            ey =1
            dx
            dy   1  1
         =⇒    = y=                ln x
            dx e    x
  We have discovered:          .   x
 Fact

            d         1
               ln x =
            dx        x
Derivative ofy the natural logarithm
 Let y = ln x. Then x = e so
                               y
            dy
            ey =1
            dx
            dy   1  1
         =⇒    = y=                ln x
                                   1
            dx e    x
                                    x
  We have discovered:          .   x
 Fact

            d         1
               ln x =
            dx        x
The Tower of Powers
   y    y′
   x3   3x2
   x2   2x1   The deriva ve of a power func on is a
              power func on of one lower power
   x1   1x0
   x0   0
   ?     ?
  x−1 −1x−2
  x−2 −2x−3
The Tower of Powers
   y    y′
   x3   3x2
   x2   2x1   The deriva ve of a power func on is a
              power func on of one lower power
   x1   1x0   Each power func on is the deriva ve of
   x0   0     another power func on, except x−1
   ?    x−1
  x−1 −1x−2
  x−2 −2x−3
The Tower of Powers
   y     y′
   x3    3x2
   x2    2x1   The deriva ve of a power func on is a
               power func on of one lower power
   x1    1x0   Each power func on is the deriva ve of
   x0    0     another power func on, except x−1
  ln x   x−1   ln x fills in this gap precisely.
  x−1 −1x−2
  x−2 −2x−3
Examples

 Examples
 Find deriva ves of these func ons:
      ln(3x)
      x ln x
         √
      ln x
Examples
 Example
      d
 Find    ln(3x).
      dx
Examples
 Example
      d
 Find    ln(3x).
      dx


 Solu on (chain rule way)

                      d           1      1
                         ln(3x) =    ·3=
                      dx          3x     x
Examples
 Example
      d
 Find    ln(3x).
      dx


 Solu on (proper es of logarithms way)

             d           d                       1 1
                ln(3x) =    (ln(3) + ln(x)) = 0 + =
             dx          dx                      x  x

 The first answer might be surprising un l you see the second solu on.
Examples
 Example
     d
 Find x ln x
     dx
Examples
 Example
     d
 Find x ln x
     dx

 Solu on
 The product rule is in play here:
               (     )         (        )
   d             d               d                       1
      x ln x =      x ln x + x      ln x = 1 · ln x + x · = ln x + 1
   dx            dx              dx                      x
Examples
 Example
      d √
 Find    ln x.
      dx
Examples
 Example
      d √
 Find    ln x.
      dx


 Solu on (chain rule way)

                 d √       1 d√     1 1    1
                    ln x = √      x=√ √ =
                 dx          x dx    x 2 x 2x
Examples
 Example
      d √
 Find    ln x.
      dx


 Solu on (proper es of logarithms way)
                            (            )
             d √       d        1                1d         1 1
                ln x =            ln x       =        ln x = ·
             dx        dx       2                2 dx       2 x

 The first answer might be surprising un l you see the second solu on.
Outline
 Recall Sec on 3.1–3.2
 Deriva ve of the natural exponen al func on
    Exponen al Growth
 Deriva ve of the natural logarithm func on
 Deriva ves of other exponen als and logarithms
    Other exponen als
    Other logarithms
 Logarithmic Differen a on
    The power rule for irra onal powers
Other logarithms
 Example
                                    d x
 Use implicit differen a on to find      a.
                                    dx
Other logarithms
 Example
                                    d x
 Use implicit differen a on to find      a.
                                    dx
 Solu on
 Let y = ax , so
                        ln y = ln ax = x ln a
Other logarithms
 Example
                                       d x
 Use implicit differen a on to find         a.
                                       dx
 Solu on
 Let y = ax , so
                             ln y = ln ax = x ln a
 Differen ate implicitly:
                   1 dy           dy
                        = ln a =⇒    = (ln a)y = (ln a)ax
                   y dx           dx
The funny limit in the case of a
      x          ′  ′
 Let y = e . Before we showed y = y (0)y, and now we know
 y′ = (ln a)y. So
 Corollary

                               ah − 1
                           lim        = ln a
                           h→0    h

 In par cular

                    2h − 1                         3h − 1
      ln 2 = lim           ≈ 0.693    ln 3 = lim          ≈ 1.10
                h→0    h                       h→0    h
Other logarithms
 Example
      d
 Find   log x.
      dx a
Other logarithms
 Example
      d
 Find   log x.
      dx a

 Solu on
 Let y = loga x, so ay = x.
Other logarithms
 Example
      d
 Find   log x.
      dx a

 Solu on
 Let y = loga x, so ay = x. Now differen ate implicitly:
                         dy        dy     1     1
              (ln a)ay      = 1 =⇒    = y   =
                         dx        dx a ln a x ln a
Other logarithms
 Example
      d
 Find   log x.
      dx a

 Solu on
 Or we can use the change of base formula:
                          ln x    dy   1 1
                     y=        =⇒    =
                          ln a    dx ln a x
More examples
 Example
      d
 Find    log2 (x2 + 1)
      dx
More examples
 Example
      d
 Find    log2 (x2 + 1)
      dx

 Answer


                dy   1     1                2x
                   =           (2x) =
                dx ln 2 x2 + 1        (ln 2)(x2 + 1)
Outline
 Recall Sec on 3.1–3.2
 Deriva ve of the natural exponen al func on
    Exponen al Growth
 Deriva ve of the natural logarithm func on
 Deriva ves of other exponen als and logarithms
    Other exponen als
    Other logarithms
 Logarithmic Differen a on
    The power rule for irra onal powers
A nasty derivative
 Example
                 √
         (x2 + 1) x + 3
 Let y =                . Find y′ .
              x−1
A nasty derivative
 Example
                 √
         (x2 + 1) x + 3
 Let y =                . Find y′ .
              x−1
 Solu on
 We use the quo ent rule, and the product rule in the numerator:
             [ √                                ]          √
      (x − 1) 2x x + 3 + (x2 + 1) 1 (x + 3)−1/2 − (x2 + 1) x + 3(1)
 y′ =                              2
                                 (x − 1)2
         √                                    √
      2x x + 3       (x2 + 1)         (x2 + 1) x + 3
    =          + √                 −
       (x − 1)   2 x + 3(x − 1)           (x − 1)2
Another way
                  √
          (x2 + 1) x + 3
       y=
               x−1
Another way
                     √
             (x2 + 1) x + 3
         y=
                   x−1
                         1
      ln y = ln(x2 + 1) + ln(x + 3) − ln(x − 1)
                         2
Another way
                      √
              (x2 + 1) x + 3
          y=
                    x−1
                          1
       ln y = ln(x2 + 1) + ln(x + 3) − ln(x − 1)
                          2
      1 dy      2x        1         1
            = 2      +         −
      y dx x + 1 2(x + 3) x − 1
Another way
                         √
                 (x2 + 1) x + 3
             y=
                       x−1
                             1
          ln y = ln(x2 + 1) + ln(x + 3) − ln(x − 1)
                             2
         1 dy      2x        1         1
               = 2      +         −
         y dx x + 1 2(x + 3) x − 1
 So
             (                         )
      dy           2x       1      1
         =             +        −        y
      dx         x2 + 1 2(x + 3) x − 1
Another way
                         √
                 (x2 + 1) x + 3
             y=
                       x−1
                             1
          ln y = ln(x2 + 1) + ln(x + 3) − ln(x − 1)
                             2
         1 dy      2x        1         1
               = 2      +         −
         y dx x + 1 2(x + 3) x − 1
 So
             (                            )           √
      dy            2x       1      1         (x2 + 1) x + 3
         =             +         −
      dx         x 2+1   2(x + 3) x − 1            x−1
Compare and contrast
   Using the product, quo ent, and power rules:
               √                                    √
             2x x + 3       (x2 + 1)       (x2 + 1) x + 3
        y′ =           + √               −
              (x − 1)    2 x + 3(x − 1)         (x − 1)2

   Using logarithmic differen a on:
             (                        ) 2     √
          ′       2x        1      1   (x + 1) x + 3
        y =            +        −
                x2 + 1 2(x + 3) x − 1     (x − 1)
Compare and contrast
   Using the product, quo ent, and power rules:
               √                                    √
             2x x + 3       (x2 + 1)       (x2 + 1) x + 3
        y′ =           + √               −
              (x − 1)    2 x + 3(x − 1)         (x − 1)2

   Using logarithmic differen a on:
             (                        ) 2     √
          ′       2x        1      1   (x + 1) x + 3
        y =            +        −
                x2 + 1 2(x + 3) x − 1     (x − 1)


   Are these the same?
Compare and contrast
   Using the product, quo ent, and power rules:
               √                                    √
             2x x + 3       (x2 + 1)       (x2 + 1) x + 3
        y′ =           + √               −
              (x − 1)    2 x + 3(x − 1)         (x − 1)2

   Using logarithmic differen a on:
             (                        ) 2     √
          ′       2x        1      1   (x + 1) x + 3
        y =            +        −
                x2 + 1 2(x + 3) x − 1     (x − 1)


   Are these the same?
Compare and contrast
   Using the product, quo ent, and power rules:
               √                                    √
             2x x + 3       (x2 + 1)       (x2 + 1) x + 3
        y′ =           + √               −
              (x − 1)    2 x + 3(x − 1)         (x − 1)2

   Using logarithmic differen a on:
             (                        ) 2     √
          ′       2x        1      1   (x + 1) x + 3
        y =            +        −
                x2 + 1 2(x + 3) x − 1     (x − 1)


   Are these the same?
Compare and contrast
   Using the product, quo ent, and power rules:
               √                                    √
             2x x + 3       (x2 + 1)       (x2 + 1) x + 3
        y′ =           + √               −
              (x − 1)    2 x + 3(x − 1)         (x − 1)2

   Using logarithmic differen a on:
             (                        ) 2     √
          ′       2x        1      1   (x + 1) x + 3
        y =            +        −
                x2 + 1 2(x + 3) x − 1     (x − 1)


   Are these the same?
Compare and contrast
   Using the product, quo ent, and power rules:
               √                                    √
             2x x + 3       (x2 + 1)       (x2 + 1) x + 3
        y′ =           + √               −
              (x − 1)    2 x + 3(x − 1)         (x − 1)2

   Using logarithmic differen a on:
             (                        ) 2     √
          ′       2x        1      1   (x + 1) x + 3
        y =            +        −
                x2 + 1 2(x + 3) x − 1     (x − 1)


   Are these the same?
Compare and contrast
   Using the product, quo ent, and power rules:
               √                                    √
             2x x + 3       (x2 + 1)       (x2 + 1) x + 3
        y′ =           + √               −
              (x − 1)    2 x + 3(x − 1)         (x − 1)2

   Using logarithmic differen a on:
             (                        ) 2     √
          ′       2x        1      1   (x + 1) x + 3
        y =            +        −
                x2 + 1 2(x + 3) x − 1     (x − 1)


   Are these the same?
Compare and contrast
   Using the product, quo ent, and power rules:
               √                                    √
             2x x + 3       (x2 + 1)       (x2 + 1) x + 3
        y′ =           + √               −
              (x − 1)    2 x + 3(x − 1)         (x − 1)2

   Using logarithmic differen a on:
             (                        ) 2     √
          ′       2x        1      1   (x + 1) x + 3
        y =            +        −
                x2 + 1 2(x + 3) x − 1     (x − 1)


   Are these the same?
Compare and contrast
   Using the product, quo ent, and power rules:
               √                                    √
             2x x + 3       (x2 + 1)       (x2 + 1) x + 3
        y′ =           + √               −
              (x − 1)    2 x + 3(x − 1)         (x − 1)2

   Using logarithmic differen a on:
             (                        ) 2     √
          ′       2x        1      1   (x + 1) x + 3
        y =            +        −
                x2 + 1 2(x + 3) x − 1     (x − 1)


   Are these the same?
Compare and contrast
   Using the product, quo ent, and power rules:
               √                                    √
             2x x + 3       (x2 + 1)       (x2 + 1) x + 3
        y′ =           + √               −
              (x − 1)    2 x + 3(x − 1)         (x − 1)2

   Using logarithmic differen a on:
             (                        ) 2     √
          ′       2x        1      1   (x + 1) x + 3
        y =            +        −
                x2 + 1 2(x + 3) x − 1     (x − 1)


   Are these the same?
Compare and contrast
   Using the product, quo ent, and power rules:
               √                                    √
             2x x + 3       (x2 + 1)       (x2 + 1) x + 3
        y′ =           + √               −
              (x − 1)    2 x + 3(x − 1)         (x − 1)2

   Using logarithmic differen a on:
             (                        ) 2     √
          ′       2x        1      1   (x + 1) x + 3
        y =            +        −
                x2 + 1 2(x + 3) x − 1     (x − 1)


   Are these the same?
Compare and contrast
   Using the product, quo ent, and power rules:
               √                                    √
             2x x + 3       (x2 + 1)       (x2 + 1) x + 3
        y′ =           + √               −
              (x − 1)    2 x + 3(x − 1)         (x − 1)2

   Using logarithmic differen a on:
             (                        ) 2     √
          ′       2x        1      1   (x + 1) x + 3
        y =            +        −
                x2 + 1 2(x + 3) x − 1     (x − 1)


   Are these the same?
Compare and contrast
   Using the product, quo ent, and power rules:
               √                                    √
             2x x + 3       (x2 + 1)       (x2 + 1) x + 3
        y′ =           + √               −
              (x − 1)    2 x + 3(x − 1)         (x − 1)2

   Using logarithmic differen a on:
             (                        ) 2     √
          ′       2x        1      1   (x + 1) x + 3
        y =            +        −
                x2 + 1 2(x + 3) x − 1     (x − 1)


   Are these the same?
Compare and contrast
   Using the product, quo ent, and power rules:
               √                                    √
             2x x + 3       (x2 + 1)       (x2 + 1) x + 3
        y′ =           + √               −
              (x − 1)    2 x + 3(x − 1)         (x − 1)2

   Using logarithmic differen a on:
             (                        ) 2     √
          ′       2x        1      1   (x + 1) x + 3
        y =            +        −
                x2 + 1 2(x + 3) x − 1     (x − 1)


   Are these the same? Yes.
Derivatives of powers

 Ques on                                y
 Let y = xx . Which of these is true?
 (A) Since y is a power func on,
      y′ = x · xx−1 = xx .
 (B) Since y is an exponen al           1
      func on, y′ = (ln x) · xx
                                            .
 (C) Neither                                        x
                                                1
Derivatives of powers

 Ques on                                y
 Let y = xx . Which of these is true?
 (A) Since y is a power func on,
      y′ = x · xx−1 = xx .
 (B) Since y is an exponen al           1
      func on, y′ = (ln x) · xx
                                            .
 (C) Neither                                        x
                                                1
Why not?
 Answer                                y
 (A) y′ ̸= xx because xx > 0 for all
     x > 0, and this func on
     decreases at some places

                                       1
                                           .
                                                   x
                                               1
Why not?
 Answer                                    y
 (A) y′ ̸= xx because xx > 0 for all
     x > 0, and this func on
     decreases at some places
 (B) y′ ̸= (ln x)xx because (ln x)xx = 0
     when x = 1, and this func on          1
     does not have a horizontal                .
     tangent at x = 1.                                 x
                                                   1
It’s neither!
 Solu on
 If y = xx , then
It’s neither!
 Solu on
 If y = xx , then

                    ln y = x ln x
It’s neither!
 Solu on
 If y = xx , then

                     ln y = x ln x
                    1 dy        1
                          = x · + ln x = 1 + ln x
                    y dx        x
It’s neither!
 Solu on
 If y = xx , then

                     ln y = x ln x
                    1 dy        1
                          = x · + ln x = 1 + ln x
                    y dx        x
                      dy
                          = (1 + ln x)xx = xx + (ln x)xx
                      dx
Or both?
 Solu on

  d x                                   y
     x = xx + (ln x)xx = (1 + ln x)xx
  dx



                                        1
                                            .
                                                    x
                                                1
Or both?
 Solu on

  d x                                    y
     x = xx + (ln x)xx = (1 + ln x)xx
  dx


 Remarks
     Each of these terms is one of the   1
     wrong answers!                          .
                                                     x
                                                 1
Or both?
 Solu on

  d x                                    y
     x = xx + (ln x)xx = (1 + ln x)xx
  dx


 Remarks
     Each of these terms is one of the   1
     wrong answers!                          .
                                                     x
                                                 1
Or both?
 Solu on

  d x                                    y
     x = xx + (ln x)xx = (1 + ln x)xx
  dx


 Remarks
     Each of these terms is one of the   1
     wrong answers!                          .
                                                     x
                                                 1
Or both?
 Solu on

  d x                                    y
     x = xx + (ln x)xx = (1 + ln x)xx
  dx


 Remarks
     Each of these terms is one of the   1
     wrong answers!                          .
                                                     x
                                                 1
Or both?
 Solu on

  d x                                    y
     x = xx + (ln x)xx = (1 + ln x)xx
  dx


 Remarks
     Each of these terms is one of the   1
     wrong answers!                          .
     y′ < 0 on the interval (0, e−1 )                x
                                                 1
Or both?
 Solu on

  d x                                    y
     x = xx + (ln x)xx = (1 + ln x)xx
  dx


 Remarks
     Each of these terms is one of the   1
     wrong answers!                          .
     y′ < 0 on the interval (0, e−1 )                x
                                                 1
     y′ = 0 when x = e−1
Derivatives of power functions
with any exponent
 Fact (The power rule)
 Let y = xr . Then y′ = rxr−1 .
Derivatives of power functions
with any exponent
 Fact (The power rule)
 Let y = xr . Then y′ = rxr−1 .

 Proof.
                         y = xr =⇒ ln y = r ln x
 Now differen ate:
                     1 dy  r   dy    y
                          = =⇒    = r = rxr−1
                     y dx x    dx    x
Summary
   Deriva ves of               y          y′
   Logarithmic and
   Exponen al Func ons        ex          ex
   Logarithmic
   Differen a on can allow     ax      (ln a) · ax
   us to avoid the product                1
   and quo ent rules.         ln x
                                          x
   We are finally done with              1 1
                             loga x        ·
   the Power Rule!                     ln a x

Weitere ähnliche Inhalte

Was ist angesagt?

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 12 derivative of inverse trigonometric functions
Lesson 12 derivative of inverse trigonometric functionsLesson 12 derivative of inverse trigonometric functions
Lesson 12 derivative of inverse trigonometric functionsRnold Wilson
 
Inverse functions and relations
Inverse functions and relationsInverse functions and relations
Inverse functions and relationsJessica Garcia
 
Rational functions
Rational functionsRational functions
Rational functionszozima
 
Exponential Growth And Decay
Exponential Growth And DecayExponential Growth And Decay
Exponential Growth And DecayPhil Saraspe
 
2.7 Piecewise Functions
2.7 Piecewise Functions2.7 Piecewise Functions
2.7 Piecewise Functionshisema01
 
Evaluating Functions
Evaluating FunctionsEvaluating Functions
Evaluating Functionsarielrogon
 
Exponential Functions
Exponential FunctionsExponential Functions
Exponential Functionsitutor
 
Presentation (distance formula)
Presentation (distance formula)Presentation (distance formula)
Presentation (distance formula)jennytuazon01630
 
3 1 Quadratic Functions
3 1 Quadratic Functions3 1 Quadratic Functions
3 1 Quadratic Functionssilvia
 
5.2 the substitution methods
5.2 the substitution methods5.2 the substitution methods
5.2 the substitution methodsmath265
 
Graphing rational functions
Graphing rational functionsGraphing rational functions
Graphing rational functionsJessica Garcia
 
Ellipse
EllipseEllipse
Ellipseitutor
 
Exponential functions
Exponential functionsExponential functions
Exponential functionsRon Eick
 
Exponential and logarithmic functions
Exponential and logarithmic functionsExponential and logarithmic functions
Exponential and logarithmic functionsNjabulo Nkabinde
 

Was ist angesagt? (20)

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)
 
Limits
LimitsLimits
Limits
 
Parabola
ParabolaParabola
Parabola
 
Lesson 12 derivative of inverse trigonometric functions
Lesson 12 derivative of inverse trigonometric functionsLesson 12 derivative of inverse trigonometric functions
Lesson 12 derivative of inverse trigonometric functions
 
Inverse functions and relations
Inverse functions and relationsInverse functions and relations
Inverse functions and relations
 
Rational functions
Rational functionsRational functions
Rational functions
 
Exponential Growth And Decay
Exponential Growth And DecayExponential Growth And Decay
Exponential Growth And Decay
 
2.7 Piecewise Functions
2.7 Piecewise Functions2.7 Piecewise Functions
2.7 Piecewise Functions
 
Lesson 3 Operation on Functions
Lesson 3 Operation on FunctionsLesson 3 Operation on Functions
Lesson 3 Operation on Functions
 
Evaluating Functions
Evaluating FunctionsEvaluating Functions
Evaluating Functions
 
Exponential Functions
Exponential FunctionsExponential Functions
Exponential Functions
 
Presentation (distance formula)
Presentation (distance formula)Presentation (distance formula)
Presentation (distance formula)
 
Exponential functions
Exponential functionsExponential functions
Exponential functions
 
3 1 Quadratic Functions
3 1 Quadratic Functions3 1 Quadratic Functions
3 1 Quadratic Functions
 
5.2 the substitution methods
5.2 the substitution methods5.2 the substitution methods
5.2 the substitution methods
 
Graphing rational functions
Graphing rational functionsGraphing rational functions
Graphing rational functions
 
Ellipse
EllipseEllipse
Ellipse
 
Inverse function
Inverse functionInverse function
Inverse function
 
Exponential functions
Exponential functionsExponential functions
Exponential functions
 
Exponential and logarithmic functions
Exponential and logarithmic functionsExponential and logarithmic functions
Exponential and logarithmic functions
 

Andere mochten auch

Lesson 10: The Chain Rule (slides)
Lesson 10: The Chain Rule (slides)Lesson 10: The Chain Rule (slides)
Lesson 10: The Chain Rule (slides)Matthew Leingang
 
Lesson 4: Calcuating Limits (slides)
Lesson 4: Calcuating Limits (slides)Lesson 4: Calcuating Limits (slides)
Lesson 4: Calcuating Limits (slides)Matthew Leingang
 
Lesson 8: Basic Differentation Rules (slides)
Lesson 8: Basic Differentation Rules (slides)Lesson 8: Basic Differentation Rules (slides)
Lesson 8: Basic Differentation Rules (slides)Matthew Leingang
 
Lesson 7: The Derivative (slides)
Lesson 7: The Derivative (slides)Lesson 7: The Derivative (slides)
Lesson 7: The Derivative (slides)Matthew Leingang
 
Lesson 15: Exponential Growth and Decay (slides)
Lesson 15: Exponential Growth and Decay (slides)Lesson 15: Exponential Growth and Decay (slides)
Lesson 15: Exponential Growth and Decay (slides)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 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 6: Limits Involving Infinity (slides)
Lesson 6: Limits Involving Infinity (slides)Lesson 6: Limits Involving Infinity (slides)
Lesson 6: Limits Involving Infinity (slides)Matthew Leingang
 
Lesson18 Double Integrals Over Rectangles Slides
Lesson18   Double Integrals Over Rectangles SlidesLesson18   Double Integrals Over Rectangles Slides
Lesson18 Double Integrals Over Rectangles SlidesMatthew 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 12: Linear Approximations and Differentials (slides)
Lesson 12: Linear Approximations and Differentials (slides)Lesson 12: Linear Approximations and Differentials (slides)
Lesson 12: Linear Approximations and Differentials (slides)Matthew Leingang
 
Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)Matthew Leingang
 
Lesson 9: The Product and Quotient Rules (slides)
Lesson 9: The Product and Quotient Rules (slides)Lesson 9: The Product and Quotient Rules (slides)
Lesson 9: The Product and Quotient Rules (slides)Matthew Leingang
 
Lesson 3: The Limit of a Function (slides)
Lesson 3: The Limit of a Function (slides)Lesson 3: The Limit of a Function (slides)
Lesson 3: The Limit of a Function (slides)Matthew Leingang
 
Lesson 5: Continuity (slides)
Lesson 5: Continuity (slides)Lesson 5: Continuity (slides)
Lesson 5: Continuity (slides)Matthew Leingang
 
Lesson 16: Inverse Trigonometric Functions (slides)
Lesson 16: Inverse Trigonometric Functions (slides)Lesson 16: Inverse Trigonometric Functions (slides)
Lesson 16: Inverse Trigonometric Functions (slides)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 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)Matthew Leingang
 

Andere mochten auch (20)

Lesson 10: The Chain Rule (slides)
Lesson 10: The Chain Rule (slides)Lesson 10: The Chain Rule (slides)
Lesson 10: The Chain Rule (slides)
 
Wave Motion QA 3
Wave Motion QA 3Wave Motion QA 3
Wave Motion QA 3
 
Making Lesson Plans
Making Lesson PlansMaking Lesson Plans
Making Lesson Plans
 
Lesson 4: Calcuating Limits (slides)
Lesson 4: Calcuating Limits (slides)Lesson 4: Calcuating Limits (slides)
Lesson 4: Calcuating Limits (slides)
 
Lesson 8: Basic Differentation Rules (slides)
Lesson 8: Basic Differentation Rules (slides)Lesson 8: Basic Differentation Rules (slides)
Lesson 8: Basic Differentation Rules (slides)
 
Lesson 7: The Derivative (slides)
Lesson 7: The Derivative (slides)Lesson 7: The Derivative (slides)
Lesson 7: The Derivative (slides)
 
Lesson 15: Exponential Growth and Decay (slides)
Lesson 15: Exponential Growth and Decay (slides)Lesson 15: Exponential Growth and Decay (slides)
Lesson 15: Exponential Growth and Decay (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 (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 6: Limits Involving Infinity (slides)
Lesson 6: Limits Involving Infinity (slides)Lesson 6: Limits Involving Infinity (slides)
Lesson 6: Limits Involving Infinity (slides)
 
Lesson18 Double Integrals Over Rectangles Slides
Lesson18   Double Integrals Over Rectangles SlidesLesson18   Double Integrals Over Rectangles Slides
Lesson18 Double Integrals Over Rectangles Slides
 
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 12: Linear Approximations and Differentials (slides)
Lesson 12: Linear Approximations and Differentials (slides)Lesson 12: Linear Approximations and Differentials (slides)
Lesson 12: Linear Approximations and Differentials (slides)
 
Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)
 
Lesson 9: The Product and Quotient Rules (slides)
Lesson 9: The Product and Quotient Rules (slides)Lesson 9: The Product and Quotient Rules (slides)
Lesson 9: The Product and Quotient Rules (slides)
 
Lesson 3: The Limit of a Function (slides)
Lesson 3: The Limit of a Function (slides)Lesson 3: The Limit of a Function (slides)
Lesson 3: The Limit of a Function (slides)
 
Lesson 5: Continuity (slides)
Lesson 5: Continuity (slides)Lesson 5: Continuity (slides)
Lesson 5: Continuity (slides)
 
Lesson 16: Inverse Trigonometric Functions (slides)
Lesson 16: Inverse Trigonometric Functions (slides)Lesson 16: Inverse Trigonometric Functions (slides)
Lesson 16: Inverse Trigonometric Functions (slides)
 
Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)
 
Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)
 

Ähnlich wie Lesson 14: Derivatives of Logarithmic and Exponential Functions (slides)

Lesson 16: Derivatives of Logarithmic and Exponential Functions
Lesson 16: Derivatives of Logarithmic and Exponential FunctionsLesson 16: Derivatives of Logarithmic and Exponential Functions
Lesson 16: Derivatives of Logarithmic and Exponential FunctionsMatthew Leingang
 
Lesson 16: Derivatives of Logarithmic and Exponential Functions
Lesson 16: Derivatives of Logarithmic and Exponential FunctionsLesson 16: Derivatives of Logarithmic and Exponential Functions
Lesson 16: Derivatives of Logarithmic and Exponential FunctionsMatthew Leingang
 
Chapter 1 (functions).
Chapter 1 (functions).Chapter 1 (functions).
Chapter 1 (functions).Eko Wijayanto
 
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
 
grph_of_polynomial_fnctn.ppt
grph_of_polynomial_fnctn.pptgrph_of_polynomial_fnctn.ppt
grph_of_polynomial_fnctn.pptLunaLedezma3
 
237654933 mathematics-t-form-6
237654933 mathematics-t-form-6237654933 mathematics-t-form-6
237654933 mathematics-t-form-6homeworkping3
 
IVR - Chapter 1 - Introduction
IVR - Chapter 1 - IntroductionIVR - Chapter 1 - Introduction
IVR - Chapter 1 - IntroductionCharles Deledalle
 
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
 
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)Mel Anthony Pepito
 
Varian, microeconomic analysis, solution book
Varian, microeconomic analysis, solution bookVarian, microeconomic analysis, solution book
Varian, microeconomic analysis, solution bookJosé Antonio PAYANO YALE
 
Lesson 4: Calculating Limits (slides)
Lesson 4: Calculating Limits (slides)Lesson 4: Calculating Limits (slides)
Lesson 4: Calculating Limits (slides)Mel Anthony Pepito
 
Cs229 cvxopt
Cs229 cvxoptCs229 cvxopt
Cs229 cvxoptcerezaso
 
Lesson 8: Basic Differentation Rules (slides)
Lesson 8: Basic Differentation Rules (slides)Lesson 8: Basic Differentation Rules (slides)
Lesson 8: Basic Differentation Rules (slides)Mel Anthony Pepito
 
Project in Calcu
Project in CalcuProject in Calcu
Project in Calcupatrickpaz
 
Roots equations
Roots equationsRoots equations
Roots equationsoscar
 
Roots equations
Roots equationsRoots equations
Roots equationsoscar
 

Ähnlich wie Lesson 14: Derivatives of Logarithmic and Exponential Functions (slides) (20)

Lesson 16: Derivatives of Logarithmic and Exponential Functions
Lesson 16: Derivatives of Logarithmic and Exponential FunctionsLesson 16: Derivatives of Logarithmic and Exponential Functions
Lesson 16: Derivatives of Logarithmic and Exponential Functions
 
Lesson 16: Derivatives of Logarithmic and Exponential Functions
Lesson 16: Derivatives of Logarithmic and Exponential FunctionsLesson 16: Derivatives of Logarithmic and Exponential Functions
Lesson 16: Derivatives of Logarithmic and Exponential Functions
 
Chapter 1 (functions).
Chapter 1 (functions).Chapter 1 (functions).
Chapter 1 (functions).
 
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)
 
grph_of_polynomial_fnctn.ppt
grph_of_polynomial_fnctn.pptgrph_of_polynomial_fnctn.ppt
grph_of_polynomial_fnctn.ppt
 
237654933 mathematics-t-form-6
237654933 mathematics-t-form-6237654933 mathematics-t-form-6
237654933 mathematics-t-form-6
 
IVR - Chapter 1 - Introduction
IVR - Chapter 1 - IntroductionIVR - Chapter 1 - Introduction
IVR - Chapter 1 - Introduction
 
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)
 
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)
 
Varian, microeconomic analysis, solution book
Varian, microeconomic analysis, solution bookVarian, microeconomic analysis, solution book
Varian, microeconomic analysis, solution book
 
Taylor problem
Taylor problemTaylor problem
Taylor problem
 
Chapter 4 (maths 3)
Chapter 4 (maths 3)Chapter 4 (maths 3)
Chapter 4 (maths 3)
 
Lesson 4: Calculating Limits (slides)
Lesson 4: Calculating Limits (slides)Lesson 4: Calculating Limits (slides)
Lesson 4: Calculating Limits (slides)
 
Cs229 cvxopt
Cs229 cvxoptCs229 cvxopt
Cs229 cvxopt
 
Lesson 8: Basic Differentation Rules (slides)
Lesson 8: Basic Differentation Rules (slides)Lesson 8: Basic Differentation Rules (slides)
Lesson 8: Basic Differentation Rules (slides)
 
Funcion gamma
Funcion gammaFuncion gamma
Funcion gamma
 
Project in Calcu
Project in CalcuProject in Calcu
Project in Calcu
 
Roots equations
Roots equationsRoots equations
Roots equations
 
Roots equations
Roots equationsRoots equations
Roots equations
 

Mehr von 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 (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Matthew Leingang
 
Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Matthew Leingang
 
Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)Matthew Leingang
 
Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)Matthew Leingang
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Matthew Leingang
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Matthew Leingang
 
Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Matthew Leingang
 
Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Matthew Leingang
 
Lesson 21: Curve Sketching (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 (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 18: Maximum and Minimum Values (handout)
Lesson 18: Maximum and Minimum Values (handout)Lesson 18: Maximum and Minimum Values (handout)
Lesson 18: Maximum and Minimum Values (handout)Matthew Leingang
 
Lesson 17: Indeterminate forms and l'Hôpital's Rule (handout)
Lesson 17: Indeterminate forms and l'Hôpital's Rule (handout)Lesson 17: Indeterminate forms and l'Hôpital's Rule (handout)
Lesson 17: Indeterminate forms and l'Hôpital's Rule (handout)Matthew Leingang
 
Lesson 16: Inverse Trigonometric Functions (handout)
Lesson 16: Inverse Trigonometric Functions (handout)Lesson 16: Inverse Trigonometric Functions (handout)
Lesson 16: Inverse Trigonometric Functions (handout)Matthew Leingang
 
Lesson 15: Exponential Growth and Decay (handout)
Lesson 15: Exponential Growth and Decay (handout)Lesson 15: Exponential Growth and Decay (handout)
Lesson 15: Exponential Growth and Decay (handout)Matthew Leingang
 
Lesson 14: Derivatives of Logarithmic and Exponential Functions (handout)
Lesson 14: Derivatives of Logarithmic and Exponential Functions (handout)Lesson 14: Derivatives of Logarithmic and Exponential Functions (handout)
Lesson 14: Derivatives of Logarithmic and Exponential Functions (handout)Matthew Leingang
 

Mehr von Matthew Leingang (20)

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 (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
 
Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)
 
Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)
 
Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
 
Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)
 
Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)
 
Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (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 20: Derivatives and the Shapes of Curves (handout)
 
Lesson 18: Maximum and Minimum Values (handout)
Lesson 18: Maximum and Minimum Values (handout)Lesson 18: Maximum and Minimum Values (handout)
Lesson 18: Maximum and Minimum Values (handout)
 
Lesson 17: Indeterminate forms and l'Hôpital's Rule (handout)
Lesson 17: Indeterminate forms and l'Hôpital's Rule (handout)Lesson 17: Indeterminate forms and l'Hôpital's Rule (handout)
Lesson 17: Indeterminate forms and l'Hôpital's Rule (handout)
 
Lesson 16: Inverse Trigonometric Functions (handout)
Lesson 16: Inverse Trigonometric Functions (handout)Lesson 16: Inverse Trigonometric Functions (handout)
Lesson 16: Inverse Trigonometric Functions (handout)
 
Lesson 15: Exponential Growth and Decay (handout)
Lesson 15: Exponential Growth and Decay (handout)Lesson 15: Exponential Growth and Decay (handout)
Lesson 15: Exponential Growth and Decay (handout)
 
Lesson 14: Derivatives of Logarithmic and Exponential Functions (handout)
Lesson 14: Derivatives of Logarithmic and Exponential Functions (handout)Lesson 14: Derivatives of Logarithmic and Exponential Functions (handout)
Lesson 14: Derivatives of Logarithmic and Exponential Functions (handout)
 

Kürzlich hochgeladen

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 

Kürzlich hochgeladen (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 

Lesson 14: Derivatives of Logarithmic and Exponential Functions (slides)

  • 1. Sec on 3.3 Deriva ves of Logarithmic and Exponen al Func ons V63.0121.011: Calculus I Professor Ma hew Leingang New York University March 21, 2011 .
  • 2. Announcements Quiz 3 next week on 2.6, 2.8, 3.1, 3.2
  • 3. Objectives Know the deriva ves of the exponen al func ons (with any base) Know the deriva ves of the logarithmic func ons (with any base) Use the technique of logarithmic differen a on to find deriva ves of func ons involving roducts, quo ents, and/or exponen als.
  • 4. Outline Recall Sec on 3.1–3.2 Deriva ve of the natural exponen al func on Exponen al Growth Deriva ve of the natural logarithm func on Deriva ves of other exponen als and logarithms Other exponen als Other logarithms Logarithmic Differen a on The power rule for irra onal powers
  • 5. Conventions on power expressions Let a be a posi ve real number. If n is a posi ve whole number, then an = a · a · · · · · a n factors 0 a = 1. 1 For any real number r, a−r = . ar √ For any posi ve whole number n, a1/n = n a. There is only one con nuous func on which sa sfies all of the above. We call it the exponen al func on with base a.
  • 6. Properties of exponentials Theorem If a > 0 and a ̸= 1, then f(x) = ax is a con nuous func on with domain (−∞, ∞) and range (0, ∞). In par cular, ax > 0 for all x. For any real numbers x and y, and posi ve numbers a and b we have ax+y = ax ay x−y ax a = y a (a ) = axy x y (ab)x = ax bx
  • 7. Properties of exponentials Theorem If a > 0 and a ̸= 1, then f(x) = ax is a con nuous func on with domain (−∞, ∞) and range (0, ∞). In par cular, ax > 0 for all x. For any real numbers x and y, and posi ve numbers a and b we have ax+y = ax ay x−y ax a = y (nega ve exponents mean reciprocals) a (a ) = axy x y (ab)x = ax bx
  • 8. Properties of exponentials Theorem If a > 0 and a ̸= 1, then f(x) = ax is a con nuous func on with domain (−∞, ∞) and range (0, ∞). In par cular, ax > 0 for all x. For any real numbers x and y, and posi ve numbers a and b we have ax+y = ax ay x−y ax a = y (nega ve exponents mean reciprocals) a (a ) = axy (frac onal exponents mean roots) x y (ab)x = ax bx
  • 9. Graphs of exponential functions y y y =y/=3(1/3)x = (1(2/x)x 2) y = (1/10y x= 10x 3x = 2x ) y= y y = 1.5x y = 1x . x
  • 10. The magic number Defini on ( )n 1 e = lim 1+ = lim+ (1 + h)1/h n→∞ n h→0
  • 11. Existence of e See Appendix B ( )n 1 n 1+ We can experimentally n verify that this number 1 2 exists and is 2 2.25 3 2.37037 e ≈ 2.718281828459045 . . . 10 2.59374 e is irra onal 100 2.70481 1000 2.71692 e is transcendental 106 2.71828
  • 12. Logarithms Defini on The base a logarithm loga x is the inverse of the func on ax y = loga x ⇐⇒ x = ay The natural logarithm ln x is the inverse of ex . So y = ln x ⇐⇒ x = ey .
  • 13. Facts about Logarithms Facts (i) loga (x1 · x2 ) = loga x1 + loga x2 ( ) x1 (ii) loga = loga x1 − loga x2 x2 (iii) loga (xr ) = r loga x
  • 14. Graphs of logarithmic functions y y =x ex y =y10y3= 2x = x y = log2 x yy= log3 x = ln x (0, 1) y = log10 x . (1, 0) x
  • 15. Change of base formula Fact If a > 0 and a ̸= 1, and the same for b, then logb x loga x = logb a
  • 16. Upshot of changing base The point of the change of base formula logb x 1 loga x = = · logb x = (constant) · logb x logb a logb a is that all the logarithmic func ons are mul ples of each other. So just pick one and call it your favorite. Engineers like the common logarithm log = log10 Computer scien sts like the binary logarithm lg = log2 Mathema cians like natural logarithm ln = loge Naturally, we will follow the mathema cians. Just don’t pronounce it “lawn.”
  • 17. Outline Recall Sec on 3.1–3.2 Deriva ve of the natural exponen al func on Exponen al Growth Deriva ve of the natural logarithm func on Deriva ves of other exponen als and logarithms Other exponen als Other logarithms Logarithmic Differen a on The power rule for irra onal powers
  • 18. Derivatives of Exponentials Fact If f(x) = ax , then f′ (x) = f′ (0)ax .
  • 19. Derivatives of Exponentials Fact If f(x) = ax , then f′ (x) = f′ (0)ax . Proof. Follow your nose: ′ f(x + h) − f(x) ax+h − ax f (x) = lim = lim h→0 h h→0 h a a −a x h x a −1 h = lim = ax · lim = ax · f′ (0). h→0 h h→0 h
  • 20. The funny limit in the case of e Ques on eh − 1 What is lim ? h→0 h Solu on
  • 21. The funny limit in the case of e Ques on eh − 1 What is lim ? h→0 h Solu on ( )n 1 Recall e = lim 1 + = lim (1 + h)1/h . If h is small enough, n→∞ n h→0 e ≈ (1 + h) . So 1/h [ ]h eh − 1 (1 + h)1/h − 1 (1 + h) − 1 h ≈ = = =1 h h h h
  • 22. The funny limit in the case of e Ques on eh − 1 What is lim ? h→0 h Solu on So in the limit we get equality: eh − 1 lim =1 h→0 h
  • 23. Derivative of the natural exponential function From ( ) d x ah − 1 eh − 1 a = lim ax and lim =1 dx h→0 h h→0 h we get: Theorem d x e = ex dx
  • 24. Exponential Growth Commonly misused term to say something grows exponen ally It means the rate of change (deriva ve) is propor onal to the current value Examples: Natural popula on growth, compounded interest, social networks
  • 25. Examples Example d Find e3x . dx
  • 26. Examples Example d Find e3x . dx Solu on d 3x d e = e3x (3x) = 3e3x dx dx
  • 27. Examples Example d 2 Find ex . dx
  • 28. Examples Example d 2 Find ex . dx Solu on d x2 2 d 2 e = ex (x2 ) = 2xex dx dx
  • 29. Examples Example d Find x2 ex . dx
  • 30. Examples Example d Find x2 ex . dx Solu on d 2 x x e = 2xex + x2 ex dx
  • 31. Outline Recall Sec on 3.1–3.2 Deriva ve of the natural exponen al func on Exponen al Growth Deriva ve of the natural logarithm func on Deriva ves of other exponen als and logarithms Other exponen als Other logarithms Logarithmic Differen a on The power rule for irra onal powers
  • 32. Derivative ofy the natural logarithm Let y = ln x. Then x = e so
  • 33. Derivative ofy the natural logarithm Let y = ln x. Then x = e so dy ey =1 dx
  • 34. Derivative ofy the natural logarithm Let y = ln x. Then x = e so dy ey =1 dx dy 1 1 =⇒ = y= dx e x
  • 35. Derivative ofy the natural logarithm Let y = ln x. Then x = e so dy ey =1 dx dy 1 1 =⇒ = y= dx e x We have discovered: Fact d 1 ln x = dx x
  • 36. Derivative ofy the natural logarithm Let y = ln x. Then x = e so y dy ey =1 dx dy 1 1 =⇒ = y= ln x dx e x We have discovered: . x Fact d 1 ln x = dx x
  • 37. Derivative ofy the natural logarithm Let y = ln x. Then x = e so y dy ey =1 dx dy 1 1 =⇒ = y= ln x 1 dx e x x We have discovered: . x Fact d 1 ln x = dx x
  • 38. The Tower of Powers y y′ x3 3x2 x2 2x1 The deriva ve of a power func on is a power func on of one lower power x1 1x0 x0 0 ? ? x−1 −1x−2 x−2 −2x−3
  • 39. The Tower of Powers y y′ x3 3x2 x2 2x1 The deriva ve of a power func on is a power func on of one lower power x1 1x0 Each power func on is the deriva ve of x0 0 another power func on, except x−1 ? x−1 x−1 −1x−2 x−2 −2x−3
  • 40. The Tower of Powers y y′ x3 3x2 x2 2x1 The deriva ve of a power func on is a power func on of one lower power x1 1x0 Each power func on is the deriva ve of x0 0 another power func on, except x−1 ln x x−1 ln x fills in this gap precisely. x−1 −1x−2 x−2 −2x−3
  • 41. Examples Examples Find deriva ves of these func ons: ln(3x) x ln x √ ln x
  • 42. Examples Example d Find ln(3x). dx
  • 43. Examples Example d Find ln(3x). dx Solu on (chain rule way) d 1 1 ln(3x) = ·3= dx 3x x
  • 44. Examples Example d Find ln(3x). dx Solu on (proper es of logarithms way) d d 1 1 ln(3x) = (ln(3) + ln(x)) = 0 + = dx dx x x The first answer might be surprising un l you see the second solu on.
  • 45. Examples Example d Find x ln x dx
  • 46. Examples Example d Find x ln x dx Solu on The product rule is in play here: ( ) ( ) d d d 1 x ln x = x ln x + x ln x = 1 · ln x + x · = ln x + 1 dx dx dx x
  • 47. Examples Example d √ Find ln x. dx
  • 48. Examples Example d √ Find ln x. dx Solu on (chain rule way) d √ 1 d√ 1 1 1 ln x = √ x=√ √ = dx x dx x 2 x 2x
  • 49. Examples Example d √ Find ln x. dx Solu on (proper es of logarithms way) ( ) d √ d 1 1d 1 1 ln x = ln x = ln x = · dx dx 2 2 dx 2 x The first answer might be surprising un l you see the second solu on.
  • 50. Outline Recall Sec on 3.1–3.2 Deriva ve of the natural exponen al func on Exponen al Growth Deriva ve of the natural logarithm func on Deriva ves of other exponen als and logarithms Other exponen als Other logarithms Logarithmic Differen a on The power rule for irra onal powers
  • 51. Other logarithms Example d x Use implicit differen a on to find a. dx
  • 52. Other logarithms Example d x Use implicit differen a on to find a. dx Solu on Let y = ax , so ln y = ln ax = x ln a
  • 53. Other logarithms Example d x Use implicit differen a on to find a. dx Solu on Let y = ax , so ln y = ln ax = x ln a Differen ate implicitly: 1 dy dy = ln a =⇒ = (ln a)y = (ln a)ax y dx dx
  • 54. The funny limit in the case of a x ′ ′ Let y = e . Before we showed y = y (0)y, and now we know y′ = (ln a)y. So Corollary ah − 1 lim = ln a h→0 h In par cular 2h − 1 3h − 1 ln 2 = lim ≈ 0.693 ln 3 = lim ≈ 1.10 h→0 h h→0 h
  • 55. Other logarithms Example d Find log x. dx a
  • 56. Other logarithms Example d Find log x. dx a Solu on Let y = loga x, so ay = x.
  • 57. Other logarithms Example d Find log x. dx a Solu on Let y = loga x, so ay = x. Now differen ate implicitly: dy dy 1 1 (ln a)ay = 1 =⇒ = y = dx dx a ln a x ln a
  • 58. Other logarithms Example d Find log x. dx a Solu on Or we can use the change of base formula: ln x dy 1 1 y= =⇒ = ln a dx ln a x
  • 59. More examples Example d Find log2 (x2 + 1) dx
  • 60. More examples Example d Find log2 (x2 + 1) dx Answer dy 1 1 2x = (2x) = dx ln 2 x2 + 1 (ln 2)(x2 + 1)
  • 61. Outline Recall Sec on 3.1–3.2 Deriva ve of the natural exponen al func on Exponen al Growth Deriva ve of the natural logarithm func on Deriva ves of other exponen als and logarithms Other exponen als Other logarithms Logarithmic Differen a on The power rule for irra onal powers
  • 62. A nasty derivative Example √ (x2 + 1) x + 3 Let y = . Find y′ . x−1
  • 63. A nasty derivative Example √ (x2 + 1) x + 3 Let y = . Find y′ . x−1 Solu on We use the quo ent rule, and the product rule in the numerator: [ √ ] √ (x − 1) 2x x + 3 + (x2 + 1) 1 (x + 3)−1/2 − (x2 + 1) x + 3(1) y′ = 2 (x − 1)2 √ √ 2x x + 3 (x2 + 1) (x2 + 1) x + 3 = + √ − (x − 1) 2 x + 3(x − 1) (x − 1)2
  • 64. Another way √ (x2 + 1) x + 3 y= x−1
  • 65. Another way √ (x2 + 1) x + 3 y= x−1 1 ln y = ln(x2 + 1) + ln(x + 3) − ln(x − 1) 2
  • 66. Another way √ (x2 + 1) x + 3 y= x−1 1 ln y = ln(x2 + 1) + ln(x + 3) − ln(x − 1) 2 1 dy 2x 1 1 = 2 + − y dx x + 1 2(x + 3) x − 1
  • 67. Another way √ (x2 + 1) x + 3 y= x−1 1 ln y = ln(x2 + 1) + ln(x + 3) − ln(x − 1) 2 1 dy 2x 1 1 = 2 + − y dx x + 1 2(x + 3) x − 1 So ( ) dy 2x 1 1 = + − y dx x2 + 1 2(x + 3) x − 1
  • 68. Another way √ (x2 + 1) x + 3 y= x−1 1 ln y = ln(x2 + 1) + ln(x + 3) − ln(x − 1) 2 1 dy 2x 1 1 = 2 + − y dx x + 1 2(x + 3) x − 1 So ( ) √ dy 2x 1 1 (x2 + 1) x + 3 = + − dx x 2+1 2(x + 3) x − 1 x−1
  • 69. Compare and contrast Using the product, quo ent, and power rules: √ √ 2x x + 3 (x2 + 1) (x2 + 1) x + 3 y′ = + √ − (x − 1) 2 x + 3(x − 1) (x − 1)2 Using logarithmic differen a on: ( ) 2 √ ′ 2x 1 1 (x + 1) x + 3 y = + − x2 + 1 2(x + 3) x − 1 (x − 1)
  • 70. Compare and contrast Using the product, quo ent, and power rules: √ √ 2x x + 3 (x2 + 1) (x2 + 1) x + 3 y′ = + √ − (x − 1) 2 x + 3(x − 1) (x − 1)2 Using logarithmic differen a on: ( ) 2 √ ′ 2x 1 1 (x + 1) x + 3 y = + − x2 + 1 2(x + 3) x − 1 (x − 1) Are these the same?
  • 71. Compare and contrast Using the product, quo ent, and power rules: √ √ 2x x + 3 (x2 + 1) (x2 + 1) x + 3 y′ = + √ − (x − 1) 2 x + 3(x − 1) (x − 1)2 Using logarithmic differen a on: ( ) 2 √ ′ 2x 1 1 (x + 1) x + 3 y = + − x2 + 1 2(x + 3) x − 1 (x − 1) Are these the same?
  • 72. Compare and contrast Using the product, quo ent, and power rules: √ √ 2x x + 3 (x2 + 1) (x2 + 1) x + 3 y′ = + √ − (x − 1) 2 x + 3(x − 1) (x − 1)2 Using logarithmic differen a on: ( ) 2 √ ′ 2x 1 1 (x + 1) x + 3 y = + − x2 + 1 2(x + 3) x − 1 (x − 1) Are these the same?
  • 73. Compare and contrast Using the product, quo ent, and power rules: √ √ 2x x + 3 (x2 + 1) (x2 + 1) x + 3 y′ = + √ − (x − 1) 2 x + 3(x − 1) (x − 1)2 Using logarithmic differen a on: ( ) 2 √ ′ 2x 1 1 (x + 1) x + 3 y = + − x2 + 1 2(x + 3) x − 1 (x − 1) Are these the same?
  • 74. Compare and contrast Using the product, quo ent, and power rules: √ √ 2x x + 3 (x2 + 1) (x2 + 1) x + 3 y′ = + √ − (x − 1) 2 x + 3(x − 1) (x − 1)2 Using logarithmic differen a on: ( ) 2 √ ′ 2x 1 1 (x + 1) x + 3 y = + − x2 + 1 2(x + 3) x − 1 (x − 1) Are these the same?
  • 75. Compare and contrast Using the product, quo ent, and power rules: √ √ 2x x + 3 (x2 + 1) (x2 + 1) x + 3 y′ = + √ − (x − 1) 2 x + 3(x − 1) (x − 1)2 Using logarithmic differen a on: ( ) 2 √ ′ 2x 1 1 (x + 1) x + 3 y = + − x2 + 1 2(x + 3) x − 1 (x − 1) Are these the same?
  • 76. Compare and contrast Using the product, quo ent, and power rules: √ √ 2x x + 3 (x2 + 1) (x2 + 1) x + 3 y′ = + √ − (x − 1) 2 x + 3(x − 1) (x − 1)2 Using logarithmic differen a on: ( ) 2 √ ′ 2x 1 1 (x + 1) x + 3 y = + − x2 + 1 2(x + 3) x − 1 (x − 1) Are these the same?
  • 77. Compare and contrast Using the product, quo ent, and power rules: √ √ 2x x + 3 (x2 + 1) (x2 + 1) x + 3 y′ = + √ − (x − 1) 2 x + 3(x − 1) (x − 1)2 Using logarithmic differen a on: ( ) 2 √ ′ 2x 1 1 (x + 1) x + 3 y = + − x2 + 1 2(x + 3) x − 1 (x − 1) Are these the same?
  • 78. Compare and contrast Using the product, quo ent, and power rules: √ √ 2x x + 3 (x2 + 1) (x2 + 1) x + 3 y′ = + √ − (x − 1) 2 x + 3(x − 1) (x − 1)2 Using logarithmic differen a on: ( ) 2 √ ′ 2x 1 1 (x + 1) x + 3 y = + − x2 + 1 2(x + 3) x − 1 (x − 1) Are these the same?
  • 79. Compare and contrast Using the product, quo ent, and power rules: √ √ 2x x + 3 (x2 + 1) (x2 + 1) x + 3 y′ = + √ − (x − 1) 2 x + 3(x − 1) (x − 1)2 Using logarithmic differen a on: ( ) 2 √ ′ 2x 1 1 (x + 1) x + 3 y = + − x2 + 1 2(x + 3) x − 1 (x − 1) Are these the same?
  • 80. Compare and contrast Using the product, quo ent, and power rules: √ √ 2x x + 3 (x2 + 1) (x2 + 1) x + 3 y′ = + √ − (x − 1) 2 x + 3(x − 1) (x − 1)2 Using logarithmic differen a on: ( ) 2 √ ′ 2x 1 1 (x + 1) x + 3 y = + − x2 + 1 2(x + 3) x − 1 (x − 1) Are these the same?
  • 81. Compare and contrast Using the product, quo ent, and power rules: √ √ 2x x + 3 (x2 + 1) (x2 + 1) x + 3 y′ = + √ − (x − 1) 2 x + 3(x − 1) (x − 1)2 Using logarithmic differen a on: ( ) 2 √ ′ 2x 1 1 (x + 1) x + 3 y = + − x2 + 1 2(x + 3) x − 1 (x − 1) Are these the same?
  • 82. Compare and contrast Using the product, quo ent, and power rules: √ √ 2x x + 3 (x2 + 1) (x2 + 1) x + 3 y′ = + √ − (x − 1) 2 x + 3(x − 1) (x − 1)2 Using logarithmic differen a on: ( ) 2 √ ′ 2x 1 1 (x + 1) x + 3 y = + − x2 + 1 2(x + 3) x − 1 (x − 1) Are these the same? Yes.
  • 83. Derivatives of powers Ques on y Let y = xx . Which of these is true? (A) Since y is a power func on, y′ = x · xx−1 = xx . (B) Since y is an exponen al 1 func on, y′ = (ln x) · xx . (C) Neither x 1
  • 84. Derivatives of powers Ques on y Let y = xx . Which of these is true? (A) Since y is a power func on, y′ = x · xx−1 = xx . (B) Since y is an exponen al 1 func on, y′ = (ln x) · xx . (C) Neither x 1
  • 85. Why not? Answer y (A) y′ ̸= xx because xx > 0 for all x > 0, and this func on decreases at some places 1 . x 1
  • 86. Why not? Answer y (A) y′ ̸= xx because xx > 0 for all x > 0, and this func on decreases at some places (B) y′ ̸= (ln x)xx because (ln x)xx = 0 when x = 1, and this func on 1 does not have a horizontal . tangent at x = 1. x 1
  • 87. It’s neither! Solu on If y = xx , then
  • 88. It’s neither! Solu on If y = xx , then ln y = x ln x
  • 89. It’s neither! Solu on If y = xx , then ln y = x ln x 1 dy 1 = x · + ln x = 1 + ln x y dx x
  • 90. It’s neither! Solu on If y = xx , then ln y = x ln x 1 dy 1 = x · + ln x = 1 + ln x y dx x dy = (1 + ln x)xx = xx + (ln x)xx dx
  • 91. Or both? Solu on d x y x = xx + (ln x)xx = (1 + ln x)xx dx 1 . x 1
  • 92. Or both? Solu on d x y x = xx + (ln x)xx = (1 + ln x)xx dx Remarks Each of these terms is one of the 1 wrong answers! . x 1
  • 93. Or both? Solu on d x y x = xx + (ln x)xx = (1 + ln x)xx dx Remarks Each of these terms is one of the 1 wrong answers! . x 1
  • 94. Or both? Solu on d x y x = xx + (ln x)xx = (1 + ln x)xx dx Remarks Each of these terms is one of the 1 wrong answers! . x 1
  • 95. Or both? Solu on d x y x = xx + (ln x)xx = (1 + ln x)xx dx Remarks Each of these terms is one of the 1 wrong answers! . x 1
  • 96. Or both? Solu on d x y x = xx + (ln x)xx = (1 + ln x)xx dx Remarks Each of these terms is one of the 1 wrong answers! . y′ < 0 on the interval (0, e−1 ) x 1
  • 97. Or both? Solu on d x y x = xx + (ln x)xx = (1 + ln x)xx dx Remarks Each of these terms is one of the 1 wrong answers! . y′ < 0 on the interval (0, e−1 ) x 1 y′ = 0 when x = e−1
  • 98. Derivatives of power functions with any exponent Fact (The power rule) Let y = xr . Then y′ = rxr−1 .
  • 99. Derivatives of power functions with any exponent Fact (The power rule) Let y = xr . Then y′ = rxr−1 . Proof. y = xr =⇒ ln y = r ln x Now differen ate: 1 dy r dy y = =⇒ = r = rxr−1 y dx x dx x
  • 100. Summary Deriva ves of y y′ Logarithmic and Exponen al Func ons ex ex Logarithmic Differen a on can allow ax (ln a) · ax us to avoid the product 1 and quo ent rules. ln x x We are finally done with 1 1 loga x · the Power Rule! ln a x