Curve Sketching

I understand these concepts (increasing, decreasing, maximum, minimum, etc.) at a very high level, but it is useful to define them precisely.

High level of and

Intuitively, represents the rate of change of the values of (or think of it as the slope of the tangent lines to . We use to understand when a function is increasing and decreasing, as well as find extrema values.

is a bit harder to grasp. It describes the rate of change of the tangent line to . Think of it related to Newton’s law, The second derivative provides information about the curve behavior, which we call concavity.

Increasing and Decreasing, Monotonic

A function is increasing if whenever . A function is decreasing if whenever . We can define these in terms of the derivative,

Increasing

If for all , we say that is increasing on .

Decreasing

If for all , we say that is decreasing on  . Note: The converse is NOT true. If is increasing we may still find that at some isolated points.#idontunderstand [!info] Monotonic

If is either increasing or decreasing on , we may sat that is monotonic on .

Maxima and Minima (Extrema), Critical Point

A function has an absolute maximum at if for all in the domain of . A function has an absolute minimum at if for all in the domain of .

Critical Point

A critical point of is a point at which or does not exist.

Warning

It’s important to note that some functions have no extrema, such as defined on , or on the open interval . It would work if is defined on the closed interval .

Algorithm for identifying Global Extrema: Closed Interval Method

We use the idea that if is a global maximum or minimum of , one of three things must be true:

  1. (a critical point)
  2. is undefined (a critical point)
  3. is an endpoint of the interval.

Thus, we develop an algorithm for this.

The Closed Interval Method

Let be a continuous function defined over a closed interval . The global extrema (maximum and minimum values) can be determined using the following steps.

  1. Determine the derivative .
  2. Determine all critical points that lie within the interval .
  3. Evaluate  at the critical points and the endpoints (i.e., at each of ,, and ).
  4. Compare: The largest output value obtained from the previous step is the global maximum; the smallest output value is the global minimum.

Algorithm for identifying Local Extrema: First Derivative Test

First Derivative Test

If a function has a critical point at , then we have the following:

  • If the sign of does not change upon crossing , then is neither a local maximum nor a local minimum.
  • If  for  and  for , then is a local maximum.
  • If  for  and  for , then corresponds to a local minimum. The second derivative test also works. [!example] Second Derivative Test

If and , then has a local maximum at . If and , then has a local minimum at .

Concavity, Inflection Point

Concavity

If on some interval , we say that is concave up on . If on some interval , we say that is concave down on . If the concavity of changes at a point , then we call this point an inflection point.

title: Point of Inflection
For a function $f(x)$ defined on domain $D$, $c \in D$ is a *point of inflection* of $f(x)$ if the following are true:
 
1. $f''(c)=0$ or $f''(c)$ is undefined and
2.  $f''(x)$ switches signs (from positive to negative or vice versa) when crossing $c$.