SlideShare a Scribd company logo
1 of 14
Download to read offline
.   V63.0121.001: Calculus I
    .                                                     Sec on 2.3: Basic Differenta on Rules
                                                                                       .


                                                                             Notes
                       Sec on 2.3
                Basic Differenta on Rules
                            V63.0121.001: Calculus I
                          Professor Ma hew Leingang
                                    New York University




    .                                                       NYUMathematics
                                                                             .




                                                                             Notes
        Announcements

           Quiz 1 this week on
           1.1–1.4
           Quiz 2 March 3/4 on 1.5,
           1.6, 2.1, 2.2, 2.3
           Midterm Monday March
           7 in class



    .
                                                                             .




                                                                             Notes
        Objectives
           Understand and use
           these differen a on
           rules:
               the deriva ve of a
               constant func on (zero);
               the Constant Mul ple
               Rule;
               the Sum Rule;
               the Difference Rule;
               the deriva ves of sine
               and cosine.


    .
                                                                             .

                                                                                                 . 1
.
.   V63.0121.001: Calculus I
    .                                                         Sec on 2.3: Basic Differenta on Rules
                                                                                           .


                                                                                 Notes
        Recall: the derivative
         Defini on
         Let f be a func on and a a point in the domain of f. If the limit
                                       f(a + h) − f(a)       f(x) − f(a)
                      f′ (a) = lim                     = lim
                                 h→0          h          x→a    x−a
         exists, the func on is said to be differen able at a and f′ (a) is the
         deriva ve of f at a.


    .
                                                                                 .




                                                                                 Notes

         The deriva ve …
             …measures the slope of the line through (a, f(a)) tangent to
             the curve y = f(x);
             …represents the instantaneous rate of change of f at a
             …produces the best possible linear approxima on to f near a.




    .
                                                                                 .




                                                                                 Notes
        Notation
             Newtonian nota on                            Leibnizian nota on
                                                         dy      d         df
             f′ (x)     y′ (x)         y′                           f(x)
                                                         dx      dx        dx




    .
                                                                                 .

                                                                                                     . 2
.
.   V63.0121.001: Calculus I
    .                                                   Sec on 2.3: Basic Differenta on Rules
                                                                                     .


                                                                            Notes
        Link between the notations
                                  f(x + ∆x) − f(x)       ∆y dy
                   f′ (x) = lim                    = lim    =
                           ∆x→0         ∆x          ∆x→0 ∆x   dx
                                  dy
             Leibniz thought of      as a quo ent of “infinitesimals”
                                  dx
                          dy
             We think of     as represen ng a limit of (finite) difference
                          dx
             quo ents, not as an actual frac on itself.
             The nota on suggests things which are true even though they
             don’t follow from the nota on per se

    .
                                                                            .




                                                                            Notes
        Outline
         Deriva ves so far
            Deriva ves of power func ons by hand
            The Power Rule
         Deriva ves of polynomials
            The Power Rule for whole number powers
            The Power Rule for constants
            The Sum Rule
            The Constant Mul ple Rule
         Deriva ves of sine and cosine

    .
                                                                            .




                                                                            Notes
        Derivative of the squaring function
         Example
         Suppose f(x) = x2 . Use the defini on of deriva ve to find f′ (x).

         Solu on

                              f(x + h) − f(x)       (x + h)2 − x2
                   f′ (x) = lim               = lim
                          h→0        h          h→0       h
                                + 2xh + h −  
                              x2
                                           2
                                               x2
                                                        2x + h2
                                                          h
                                                               ¡
                        = lim                     = lim
                          h→0          h            h→0     h
                                                            
                                                            
                        = lim (2x + h) = 2x.
                           h→0

    .
                                                                            .

                                                                                               . 3
.
.   V63.0121.001: Calculus I
    .                                                       Sec on 2.3: Basic Differenta on Rules
                                                                                         .


                                                                               Notes
        The second derivative
         If f is a func on, so is f′ , and we can seek its deriva ve.

                                         f′′ = (f′ )′

         It measures the rate of change of the rate of change! Leibnizian
         nota on:
                               d2 y     d2           d2 f
                                  2       2
                                            f(x)
                               dx      dx            dx2



    .
                                                                               .




                                                                               Notes
        The squaring function and its derivatives

                     y
                          f′
                                   f′′              f increasing =⇒ f′ ≥ 0
                                                    f decreasing =⇒ f′ ≤ 0
                      .        f   x                horizontal tangent at 0
                                                    =⇒ f′ (0) = 0




    .
                                                                               .




                                                                               Notes
        Derivative of the cubing function
         Example
         Suppose f(x) = x3 . Use the defini on of deriva ve to find f′ (x).

         Solu on




    .
                                                                               .

                                                                                                   . 4
