SlideShare a Scribd company logo
Section 4.2
  Derivatives and the Shapes of Curves

                      V63.0121.041, Calculus I

                           New York .
                                    University


                         November 15, 2010



Announcements
   Quiz 4 this week in recitation on 3.3, 3.4, 3.5, 3.7
   There is class on November 24

                                                 .   .    .   .   .   .
Announcements




         Quiz 4 this week in
         recitation on 3.3, 3.4, 3.5,
         3.7
         There is class on
         November 24




                                                                     .   .   .      .      .     .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010       2 / 32
Objectives


         Use the derivative of a
         function to determine the
         intervals along which the
         function is increasing or
         decreasing (The
         Increasing/Decreasing
         Test)
         Use the First Derivative
         Test to classify critical
         points of a function as local
         maxima, local minima, or
         neither.


                                                                     .   .   .      .      .     .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010       3 / 32
Objectives


         Use the second derivative
         of a function to determine
         the intervals along which
         the graph of the function is
         concave up or concave
         down (The Concavity Test)
         Use the first and second
         derivative of a function to
         classify critical points as
         local maxima or local
         minima, when applicable
         (The Second Derivative
         Test)

                                                                     .   .   .      .      .     .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010       4 / 32
Outline


Recall: The Mean Value Theorem

Monotonicity
  The Increasing/Decreasing Test
  Finding intervals of monotonicity
  The First Derivative Test

Concavity
  Definitions
  Testing for Concavity
  The Second Derivative Test



                                                                     .   .   .      .      .     .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010       5 / 32
Recall: The Mean Value Theorem

Theorem (The Mean Value Theorem)


Let f be continuous on [a, b]
and differentiable on (a, b).
Then there exists a point c in
(a, b) such that
                                                                                             b
           f(b) − f(a)
                       = f′ (c).                                 .
              b−a                                                         a




                                                                      .       .   .      .       .    .

 V63.0121.041, Calculus I (NYU)    Section 4.2 The Shapes of Curves               November 15, 2010       6 / 32
Recall: The Mean Value Theorem

Theorem (The Mean Value Theorem)


Let f be continuous on [a, b]
and differentiable on (a, b).
Then there exists a point c in
(a, b) such that
                                                                                             b
           f(b) − f(a)
                       = f′ (c).                                 .
              b−a                                                         a




                                                                      .       .   .      .       .    .

 V63.0121.041, Calculus I (NYU)    Section 4.2 The Shapes of Curves               November 15, 2010       6 / 32
Recall: The Mean Value Theorem

Theorem (The Mean Value Theorem)
                                                                                  c
Let f be continuous on [a, b]
and differentiable on (a, b).
Then there exists a point c in
(a, b) such that
                                                                                             b
           f(b) − f(a)
                       = f′ (c).                                 .
              b−a                                                         a




                                                                      .       .   .      .       .    .

 V63.0121.041, Calculus I (NYU)    Section 4.2 The Shapes of Curves               November 15, 2010       6 / 32
Recall: The Mean Value Theorem

Theorem (The Mean Value Theorem)
                                                                                   c
Let f be continuous on [a, b]
and differentiable on (a, b).
Then there exists a point c in
(a, b) such that
                                                                                              b
           f(b) − f(a)
                       = f′ (c).                                  .
              b−a                                                          a


Another way to put this is that there exists a point c such that

                                  f(b) = f(a) + f′ (c)(b − a)

                                                                       .       .   .      .       .    .

 V63.0121.041, Calculus I (NYU)     Section 4.2 The Shapes of Curves               November 15, 2010       6 / 32
Why the MVT is the MITC
Most Important Theorem In Calculus!




Theorem
Let f′ = 0 on an interval (a, b). Then f is constant on (a, b).

Proof.
Pick any points x and y in (a, b) with x < y. Then f is continuous on
[x, y] and differentiable on (x, y). By MVT there exists a point z in (x, y)
such that
                          f(y) = f(x) + f′ (z)(y − x)
So f(y) = f(x). Since this is true for all x and y in (a, b), then f is
constant.


                                                                      .   .   .      .      .     .

  V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010       7 / 32
Outline


Recall: The Mean Value Theorem

Monotonicity
  The Increasing/Decreasing Test
  Finding intervals of monotonicity
  The First Derivative Test

Concavity
  Definitions
  Testing for Concavity
  The Second Derivative Test



                                                                     .   .   .      .      .     .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010       8 / 32
What does it mean for a function to be increasing?


Definition
A function f is increasing on the interval I if

                                         f(x) < f(y)

whenever x and y are two points in I with x < y.




                                                                     .   .   .      .      .     .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010       9 / 32
What does it mean for a function to be increasing?


Definition
A function f is increasing on the interval I if

                                         f(x) < f(y)

whenever x and y are two points in I with x < y.

      An increasing function “preserves order.”
      I could be bounded or infinite, open, closed, or
      half-open/half-closed.
      Write your own definition (mutatis mutandis) of decreasing,
      nonincreasing, nondecreasing


                                                                     .   .   .      .      .     .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010       9 / 32
The Increasing/Decreasing Test


Theorem (The Increasing/Decreasing Test)
If f′ > 0 on an interval, then f is increasing on that interval. If f′ < 0 on
an interval, then f is decreasing on that interval.




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   10 / 32
The Increasing/Decreasing Test


Theorem (The Increasing/Decreasing Test)
If f′ > 0 on an interval, then f is increasing on that interval. If f′ < 0 on
an interval, then f is decreasing on that interval.

Proof.
It works the same as the last theorem. Assume f′ (x) > 0 on an interval
I. Pick two points x and y in I with x < y. We must show f(x) < f(y). By
MVT there exists a point c in (x, y) such that

                                  f(y) − f(x) = f′ (c)(y − x) > 0.

So f(y) > f(x).


                                                                          .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)        Section 4.2 The Shapes of Curves           November 15, 2010   10 / 32
Finding intervals of monotonicity I

Example
Find the intervals of monotonicity of f(x) = 2x − 5.




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   11 / 32
Finding intervals of monotonicity I

Example
Find the intervals of monotonicity of f(x) = 2x − 5.

Solution
f′ (x) = 2 is always positive, so f is increasing on (−∞, ∞).




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   11 / 32
Finding intervals of monotonicity I

Example
Find the intervals of monotonicity of f(x) = 2x − 5.

Solution
f′ (x) = 2 is always positive, so f is increasing on (−∞, ∞).

Example
Describe the monotonicity of f(x) = arctan(x).




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   11 / 32
Finding intervals of monotonicity I

Example
Find the intervals of monotonicity of f(x) = 2x − 5.

Solution
f′ (x) = 2 is always positive, so f is increasing on (−∞, ∞).

Example
Describe the monotonicity of f(x) = arctan(x).

Solution
                       1
Since f′ (x) =              is always positive, f(x) is always increasing.
                     1 + x2

                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   11 / 32
Finding intervals of monotonicity II

Example
Find the intervals of monotonicity of f(x) = x2 − 1.




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   12 / 32
Finding intervals of monotonicity II

Example
Find the intervals of monotonicity of f(x) = x2 − 1.

Solution

      f′ (x) = 2x, which is positive when x > 0 and negative when x is.




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   12 / 32
Finding intervals of monotonicity II

Example
Find the intervals of monotonicity of f(x) = x2 − 1.

Solution

      f′ (x) = 2x, which is positive when x > 0 and negative when x is.
      We can draw a number line:
                         −                        0.            +            f′
                                                  0




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   12 / 32
Finding intervals of monotonicity II

Example
Find the intervals of monotonicity of f(x) = x2 − 1.

Solution

      f′ (x) = 2x, which is positive when x > 0 and negative when x is.
      We can draw a number line:
                         −                        0.            +            f′
                        ↘                         0             ↗            f




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   12 / 32
Finding intervals of monotonicity II

Example
Find the intervals of monotonicity of f(x) = x2 − 1.

Solution

      f′ (x) = 2x, which is positive when x > 0 and negative when x is.
      We can draw a number line:
                         −                        0.            +            f′
                        ↘                         0             ↗            f


      So f is decreasing on (−∞, 0) and increasing on (0, ∞).



                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   12 / 32
Finding intervals of monotonicity II

Example
Find the intervals of monotonicity of f(x) = x2 − 1.

Solution

      f′ (x) = 2x, which is positive when x > 0 and negative when x is.
      We can draw a number line:
                         −                        0.            +            f′
                        ↘                         0             ↗            f


      So f is decreasing on (−∞, 0) and increasing on (0, ∞).
      In fact we can say f is decreasing on (−∞, 0] and increasing on
      [0, ∞)
                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   12 / 32
Finding intervals of monotonicity III

Example
Find the intervals of monotonicity of f(x) = x2/3 (x + 2).




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   13 / 32
Finding intervals of monotonicity III

Example
Find the intervals of monotonicity of f(x) = x2/3 (x + 2).

Solution

                   f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4)
                            3
                                                     1


The critical points are 0 and and −4/5.
                       −           ×.                          +
                                                                         x−1/3
                                   0
                       −     0                                 +
                                                                         5x + 4
                            −4/5



                                                                     .    .      .    .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves            November 15, 2010   13 / 32
Finding intervals of monotonicity III

Example
Find the intervals of monotonicity of f(x) = x2/3 (x + 2).

Solution

                   f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4)
                            3
                                                     1


The critical points are 0 and and −4/5.
                       −           ×.                          +
                                                                         x−1/3
                                   0
                       −     0                                 +
                                                                         5x + 4
                            −4/5
                             0     ×                                     f′ (x)
                                  −4/5          0                        f(x)

                                                                     .     .       .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves                November 15, 2010   13 / 32
Finding intervals of monotonicity III

Example
Find the intervals of monotonicity of f(x) = x2/3 (x + 2).

Solution

                   f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4)
                            3
                                                     1


The critical points are 0 and and −4/5.
                       −           ×.                          +
                                                                         x−1/3
                                   0
                       −     0                                 +
                                                                         5x + 4
                            −4/5
                       +     0     ×                                     f′ (x)
                                  −4/5          0                        f(x)

                                                                     .     .       .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves                November 15, 2010   13 / 32
Finding intervals of monotonicity III

Example
Find the intervals of monotonicity of f(x) = x2/3 (x + 2).

Solution

                   f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4)
                            3
                                                     1


The critical points are 0 and and −4/5.
                       −           ×.                          +
                                                                         x−1/3
                                   0
                       −     0                                 +
                                                                         5x + 4
                            −4/5
                       +     0 − ×                                       f′ (x)
                                  −4/5          0                        f(x)

                                                                     .     .       .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves                November 15, 2010   13 / 32
Finding intervals of monotonicity III

Example
Find the intervals of monotonicity of f(x) = x2/3 (x + 2).

Solution

                   f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4)
                            3
                                                     1


The critical points are 0 and and −4/5.
                       −           ×.                          +
                                                                         x−1/3
                                   0
                       −     0                                 +
                                                                         5x + 4
                            −4/5
                       +     0 − ×                             +         f′ (x)
                                  −4/5          0                        f(x)

                                                                     .     .       .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves                November 15, 2010   13 / 32
Finding intervals of monotonicity III

Example
Find the intervals of monotonicity of f(x) = x2/3 (x + 2).

Solution

                   f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4)
                            3
                                                     1


The critical points are 0 and and −4/5.
                       −           ×.                          +
                                                                         x−1/3
                                   0
                       −     0                                 +
                                                                         5x + 4
                            −4/5
                       +     0 − ×                             +         f′ (x)
                       ↗ −4/5      0                                     f(x)

                                                                     .     .       .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves                November 15, 2010   13 / 32
Finding intervals of monotonicity III

Example
Find the intervals of monotonicity of f(x) = x2/3 (x + 2).

