8.1Introduction¶
In this chapter, we are going to see how to use the derivative in order to answer the following questions:
How to find local extrema, i.e. local minimums/maximums of a given function?
How to find the intervals over which the given function is increasing/decreasing?
How to find the intervals over which the given function is convex/concave?
The answers to all of these questions are going to be algorithmic in nature, meaning we will state the algorithm which will lead us to answers to the questions above. The main thing that we’ll use to derive those algorithms is the relationship between the function and its derivatives.
The relationship between the function and its derivatives.
8.2Local extrema¶

Graph of the function The point is a local minimum of the function
8.3Intervals of monotonicity¶

Graph of the function
Common mistake on the Midterm/Exam
A common mistake that students make when they are asked to define an increasing function is that they say that a function is increasing if That statement is not correct!
By definition, a function is increasing if
Of course, if a function is increasing, then but having a positive derivative is not the definition of an increasing function, but rather a consequence of the definition.
Keep in mind what is defining property of something, and what is a consequence of the definition!
8.4Convexity and concavity¶

Graph of the function