.
.   V63.0121.001: Calculus I
    .                                                          Sec on 2.3: Basic Differenta on Rules
                                                                                            .


                                                                                         Notes
        The cubing function and its derivatives
                                                           No ce that f is increasing,
                            y                              and f′  0 except
                                  f′′ f′                   f′ (0) = 0
                                                           No ce also that the
                                           f               tangent line to the graph
                            .                  x           of f at (0, 0) crosses the
                                                           graph (contrary to a
                                                           popular “defini on” of
                                                           the tangent line)

    .
                                                                                         .




                                                                                         Notes
        Derivative of the square root
         Example
                            √
         Suppose f(x) =          x = x1/2 . Fnd f′ (x) with the defini on.

         Solu on
                                                      √       √
                               f(x + h) − f(x)          x+h− x
                  f′ (x) = lim                  = lim
                           h→0
                               √       h          h→0       h
                                          √ √             √
                                 x+h− x          x+h+ x
                         = lim                · √         √
                           h→0        h          x+h+ x
                                   (x + h) − x
                                    ¡        ¡                h
                                                                    1
                         = lim (√            √ ) = lim (√       √ )= √
                           h→0 h     x+h+ x              h x+h+ x
                                                     h→0           2 x

    .
                                                                                         .




                                                                                         Notes
        The square root and its derivatives

              y

                     f                                     Here lim+ f′ (x) = ∞ and f
                                       ′                         x→0
                                   f                       is not differen able at 0
              .                            x
                                                           No ce also lim f′ (x) = 0
                                                                       x→∞




    .
                                                                                         .

                                                                                                      . 5
.
.   V63.0121.001: Calculus I
    .                                                      Sec on 2.3: Basic Differenta on Rules
                                                                                        .


                                                                                      Notes
        Derivative of the cube root
         Example
                            √
         Suppose f(x) =     3
                                x = x1/3 . Find f′ (x).

         Solu on




    .
                                                                                      .




                                                                                      Notes
        The cube root and its derivative

                       y
                                                          Here lim f′ (x) = ∞ and f
                                 f                              x→0
                                                          is not differen able at 0
                                             f′
                        .                         x       No ce also
                                                            lim f′ (x) = 0
                                                          x→±∞




    .
                                                                                      .




                                                                                      Notes
        One more
         Example
         Suppose f(x) = x2/3 . Use the defini on of deriva ve to find f′ (x).

         Solu on




    .
                                                                                      .

                                                                                                  . 6
.
.   V63.0121.001: Calculus I
    .                                                     Sec on 2.3: Basic Differenta on Rules
                                                                                       .


                                                                                     Notes
        x → x2/3 and its derivative

                          y
                                       f                f is not differen able at 0
                                                        and lim± f′ (x) = ±∞
                                      f′                    x→0
                          .                x            No ce also
                                                         lim f′ (x) = 0
                                                        x→±∞




    .
                                                                                     .




                                                                                     Notes
        Recap: The Tower of Power
                   y          y′
                  x2          2x1                      The power goes down by
                  x   3
                              3x2                      one in each deriva ve
                          1 −1/2                       The coefficient in the
                 x1/2     2x                           deriva ve is the power of
                          1 −2/3
                 x1/3     3x
                                                       the original func on
                          2 −1/3
                 x2/3     3x



    .
                                                                                     .




                                                                                     Notes
        The Power Rule
         There is moun ng evidence for
         Theorem (The Power Rule)
         Let r be a real number and f(x) = xr . Then

                                     f′ (x) = rxr−1

         as long as the expression on the right-hand side is defined.

             Perhaps the most famous rule in calculus
             We will assume it as of today
             We will prove it many ways for many different r.
    .
                                                                                     .

                                                                                                 . 7
.
.   V63.0121.001: Calculus I
    .                                                     Sec on 2.3: Basic Differenta on Rules
                                                                                       .


                                                                                       Notes
        Outline
         Deriva ves so far
            Deriva ves of power func ons by hand
            The Power Rule
         Deriva ves of polynomials
            The Power Rule for whole number powers
            The Power Rule for constants
            The Sum Rule
            The Constant Mul ple Rule
         Deriva ves of sine and cosine

    .
                                                                                       .




                                                                                       Notes
        Remember your algebra
         Fact
         Let n be a posi ve whole number. Then

                (x + h)n = xn + nxn−1 h + (stuff with at least two hs in it)


         Proof.
         We have
                                                                    ∑
                                                                    n
           (x + h)n = (x + h) · (x + h) · (x + h) · · · (x + h) =         ck xk hn−k
                                        n copies                    k=0

    .
                                                                                       .




                                                                                       Notes
        Pascal’s Triangle
                      .
                      1
                     1 1
                    1 2 1
                   1 3 3 1                    (x + h)0 = 1
                  1 4 6 4 1                   (x + h)1 = 1x + 1h
                                              (x + h)2 = 1x2 + 2xh + 1h2
                1 5 10 10 5 1
                                              (x + h)3 = 1x3 + 3x2 h + 3xh2 + 1h3
            1 6 15 20 15 6 1                       ... ...
    .
                                                                                       .

                                                                                                 . 8