Solution

                   f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4)
                            3
                                                     1


The critical points are 0 and and −4/5.
                       −           ×.                          +
                                                                         x−1/3
                                   0
                       −     0                                 +
                                                                         5x + 4
                            −4/5
                       +     0 − ×                             +         f′ (x)
                       ↗ −4/5 ↘ 0                                        f(x)

                                                                     .     .       .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves                November 15, 2010   13 / 32
Finding intervals of monotonicity III

Example
Find the intervals of monotonicity of f(x) = x2/3 (x + 2).

Solution

                   f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4)
                            3
                                                     1


The critical points are 0 and and −4/5.
                       −           ×.                          +
                                                                         x−1/3
                                   0
                       −     0                                 +
                                                                         5x + 4
                            −4/5
                       +     0 − ×                            +          f′ (x)
                       ↗ −4/5 ↘ 0                             ↗          f(x)

                                                                     .     .       .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves                November 15, 2010   13 / 32
The First Derivative Test



Theorem (The First Derivative Test)
Let f be continuous on [a, b] and c a critical point of f in (a, b).
      If f′ changes from positive to negative at c, then c is a local
      maximum.
      If f′ changes from negative to positive at c, then c is a local
      minimum.
      If f′ (x) has the same sign on either side of c, then c is not a local
      extremum.




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   14 / 32
Finding intervals of monotonicity II

Example
Find the intervals of monotonicity of f(x) = x2 − 1.

Solution

      f′ (x) = 2x, which is positive when x > 0 and negative when x is.
      We can draw a number line:
                         −                        0.            +            f′
                        ↘                         0             ↗            f


      So f is decreasing on (−∞, 0) and increasing on (0, ∞).
      In fact we can say f is decreasing on (−∞, 0] and increasing on
      [0, ∞)
                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   15 / 32
Finding intervals of monotonicity II

Example
Find the intervals of monotonicity of f(x) = x2 − 1.

Solution

      f′ (x) = 2x, which is positive when x > 0 and negative when x is.
      We can draw a number line:
                         −                       0.             +            f′
                        ↘                        0              ↗            f
                                                min
      So f is decreasing on (−∞, 0) and increasing on (0, ∞).
      In fact we can say f is decreasing on (−∞, 0] and increasing on
      [0, ∞)
                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   15 / 32
Finding intervals of monotonicity III

Example
Find the intervals of monotonicity of f(x) = x2/3 (x + 2).

Solution

                   f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4)
                            3
                                                     1


The critical points are 0 and and −4/5.
                       −           ×.                          +
                                                                         x−1/3
                                   0
                       −     0                                 +
                                                                         5x + 4
                            −4/5
                       +     0 − ×                            +          f′ (x)
                       ↗ −4/5 ↘ 0                             ↗          f(x)

                                                                     .     .       .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves                November 15, 2010   16 / 32
Finding intervals of monotonicity III

Example
Find the intervals of monotonicity of f(x) = x2/3 (x + 2).

Solution

                   f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4)
                            3
                                                     1


The critical points are 0 and and −4/5.
                       −           ×.                          +
                                                                         x−1/3
                                   0
                       −     0                                 +
                                                                         5x + 4
                            −4/5
                       +     0 − ×                            +          f′ (x)
                       ↗ −4/5 ↘ 0                             ↗          f(x)
                            max
                                                                     .     .       .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves                November 15, 2010   16 / 32
Finding intervals of monotonicity III

Example
Find the intervals of monotonicity of f(x) = x2/3 (x + 2).

Solution

                   f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4)
                            3
                                                     1


The critical points are 0 and and −4/5.
                       −           ×.                          +
                                                                         x−1/3
                                   0
                       −     0                                 +
                                                                         5x + 4
                            −4/5
                       +     0 − ×                            +          f′ (x)
                       ↗ −4/5 ↘ 0                             ↗          f(x)
                            max min
                                                                     .     .       .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves                November 15, 2010   16 / 32
Outline


Recall: The Mean Value Theorem

Monotonicity
  The Increasing/Decreasing Test
  Finding intervals of monotonicity
  The First Derivative Test

Concavity
  Definitions
  Testing for Concavity
  The Second Derivative Test



                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   17 / 32
Concavity
Definition
The graph of f is called concave upwards on an interval if it lies above
all its tangents on that interval. The graph of f is called concave
downwards on an interval if it lies below all its tangents on that
interval.




                   .                                                     .

         concave up                        concave down
We sometimes say a concave up graph “holds water” and a concave
down graph “spills water”.
                                                                     .       .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves               November 15, 2010   18 / 32
Synonyms for concavity




Remark

      “concave up” = “concave upwards” = “convex”
      “concave down” = “concave downwards” = “concave”




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   19 / 32
Inflection points indicate a change in concavity

Definition
A point P on a curve y = f(x) is called an inflection point if f is
continuous at P and the curve changes from concave upward to
concave downward at P (or vice versa).



                                           concave up
                                  inflection point
                                              .
                                  concave
                                  down



                                                                      .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)    Section 4.2 The Shapes of Curves           November 15, 2010   20 / 32
Theorem (Concavity Test)

      If f′′ (x) > 0 for all x in an interval, then the graph of f is concave
      upward on that interval.
      If f′′ (x) < 0 for all x in an interval, then the graph of f is concave
      downward on that interval.




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   21 / 32
Theorem (Concavity Test)

      If f′′ (x) > 0 for all x in an interval, then the graph of f is concave
      upward on that interval.
      If f′′ (x) < 0 for all x in an interval, then the graph of f is concave
      downward on that interval.

Proof.
Suppose f′′ (x) > 0 on the interval I (which could be infinite). This
means f′ is increasing on I. Let a and x be in I. The tangent line
through (a, f(a)) is the graph of

                                  L(x) = f(a) + f′ (a)(x − a)

By MVT, there exists a c between a and x with

                                  f(x) = f(a) + f′ (c)(x − a)

Since f′ is increasing, f(x) > L(x).                                   .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)     Section 4.2 The Shapes of Curves           November 15, 2010   21 / 32
Finding Intervals of Concavity I


Example
Find the intervals of concavity for the graph of f(x) = x3 + x2 .




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   22 / 32
Finding Intervals of Concavity I


Example
Find the intervals of concavity for the graph of f(x) = x3 + x2 .

Solution

      We have f′ (x) = 3x2 + 2x, so f′′ (x) = 6x + 2.




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   22 / 32
Finding Intervals of Concavity I


Example
Find the intervals of concavity for the graph of f(x) = x3 + x2 .

Solution

      We have f′ (x) = 3x2 + 2x, so f′′ (x) = 6x + 2.
      This is negative when x < −1/3, positive when x > −1/3, and 0
      when x = −1/3




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   22 / 32
Finding Intervals of Concavity I


Example
Find the intervals of concavity for the graph of f(x) = x3 + x2 .

Solution

      We have f′ (x) = 3x2 + 2x, so f′′ (x) = 6x + 2.
      This is negative when x < −1/3, positive when x > −1/3, and 0
      when x = −1/3
      So f is concave down on the open interval (−∞, −1/3), concave up
      on the open interval (−1/3, ∞), and has an inflection point at the
      point (−1/3, 2/27)



                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   22 / 32
Finding Intervals of Concavity II

Example
Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2).




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   23 / 32
Finding Intervals of Concavity II

Example
Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2).

Solution
                           10 −1/3 4 −4/3 2 −4/3
We have f′′ (x) =            x    − x     = x    (5x − 2).
                           9        9      9
                             +     ×
                                   .          +
                                                      x−4/3
                                   0
                             −         0      +
                                                      5x − 2
                                      2/5




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   23 / 32
Finding Intervals of Concavity II

Example
Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2).

Solution
                           10 −1/3 4 −4/3 2 −4/3
We have f′′ (x) =            x    − x     = x    (5x − 2).
                           9        9      9
                             +     ×
                                   .          +
                                                      x−4/3
                                   0
                             −         0      +
                                                      5x − 2
                                      2/5
                                   ×   0              f′′ (x)
                                   0  2/5             f(x)


                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   23 / 32
Finding Intervals of Concavity II

Example
Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2).

Solution
                           10 −1/3 4 −4/3 2 −4/3
We have f′′ (x) =            x    − x     = x    (5x − 2).
                           9        9      9
                             +     ×
                                   .          +
                                                      x−4/3
                                   0
                             −         0      +
                                                      5x − 2
                                      2/5
                            −−     ×   0              f′′ (x)
                                   0  2/5             f(x)


                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   23 / 32
Finding Intervals of Concavity II

Example
Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2).

Solution
                           10 −1/3 4 −4/3 2 −4/3
We have f′′ (x) =            x    − x      = x   (5x − 2).
                           9         9      9
                             +     ×.          +
                                                      x−4/3
                                   0
                             −          0      +
                                                      5x − 2
                                       2/5
                            −−     ×−− 0              f′′ (x)
                                   0   2/5            f(x)


                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   23 / 32
Finding Intervals of Concavity II

Example
Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2).

Solution
                           10 −1/3 4 −4/3 2 −4/3
We have f′′ (x) =            x    − x      = x   (5x − 2).
                           9         9      9
                             +     ×.          +
                                                      x−4/3
                                   0
                             −          0      +
                                                      5x − 2
                                       2/5
                            −−     ×−− 0      ++      f′′ (x)
                                    0        2/5                         f(x)


                                                                     .   .      .    .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   23 / 32
Finding Intervals of Concavity II

Example
Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2).

Solution
                           10 −1/3 4 −4/3 2 −4/3
We have f′′ (x) =            x    − x      = x   (5x − 2).
                           9         9      9
                             +     ×.          +
                                                      x−4/3
                                   0
                             −          0      +
                                                      5x − 2
                                       2/5
                            −−     ×−− 0      ++      f′′ (x)
                             ⌢     0   2/5            f(x)


                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   23 / 32
Finding Intervals of Concavity II

Example
Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2).

Solution
                           10 −1/3 4 −4/3 2 −4/3
We have f′′ (x) =            x    − x      = x   (5x − 2).
                           9         9      9
                             +     ×.          +
                                                      x−4/3
                                   0
                             −          0      +
                                                      5x − 2
                                       2/5
                            −−     ×−− 0      ++      f′′ (x)
                             ⌢     0 ⌢ 2/5            f(x)


                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   23 / 32
Finding Intervals of Concavity II

Example
Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2).

Solution
                           10 −1/3 4 −4/3 2 −4/3
We have f′′ (x) =            x    − x      = x   (5x − 2).
                           9         9      9
                             +     ×.          +
                                                      x−4/3
                                   0
                             −          0      +
                                                      5x − 2
                                       2/5
                            −−     ×−− 0      ++      f′′ (x)
                             ⌢     0 ⌢ 2/5     ⌣      f(x)


                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   23 / 32
Finding Intervals of Concavity II

Example
Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2).

Solution
                           10 −1/3 4 −4/3 2 −4/3
We have f′′ (x) =            x    − x      = x   (5x − 2).
                           9         9      9
                             +     ×.          +
                                                      x−4/3
                                   0
                             −          0      +
                                                      5x − 2
                                       2/5
                            −−     ×−− 0      ++      f′′ (x)
                             ⌢     0 ⌢ 2/5     ⌣      f(x)
                                             IP

                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   23 / 32
The Second Derivative Test

Theorem (The Second Derivative Test)
Let f, f′ , and f′′ be continuous on [a, b]. Let c be be a point in (a, b) with
f′ (c) = 0.
      If f′′ (c) < 0, then c is a local maximum.
      If f′′ (c) > 0, then c is a local minimum.




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   24 / 32
The Second Derivative Test

