Content

Graph sketching

Increasing and decreasing functions

Let \(f\) be some function defined on an interval.

Definition

The function \(f\) is increasing over this interval if, for all points \(x_1\) and \(x_2\) in the interval,

\[ x_1 \leq x_2 \ \implies\ f(x_1) \leq f(x_2). \]

This means that the value of the function at a larger number is greater than or equal to the value of the function at a smaller number.

The graph on the left shows a differentiable function. The graph on the right shows a piecewise-defined continuous function. Both these functions are increasing.

Increasing functions. One of the two is a piecewise defined function with one portion a straight line segment.

Examples of increasing functions.

Definition

The function \(f\) is decreasing over this interval if, for all points \(x_1\) and \(x_2\) in the interval,

\[ x_1 \leq x_2 \ \implies\ f(x_1)\geq f(x_2). \]

The following graph shows an example of a decreasing function.

A decreasing function.

Example of a decreasing function.

Note that a function that is constant on the interval is both increasing and decreasing over this interval. If we want to exclude such cases, then we omit the equality component in our definition, and we add the word strictly:

We will use the following results. These results refer to intervals where the function is differentiable. Issues such as endpoints have to be treated separately.

Stationary points

Definitions

Let \(f\) be a differentiable function.

Local maxima and minima

In the following diagram, the point \(a\) looks like a maximum provided we stay close to it, and the point \(b\) looks like a minimum provided we stay close to it.

A continuous curve with local maximum at a and local minimum at b.

Definitions

These are sometimes called relative maximum and relative minimum points. Local maxima and minima are often referred to as turning points.