.
.   V63.0121.001: Calculus I
    .                                                                Sec on 2.3: Basic Differenta on Rules
                                                                                                  .


                                                                                        Notes
        Proving the Power Rule
         Theorem (The Power Rule)
                                                          d n
         Let n be a posi ve whole number. Then               x = nxn−1 .
                                                          dx

         Proof.
         As we showed above,

                     (x + h)n = xn + nxn−1 h + (stuff with at least two hs in it)

                        (x + h)n − xn   nxn−1 h + (stuff with at least two hs in it)
                   So                 =
                              h                             h
                                      = nxn−1 + (stuff with at least one h in it)
         and this tends to nxn−1 as h → 0.
    .
                                                                                        .




                                                                                        Notes
        The Power Rule for constants?
                                                                     d 0
         Theorem                                              like      x = 0x−1
                                         d                           dx
         Let c be a constant. Then          c = 0.
                                                 .
                                         dx

         Proof.
         Let f(x) = c. Then

                                  f(x + h) − f(x) c − c
                                                 =      =0
                                         h          h
         So f′ (x) = lim 0 = 0.
                     h→0

    .
                                                                                        .



    .
                                                                                        Notes
        Calculus


    .
                                                                                        .

                                                                                                            . 9
.
.   V63.0121.001: Calculus I
    .                                                          Sec on 2.3: Basic Differenta on Rules
                                                                                            .


                                                                                  Notes
        Recall the Limit Laws
         Fact
         Suppose lim f(x) = L and lim g(x) = M and c is a constant. Then
                      x→a              x→a
          1. lim [f(x) + g(x)] = L + M
                x→a
          2. lim [f(x) − g(x)] = L − M
                x→a
          3. lim [cf(x)] = cL
                x→a
          4. . . .


    .
                                                                                  .




                                                                                  Notes
        Adding functions
         Theorem (The Sum Rule)
         Let f and g be func ons and define

                                  (f + g)(x) = f(x) + g(x)

         Then if f and g are differen able at x, then so is f + g and

                                 (f + g)′ (x) = f′ (x) + g′ (x).

         Succinctly, (f + g)′ = f′ + g′ .

    .
                                                                                  .




                                                                                  Notes
        Proof of the Sum Rule
         Proof.
         Follow your nose:
                                     (f + g)(x + h) − (f + g)(x)
                  (f + g)′ (x) = lim
                                h→0               h
                                     f(x + h) + g(x + h) − [f(x) + g(x)]
                             = lim
                               h→0                    h
                                     f(x + h) − f(x)       g(x + h) − g(x)
                             = lim                   + lim
                               h→0           h         h→0        h
                             = f′ (x) + g′ (x)

    .
                                                                                  .

                                                                                                      . 10
.
.   V63.0121.001: Calculus I
    .                                                         Sec on 2.3: Basic Differenta on Rules
                                                                                           .


                                                                                 Notes
        Scaling functions
         Theorem (The Constant Mul ple Rule)
         Let f be a func on and c a constant. Define

                                      (cf)(x) = cf(x)

         Then if f is differen able at x, so is cf and

                                     (cf)′ (x) = c · f′ (x)

         Succinctly, (cf)′ = cf′ .

    .
                                                                                 .




                                                                                 Notes
        Proof of Constant Multiple Rule
         Proof.
         Again, follow your nose.
                              (cf)(x + h) − (cf)(x)         cf(x + h) − cf(x)
              (cf)′ (x) = lim                       = lim
                          h→0           h               h→0         h
                               f(x + h) − f(x)        ′
                       = c lim                 = c · f (x)
                           h→0        h




    .
                                                                                 .




                                                                                 Notes
        Derivatives of polynomials
         Example
              d ( 3                  )
         Find    2x + x4 − 17x12 + 37
              dx
         Solu on

         d ( 3                  )    d ( 3)      d       d (       ) d
            2x + x4 − 17x12 + 37 =       2x + x4 +           −17x12 + (37)
         dx                         dx           dx      dx          dx
                                      d       d          d
                                  = 2 x3 + x4 − 17 x12 + 0
                                      dx      dx        dx
                                  = 2 · 3x2 + 4x3 − 17 · 12x11
                                  = 6x2 + 4x3 − 204x11
    .
                                                                                 .

                                                                                                     . 11