Theorem (The Second Derivative Test)
Let f, f′ , and f′′ be continuous on [a, b]. Let c be be a point in (a, b) with
f′ (c) = 0.
      If f′′ (c) < 0, then c is a local maximum.
      If f′′ (c) > 0, then c is a local minimum.

Remarks

      If f′′ (c) = 0, the second derivative test is inconclusive (this does
      not mean c is neither; we just don’t know yet).
      We look for zeroes of f′ and plug them into f′′ to determine if their f
      values are local extreme values.


                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   24 / 32
Proof of the Second Derivative Test

Proof.
Suppose f′ (c) = 0 and f′′ (c) > 0.

                                                                 +                 f′′ = (f′ )′
                                                                  .
                                                                 c                 f′
                                                                 0                 f′
                                                                 c                 f




                                                                      .   .    .        .    .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves            November 15, 2010   25 / 32
Proof of the Second Derivative Test

Proof.
Suppose f′ (c) = 0 and f′′ (c) > 0.

       Since f′′ is continuous,                                                    f′′ = (f′ )′
                                                                 +
       f′′ (x) > 0 for all x                                      .
       sufficiently close to c.
                                                                 c                 f′
                                                                 0                 f′
                                                                 c                 f




                                                                      .   .    .        .    .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves            November 15, 2010   25 / 32
Proof of the Second Derivative Test

Proof.
Suppose f′ (c) = 0 and f′′ (c) > 0.

       Since f′′ is continuous,                                                    f′′ = (f′ )′
                                                       +         +
       f′′ (x) > 0 for all x                                      .
       sufficiently close to c.
                                                                 c                 f′
                                                                 0                 f′
                                                                 c                 f




                                                                      .   .    .        .    .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves            November 15, 2010   25 / 32
Proof of the Second Derivative Test

Proof.
Suppose f′ (c) = 0 and f′′ (c) > 0.

       Since f′′ is continuous,                                                    f′′ = (f′ )′
                                                       +         +        +
       f′′ (x) > 0 for all x                                      .
       sufficiently close to c.
                                                                 c                 f′
                                                                 0                 f′
                                                                 c                 f




                                                                      .   .    .        .    .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves            November 15, 2010   25 / 32
Proof of the Second Derivative Test

Proof.
Suppose f′ (c) = 0 and f′′ (c) > 0.

       Since f′′ is continuous,                                                    f′′ = (f′ )′
                                                       +         +        +
       f′′ (x) > 0 for all x                                      .
       sufficiently close to c.
                                                                 c                 f′
                                                                 0                 f′
       Since f′′ = (f′ )′ , we know f′                           c                 f
       is increasing near c.




                                                                      .   .    .        .    .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves            November 15, 2010   25 / 32
Proof of the Second Derivative Test

Proof.
Suppose f′ (c) = 0 and f′′ (c) > 0.

       Since f′′ is continuous,                                                    f′′ = (f′ )′
                                                      +          +        +
       f′′ (x) > 0 for all x                                      .
       sufficiently close to c.                       ↗          c                 f′
                                                                 0                 f′
       Since f′′ = (f′ )′ , we know f′                           c                 f
       is increasing near c.




                                                                      .   .    .        .    .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves            November 15, 2010   25 / 32
Proof of the Second Derivative Test

Proof.
Suppose f′ (c) = 0 and f′′ (c) > 0.

       Since f′′ is continuous,                                                    f′′ = (f′ )′
                                                      +          +        +
       f′′ (x) > 0 for all x                                      .
       sufficiently close to c.                       ↗          c        ↗        f′
                                                                 0                 f′
       Since f′′ = (f′ )′ , we know f′                           c                 f
       is increasing near c.




                                                                      .   .    .        .    .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves            November 15, 2010   25 / 32
Proof of the Second Derivative Test

Proof.
Suppose f′ (c) = 0 and f′′ (c) > 0.

       Since f′′ is continuous,                                                    f′′ = (f′ )′
                                                      +          +        +
       f′′ (x) > 0 for all x                                      .
       sufficiently close to c.                       ↗          c        ↗        f′
                                                                 0                 f′
       Since f′′ = (f′ )′ , we know f′                           c                 f
       is increasing near c.

      Since f′ (c) = 0 and f′ is increasing, f′ (x) < 0 for x close to c and
      less than c, and f′ (x) > 0 for x close to c and more than c.




                                                                      .   .    .        .    .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves            November 15, 2010   25 / 32
Proof of the Second Derivative Test

Proof.
Suppose f′ (c) = 0 and f′′ (c) > 0.

       Since f′′ is continuous,                                                    f′′ = (f′ )′
                                                      +          +        +
       f′′ (x) > 0 for all x                                      .
       sufficiently close to c.                       ↗          c        ↗        f′
                                                      −          0                 f′
       Since f′′ = (f′ )′ , we know f′                           c                 f
       is increasing near c.

      Since f′ (c) = 0 and f′ is increasing, f′ (x) < 0 for x close to c and
      less than c, and f′ (x) > 0 for x close to c and more than c.




                                                                      .   .    .        .    .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves            November 15, 2010   25 / 32
Proof of the Second Derivative Test

Proof.
Suppose f′ (c) = 0 and f′′ (c) > 0.

       Since f′′ is continuous,                                                    f′′ = (f′ )′
                                                      +          +        +
       f′′ (x) > 0 for all x                                      .
       sufficiently close to c.                       ↗          c        ↗        f′
                                                      −          0        +        f′
       Since f′′ = (f′ )′ , we know f′                           c                 f
       is increasing near c.

      Since f′ (c) = 0 and f′ is increasing, f′ (x) < 0 for x close to c and
      less than c, and f′ (x) > 0 for x close to c and more than c.




                                                                      .   .    .        .    .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves            November 15, 2010   25 / 32
Proof of the Second Derivative Test

Proof.
Suppose f′ (c) = 0 and f′′ (c) > 0.

       Since f′′ is continuous,                                                    f′′ = (f′ )′
                                                      +          +        +
       f′′ (x) > 0 for all x                                      .
       sufficiently close to c.                       ↗          c        ↗        f′
                                                      −          0        +        f′
       Since f′′ = (f′ )′ , we know f′                           c                 f
       is increasing near c.

      Since f′ (c) = 0 and f′ is increasing, f′ (x) < 0 for x close to c and
      less than c, and f′ (x) > 0 for x close to c and more than c.
      This means f′ changes sign from negative to positive at c, which
      means (by the First Derivative Test) that f has a local minimum
      at c.

                                                                      .   .    .        .    .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves            November 15, 2010   25 / 32
Proof of the Second Derivative Test

Proof.
Suppose f′ (c) = 0 and f′′ (c) > 0.

       Since f′′ is continuous,                                                    f′′ = (f′ )′
                                                      +          +        +
       f′′ (x) > 0 for all x                                      .
       sufficiently close to c.                       ↗          c        ↗        f′
                                                      −          0        +        f′
       Since f′′ = (f′ )′ , we know f′
                                                      ↘          c                 f
       is increasing near c.

      Since f′ (c) = 0 and f′ is increasing, f′ (x) < 0 for x close to c and
      less than c, and f′ (x) > 0 for x close to c and more than c.
      This means f′ changes sign from negative to positive at c, which
      means (by the First Derivative Test) that f has a local minimum
      at c.

                                                                      .   .    .        .    .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves            November 15, 2010   25 / 32
Proof of the Second Derivative Test

Proof.
Suppose f′ (c) = 0 and f′′ (c) > 0.

       Since f′′ is continuous,                                                    f′′ = (f′ )′
                                                      +          +        +
       f′′ (x) > 0 for all x                                      .
       sufficiently close to c.                       ↗          c        ↗        f′
                                                      −          0        +        f′
       Since f′′ = (f′ )′ , we know f′
                                                      ↘          c        ↗        f
       is increasing near c.

      Since f′ (c) = 0 and f′ is increasing, f′ (x) < 0 for x close to c and
      less than c, and f′ (x) > 0 for x close to c and more than c.
      This means f′ changes sign from negative to positive at c, which
      means (by the First Derivative Test) that f has a local minimum
      at c.

                                                                      .   .    .        .    .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves            November 15, 2010   25 / 32
Proof of the Second Derivative Test

Proof.
Suppose f′ (c) = 0 and f′′ (c) > 0.

       Since f′′ is continuous,                                                   f′′ = (f′ )′
                                                      +        +         +
       f′′ (x) > 0 for all x                                     .
       sufficiently close to c.                       ↗         c        ↗        f′
                                                      −         0        +        f′
       Since f′′ = (f′ )′ , we know f′
                                                      ↘         c        ↗        f
       is increasing near c.                                   min

      Since f′ (c) = 0 and f′ is increasing, f′ (x) < 0 for x close to c and
      less than c, and f′ (x) > 0 for x close to c and more than c.
      This means f′ changes sign from negative to positive at c, which
      means (by the First Derivative Test) that f has a local minimum
      at c.

                                                                     .   .    .        .    .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   25 / 32
Using the Second Derivative Test I



Example
Find the local extrema of f(x) = x3 + x2 .




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   26 / 32
Using the Second Derivative Test I



Example
Find the local extrema of f(x) = x3 + x2 .

Solution

      f′ (x) = 3x2 + 2x = x(3x + 2) is 0 when x = 0 or x = −2/3.




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   26 / 32
Using the Second Derivative Test I



Example
Find the local extrema of f(x) = x3 + x2 .

Solution

      f′ (x) = 3x2 + 2x = x(3x + 2) is 0 when x = 0 or x = −2/3.
      Remember f′′ (x) = 6x + 2




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   26 / 32
Using the Second Derivative Test I



Example
Find the local extrema of f(x) = x3 + x2 .

Solution

      f′ (x) = 3x2 + 2x = x(3x + 2) is 0 when x = 0 or x = −2/3.
      Remember f′′ (x) = 6x + 2
      Since f′′ (−2/3) = −2 < 0, −2/3 is a local maximum.




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   26 / 32
Using the Second Derivative Test I



Example
Find the local extrema of f(x) = x3 + x2 .

Solution

      f′ (x) = 3x2 + 2x = x(3x + 2) is 0 when x = 0 or x = −2/3.
      Remember f′′ (x) = 6x + 2
      Since f′′ (−2/3) = −2 < 0, −2/3 is a local maximum.
      Since f′′ (0) = 2 > 0, 0 is a local minimum.




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   26 / 32
Using the Second Derivative Test II

Example
Find the local extrema of f(x) = x2/3 (x + 2)




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   27 / 32
Using the Second Derivative Test II

Example
Find the local extrema of f(x) = x2/3 (x + 2)

Solution
                                  1 −1/3
      Remember f′ (x) =             x    (5x + 4) which is zero when x = −4/5
                                  3




                                                                       .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)     Section 4.2 The Shapes of Curves           November 15, 2010   27 / 32
Using the Second Derivative Test II

Example
Find the local extrema of f(x) = x2/3 (x + 2)

Solution
                         1 −1/3
      Remember f′ (x) =    x    (5x + 4) which is zero when x = −4/5
                         3
                         10 −4/3
      Remember f′′ (x) =     x    (5x − 2), which is negative when
                          9
      x = −4/5




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   27 / 32
Using the Second Derivative Test II

Example
Find the local extrema of f(x) = x2/3 (x + 2)

Solution
                         1 −1/3
      Remember f′ (x) =    x    (5x + 4) which is zero when x = −4/5
                         3
                         10 −4/3
      Remember f′′ (x) =     x    (5x − 2), which is negative when
                          9
      x = −4/5
      So x = −4/5 is a local maximum.




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   27 / 32
Using the Second Derivative Test II

Example
Find the local extrema of f(x) = x2/3 (x + 2)