The following diagram shows the graph of \(y=f(x)\), where \(f\) is a differentiable function. It appears from the diagram that the tangents to the graph at the points which are local maxima or minima are horizontal. That is, at a local maximum or minimum point \(c\), we have \(f'(c) = 0\), and hence each local maximum or minimum point is a stationary point.

A continuous curve with local maximum at a and local minimum at b and horizontal tangents shown.

The result appears graphically obvious, but we will present a formal proof in the case of a local maximum.

Theorem

Let \(f\) be a differentiable function. If \(c\) is a local maximum point, then \(f'(c) = 0\).

Proof

Consider the interval \((c-\delta,c+\delta)\), with \(\delta > 0\) chosen so that \(f(c) \geq f(x)\) for all \(x \in (c-\delta,c+\delta)\).

For all positive \(h\) such that \(0 < h < \delta\), we have \(f(c) \geq f(c+h)\) and therefore

\[ \dfrac{f(c+h) - f(c)}{h} \leq 0. \]

Hence,

\[ f'(c) = \lim_{h \to 0^+} \dfrac{f(c+h) - f(c)}{h} \leq 0. \qquad (1) \]

For all negative \(h\) such that \(-\delta < h < 0\), we have \(f(c) \geq f(c+h)\) and therefore

\[ \dfrac{f(c+h) - f(c)}{h} \geq 0. \]

Hence,

\[ f'(c) = \lim_{h \to 0^-} \dfrac{f(c+h) - f(c)}{h} \geq 0. \qquad (2) \]

From (1) and (2), it follows that \(f'(c) = 0\).

\(\Box\)

The first derivative test for local maxima and minima

The derivative of the function can be used to determine when a local maximum or local minimum occurs.

Theorem (First derivative test)

Let \(f\) be a differentiable function. Suppose that \(c\) is a stationary point, that is, \(f'(c) = 0\).

  1. If there exists \(\delta > 0\) such that \(f'(x) > 0\), for all \(x \in (c-\delta,c)\), and \(f'(x) < 0\), for all \(x \in (c,c+\delta)\), then \(c\) is a local maximum point.
  2. If there exists \(\delta > 0\) such that \(f'(x) < 0\), for all \(x \in (c-\delta,c)\), and \(f'(x) > 0\), for all \(x \in (c,c+\delta)\), then \(c\) is a local minimum point.
Proof
  1. The function is increasing on the interval \((c-\delta,c)\), and decreasing on the interval \((c,c+\delta)\). Hence, \(f(c) \geq f(x)\) for all \(x\in (c-\delta,c+\delta)\).
  2. The function is decreasing on the interval \((c-\delta,c)\), and increasing on the interval \((c,c+\delta)\). Hence, \(f(c) \leq f(x)\) for all \(x\in (c-\delta,c+\delta)\).

\(\Box\)

In simple language, the first derivative test says:

There is another important type of stationary point:

Example

Find the stationary points of \(f(x) = 3x^4+16x^3+24x^2+3\), and determine their nature.

Solution

The derivative of \(f\) is

\begin{align*} f'(x) &= 12x^3+48x^2+48x \\ &= 12x(x^2+4x+4) \\ &= 12x(x+2)^2. \end{align*}

So \(f'(x) = 0\) implies \(x=0\) or \(x=-2\).

We can represent this in a gradient diagram.

Value of \(x\) −2 0
Sign of \(f'(x)\) + 0 0 +
Slope of graph \(y=f(x)\) \(\diagdown\) \(\diagdown\) \(\diagup\)

Hence, there are stationary points at \(x=0\) and \(x=-2\): there is a local minimum at \(x=0\), and a stationary point of inflexion at \(x=-2\).

The graph of \(y = f(x)\) is shown in the following diagram, but not all the features of the graph have been carefully considered at this stage.

Graph of quartic polynomial with local minimum at (0,3) and stationary point of inflexion at (-2 ,19)

Exercise 1

Assume that the derivative of the function \(f\) is given by \(f'(x) = (x-1)^2(x-3)\). Find the values of \(x\) which are stationary points of \(f\), and state their nature.

Exercise 2

Find the stationary points of \(f(x) = x^3-5x^2+3x+2\), and determine their nature.

Use of the second derivative

The second derivative is introduced in the module Introduction to differential calculus. Using functional notation, the second derivative of the function \(f\) is written as \(f''\). Using Leibniz notation, the second derivative is written as \(\dfrac{d^2 y}{dx^2}\), where \(y\) is a function of \(x\).

In the module Motion in a straight line, it is shown that the acceleration of a particle is the second derivative of its position with respect to time. That is, if the position of the particle at time \(t\) is denoted by \(x(t)\), then the acceleration of the particle is \(\ddot x(t)\).

Recall that, in kinematics, \(\dot x\) means \(\dfrac{dx}{dt}\) and \(\ddot x\) means \(\dfrac{d^2x}{dt^2}\).

Concave up and concave down

Let \(f\) be a function defined on the interval \((a,b)\), and assume that \(f'\) and \(f''\) exist at all points in \((a,b)\). We consider the shape of the curve \(y = f(x)\).

If \(f''(x) > 0\), for all \(x \in (a,b)\), then the slope of the curve is increasing in the interval \((a,b)\). The curve is said to be concave up.

Three examples of concave-up curves.

Figure : Examples of concave-up curves.

If \(f''(x) < 0\), for all \(x \in (a,b)\), then the slope of the curve is decreasing in the interval \((a,b)\). The curve is concave down.

Example of concave-down curve.

Figure : Example of a concave-down curve.

Inflexion points

A point where the curve changes from concave up to concave down, or from concave down to concave up, is called a point of inflexion. In the following diagram, there are points of inflexion at \(x=c\) and \(x=d\).

Graph of quartic polynomial with 4 x intercepts. There are two inflexion points marked (c, f(c)) and (d, f(d)).
Examples of points of inflexion.

The graphs of \(y=(x-2)^3+1\) and \(y=-(x-2)^3 + 1\) are shown below. The point \((2,1)\) is a point of inflexion for each of these graphs. In fact, the point \((2,1)\) is a stationary point of inflexion for each of these graphs.

Graphs of y = (x minus 2)cubed + 1 and y = minus(x minus 2)cubed + 1.
Detailed description

The graph of \(y=x^3-3x^2+4x+4\) is as follows. It has a point of inflexion at \((1,6)\), but this is not a stationary point. In fact, this function has \(\dfrac{dy}{dx} > 0\), for all \(x\).

Graph of the cubic. A point of inflexion at (1, 6)

Note. Clearly, a necessary condition for a twice-differentiable function \(f\) to have a point of inflexion at \(x = c\) is that \(f''(c) = 0\). We will see that this is not a sufficient condition, and care must be taken when using it to find an inflexion point. For there to be a point of inflexion, there must be a change of concavity.

Example

Find the inflexion point of the cubic function \(f(x) = x^3 - 3x^2 - 144x\).

Solution

We find the first and second derivatives:

\[ f'(x) = 3x^2 - 6x - 144 \qquad\text{and}\qquad f''(x) = 6x - 6. \]

Thus \(f''(x)=0\) implies \(x=1\). For \(x<1\), we have \(f''(x)<0\). For \(x>1\), we have \(f''(x)>0\). The curve changes from concave down to concave up at \(x=1\). Hence, there is a point of inflexion at \(x=1\).

The cubic y = x cubed – 3 times x squared – 144x. Point of inflexion at (1, minus 146).

It is not hard to show that there is a local maximum at \(x=-6\) and a local minimum at \(x=8\).

Exercise 3
Find the inflexion points of the function \(f(x) = x^4 + 28x^3 +10x\).
The second derivative test

We have seen how to use the first derivative test to determine whether a stationary point is a local maximum, a local minimum or neither of these. The second derivative provides an alternative test.

Theorem (Second derivative test)

Suppose \(f\) is twice differentiable at a stationary point \(c\).

  1. If \(f''(c)<0\), then \(f\) has a local maximum at \(c\).
    Graph showing local maximum at (c, f(c)).
  2. If \(f''(c)>0\), then \(f\) has a local minimum at \(c\).
    Graph showing local minimum at (c, f(c)).

We will prove the first part of this theorem. The proof of the second part is similar.

Proof

Assume that \(f''(c)<0\). Then \(f'(x)\) is strictly decreasing over some interval around \(c\). Hence, there is a positive number \(\delta\) such that \(f'(x)\) is strictly decreasing on the interval \((c-\delta,c+\delta)\).

We now use the first derivative test.

It follows from the first derivative test that \(c\) is a local maximum point.

\(\Box\)

If \(c\) is a stationary point with \(f''(c) =0\), then we cannot use the second derivative test to determine if it is a local maximum, a local minimum or neither of these.

For example, if \(f(x) = x^3\), then \(f'(0) = 0\) and \(f''(0) = 0\). In this case, there is a stationary point of inflexion at 0.

Graph of y = x cubed.

If \(f(x) = x^4\), then \(f'(0) = 0\) and \(f''(0) = 0\). In this case, there is a local minimum at 0.

Graph of y = x to the power 4.

Thus the second derivative cannot be used as a test when \(f'(c) = f''(c) = 0\).

Example

Locate and describe the stationary points of \(f(x) = x^4 - 8x^2\).

Solution

The first derivative is \(f'(x) = 4x^3-16x\), and the second derivative is \(f''(x)= 12x^2-16\). We find the stationary points by solving \(f'(x) = 0\):

\begin{align*} 4x^3-16x &= 0 \\ 4x(x^2-4) &= 0. \end{align*}

Hence, the stationary points are at \(x= 0\), \(x = 2\) and \(x=-2\). We use the first derivative test by considering a gradient diagram.

Value of \(x\) −2 0 2
Sign of \(f'(x)\) 0 + 0 0 +
Slope of graph \(y=f(x)\) \(\diagdown\) \(\diagup\) \(\diagdown\) \(\diagup\)

We can also check the local minimum and maximum points using the second derivative test, by considering the values of the second derivative:

The question has not required us to sketch the graph. But we have enough information to complete a good sketch if we also observe that the \(x\)-intercepts are \(0\), \(2\sqrt{2}\) and \(-2\sqrt{2}\).

Graph of y = x to the power 4 minus 8 times x squared.
Detailed description

Exercise 4

Locate and describe the stationary points of the graph of \(y=f(x)\) if \(f'(x) =x^3(x^2-5)\).

Next page - Content - More graph sketching