.
.   V63.0121.001: Calculus I
    .                                                      Sec on 2.3: Basic Differenta on Rules
                                                                                        .


                                                                                           Notes
        Outline
         Deriva ves so far
            Deriva ves of power func ons by hand
            The Power Rule
         Deriva ves of polynomials
            The Power Rule for whole number powers
            The Power Rule for constants
            The Sum Rule
            The Constant Mul ple Rule
         Deriva ves of sine and cosine

    .
                                                                                           .




                                                                                           Notes
        Derivatives of Sine and Cosine
         Fact
          d
            sin x = cos x
         dx
         Proof.
         From the defini on:
         d               sin(x + h) − sin x         ( sin x cos h + cos x sin h) − sin x
            sin x = lim                      = lim
         dx         h→0           h            h→0                   h
                                cos h − 1                 sin h
                  = sin x · lim            + cos x · lim
                            h→0      h               h→0 h
                  = sin x · 0 + cos x · 1 = cos x
    .
                                                                                           .




        Angle addition formulas                                                            Notes
        See Appendix A



                                              .




    .
                                                                                           .

                                                                                                   . 12
.
.    V63.0121.001: Calculus I
     .                                                      Sec on 2.3: Basic Differenta on Rules
                                                                                         .


         Two important trigonometric                                                         Notes
         limits
         See Section 1.4


                                                                   sin θ
                                                               lim .     =1
                                                               θ→0   θ
                                                                 cos θ − 1
                            sin θ θ                         lim            =0
                     θ                                      θ→0      θ
             .
−1                       1 − cos θ     1
     .
                                                                                             .




                                                                                             Notes
         Illustration of Sine and Cosine
                                           y

                                           .                      x
                            π         −π   0       π       π      cos x
                                       2           2
                                                                  sin x


                 f(x) = sin x has horizontal tangents where f′ = cos(x) is zero.
                 what happens at the horizontal tangents of cos?


     .
                                                                                             .




                                                                                             Notes
         Derivative of Cosine
          Fact
           d
             cos x = − sin x
          dx
          Proof.
          We already did the first. The second is similar (muta s mutandis):
          d              cos(x + h) − cos x            (cos x cos h − sin x sin h) − cos x
             cos x = lim                      = lim
          dx         h→0           h             h→0                    h
                                 cos h − 1                sin h
                   = cos x · lim            − sin x · lim
                             h→0      h               h→0 h
                   = cos x · 0 − sin x · 1 = − sin x
     .
                                                                                             .

                                                                                                     . 13
.
.   V63.0121.001: Calculus I
    .                                                Sec on 2.3: Basic Differenta on Rules
                                                                                  .


        Summary                                                         Notes
        What have we learned today?

            The Power Rule
            The deriva ve of a sum is the sum of the deriva ves
            The deriva ve of a constant mul ple of a func on is that
            constant mul ple of the deriva ve
            The deriva ve of sine is cosine
            The deriva ve of cosine is the opposite of sine.


    .
                                                                        .




                                                                        Notes




    .
                                                                        .




                                                                        Notes




    .
                                                                        .

                                                                                            . 14
.

More Related Content

What's hot

Point of inflection
Point of inflectionPoint of inflection
Point of inflectionTarun Gehlot
 
Kalman filter upload
Kalman filter uploadKalman filter upload
Kalman filter uploadTushar Tank
 
Mathcentre basic differentiation
Mathcentre basic differentiationMathcentre basic differentiation
Mathcentre basic differentiationapwazap777
 
Lesson 13: Related Rates of Change
Lesson 13: Related Rates of ChangeLesson 13: Related Rates of Change
Lesson 13: Related Rates of ChangeMatthew Leingang
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 
Lesson 13: Related Rates of Change
Lesson 13: Related Rates of ChangeLesson 13: Related Rates of Change
Lesson 13: Related Rates of ChangeMatthew Leingang
 
Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)Matthew Leingang
 

What's hot (8)

Point of inflection
Point of inflectionPoint of inflection
Point of inflection
 
Kalman filter upload
Kalman filter uploadKalman filter upload
Kalman filter upload
 
Mathcentre basic differentiation
Mathcentre basic differentiationMathcentre basic differentiation
Mathcentre basic differentiation
 
Lesson 13: Related Rates of Change
Lesson 13: Related Rates of ChangeLesson 13: Related Rates of Change
Lesson 13: Related Rates of Change
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Lesson 13: Related Rates of Change
Lesson 13: Related Rates of ChangeLesson 13: Related Rates of Change
Lesson 13: Related Rates of Change
 
Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)
 
4th Semester Mechanincal Engineering (2012-December) Question Papers
4th Semester Mechanincal Engineering (2012-December) Question Papers4th Semester Mechanincal Engineering (2012-December) Question Papers
4th Semester Mechanincal Engineering (2012-December) Question Papers
 