Solution
                         1 −1/3
      Remember f′ (x) =    x    (5x + 4) which is zero when x = −4/5
                         3
                         10 −4/3
      Remember f′′ (x) =     x    (5x − 2), which is negative when
                          9
      x = −4/5
      So x = −4/5 is a local maximum.
      Notice the Second Derivative Test doesn’t catch the local
      minimum x = 0 since f is not differentiable there.


                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   27 / 32
Using the Second Derivative Test II: Graph


Graph of f(x) = x2/3 (x + 2):
                                               y

                             (−4/5, 1.03413)
                                                       (2/5, 1.30292)

                                              .                                            x
                          (−2, 0)          (0, 0)




                                                                       .   .    .      .       .   .

 V63.0121.041, Calculus I (NYU)     Section 4.2 The Shapes of Curves           November 15, 2010   28 / 32
When the second derivative is zero


Remark

      At inflection points c, if f′ is differentiable at c, then f′′ (c) = 0
      If f′′ (c) = 0, must f have an inflection point at c?




                                                                     .   .    .      .      .    .

 V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   29 / 32
When the second derivative is zero


Remark

      At inflection points c, if f′ is differentiable at c, then f′′ (c) = 0
      If f′′ (c) = 0, must f have an inflection point at c?
Consider these examples:

                          f(x) = x4         g(x) = −x4                   h(x) = x3




                                                                          .   .      .    .      .    .

 V63.0121.041, Calculus I (NYU)       Section 4.2 The Shapes of Curves            November 15, 2010   29 / 32
When first and second derivative are zero



          function                       derivatives                           graph               type
                                   f′ (x) = 4x3 , f′ (0) = 0
         f(x) = x4                                                                                 min
                                  f′′ (x) = 12x2 , f′′ (0) = 0                     .
                                                                                   .
                                  g′ (x) = −4x3 , g′ (0) = 0
       g(x) =      −x4                                                                             max
                              g′′ (x) = −12x2 , g′′ (0) = 0
                                  h′ (x) = 3x2 , h′ (0) = 0
        h(x) =      x3                                                                             infl.
                                   h′′ (x) = 6x, h′′ (0) = 0                       .




                                                                           .   .        .      .      .    .

 V63.0121.041, Calculus I (NYU)         Section 4.2 The Shapes of Curves               November 15, 2010   30 / 32
When the second derivative is zero


Remark

      At inflection points c, if f′ is differentiable at c, then f′′ (c) = 0
      If f′′ (c) = 0, must f have an inflection point at c?
Consider these examples:

                          f(x) = x4         g(x) = −x4                   h(x) = x3

All of them have critical points at zero with a second derivative of zero.
But the first has a local min at 0, the second has a local max at 0, and
the third has an inflection point at 0. This is why we say 2DT has
nothing to say when f′′ (c) = 0.


                                                                          .   .      .    .      .    .

 V63.0121.041, Calculus I (NYU)       Section 4.2 The Shapes of Curves            November 15, 2010   31 / 32
Summary




     Concepts: Mean Value Theorem, monotonicity, concavity
     Facts: derivatives can detect monotonicity and concavity
     Techniques for drawing curves: the Increasing/Decreasing Test
     and the Concavity Test
     Techniques for finding extrema: the First Derivative Test and the
     Second Derivative Test




                                                                    .   .    .      .      .    .

V63.0121.041, Calculus I (NYU)   Section 4.2 The Shapes of Curves           November 15, 2010   32 / 32

More Related Content

What's hot

Lesson 21: Curve Sketching (Section 041 slides)
Lesson 21: Curve Sketching (Section 041 slides)Lesson 21: Curve Sketching (Section 041 slides)
Lesson 21: Curve Sketching (Section 041 slides)
Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)
Matthew Leingang
 
Lesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremLesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremMatthew Leingang
 
Lesson 25: The Fundamental Theorem of Calculus
Lesson 25: The Fundamental Theorem of CalculusLesson 25: The Fundamental Theorem of Calculus
Lesson 25: The Fundamental Theorem of CalculusMatthew Leingang
 
Lesson 21: Curve Sketching
Lesson 21: Curve SketchingLesson 21: Curve Sketching
Lesson 21: Curve SketchingMatthew Leingang
 
Lesson 23: Antiderivatives (Section 041 slides)
Lesson 23: Antiderivatives (Section 041 slides)Lesson 23: Antiderivatives (Section 041 slides)
Lesson 23: Antiderivatives (Section 041 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)Matthew Leingang
 
Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)Matthew Leingang
 
Lesson15 -exponential_growth_and_decay_021_slides
Lesson15  -exponential_growth_and_decay_021_slidesLesson15  -exponential_growth_and_decay_021_slides
Lesson15 -exponential_growth_and_decay_021_slidesMatthew Leingang
 
Quantum Minimax Theorem in Statistical Decision Theory (RIMS2014)
Quantum Minimax Theorem in Statistical Decision Theory (RIMS2014)Quantum Minimax Theorem in Statistical Decision Theory (RIMS2014)
Quantum Minimax Theorem in Statistical Decision Theory (RIMS2014)
tanafuyu
 
Lesson 8: Basic Differentiation Rules (Section 41 handout)
Lesson 8: Basic Differentiation Rules (Section 41 handout)Lesson 8: Basic Differentiation Rules (Section 41 handout)
Lesson 8: Basic Differentiation Rules (Section 41 handout)Matthew Leingang
 

What's hot (12)

Lesson 21: Curve Sketching (Section 041 slides)
Lesson 21: Curve Sketching (Section 041 slides)Lesson 21: Curve Sketching (Section 041 slides)
Lesson 21: Curve Sketching (Section 041 slides)
 
Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)
 
Lesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremLesson 19: The Mean Value Theorem
Lesson 19: The Mean Value Theorem
 
Lesson 25: The Fundamental Theorem of Calculus
Lesson 25: The Fundamental Theorem of CalculusLesson 25: The Fundamental Theorem of Calculus
Lesson 25: The Fundamental Theorem of Calculus
 
Lesson 21: Curve Sketching
Lesson 21: Curve SketchingLesson 21: Curve Sketching
Lesson 21: Curve Sketching
 
Lesson 23: Antiderivatives (Section 041 slides)
Lesson 23: Antiderivatives (Section 041 slides)Lesson 23: Antiderivatives (Section 041 slides)
Lesson 23: Antiderivatives (Section 041 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 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)
 
Lesson15 -exponential_growth_and_decay_021_slides
Lesson15  -exponential_growth_and_decay_021_slidesLesson15  -exponential_growth_and_decay_021_slides
Lesson15 -exponential_growth_and_decay_021_slides
 
Quantum Minimax Theorem in Statistical Decision Theory (RIMS2014)
Quantum Minimax Theorem in Statistical Decision Theory (RIMS2014)Quantum Minimax Theorem in Statistical Decision Theory (RIMS2014)
Quantum Minimax Theorem in Statistical Decision Theory (RIMS2014)
 
Lesson 8: Basic Differentiation Rules (Section 41 handout)
Lesson 8: Basic Differentiation Rules (Section 41 handout)Lesson 8: Basic Differentiation Rules (Section 41 handout)
Lesson 8: Basic Differentiation Rules (Section 41 handout)
 
4th Semester Mechanincal Engineering (2012-June) Question Papers
4th Semester Mechanincal Engineering (2012-June) Question Papers4th Semester Mechanincal Engineering (2012-June) Question Papers
4th Semester Mechanincal Engineering (2012-June) Question Papers
 

Viewers also liked

Seoul Way 09행정실천
Seoul Way  09행정실천Seoul Way  09행정실천
Seoul Way 09행정실천ijiatzone
 
Pintada Con Lovestyle
Pintada Con LovestylePintada Con Lovestyle
Pintada Con Lovestylefacu5889
 
Øredev2013 - FirefoxOS - the platform HTML5 deserves
Øredev2013 - FirefoxOS - the platform HTML5 deservesØredev2013 - FirefoxOS - the platform HTML5 deserves
Øredev2013 - FirefoxOS - the platform HTML5 deserves
Christian Heilmann
 
CroEnergy paper about Tipperary SERVE project
CroEnergy paper about Tipperary SERVE projectCroEnergy paper about Tipperary SERVE project
CroEnergy paper about Tipperary SERVE project
Tipperary Energy Agency
 
Long After the Thrill: Sustaining Passionate Users
Long After the Thrill: Sustaining Passionate UsersLong After the Thrill: Sustaining Passionate Users
Long After the Thrill: Sustaining Passionate Users
Stephen Anderson
 
[OpenUp 8] 엔젤, 벤처캐피털 그리고 스타트업
[OpenUp 8] 엔젤, 벤처캐피털 그리고 스타트업[OpenUp 8] 엔젤, 벤처캐피털 그리고 스타트업
[OpenUp 8] 엔젤, 벤처캐피털 그리고 스타트업
VentureSquare
 
21st Century Skills: What do Adult Learners and Teachers Need to Know?
21st Century Skills: What do Adult Learners and Teachers Need to Know?21st Century Skills: What do Adult Learners and Teachers Need to Know?
21st Century Skills: What do Adult Learners and Teachers Need to Know?
Marian Thacher
 
Html5, Native and Platform based Mobile Applications
Html5, Native and Platform based Mobile ApplicationsHtml5, Native and Platform based Mobile Applications
Html5, Native and Platform based Mobile Applications
Yoss Cohen
 
Ergonomics - class
Ergonomics - classErgonomics - class
Ergonomics - classpoosan
 
컨버전스라이프
컨버전스라이프컨버전스라이프
컨버전스라이프Seoyeon Jo
 
Mercado Colono La Carlota 2010
Mercado Colono La Carlota 2010Mercado Colono La Carlota 2010
Mercado Colono La Carlota 2010
rosalacarlota
 
CyBlock SSL Inspection Tech Brief
CyBlock SSL Inspection Tech BriefCyBlock SSL Inspection Tech Brief
CyBlock SSL Inspection Tech BriefWavecrest Computing
 
ARIADNE overview
ARIADNE overviewARIADNE overview
ARIADNE overview
Joris Klerkx
 
Har Ki Doon Trekking Expedition, Uttarakhand
Har Ki Doon Trekking Expedition, UttarakhandHar Ki Doon Trekking Expedition, Uttarakhand
Har Ki Doon Trekking Expedition, Uttarakhand
Thrillophilia.com
 
Smith Middle School - Student Growth and Performance
Smith Middle School - Student Growth and PerformanceSmith Middle School - Student Growth and Performance
Smith Middle School - Student Growth and Performance
hillmanp
 
PSEB - Software and BPO Revenue Recognition and Assessment - A Policy Options...
PSEB - Software and BPO Revenue Recognition and Assessment - A Policy Options...PSEB - Software and BPO Revenue Recognition and Assessment - A Policy Options...
PSEB - Software and BPO Revenue Recognition and Assessment - A Policy Options...
Athar Osama | Technomics International Ltd | Technomics Media Ltd
 
[언니네트워크] 비혼PT Sample (1)
[언니네트워크] 비혼PT Sample (1)[언니네트워크] 비혼PT Sample (1)
[언니네트워크] 비혼PT Sample (1)언니네트워크
 

Viewers also liked (20)

Seoul Way 09행정실천
Seoul Way  09행정실천Seoul Way  09행정실천
Seoul Way 09행정실천
 
Pintada Con Lovestyle
Pintada Con LovestylePintada Con Lovestyle
Pintada Con Lovestyle
 
Øredev2013 - FirefoxOS - the platform HTML5 deserves
Øredev2013 - FirefoxOS - the platform HTML5 deservesØredev2013 - FirefoxOS - the platform HTML5 deserves
Øredev2013 - FirefoxOS - the platform HTML5 deserves
 
CroEnergy paper about Tipperary SERVE project
CroEnergy paper about Tipperary SERVE projectCroEnergy paper about Tipperary SERVE project
CroEnergy paper about Tipperary SERVE project
 
Module 2 IPS
Module 2 IPSModule 2 IPS
Module 2 IPS
 
Long After the Thrill: Sustaining Passionate Users
Long After the Thrill: Sustaining Passionate UsersLong After the Thrill: Sustaining Passionate Users
Long After the Thrill: Sustaining Passionate Users
 
[OpenUp 8] 엔젤, 벤처캐피털 그리고 스타트업
[OpenUp 8] 엔젤, 벤처캐피털 그리고 스타트업[OpenUp 8] 엔젤, 벤처캐피털 그리고 스타트업
[OpenUp 8] 엔젤, 벤처캐피털 그리고 스타트업
 
21st Century Skills: What do Adult Learners and Teachers Need to Know?
21st Century Skills: What do Adult Learners and Teachers Need to Know?21st Century Skills: What do Adult Learners and Teachers Need to Know?
21st Century Skills: What do Adult Learners and Teachers Need to Know?
 
Html5, Native and Platform based Mobile Applications
Html5, Native and Platform based Mobile ApplicationsHtml5, Native and Platform based Mobile Applications
Html5, Native and Platform based Mobile Applications
 
Ergonomics - class
Ergonomics - classErgonomics - class
Ergonomics - class
 
컨버전스라이프
컨버전스라이프컨버전스라이프
컨버전스라이프
 
Mercado Colono La Carlota 2010
Mercado Colono La Carlota 2010Mercado Colono La Carlota 2010
Mercado Colono La Carlota 2010
 
CyBlock SSL Inspection Tech Brief
CyBlock SSL Inspection Tech BriefCyBlock SSL Inspection Tech Brief
CyBlock SSL Inspection Tech Brief
 
ARIADNE overview
ARIADNE overviewARIADNE overview
ARIADNE overview
 
Har Ki Doon Trekking Expedition, Uttarakhand
Har Ki Doon Trekking Expedition, UttarakhandHar Ki Doon Trekking Expedition, Uttarakhand
Har Ki Doon Trekking Expedition, Uttarakhand
 
Smith Middle School - Student Growth and Performance
Smith Middle School - Student Growth and PerformanceSmith Middle School - Student Growth and Performance
Smith Middle School - Student Growth and Performance
 
PSEB - Software and BPO Revenue Recognition and Assessment - A Policy Options...
PSEB - Software and BPO Revenue Recognition and Assessment - A Policy Options...PSEB - Software and BPO Revenue Recognition and Assessment - A Policy Options...
PSEB - Software and BPO Revenue Recognition and Assessment - A Policy Options...
 
Slides 20
Slides 20Slides 20
Slides 20
 
Report
ReportReport
Report
 
[언니네트워크] 비혼PT Sample (1)
[언니네트워크] 비혼PT Sample (1)[언니네트워크] 비혼PT Sample (1)
[언니네트워크] 비혼PT Sample (1)
 

Similar to Lesson 20: Derivatives and the Shape of Curves (Section 041 slides)

Lesson20 -derivatives_and_the_shape_of_curves_021_slides
Lesson20 -derivatives_and_the_shape_of_curves_021_slidesLesson20 -derivatives_and_the_shape_of_curves_021_slides
Lesson20 -derivatives_and_the_shape_of_curves_021_slidesMel Anthony Pepito
 
Lesson 20: Derivatives and the Shape of Curves (Section 041 slides)
Lesson 20: Derivatives and the Shape of Curves (Section 041 slides)Lesson 20: Derivatives and the Shape of Curves (Section 041 slides)
Lesson 20: Derivatives and the Shape of Curves (Section 041 slides)
Matthew Leingang
 
Lesson 20: Derivatives and the Shape of Curves (Section 041 handout)
Lesson 20: Derivatives and the Shape of Curves (Section 041 handout)Lesson 20: Derivatives and the Shape of Curves (Section 041 handout)
Lesson 20: Derivatives and the Shape of Curves (Section 041 handout)
Matthew Leingang
 
Lesson 20: Derivatives and the Shape of Curves (Section 021 handout)
Lesson 20: Derivatives and the Shape of Curves (Section 021 handout)Lesson 20: Derivatives and the Shape of Curves (Section 021 handout)
Lesson 20: Derivatives and the Shape of Curves (Section 021 handout)
Matthew Leingang
 
Lesson 18: Derivatives and the Shapes of Curves
Lesson 18: Derivatives and the Shapes of CurvesLesson 18: Derivatives and the Shapes of Curves
Lesson 18: Derivatives and the Shapes of CurvesMatthew Leingang
 
Lesson 19: The Mean Value Theorem (Section 021 slides)
Lesson 19: The Mean Value Theorem (Section 021 slides)Lesson 19: The Mean Value Theorem (Section 021 slides)
Lesson 19: The Mean Value Theorem (Section 021 slides)
Mel Anthony Pepito
 
Lesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremLesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremMel Anthony Pepito
 
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 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsLesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential Functions
Mel Anthony Pepito
 
Lesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsLesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential Functions
Mel Anthony Pepito
 
Lesson 21: Curve Sketching (Section 041 slides)
Lesson 21: Curve Sketching (Section 041 slides)Lesson 21: Curve Sketching (Section 041 slides)
Lesson 21: Curve Sketching (Section 041 slides)
Mel Anthony Pepito
 
Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)
Mel Anthony Pepito
 
Lesson 19: The Mean Value Theorem (Section 041 handout)
Lesson 19: The Mean Value Theorem (Section 041 handout)Lesson 19: The Mean Value Theorem (Section 041 handout)
Lesson 19: The Mean Value Theorem (Section 041 handout)
Matthew Leingang
 
Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Lesson 25: Evaluating Definite Integrals (Section 041 slides)Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Mel Anthony Pepito
 
Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Lesson 25: Evaluating Definite Integrals (Section 041 slides)Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)
Mel Anthony Pepito
 
Lesson 19: The Mean Value Theorem (Section 021 handout)
Lesson 19: The Mean Value Theorem (Section 021 handout)Lesson 19: The Mean Value Theorem (Section 021 handout)
Lesson 19: The Mean Value Theorem (Section 021 handout)
Matthew Leingang
 
Lesson 25: Evaluating Definite Integrals (Section 041 handout)
Lesson 25: Evaluating Definite Integrals (Section 041 handout)Lesson 25: Evaluating Definite Integrals (Section 041 handout)
Lesson 25: Evaluating Definite Integrals (Section 041 handout)
Matthew Leingang
 
Lesson 23: The Definite Integral (handout)
Lesson 23: The Definite Integral (handout)Lesson 23: The Definite Integral (handout)
Lesson 23: The Definite Integral (handout)Matthew Leingang
 

Similar to Lesson 20: Derivatives and the Shape of Curves (Section 041 slides) (20)

Lesson20 -derivatives_and_the_shape_of_curves_021_slides
Lesson20 -derivatives_and_the_shape_of_curves_021_slidesLesson20 -derivatives_and_the_shape_of_curves_021_slides
Lesson20 -derivatives_and_the_shape_of_curves_021_slides
 
Lesson 20: Derivatives and the Shape of Curves (Section 041 slides)
Lesson 20: Derivatives and the Shape of Curves (Section 041 slides)Lesson 20: Derivatives and the Shape of Curves (Section 041 slides)
Lesson 20: Derivatives and the Shape of Curves (Section 041 slides)
 
Lesson 20: Derivatives and the Shape of Curves (Section 041 handout)
Lesson 20: Derivatives and the Shape of Curves (Section 041 handout)Lesson 20: Derivatives and the Shape of Curves (Section 041 handout)
Lesson 20: Derivatives and the Shape of Curves (Section 041 handout)
 
Lesson 20: Derivatives and the Shape of Curves (Section 021 handout)
Lesson 20: Derivatives and the Shape of Curves (Section 021 handout)Lesson 20: Derivatives and the Shape of Curves (Section 021 handout)
Lesson 20: Derivatives and the Shape of Curves (Section 021 handout)
 
Lesson 18: Derivatives and the Shapes of Curves
Lesson 18: Derivatives and the Shapes of CurvesLesson 18: Derivatives and the Shapes of Curves
Lesson 18: Derivatives and the Shapes of Curves
 
Lesson 19: The Mean Value Theorem (Section 021 slides)
Lesson 19: The Mean Value Theorem (Section 021 slides)Lesson 19: The Mean Value Theorem (Section 021 slides)
Lesson 19: The Mean Value Theorem (Section 021 slides)
 
Lesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremLesson 19: The Mean Value Theorem
Lesson 19: The Mean Value Theorem
 
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 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsLesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential Functions
 
Lesson 21: Curve Sketching
Lesson 21: Curve SketchingLesson 21: Curve Sketching
Lesson 21: Curve Sketching
 
Lesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential FunctionsLesson 2: A Catalog of Essential Functions
Lesson 2: A Catalog of Essential Functions
 
Lesson 21: Curve Sketching (Section 041 slides)
Lesson 21: Curve Sketching (Section 041 slides)Lesson 21: Curve Sketching (Section 041 slides)
Lesson 21: Curve Sketching (Section 041 slides)
 
Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 021 slides)
 
Lesson 19: The Mean Value Theorem (Section 041 handout)
Lesson 19: The Mean Value Theorem (Section 041 handout)Lesson 19: The Mean Value Theorem (Section 041 handout)
Lesson 19: The Mean Value Theorem (Section 041 handout)
 
Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Lesson 25: Evaluating Definite Integrals (Section 041 slides)Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Lesson 25: Evaluating Definite Integrals (Section 041 slides)
 
Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Lesson 25: Evaluating Definite Integrals (Section 041 slides)Lesson 25: Evaluating Definite Integrals (Section 041 slides)
Lesson 25: Evaluating Definite Integrals (Section 041 slides)
 
Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)
 
Lesson 19: The Mean Value Theorem (Section 021 handout)
Lesson 19: The Mean Value Theorem (Section 021 handout)Lesson 19: The Mean Value Theorem (Section 021 handout)
Lesson 19: The Mean Value Theorem (Section 021 handout)
 
Lesson 25: Evaluating Definite Integrals (Section 041 handout)
Lesson 25: Evaluating Definite Integrals (Section 041 handout)Lesson 25: Evaluating Definite Integrals (Section 041 handout)
Lesson 25: Evaluating Definite Integrals (Section 041 handout)
 
Lesson 23: The Definite Integral (handout)
Lesson 23: The Definite Integral (handout)Lesson 23: The Definite Integral (handout)
Lesson 23: The Definite Integral (handout)
 

More from Mel Anthony Pepito

Lesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric FunctionsLesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric FunctionsMel Anthony Pepito
 
Lesson 11: Implicit Differentiation
Lesson 11: Implicit DifferentiationLesson 11: Implicit Differentiation
Lesson 11: Implicit Differentiation
Mel Anthony Pepito
 
Lesson 12: Linear Approximation
Lesson 12: Linear ApproximationLesson 12: Linear Approximation
Lesson 12: Linear ApproximationMel Anthony Pepito
 
Lesson 13: Related Rates Problems
Lesson 13: Related Rates ProblemsLesson 13: Related Rates Problems
Lesson 13: Related Rates ProblemsMel Anthony Pepito
 
Lesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential FunctionsLesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential FunctionsMel Anthony Pepito
 
Lesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and DecayLesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and DecayMel Anthony Pepito
 
Lesson 17: Indeterminate Forms and L'Hôpital's Rule
Lesson 17: Indeterminate Forms and L'Hôpital's RuleLesson 17: Indeterminate Forms and L'Hôpital's Rule
Lesson 17: Indeterminate Forms and L'Hôpital's RuleMel Anthony Pepito
 
Lesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slidesLesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slidesMel Anthony Pepito
 