Viewers also liked

Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsMatthew Leingang
 
Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (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 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
 
Lesson 1: Functions and their representations (slides)
Lesson 1: Functions and their representations (slides)Lesson 1: Functions and their representations (slides)
Lesson 1: Functions and their representations (slides)Matthew Leingang
 

Viewers also liked (6)

Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper Assessments
 
Limits of functions
Limits of functionsLimits of functions
Limits of functions
 
Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (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 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)
 
Lesson 1: Functions and their representations (slides)
Lesson 1: Functions and their representations (slides)Lesson 1: Functions and their representations (slides)
Lesson 1: Functions and their representations (slides)
 

Similar to Lesson 8: Basic Differentation Rules (handout)

Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides)Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides)Matthew Leingang
 
Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides) Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides) Mel Anthony Pepito
 
Lesson 5: Continuity (handout)
Lesson 5: Continuity (handout)Lesson 5: Continuity (handout)
Lesson 5: Continuity (handout)Matthew Leingang
 
Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides) Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides) Mel Anthony Pepito
 
Lesson 10: The Chain Rule (handout)
Lesson 10: The Chain Rule (handout)Lesson 10: The Chain Rule (handout)
Lesson 10: The Chain Rule (handout)Matthew Leingang
 
Lesson 2: A Catalog of Essential Functions (handout)
Lesson 2: A Catalog of Essential Functions (handout)Lesson 2: A Catalog of Essential Functions (handout)
Lesson 2: A Catalog of Essential Functions (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 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
 
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 6: Limits Involving Infinity (handout)
Lesson 6: Limits Involving Infinity (handout)Lesson 6: Limits Involving Infinity (handout)
Lesson 6: Limits Involving Infinity (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 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Matthew Leingang
 
Lesson 12: Linear Approximations and Differentials (handout)
Lesson 12: Linear Approximations and Differentials (handout)Lesson 12: Linear Approximations and Differentials (handout)
Lesson 12: Linear Approximations and Differentials (handout)Matthew Leingang
 
Lesson 1: Functions and their representations (handout)
Lesson 1: Functions and their representations (handout)Lesson 1: Functions and their representations (handout)
Lesson 1: Functions and their representations (handout)Matthew Leingang
 
Lesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation RulesLesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation RulesMatthew Leingang
 
+ Follow Lesson 11: Implicit Differentiation (Section 21 slides
 + Follow Lesson 11: Implicit Differentiation (Section 21 slides + Follow Lesson 11: Implicit Differentiation (Section 21 slides
+ Follow Lesson 11: Implicit Differentiation (Section 21 slidesMel Anthony Pepito
 
Lesson 11: Implicit Differentiation (Section 21 slides)
Lesson 11: Implicit Differentiation (Section 21 slides)Lesson 11: Implicit Differentiation (Section 21 slides)
Lesson 11: Implicit Differentiation (Section 21 slides)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 3: The Limit of a Function (handout)
Lesson 3: The Limit of a Function (handout)Lesson 3: The Limit of a Function (handout)
Lesson 3: The Limit of a Function (handout)Matthew Leingang
 
Lesson 11: Implicit Differentiation (handout)
Lesson 11: Implicit Differentiation (handout)Lesson 11: Implicit Differentiation (handout)
Lesson 11: Implicit Differentiation (handout)Matthew Leingang
 

Similar to Lesson 8: Basic Differentation Rules (handout) (20)

Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides)Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides)
 
Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides) Lesson 8: Basic Differentiation Rules (Section 41 slides)
Lesson 8: Basic Differentiation Rules (Section 41 slides)
 
Lesson 5: Continuity (handout)
Lesson 5: Continuity (handout)Lesson 5: Continuity (handout)
Lesson 5: Continuity (handout)
 
Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides) Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)
 
Lesson 10: The Chain Rule (handout)
Lesson 10: The Chain Rule (handout)Lesson 10: The Chain Rule (handout)
Lesson 10: The Chain Rule (handout)
 
Lesson 2: A Catalog of Essential Functions (handout)
Lesson 2: A Catalog of Essential Functions (handout)Lesson 2: A Catalog of Essential Functions (handout)
Lesson 2: A Catalog of Essential Functions (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 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)
 
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 6: Limits Involving Infinity (handout)
Lesson 6: Limits Involving Infinity (handout)Lesson 6: Limits Involving Infinity (handout)
Lesson 6: Limits Involving Infinity (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 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
 
Lesson 12: Linear Approximations and Differentials (handout)
Lesson 12: Linear Approximations and Differentials (handout)Lesson 12: Linear Approximations and Differentials (handout)
Lesson 12: Linear Approximations and Differentials (handout)
 
Lesson 1: Functions and their representations (handout)
Lesson 1: Functions and their representations (handout)Lesson 1: Functions and their representations (handout)
Lesson 1: Functions and their representations (handout)
 
Lesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation RulesLesson 8: Basic Differentiation Rules
Lesson 8: Basic Differentiation Rules
 
+ Follow Lesson 11: Implicit Differentiation (Section 21 slides
 + Follow Lesson 11: Implicit Differentiation (Section 21 slides + Follow Lesson 11: Implicit Differentiation (Section 21 slides
+ Follow Lesson 11: Implicit Differentiation (Section 21 slides
 
Lesson 11: Implicit Differentiation (Section 21 slides)
Lesson 11: Implicit Differentiation (Section 21 slides)Lesson 11: Implicit Differentiation (Section 21 slides)
Lesson 11: Implicit Differentiation (Section 21 slides)
 
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 3: The Limit of a Function (handout)
Lesson 3: The Limit of a Function (handout)Lesson 3: The Limit of a Function (handout)
Lesson 3: The Limit of a Function (handout)
 
Lesson 11: Implicit Differentiation (handout)
Lesson 11: Implicit Differentiation (handout)Lesson 11: Implicit Differentiation (handout)
Lesson 11: Implicit Differentiation (handout)
 

More from Matthew Leingang

Streamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choiceStreamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choiceMatthew Leingang
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Matthew Leingang
 
Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Matthew Leingang
 
Lesson 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 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 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 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
 
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 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
 

More from Matthew Leingang (20)

Making Lesson Plans
Making Lesson PlansMaking Lesson Plans
Making Lesson Plans
 
Streamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choiceStreamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choice
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
 
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 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 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)
 
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 16: Inverse Trigonometric Functions (slides)
Lesson 16: Inverse Trigonometric Functions (slides)Lesson 16: Inverse Trigonometric Functions (slides)
Lesson 16: Inverse Trigonometric Functions (slides)
 

Recently uploaded

Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
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
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 

Recently uploaded (20)

Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
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
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 

Lesson 8: Basic Differentation Rules (handout)

  • 1. . V63.0121.001: Calculus I . Sec on 2.3: Basic Differenta on Rules . Notes Sec on 2.3 Basic Differenta on Rules V63.0121.001: Calculus I Professor Ma hew Leingang New York University . NYUMathematics . Notes Announcements Quiz 1 this week on 1.1–1.4 Quiz 2 March 3/4 on 1.5, 1.6, 2.1, 2.2, 2.3 Midterm Monday March 7 in class . . Notes Objectives Understand and use these differen a on rules: the deriva ve of a constant func on (zero); the Constant Mul ple Rule; the Sum Rule; the Difference Rule; the deriva ves of sine and cosine. . . . 1 .
  • 2. . V63.0121.001: Calculus I . Sec on 2.3: Basic Differenta on Rules . Notes Recall: the derivative Defini on Let f be a func on and a a point in the domain of f. If the limit f(a + h) − f(a) f(x) − f(a) f′ (a) = lim = lim h→0 h x→a x−a exists, the func on is said to be differen able at a and f′ (a) is the deriva ve of f at a. . . Notes The deriva ve … …measures the slope of the line through (a, f(a)) tangent to the curve y = f(x); …represents the instantaneous rate of change of f at a …produces the best possible linear approxima on to f near a. . . Notes Notation Newtonian nota on Leibnizian nota on dy d df f′ (x) y′ (x) y′ f(x) dx dx dx . . . 2 .
  • 3. . V63.0121.001: Calculus I . Sec on 2.3: Basic Differenta on Rules . Notes Link between the notations f(x + ∆x) − f(x) ∆y dy f′ (x) = lim = lim = ∆x→0 ∆x ∆x→0 ∆x dx dy Leibniz thought of as a quo ent of “infinitesimals” dx dy We think of as represen ng a limit of (finite) difference dx quo ents, not as an actual frac on itself. The nota on suggests things which are true even though they don’t follow from the nota on per se . . Notes Outline Deriva ves so far Deriva ves of power func ons by hand The Power Rule Deriva ves of polynomials The Power Rule for whole number powers The Power Rule for constants The Sum Rule The Constant Mul ple Rule Deriva ves of sine and cosine . . Notes Derivative of the squaring function Example Suppose f(x) = x2 . Use the defini on of deriva ve to find f′ (x). Solu on f(x + h) − f(x) (x + h)2 − x2 f′ (x) = lim = lim h→0 h h→0 h   + 2xh + h −   x2   2 x2   2x + h2 h ¡ = lim = lim h→0 h h→0 h = lim (2x + h) = 2x. h→0 . . . 3 .
  • 4. . V63.0121.001: Calculus I . Sec on 2.3: Basic Differenta on Rules . Notes The second derivative If f is a func on, so is f′ , and we can seek its deriva ve. f′′ = (f′ )′ It measures the rate of change of the rate of change! Leibnizian nota on: d2 y d2 d2 f 2 2 f(x) dx dx dx2 . . Notes The squaring function and its derivatives y f′ f′′ f increasing =⇒ f′ ≥ 0 f decreasing =⇒ f′ ≤ 0 . f x horizontal tangent at 0 =⇒ f′ (0) = 0 . . Notes Derivative of the cubing function Example Suppose f(x) = x3 . Use the defini on of deriva ve to find f′ (x). Solu on . . . 4 .
  • 5. . V63.0121.001: Calculus I . Sec on 2.3: Basic Differenta on Rules . Notes The cubing function and its derivatives No ce that f is increasing, y and f′ 0 except f′′ f′ f′ (0) = 0 No ce also that the f tangent line to the graph . x of f at (0, 0) crosses the graph (contrary to a popular “defini on” of the tangent line) . . Notes Derivative of the square root Example √ Suppose f(x) = x = x1/2 . Fnd f′ (x) with the defini on. Solu on √ √ f(x + h) − f(x) x+h− x f′ (x) = lim = lim h→0 √ h h→0 h √ √ √ x+h− x x+h+ x = lim · √ √ h→0 h x+h+ x (x + h) − x ¡ ¡ h 1 = lim (√ √ ) = lim (√ √ )= √ h→0 h x+h+ x h x+h+ x h→0 2 x . . Notes The square root and its derivatives y f Here lim+ f′ (x) = ∞ and f ′ x→0 f is not differen able at 0 . x No ce also lim f′ (x) = 0 x→∞ . . . 5 .
  • 6. . V63.0121.001: Calculus I . Sec on 2.3: Basic Differenta on Rules . Notes Derivative of the cube root Example √ Suppose f(x) = 3 x = x1/3 . Find f′ (x). Solu on . . Notes The cube root and its derivative y Here lim f′ (x) = ∞ and f f x→0 is not differen able at 0 f′ . x No ce also lim f′ (x) = 0 x→±∞ . . Notes One more Example Suppose f(x) = x2/3 . Use the defini on of deriva ve to find f′ (x). Solu on . . . 6 .
  • 7. . V63.0121.001: Calculus I . Sec on 2.3: Basic Differenta on Rules . Notes x → x2/3 and its derivative y f f is not differen able at 0 and lim± f′ (x) = ±∞ f′ x→0 . x No ce also lim f′ (x) = 0 x→±∞ . . Notes Recap: The Tower of Power y y′ x2 2x1 The power goes down by x 3 3x2 one in each deriva ve 1 −1/2 The coefficient in the x1/2 2x deriva ve is the power of 1 −2/3 x1/3 3x the original func on 2 −1/3 x2/3 3x . . Notes The Power Rule There is moun ng evidence for Theorem (The Power Rule) Let r be a real number and f(x) = xr . Then f′ (x) = rxr−1 as long as the expression on the right-hand side is defined. Perhaps the most famous rule in calculus We will assume it as of today We will prove it many ways for many different r. . . . 7 .
  • 8. . V63.0121.001: Calculus I . Sec on 2.3: Basic Differenta on Rules . Notes Outline Deriva ves so far Deriva ves of power func ons by hand The Power Rule Deriva ves of polynomials The Power Rule for whole number powers The Power Rule for constants The Sum Rule The Constant Mul ple Rule Deriva ves of sine and cosine . . Notes Remember your algebra Fact Let n be a posi ve whole number. Then (x + h)n = xn + nxn−1 h + (stuff with at least two hs in it) Proof. We have ∑ n (x + h)n = (x + h) · (x + h) · (x + h) · · · (x + h) = ck xk hn−k n copies k=0 . . Notes Pascal’s Triangle . 1 1 1 1 2 1 1 3 3 1 (x + h)0 = 1 1 4 6 4 1 (x + h)1 = 1x + 1h (x + h)2 = 1x2 + 2xh + 1h2 1 5 10 10 5 1 (x + h)3 = 1x3 + 3x2 h + 3xh2 + 1h3 1 6 15 20 15 6 1 ... ... . . . 8 .
  • 9. . V63.0121.001: Calculus I . Sec on 2.3: Basic Differenta on Rules . Notes Proving the Power Rule Theorem (The Power Rule) d n Let n be a posi ve whole number. Then x = nxn−1 . dx Proof. As we showed above, (x + h)n = xn + nxn−1 h + (stuff with at least two hs in it) (x + h)n − xn nxn−1 h + (stuff with at least two hs in it) So = h h = nxn−1 + (stuff with at least one h in it) and this tends to nxn−1 as h → 0. . . Notes The Power Rule for constants? d 0 Theorem like x = 0x−1 d dx Let c be a constant. Then c = 0. . dx Proof. Let f(x) = c. Then f(x + h) − f(x) c − c = =0 h h So f′ (x) = lim 0 = 0. h→0 . . . Notes Calculus . . . 9 .
  • 10. . V63.0121.001: Calculus I . Sec on 2.3: Basic Differenta on Rules . Notes Recall the Limit Laws Fact Suppose lim f(x) = L and lim g(x) = M and c is a constant. Then x→a x→a 1. lim [f(x) + g(x)] = L + M x→a 2. lim [f(x) − g(x)] = L − M x→a 3. lim [cf(x)] = cL x→a 4. . . . . . Notes Adding functions Theorem (The Sum Rule) Let f and g be func ons and define (f + g)(x) = f(x) + g(x) Then if f and g are differen able at x, then so is f + g and (f + g)′ (x) = f′ (x) + g′ (x). Succinctly, (f + g)′ = f′ + g′ . . . Notes Proof of the Sum Rule Proof. Follow your nose: (f + g)(x + h) − (f + g)(x) (f + g)′ (x) = lim h→0 h f(x + h) + g(x + h) − [f(x) + g(x)] = lim h→0 h f(x + h) − f(x) g(x + h) − g(x) = lim + lim h→0 h h→0 h = f′ (x) + g′ (x) . . . 10 .
  • 11. . V63.0121.001: Calculus I . Sec on 2.3: Basic Differenta on Rules . Notes Scaling functions Theorem (The Constant Mul ple Rule) Let f be a func on and c a constant. Define (cf)(x) = cf(x) Then if f is differen able at x, so is cf and (cf)′ (x) = c · f′ (x) Succinctly, (cf)′ = cf′ . . . Notes Proof of Constant Multiple Rule Proof. Again, follow your nose. (cf)(x + h) − (cf)(x) cf(x + h) − cf(x) (cf)′ (x) = lim = lim h→0 h h→0 h f(x + h) − f(x) ′ = c lim = c · f (x) h→0 h . . Notes Derivatives of polynomials Example d ( 3 ) Find 2x + x4 − 17x12 + 37 dx Solu on d ( 3 ) d ( 3) d d ( ) d 2x + x4 − 17x12 + 37 = 2x + x4 + −17x12 + (37) dx dx dx dx dx d d d = 2 x3 + x4 − 17 x12 + 0 dx dx dx = 2 · 3x2 + 4x3 − 17 · 12x11 = 6x2 + 4x3 − 204x11 . . . 11 .
  • 12. . V63.0121.001: Calculus I . Sec on 2.3: Basic Differenta on Rules . Notes Outline Deriva ves so far Deriva ves of power func ons by hand The Power Rule Deriva ves of polynomials The Power Rule for whole number powers The Power Rule for constants The Sum Rule The Constant Mul ple Rule Deriva ves of sine and cosine . . Notes Derivatives of Sine and Cosine Fact d sin x = cos x dx Proof. From the defini on: d sin(x + h) − sin x ( sin x cos h + cos x sin h) − sin x sin x = lim = lim dx h→0 h h→0 h cos h − 1 sin h = sin x · lim + cos x · lim h→0 h h→0 h = sin x · 0 + cos x · 1 = cos x . . Angle addition formulas Notes See Appendix A . . . . 12 .
  • 13. . V63.0121.001: Calculus I . Sec on 2.3: Basic Differenta on Rules . Two important trigonometric Notes limits See Section 1.4 sin θ lim . =1 θ→0 θ cos θ − 1 sin θ θ lim =0 θ θ→0 θ . −1 1 − cos θ 1 . . Notes Illustration of Sine and Cosine y . x π −π 0 π π cos x 2 2 sin x f(x) = sin x has horizontal tangents where f′ = cos(x) is zero. what happens at the horizontal tangents of cos? . . Notes Derivative of Cosine Fact d cos x = − sin x dx Proof. We already did the first. The second is similar (muta s mutandis): d cos(x + h) − cos x (cos x cos h − sin x sin h) − cos x cos x = lim = lim dx h→0 h h→0 h cos h − 1 sin h = cos x · lim − sin x · lim h→0 h h→0 h = cos x · 0 − sin x · 1 = − sin x . . . 13 .
  • 14. . V63.0121.001: Calculus I . Sec on 2.3: Basic Differenta on Rules . Summary Notes What have we learned today? The Power Rule The deriva ve of a sum is the sum of the deriva ves The deriva ve of a constant mul ple of a func on is that constant mul ple of the deriva ve The deriva ve of sine is cosine The deriva ve of cosine is the opposite of sine. . . Notes . . Notes . . . 14 .