Lesson 25: The Definite Integral
Lesson 25: The Definite IntegralLesson 25: The Definite Integral
Lesson 25: The Definite IntegralMel Anthony Pepito
 
Lesson22 -optimization_problems_slides
Lesson22 -optimization_problems_slidesLesson22 -optimization_problems_slides
Lesson22 -optimization_problems_slidesMel Anthony Pepito
 
Lesson 26: Evaluating Definite Integrals
Lesson 26: Evaluating Definite IntegralsLesson 26: Evaluating Definite Integrals
Lesson 26: Evaluating Definite IntegralsMel Anthony Pepito
 
Lesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of Calculus Lesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of Calculus Mel Anthony Pepito
 
Introduction
IntroductionIntroduction
Introduction
Mel Anthony Pepito
 
Lesson 28: Integration by Subsitution
Lesson 28: Integration by SubsitutionLesson 28: Integration by Subsitution
Lesson 28: Integration by SubsitutionMel Anthony Pepito
 
Introduction
IntroductionIntroduction
Introduction
Mel Anthony Pepito
 
Lesson 3: Limits (Section 21 slides)
Lesson 3: Limits (Section 21 slides)Lesson 3: Limits (Section 21 slides)
Lesson 3: Limits (Section 21 slides)Mel Anthony Pepito
 
Lesson 1: Functions
Lesson 1: FunctionsLesson 1: Functions
Lesson 1: Functions
Mel Anthony Pepito
 

More from Mel Anthony Pepito (20)

Lesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric FunctionsLesson 16: Inverse Trigonometric Functions
Lesson 16: Inverse Trigonometric Functions
 
Lesson 11: Implicit Differentiation
Lesson 11: Implicit DifferentiationLesson 11: Implicit Differentiation
Lesson 11: Implicit Differentiation
 
Lesson 12: Linear Approximation
Lesson 12: Linear ApproximationLesson 12: Linear Approximation
Lesson 12: Linear Approximation
 
Lesson 13: Related Rates Problems
Lesson 13: Related Rates ProblemsLesson 13: Related Rates Problems
Lesson 13: Related Rates Problems
 
Lesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential FunctionsLesson 14: Derivatives of Logarithmic and Exponential Functions
Lesson 14: Derivatives of Logarithmic and Exponential Functions
 
Lesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and DecayLesson 15: Exponential Growth and Decay
Lesson 15: Exponential Growth and Decay
 
Lesson 17: Indeterminate Forms and L'Hôpital's Rule
Lesson 17: Indeterminate Forms and L'Hôpital's RuleLesson 17: Indeterminate Forms and L'Hôpital's Rule
Lesson 17: Indeterminate Forms and L'Hôpital's Rule
 
Lesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slidesLesson18 -maximum_and_minimum_values_slides
Lesson18 -maximum_and_minimum_values_slides
 
Lesson 25: The Definite Integral
Lesson 25: The Definite IntegralLesson 25: The Definite Integral
Lesson 25: The Definite Integral
 
Lesson22 -optimization_problems_slides
Lesson22 -optimization_problems_slidesLesson22 -optimization_problems_slides
Lesson22 -optimization_problems_slides
 
Lesson 24: Area and Distances
Lesson 24: Area and DistancesLesson 24: Area and Distances
Lesson 24: Area and Distances
 
Lesson 23: Antiderivatives
Lesson 23: AntiderivativesLesson 23: Antiderivatives
Lesson 23: Antiderivatives
 
Lesson 26: Evaluating Definite Integrals
Lesson 26: Evaluating Definite IntegralsLesson 26: Evaluating Definite Integrals
Lesson 26: Evaluating Definite Integrals
 
Lesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of Calculus Lesson 27: The Fundamental Theorem of Calculus
Lesson 27: The Fundamental Theorem of Calculus
 
Introduction
IntroductionIntroduction
Introduction
 
Lesson 28: Integration by Subsitution
Lesson 28: Integration by SubsitutionLesson 28: Integration by Subsitution
Lesson 28: Integration by Subsitution
 
Introduction
IntroductionIntroduction
Introduction
 
Lesson 3: Limits (Section 21 slides)
Lesson 3: Limits (Section 21 slides)Lesson 3: Limits (Section 21 slides)
Lesson 3: Limits (Section 21 slides)
 
Lesson 3: Limits
Lesson 3: LimitsLesson 3: Limits
Lesson 3: Limits
 
Lesson 1: Functions
Lesson 1: FunctionsLesson 1: Functions
Lesson 1: Functions
 

Recently uploaded

Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 

Recently uploaded (20)

Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 

Lesson 20: Derivatives and the Shape of Curves (Section 041 slides)

  • 1. Section 4.2 Derivatives and the Shapes of Curves V63.0121.041, Calculus I New York . University November 15, 2010 Announcements Quiz 4 this week in recitation on 3.3, 3.4, 3.5, 3.7 There is class on November 24 . . . . . .
  • 2. Announcements Quiz 4 this week in recitation on 3.3, 3.4, 3.5, 3.7 There is class on November 24 . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 2 / 32
  • 3. Objectives Use the derivative of a function to determine the intervals along which the function is increasing or decreasing (The Increasing/Decreasing Test) Use the First Derivative Test to classify critical points of a function as local maxima, local minima, or neither. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 3 / 32
  • 4. Objectives Use the second derivative of a function to determine the intervals along which the graph of the function is concave up or concave down (The Concavity Test) Use the first and second derivative of a function to classify critical points as local maxima or local minima, when applicable (The Second Derivative Test) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 4 / 32
  • 5. Outline Recall: The Mean Value Theorem Monotonicity The Increasing/Decreasing Test Finding intervals of monotonicity The First Derivative Test Concavity Definitions Testing for Concavity The Second Derivative Test . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 5 / 32
  • 6. Recall: The Mean Value Theorem Theorem (The Mean Value Theorem) Let f be continuous on [a, b] and differentiable on (a, b). Then there exists a point c in (a, b) such that b f(b) − f(a) = f′ (c). . b−a a . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 6 / 32
  • 7. Recall: The Mean Value Theorem Theorem (The Mean Value Theorem) Let f be continuous on [a, b] and differentiable on (a, b). Then there exists a point c in (a, b) such that b f(b) − f(a) = f′ (c). . b−a a . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 6 / 32
  • 8. Recall: The Mean Value Theorem Theorem (The Mean Value Theorem) c Let f be continuous on [a, b] and differentiable on (a, b). Then there exists a point c in (a, b) such that b f(b) − f(a) = f′ (c). . b−a a . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 6 / 32
  • 9. Recall: The Mean Value Theorem Theorem (The Mean Value Theorem) c Let f be continuous on [a, b] and differentiable on (a, b). Then there exists a point c in (a, b) such that b f(b) − f(a) = f′ (c). . b−a a Another way to put this is that there exists a point c such that f(b) = f(a) + f′ (c)(b − a) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 6 / 32
  • 10. Why the MVT is the MITC Most Important Theorem In Calculus! Theorem Let f′ = 0 on an interval (a, b). Then f is constant on (a, b). Proof. Pick any points x and y in (a, b) with x < y. Then f is continuous on [x, y] and differentiable on (x, y). By MVT there exists a point z in (x, y) such that f(y) = f(x) + f′ (z)(y − x) So f(y) = f(x). Since this is true for all x and y in (a, b), then f is constant. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 7 / 32
  • 11. Outline Recall: The Mean Value Theorem Monotonicity The Increasing/Decreasing Test Finding intervals of monotonicity The First Derivative Test Concavity Definitions Testing for Concavity The Second Derivative Test . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 8 / 32
  • 12. What does it mean for a function to be increasing? Definition A function f is increasing on the interval I if f(x) < f(y) whenever x and y are two points in I with x < y. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 9 / 32
  • 13. What does it mean for a function to be increasing? Definition A function f is increasing on the interval I if f(x) < f(y) whenever x and y are two points in I with x < y. An increasing function “preserves order.” I could be bounded or infinite, open, closed, or half-open/half-closed. Write your own definition (mutatis mutandis) of decreasing, nonincreasing, nondecreasing . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 9 / 32
  • 14. The Increasing/Decreasing Test Theorem (The Increasing/Decreasing Test) If f′ > 0 on an interval, then f is increasing on that interval. If f′ < 0 on an interval, then f is decreasing on that interval. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 10 / 32
  • 15. The Increasing/Decreasing Test Theorem (The Increasing/Decreasing Test) If f′ > 0 on an interval, then f is increasing on that interval. If f′ < 0 on an interval, then f is decreasing on that interval. Proof. It works the same as the last theorem. Assume f′ (x) > 0 on an interval I. Pick two points x and y in I with x < y. We must show f(x) < f(y). By MVT there exists a point c in (x, y) such that f(y) − f(x) = f′ (c)(y − x) > 0. So f(y) > f(x). . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 10 / 32
  • 16. Finding intervals of monotonicity I Example Find the intervals of monotonicity of f(x) = 2x − 5. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 11 / 32
  • 17. Finding intervals of monotonicity I Example Find the intervals of monotonicity of f(x) = 2x − 5. Solution f′ (x) = 2 is always positive, so f is increasing on (−∞, ∞). . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 11 / 32
  • 18. Finding intervals of monotonicity I Example Find the intervals of monotonicity of f(x) = 2x − 5. Solution f′ (x) = 2 is always positive, so f is increasing on (−∞, ∞). Example Describe the monotonicity of f(x) = arctan(x). . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 11 / 32
  • 19. Finding intervals of monotonicity I Example Find the intervals of monotonicity of f(x) = 2x − 5. Solution f′ (x) = 2 is always positive, so f is increasing on (−∞, ∞). Example Describe the monotonicity of f(x) = arctan(x). Solution 1 Since f′ (x) = is always positive, f(x) is always increasing. 1 + x2 . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 11 / 32
  • 20. Finding intervals of monotonicity II Example Find the intervals of monotonicity of f(x) = x2 − 1. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 12 / 32
  • 21. Finding intervals of monotonicity II Example Find the intervals of monotonicity of f(x) = x2 − 1. Solution f′ (x) = 2x, which is positive when x > 0 and negative when x is. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 12 / 32
  • 22. Finding intervals of monotonicity II Example Find the intervals of monotonicity of f(x) = x2 − 1. Solution f′ (x) = 2x, which is positive when x > 0 and negative when x is. We can draw a number line: − 0. + f′ 0 . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 12 / 32
  • 23. Finding intervals of monotonicity II Example Find the intervals of monotonicity of f(x) = x2 − 1. Solution f′ (x) = 2x, which is positive when x > 0 and negative when x is. We can draw a number line: − 0. + f′ ↘ 0 ↗ f . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 12 / 32
  • 24. Finding intervals of monotonicity II Example Find the intervals of monotonicity of f(x) = x2 − 1. Solution f′ (x) = 2x, which is positive when x > 0 and negative when x is. We can draw a number line: − 0. + f′ ↘ 0 ↗ f So f is decreasing on (−∞, 0) and increasing on (0, ∞). . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 12 / 32
  • 25. Finding intervals of monotonicity II Example Find the intervals of monotonicity of f(x) = x2 − 1. Solution f′ (x) = 2x, which is positive when x > 0 and negative when x is. We can draw a number line: − 0. + f′ ↘ 0 ↗ f So f is decreasing on (−∞, 0) and increasing on (0, ∞). In fact we can say f is decreasing on (−∞, 0] and increasing on [0, ∞) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 12 / 32
  • 26. Finding intervals of monotonicity III Example Find the intervals of monotonicity of f(x) = x2/3 (x + 2). . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 13 / 32
  • 27. Finding intervals of monotonicity III Example Find the intervals of monotonicity of f(x) = x2/3 (x + 2). Solution f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4) 3 1 The critical points are 0 and and −4/5. − ×. + x−1/3 0 − 0 + 5x + 4 −4/5 . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 13 / 32
  • 28. Finding intervals of monotonicity III Example Find the intervals of monotonicity of f(x) = x2/3 (x + 2). Solution f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4) 3 1 The critical points are 0 and and −4/5. − ×. + x−1/3 0 − 0 + 5x + 4 −4/5 0 × f′ (x) −4/5 0 f(x) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 13 / 32
  • 29. Finding intervals of monotonicity III Example Find the intervals of monotonicity of f(x) = x2/3 (x + 2). Solution f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4) 3 1 The critical points are 0 and and −4/5. − ×. + x−1/3 0 − 0 + 5x + 4 −4/5 + 0 × f′ (x) −4/5 0 f(x) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 13 / 32
  • 30. Finding intervals of monotonicity III Example Find the intervals of monotonicity of f(x) = x2/3 (x + 2). Solution f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4) 3 1 The critical points are 0 and and −4/5. − ×. + x−1/3 0 − 0 + 5x + 4 −4/5 + 0 − × f′ (x) −4/5 0 f(x) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 13 / 32
  • 31. Finding intervals of monotonicity III Example Find the intervals of monotonicity of f(x) = x2/3 (x + 2). Solution f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4) 3 1 The critical points are 0 and and −4/5. − ×. + x−1/3 0 − 0 + 5x + 4 −4/5 + 0 − × + f′ (x) −4/5 0 f(x) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 13 / 32
  • 32. Finding intervals of monotonicity III Example Find the intervals of monotonicity of f(x) = x2/3 (x + 2). Solution f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4) 3 1 The critical points are 0 and and −4/5. − ×. + x−1/3 0 − 0 + 5x + 4 −4/5 + 0 − × + f′ (x) ↗ −4/5 0 f(x) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 13 / 32
  • 33. Finding intervals of monotonicity III Example Find the intervals of monotonicity of f(x) = x2/3 (x + 2). Solution f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4) 3 1 The critical points are 0 and and −4/5. − ×. + x−1/3 0 − 0 + 5x + 4 −4/5 + 0 − × + f′ (x) ↗ −4/5 ↘ 0 f(x) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 13 / 32
  • 34. Finding intervals of monotonicity III Example Find the intervals of monotonicity of f(x) = x2/3 (x + 2). Solution f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4) 3 1 The critical points are 0 and and −4/5. − ×. + x−1/3 0 − 0 + 5x + 4 −4/5 + 0 − × + f′ (x) ↗ −4/5 ↘ 0 ↗ f(x) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 13 / 32
  • 35. The First Derivative Test Theorem (The First Derivative Test) Let f be continuous on [a, b] and c a critical point of f in (a, b). If f′ changes from positive to negative at c, then c is a local maximum. If f′ changes from negative to positive at c, then c is a local minimum. If f′ (x) has the same sign on either side of c, then c is not a local extremum. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 14 / 32
  • 36. Finding intervals of monotonicity II Example Find the intervals of monotonicity of f(x) = x2 − 1. Solution f′ (x) = 2x, which is positive when x > 0 and negative when x is. We can draw a number line: − 0. + f′ ↘ 0 ↗ f So f is decreasing on (−∞, 0) and increasing on (0, ∞). In fact we can say f is decreasing on (−∞, 0] and increasing on [0, ∞) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 15 / 32
  • 37. Finding intervals of monotonicity II Example Find the intervals of monotonicity of f(x) = x2 − 1. Solution f′ (x) = 2x, which is positive when x > 0 and negative when x is. We can draw a number line: − 0. + f′ ↘ 0 ↗ f min So f is decreasing on (−∞, 0) and increasing on (0, ∞). In fact we can say f is decreasing on (−∞, 0] and increasing on [0, ∞) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 15 / 32
  • 38. Finding intervals of monotonicity III Example Find the intervals of monotonicity of f(x) = x2/3 (x + 2). Solution f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4) 3 1 The critical points are 0 and and −4/5. − ×. + x−1/3 0 − 0 + 5x + 4 −4/5 + 0 − × + f′ (x) ↗ −4/5 ↘ 0 ↗ f(x) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 16 / 32
  • 39. Finding intervals of monotonicity III Example Find the intervals of monotonicity of f(x) = x2/3 (x + 2). Solution f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4) 3 1 The critical points are 0 and and −4/5. − ×. + x−1/3 0 − 0 + 5x + 4 −4/5 + 0 − × + f′ (x) ↗ −4/5 ↘ 0 ↗ f(x) max . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 16 / 32
  • 40. Finding intervals of monotonicity III Example Find the intervals of monotonicity of f(x) = x2/3 (x + 2). Solution f′ (x) = 2 x−1/3 (x + 2) + x2/3 = 3 x−1/3 (5x + 4) 3 1 The critical points are 0 and and −4/5. − ×. + x−1/3 0 − 0 + 5x + 4 −4/5 + 0 − × + f′ (x) ↗ −4/5 ↘ 0 ↗ f(x) max min . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 16 / 32
  • 41. Outline Recall: The Mean Value Theorem Monotonicity The Increasing/Decreasing Test Finding intervals of monotonicity The First Derivative Test Concavity Definitions Testing for Concavity The Second Derivative Test . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 17 / 32
  • 42. Concavity Definition The graph of f is called concave upwards on an interval if it lies above all its tangents on that interval. The graph of f is called concave downwards on an interval if it lies below all its tangents on that interval. . . concave up concave down We sometimes say a concave up graph “holds water” and a concave down graph “spills water”. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 18 / 32
  • 43. Synonyms for concavity Remark “concave up” = “concave upwards” = “convex” “concave down” = “concave downwards” = “concave” . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 19 / 32
  • 44. Inflection points indicate a change in concavity Definition A point P on a curve y = f(x) is called an inflection point if f is continuous at P and the curve changes from concave upward to concave downward at P (or vice versa). concave up inflection point . concave down . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 20 / 32
  • 45. Theorem (Concavity Test) If f′′ (x) > 0 for all x in an interval, then the graph of f is concave upward on that interval. If f′′ (x) < 0 for all x in an interval, then the graph of f is concave downward on that interval. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 21 / 32
  • 46. Theorem (Concavity Test) If f′′ (x) > 0 for all x in an interval, then the graph of f is concave upward on that interval. If f′′ (x) < 0 for all x in an interval, then the graph of f is concave downward on that interval. Proof. Suppose f′′ (x) > 0 on the interval I (which could be infinite). This means f′ is increasing on I. Let a and x be in I. The tangent line through (a, f(a)) is the graph of L(x) = f(a) + f′ (a)(x − a) By MVT, there exists a c between a and x with f(x) = f(a) + f′ (c)(x − a) Since f′ is increasing, f(x) > L(x). . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 21 / 32
  • 47. Finding Intervals of Concavity I Example Find the intervals of concavity for the graph of f(x) = x3 + x2 . . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 22 / 32
  • 48. Finding Intervals of Concavity I Example Find the intervals of concavity for the graph of f(x) = x3 + x2 . Solution We have f′ (x) = 3x2 + 2x, so f′′ (x) = 6x + 2. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 22 / 32
  • 49. Finding Intervals of Concavity I Example Find the intervals of concavity for the graph of f(x) = x3 + x2 . Solution We have f′ (x) = 3x2 + 2x, so f′′ (x) = 6x + 2. This is negative when x < −1/3, positive when x > −1/3, and 0 when x = −1/3 . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 22 / 32
  • 50. Finding Intervals of Concavity I Example Find the intervals of concavity for the graph of f(x) = x3 + x2 . Solution We have f′ (x) = 3x2 + 2x, so f′′ (x) = 6x + 2. This is negative when x < −1/3, positive when x > −1/3, and 0 when x = −1/3 So f is concave down on the open interval (−∞, −1/3), concave up on the open interval (−1/3, ∞), and has an inflection point at the point (−1/3, 2/27) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 22 / 32
  • 51. Finding Intervals of Concavity II Example Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2). . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 23 / 32
  • 52. Finding Intervals of Concavity II Example Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2). Solution 10 −1/3 4 −4/3 2 −4/3 We have f′′ (x) = x − x = x (5x − 2). 9 9 9 + × . + x−4/3 0 − 0 + 5x − 2 2/5 . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 23 / 32
  • 53. Finding Intervals of Concavity II Example Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2). Solution 10 −1/3 4 −4/3 2 −4/3 We have f′′ (x) = x − x = x (5x − 2). 9 9 9 + × . + x−4/3 0 − 0 + 5x − 2 2/5 × 0 f′′ (x) 0 2/5 f(x) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 23 / 32
  • 54. Finding Intervals of Concavity II Example Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2). Solution 10 −1/3 4 −4/3 2 −4/3 We have f′′ (x) = x − x = x (5x − 2). 9 9 9 + × . + x−4/3 0 − 0 + 5x − 2 2/5 −− × 0 f′′ (x) 0 2/5 f(x) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 23 / 32
  • 55. Finding Intervals of Concavity II Example Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2). Solution 10 −1/3 4 −4/3 2 −4/3 We have f′′ (x) = x − x = x (5x − 2). 9 9 9 + ×. + x−4/3 0 − 0 + 5x − 2 2/5 −− ×−− 0 f′′ (x) 0 2/5 f(x) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 23 / 32
  • 56. Finding Intervals of Concavity II Example Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2). Solution 10 −1/3 4 −4/3 2 −4/3 We have f′′ (x) = x − x = x (5x − 2). 9 9 9 + ×. + x−4/3 0 − 0 + 5x − 2 2/5 −− ×−− 0 ++ f′′ (x) 0 2/5 f(x) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 23 / 32
  • 57. Finding Intervals of Concavity II Example Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2). Solution 10 −1/3 4 −4/3 2 −4/3 We have f′′ (x) = x − x = x (5x − 2). 9 9 9 + ×. + x−4/3 0 − 0 + 5x − 2 2/5 −− ×−− 0 ++ f′′ (x) ⌢ 0 2/5 f(x) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 23 / 32
  • 58. Finding Intervals of Concavity II Example Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2). Solution 10 −1/3 4 −4/3 2 −4/3 We have f′′ (x) = x − x = x (5x − 2). 9 9 9 + ×. + x−4/3 0 − 0 + 5x − 2 2/5 −− ×−− 0 ++ f′′ (x) ⌢ 0 ⌢ 2/5 f(x) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 23 / 32
  • 59. Finding Intervals of Concavity II Example Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2). Solution 10 −1/3 4 −4/3 2 −4/3 We have f′′ (x) = x − x = x (5x − 2). 9 9 9 + ×. + x−4/3 0 − 0 + 5x − 2 2/5 −− ×−− 0 ++ f′′ (x) ⌢ 0 ⌢ 2/5 ⌣ f(x) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 23 / 32
  • 60. Finding Intervals of Concavity II Example Find the intervals of concavity of the graph of f(x) = x2/3 (x + 2). Solution 10 −1/3 4 −4/3 2 −4/3 We have f′′ (x) = x − x = x (5x − 2). 9 9 9 + ×. + x−4/3 0 − 0 + 5x − 2 2/5 −− ×−− 0 ++ f′′ (x) ⌢ 0 ⌢ 2/5 ⌣ f(x) IP . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 23 / 32
  • 61. The Second Derivative Test Theorem (The Second Derivative Test) Let f, f′ , and f′′ be continuous on [a, b]. Let c be be a point in (a, b) with f′ (c) = 0. If f′′ (c) < 0, then c is a local maximum. If f′′ (c) > 0, then c is a local minimum. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 24 / 32
  • 62. The Second Derivative Test Theorem (The Second Derivative Test) Let f, f′ , and f′′ be continuous on [a, b]. Let c be be a point in (a, b) with f′ (c) = 0. If f′′ (c) < 0, then c is a local maximum. If f′′ (c) > 0, then c is a local minimum. Remarks If f′′ (c) = 0, the second derivative test is inconclusive (this does not mean c is neither; we just don’t know yet). We look for zeroes of f′ and plug them into f′′ to determine if their f values are local extreme values. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 24 / 32
  • 63. Proof of the Second Derivative Test Proof. Suppose f′ (c) = 0 and f′′ (c) > 0. + f′′ = (f′ )′ . c f′ 0 f′ c f . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 25 / 32
  • 64. Proof of the Second Derivative Test Proof. Suppose f′ (c) = 0 and f′′ (c) > 0. Since f′′ is continuous, f′′ = (f′ )′ + f′′ (x) > 0 for all x . sufficiently close to c. c f′ 0 f′ c f . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 25 / 32
  • 65. Proof of the Second Derivative Test Proof. Suppose f′ (c) = 0 and f′′ (c) > 0. Since f′′ is continuous, f′′ = (f′ )′ + + f′′ (x) > 0 for all x . sufficiently close to c. c f′ 0 f′ c f . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 25 / 32
  • 66. Proof of the Second Derivative Test Proof. Suppose f′ (c) = 0 and f′′ (c) > 0. Since f′′ is continuous, f′′ = (f′ )′ + + + f′′ (x) > 0 for all x . sufficiently close to c. c f′ 0 f′ c f . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 25 / 32
  • 67. Proof of the Second Derivative Test Proof. Suppose f′ (c) = 0 and f′′ (c) > 0. Since f′′ is continuous, f′′ = (f′ )′ + + + f′′ (x) > 0 for all x . sufficiently close to c. c f′ 0 f′ Since f′′ = (f′ )′ , we know f′ c f is increasing near c. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 25 / 32
  • 68. Proof of the Second Derivative Test Proof. Suppose f′ (c) = 0 and f′′ (c) > 0. Since f′′ is continuous, f′′ = (f′ )′ + + + f′′ (x) > 0 for all x . sufficiently close to c. ↗ c f′ 0 f′ Since f′′ = (f′ )′ , we know f′ c f is increasing near c. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 25 / 32
  • 69. Proof of the Second Derivative Test Proof. Suppose f′ (c) = 0 and f′′ (c) > 0. Since f′′ is continuous, f′′ = (f′ )′ + + + f′′ (x) > 0 for all x . sufficiently close to c. ↗ c ↗ f′ 0 f′ Since f′′ = (f′ )′ , we know f′ c f is increasing near c. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 25 / 32
  • 70. Proof of the Second Derivative Test Proof. Suppose f′ (c) = 0 and f′′ (c) > 0. Since f′′ is continuous, f′′ = (f′ )′ + + + f′′ (x) > 0 for all x . sufficiently close to c. ↗ c ↗ f′ 0 f′ Since f′′ = (f′ )′ , we know f′ c f is increasing near c. Since f′ (c) = 0 and f′ is increasing, f′ (x) < 0 for x close to c and less than c, and f′ (x) > 0 for x close to c and more than c. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 25 / 32
  • 71. Proof of the Second Derivative Test Proof. Suppose f′ (c) = 0 and f′′ (c) > 0. Since f′′ is continuous, f′′ = (f′ )′ + + + f′′ (x) > 0 for all x . sufficiently close to c. ↗ c ↗ f′ − 0 f′ Since f′′ = (f′ )′ , we know f′ c f is increasing near c. Since f′ (c) = 0 and f′ is increasing, f′ (x) < 0 for x close to c and less than c, and f′ (x) > 0 for x close to c and more than c. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 25 / 32
  • 72. Proof of the Second Derivative Test Proof. Suppose f′ (c) = 0 and f′′ (c) > 0. Since f′′ is continuous, f′′ = (f′ )′ + + + f′′ (x) > 0 for all x . sufficiently close to c. ↗ c ↗ f′ − 0 + f′ Since f′′ = (f′ )′ , we know f′ c f is increasing near c. Since f′ (c) = 0 and f′ is increasing, f′ (x) < 0 for x close to c and less than c, and f′ (x) > 0 for x close to c and more than c. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 25 / 32
  • 73. Proof of the Second Derivative Test Proof. Suppose f′ (c) = 0 and f′′ (c) > 0. Since f′′ is continuous, f′′ = (f′ )′ + + + f′′ (x) > 0 for all x . sufficiently close to c. ↗ c ↗ f′ − 0 + f′ Since f′′ = (f′ )′ , we know f′ c f is increasing near c. Since f′ (c) = 0 and f′ is increasing, f′ (x) < 0 for x close to c and less than c, and f′ (x) > 0 for x close to c and more than c. This means f′ changes sign from negative to positive at c, which means (by the First Derivative Test) that f has a local minimum at c. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 25 / 32
  • 74. Proof of the Second Derivative Test Proof. Suppose f′ (c) = 0 and f′′ (c) > 0. Since f′′ is continuous, f′′ = (f′ )′ + + + f′′ (x) > 0 for all x . sufficiently close to c. ↗ c ↗ f′ − 0 + f′ Since f′′ = (f′ )′ , we know f′ ↘ c f is increasing near c. Since f′ (c) = 0 and f′ is increasing, f′ (x) < 0 for x close to c and less than c, and f′ (x) > 0 for x close to c and more than c. This means f′ changes sign from negative to positive at c, which means (by the First Derivative Test) that f has a local minimum at c. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 25 / 32
  • 75. Proof of the Second Derivative Test Proof. Suppose f′ (c) = 0 and f′′ (c) > 0. Since f′′ is continuous, f′′ = (f′ )′ + + + f′′ (x) > 0 for all x . sufficiently close to c. ↗ c ↗ f′ − 0 + f′ Since f′′ = (f′ )′ , we know f′ ↘ c ↗ f is increasing near c. Since f′ (c) = 0 and f′ is increasing, f′ (x) < 0 for x close to c and less than c, and f′ (x) > 0 for x close to c and more than c. This means f′ changes sign from negative to positive at c, which means (by the First Derivative Test) that f has a local minimum at c. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 25 / 32
  • 76. Proof of the Second Derivative Test Proof. Suppose f′ (c) = 0 and f′′ (c) > 0. Since f′′ is continuous, f′′ = (f′ )′ + + + f′′ (x) > 0 for all x . sufficiently close to c. ↗ c ↗ f′ − 0 + f′ Since f′′ = (f′ )′ , we know f′ ↘ c ↗ f is increasing near c. min Since f′ (c) = 0 and f′ is increasing, f′ (x) < 0 for x close to c and less than c, and f′ (x) > 0 for x close to c and more than c. This means f′ changes sign from negative to positive at c, which means (by the First Derivative Test) that f has a local minimum at c. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 25 / 32
  • 77. Using the Second Derivative Test I Example Find the local extrema of f(x) = x3 + x2 . . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 26 / 32
  • 78. Using the Second Derivative Test I Example Find the local extrema of f(x) = x3 + x2 . Solution f′ (x) = 3x2 + 2x = x(3x + 2) is 0 when x = 0 or x = −2/3. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 26 / 32
  • 79. Using the Second Derivative Test I Example Find the local extrema of f(x) = x3 + x2 . Solution f′ (x) = 3x2 + 2x = x(3x + 2) is 0 when x = 0 or x = −2/3. Remember f′′ (x) = 6x + 2 . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 26 / 32
  • 80. Using the Second Derivative Test I Example Find the local extrema of f(x) = x3 + x2 . Solution f′ (x) = 3x2 + 2x = x(3x + 2) is 0 when x = 0 or x = −2/3. Remember f′′ (x) = 6x + 2 Since f′′ (−2/3) = −2 < 0, −2/3 is a local maximum. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 26 / 32
  • 81. Using the Second Derivative Test I Example Find the local extrema of f(x) = x3 + x2 . Solution f′ (x) = 3x2 + 2x = x(3x + 2) is 0 when x = 0 or x = −2/3. Remember f′′ (x) = 6x + 2 Since f′′ (−2/3) = −2 < 0, −2/3 is a local maximum. Since f′′ (0) = 2 > 0, 0 is a local minimum. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 26 / 32
  • 82. Using the Second Derivative Test II Example Find the local extrema of f(x) = x2/3 (x + 2) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 27 / 32
  • 83. Using the Second Derivative Test II Example Find the local extrema of f(x) = x2/3 (x + 2) Solution 1 −1/3 Remember f′ (x) = x (5x + 4) which is zero when x = −4/5 3 . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 27 / 32
  • 84. Using the Second Derivative Test II Example Find the local extrema of f(x) = x2/3 (x + 2) Solution 1 −1/3 Remember f′ (x) = x (5x + 4) which is zero when x = −4/5 3 10 −4/3 Remember f′′ (x) = x (5x − 2), which is negative when 9 x = −4/5 . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 27 / 32
  • 85. Using the Second Derivative Test II Example Find the local extrema of f(x) = x2/3 (x + 2) Solution 1 −1/3 Remember f′ (x) = x (5x + 4) which is zero when x = −4/5 3 10 −4/3 Remember f′′ (x) = x (5x − 2), which is negative when 9 x = −4/5 So x = −4/5 is a local maximum. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 27 / 32
  • 86. Using the Second Derivative Test II Example Find the local extrema of f(x) = x2/3 (x + 2) Solution 1 −1/3 Remember f′ (x) = x (5x + 4) which is zero when x = −4/5 3 10 −4/3 Remember f′′ (x) = x (5x − 2), which is negative when 9 x = −4/5 So x = −4/5 is a local maximum. Notice the Second Derivative Test doesn’t catch the local minimum x = 0 since f is not differentiable there. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 27 / 32
  • 87. Using the Second Derivative Test II: Graph Graph of f(x) = x2/3 (x + 2): y (−4/5, 1.03413) (2/5, 1.30292) . x (−2, 0) (0, 0) . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 28 / 32
  • 88. When the second derivative is zero Remark At inflection points c, if f′ is differentiable at c, then f′′ (c) = 0 If f′′ (c) = 0, must f have an inflection point at c? . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 29 / 32
  • 89. When the second derivative is zero Remark At inflection points c, if f′ is differentiable at c, then f′′ (c) = 0 If f′′ (c) = 0, must f have an inflection point at c? Consider these examples: f(x) = x4 g(x) = −x4 h(x) = x3 . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 29 / 32
  • 90. When first and second derivative are zero function derivatives graph type f′ (x) = 4x3 , f′ (0) = 0 f(x) = x4 min f′′ (x) = 12x2 , f′′ (0) = 0 . . g′ (x) = −4x3 , g′ (0) = 0 g(x) = −x4 max g′′ (x) = −12x2 , g′′ (0) = 0 h′ (x) = 3x2 , h′ (0) = 0 h(x) = x3 infl. h′′ (x) = 6x, h′′ (0) = 0 . . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 30 / 32
  • 91. When the second derivative is zero Remark At inflection points c, if f′ is differentiable at c, then f′′ (c) = 0 If f′′ (c) = 0, must f have an inflection point at c? Consider these examples: f(x) = x4 g(x) = −x4 h(x) = x3 All of them have critical points at zero with a second derivative of zero. But the first has a local min at 0, the second has a local max at 0, and the third has an inflection point at 0. This is why we say 2DT has nothing to say when f′′ (c) = 0. . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 31 / 32
  • 92. Summary Concepts: Mean Value Theorem, monotonicity, concavity Facts: derivatives can detect monotonicity and concavity Techniques for drawing curves: the Increasing/Decreasing Test and the Concavity Test Techniques for finding extrema: the First Derivative Test and the Second Derivative Test . . . . . . V63.0121.041, Calculus I (NYU) Section 4.2 The Shapes of Curves November 15, 2010 32 / 32