Skip to main content

Section 3.2 The Derivative as a Function

Learning Objectives.

  • Define the derivative function of a given function.

  • Graph a derivative function from the graph of a given function.

  • State the connection between derivatives and continuity.

  • Describe three conditions for when a function does not have a derivative.

  • Explain the meaning of a higher-order derivative.

As we have seen, the derivative of a function at a given point gives us the rate of change or slope of the tangent line to the function at that point. If we differentiate a position function at a given time, we obtain the velocity at that time. It seems reasonable to conclude that knowing the derivative of the function at every point would produce valuable information about the behavior of the function. However, the process of finding the derivative at even a handful of values using the techniques of the preceding section would quickly become quite tedious. In this section we define the derivative function and learn a process for finding it.

Subsection 3.2.1 Derivative Functions

The derivative function gives the derivative of a function at each point in the domain of the original function for which the derivative is defined. We can formally define a derivative function as follows.

Definition 3.35.

Let \(f\) be a function. The derivative function, denoted by \(f',\) is the function whose domain consists of those values of \(x\) such that the following limit exists:

\begin{equation} f'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}.\tag{3.2.1} \end{equation}

A function \(f(x)\) is said to be differentiable at \(a\) if \(f'(a)\) exists. More generally, a function is said to be differentiable on \(S\) if it is differentiable at every point in an open set \(S,\) and a differentiable function is one in which \(f'(x)\) exists on its domain.

In the next few examples we use (3.2.1) to find the derivative of a function.

Example 3.36. Finding the Derivative of a Square-Root Function.

Find the derivative of \(f(x)=\sqrt{x}.\)

Solution.

Start directly with the definition of the derivative function. Use (3.1.2).

\begin{align*} f'(x)\amp=\lim_{h\to 0}\frac{\sqrt{x+h}-\sqrt{x}}{h}\amp \amp \text{ Substitute } f(x+h)=\sqrt{x+h} \text{ and } f(x)=\sqrt{x}\\ \amp \amp \amp \text{ into } f'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}.\\ \amp=\lim_{h\to 0}\frac{\sqrt{x+h}-\sqrt{x}}{h}\cdot \frac{\sqrt{x+h}+\sqrt{x}}{\sqrt{x+h}+\sqrt{x}}\amp \amp\text{ Multiply numerator and denominator by }\sqrt{x+h}+\sqrt{x} \\ \amp \amp \amp \text{ without distributing in the }\text{ denominator. }\\ \amp =\lim_{h\to 0}\frac{h}{h(\sqrt{x+h}+\sqrt{x})}\amp \amp \text{ Multiply the numerators and simplify. }\\ \amp =\lim_{h\to 0}\frac{1}{(\sqrt{x+h}+\sqrt{x})}\amp \amp\text{ Cancel the } h.\\ \amp =\frac{1}{2\sqrt{x}}\amp\amp\text{ Evaluate the limit. } \end{align*}

Example 3.37. Finding the Derivative of a Quadratic Function.

Find the derivative of the function \(f(x)=x^2-2x.\)

Solution.

Follow the same procedure here, but without having to multiply by the conjugate.

\begin{align*} f'(x)\amp=\lim_{h\to 0}\frac{((x+h)^2-2(x+h))-(x^2-2x)}{h}\amp \amp\text{ Substitute } f(x+h)=(x+h)^2-2(x+h) \\ \amp \amp \amp \text{ and }f(x)=x^2-2x \text{ into }\\ \amp \amp \amp f'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}.\\ \amp=\lim_{h\to 0}\frac{x^2+2xh+h^2-2x-2h-x^2+2x}{h}\amp \amp\text{ Expand } (x+h)^2-2(x+h).\\ \amp=\lim_{h\to 0}\frac{2xh-2h+h^2}{h}\amp\amp\text{ Simplify. }\\ \amp=\lim_{h\to 0}\frac{h(2x-2+h)}{h}\amp\amp\text{ Factor out } h \text{ from the numerator. }\\ \amp=\lim_{h\to 0}(2x-2+h)\amp\amp\text{ Cancel the common factor of } h.\\ \amp=2x-2\amp\amp\text{ Evaluate the limit. } \end{align*}

Checkpoint 3.38.

Find the derivative of \(f(x)=x^2.\)

Hint.

Use (3.2.1) and follow the example.

Solution.

\(f'(x)=2x\)

We use a variety of different notations to express the derivative of a function. In Example 3.37 we showed that if \(f(x)=x^2-2x,\) then \(f'(x)=2x-2.\) If we had expressed this function in the form \(y=x^2-2x,\) we could have expressed the derivative as \(y'=2x-2\) or \(\frac{dy}{dx}=2x-2.\) We could have conveyed the same information by writing \(\frac{d}{dx}(x^2-2x)=2x-2.\) Thus, for the function \(y=f(x),\) each of the following notations represents the derivative of \(f(x)\text{ : }\)

\begin{equation*} f'(x), \frac{dy}{dx}, y', \frac{d}{dx}(f(x)). \end{equation*}

In place of \(f'(a)\) we may also use \(\frac{dy}{dx}|_{x=a}\) Use of the \(\frac{dy}{dx}\) notation (called Leibniz notation) is quite common in engineering and physics. To understand this notation better, recall that the derivative of a function at a point is the limit of the slopes of secant lines as the secant lines approach the tangent line. The slopes of these secant lines are often expressed in the form \(\frac{\Delta y}{\Delta x}\) where \(\Delta y\) is the difference in the \(y\) values corresponding to the difference in the \(x\) values, which are expressed as \(\Delta x\) (Figure 3.39). Thus the derivative, which can be thought of as the instantaneous rate of change of \(y\) with respect to \(x,\) is expressed as

\begin{equation*} \frac{dy}{dx}=\lim_{\Delta x\to 0}\frac{\Delta y}{\Delta x}. \end{equation*}
"The function y = f(x) is graphed and it shows up as a curve in the first quadrant. The x-axis is marked with 0, a, and a + Δx. The y-axis is marked with 0, f(a), and f(a) + Δy. There is a straight line crossing y = f(x) at (a, f(a)) and (a + Δx, f(a) + Δy). From the point (a, f(a)), a horizontal line is drawn; from the point (a + Δx, f(a) + Δy), a vertical line is drawn. The distance from (a, f(a)) to (a + Δx, f(a)) is denoted Δx; the distance from (a + Δx, f(a) + Δy) to (a + Δx, f(a)) is denoted Δy."
Figure 3.39. The derivative is expressed as \(\displaystyle{\frac{dy}{dx}=\lim_{\Delta x\to 0}\frac{\Delta y}{\Delta x}.}\)

Subsection 3.2.2 Graphing a Derivative

We have already discussed how to graph a function, so given the equation of a function or the equation of a derivative function, we could graph it. Given both, we would expect to see a correspondence between the graphs of these two functions, since \(f'(x)\) gives the rate of change of a function \(f(x)\) (or slope of the tangent line to \(f(x)).\)

In Example 3.36 we found that for \(f(x)=\sqrt{x},f'(x)=1\text{ / }2\sqrt{x}.\) If we graph these functions on the same axes, as in Figure 3.40, we can use the graphs to understand the relationship between these two functions. First, we notice that \(f(x)\) is increasing over its entire domain, which means that the slopes of its tangent lines at all points are positive. Consequently, we expect \(f'(x)\gt 0\) for all values of \(x\) in its domain. Furthermore, as \(x\) increases, the slopes of the tangent lines to \(f(x)\) are decreasing and we expect to see a corresponding decrease in \(f'(x).\) We also observe that \(f(0)\) is undefined and that \(\displaystyle{\lim_{x\to 0^+}f'(x)=\text{ + }\infty} ,\) corresponding to a vertical tangent to \(f(x)\) at \(0.\)

"The function f(x) = the square root of x is graphed as is its derivative f’(x) = 1/(2 times the square root of x)."
Figure 3.40. The derivative \(f'(x)\) is positive everywhere because the function \(f(x)\) is increasing.

In Example 3.37 we found that for \(f(x)=x^2-2x,f'(x)=2x-2.\) The graphs of these functions are shown in Figure 3.41. Observe that \(f(x)\) is decreasing for \(x\lt 1.\) For these same values of \(x,f'(x)\lt 0.\) For values of \(x\gt 1,f(x)\) is increasing and \(f'(x)\gt 0.\) Also, \(f(x)\) has a horizontal tangent at \(x=1\) and \(f'(1)=0.\)

"The function f(x) = x squared – 2x is graphed as is its derivative f’(x) = 2x − 2."
Figure 3.41. The derivative \(f'(x)\lt 0\) where the function \(f(x)\) is decreasing and \(f'(x)\gt 0\) where \(f(x)\) is increasing. The derivative is zero where the function has a horizontal tangent.

Example 3.42. Sketching a Derivative Using a Function.

Use the following graph of \(f(x)\) to sketch a graph of \(f'(x).\)

"The function f(x) is roughly sinusoidal, starting at (−4, 3), decreasing to a local minimum at (−2, 2), then increasing to a local maximum at (3, 6), and getting cut off at (7, 2)."
Solution.

The solution is shown in the following graph. Observe that \(f(x)\) is increasing and \(f'(x)\gt 0\) on \((–2,3).\) Also, \(f(x)\) is decreasing and \(f'(x)\lt 0\) on \((\text{ - }\infty ,-2)\) and on \((3,\text{ + }\infty ).\) Also note that \(f(x)\) has horizontal tangents at \(–2\) and \(3,\) and \(f'(-2)=0\) and \(f'(3)=0.\)

"Two functions are graphed here: f(x) and f’(x). The function f(x) is the same as the above graph, that is, roughly sinusoidal, starting at (−4, 3), decreasing to a local minimum at (−2, 2), then increasing to a local maximum at (3, 6), and getting cut off at (7, 2). The function f’(x) is an downward-facing parabola with vertex near (0.5, 1.75), y-intercept (0, 1.5), and x-intercepts (−1.9, 0) and (3, 0)."

Checkpoint 3.43.

Sketch the graph of \(f(x)=x^2-4.\) On what interval is the graph of \(f'(x)\) above the \(x\)-axis?

Hint.

The graph of \(f'(x)\) is positive where \(f(x)\) is increasing.

Solution.

\((0,\text{ + }\infty )\)

Subsection 3.2.3 Derivatives and Continuity

Now that we can graph a derivative, let’s examine the behavior of the graphs. First, we consider the relationship between differentiability and continuity. We will see that if a function is differentiable at a point, it must be continuous there; however, a function that is continuous at a point need not be differentiable at that point. In fact, a function may be continuous at a point and fail to be differentiable at the point for one of several reasons.

We have that differentiability implies continuity, but now we consider whether continuity implies differentiability. To determine an answer to this question, we examine the function \(f(x)=|x|.\) This function is continuous everywhere; however, \(f'(0)\) is undefined. This observation leads us to believe that continuity does not imply differentiability. Let’s explore further. For \(f(x)=|x|,\)

\begin{equation*} f'(0)=\lim_{x\to 0}\frac{f(x)-f(0)}{x-0}=\lim_{x\to 0}\frac{|x|-|0|}{x-0}=\lim_{x\to 0}\frac{|x|}{x}. \end{equation*}

This limit does not exist because

\begin{align*} \lim_{x\to 0^-}\frac{|x|}{x}=-1 \amp \text{ and } \amp \lim_{x\to 0^+}\frac{|x|}{x}=1. \end{align*}

See Figure 3.45.

"The function f(x) = the absolute value of x is graphed. It consists of two straight line segments: the first follows the equation y = −x and ends at the origin; the second follows the equation y = x and starts at the origin."
Figure 3.45. The function \(f(x)=|x|\) is continuous at \(0\) but is not differentiable at \(0.\)

Let’s consider some additional situations in which a continuous function fails to be differentiable. Consider the function \(f(x)=\sqrt[3]{x} \text{ : }\)

\begin{equation*} f'(0)=\lim_{x\to 0}\frac{\sqrt[3]{x} -0}{x-0}=\lim_{x\to 0}\frac{1}{\sqrt[3]{x^2}} =\text{ + }\infty . \end{equation*}

Thus \(f'(0)\) does not exist. A quick look at the graph of \(f(x)=\sqrt[3]{x} \) clarifies the situation. The function has a vertical tangent line at \(0\) (Figure 3.46).

"The function f(x) = the cube root of x is graphed. It has a vertical tangent at x = 0."
Figure 3.46. The function \(f(x)=\sqrt[3]{x} \) has a vertical tangent at \(x=0.\) It is continuous at \(0\) but is not differentiable at \(0.\)

The function \(f(x)=x^{2/3}\) also has a derivative that exhibits interesting behavior at \(0.\) We see that

\begin{equation*} f'(0)=\lim_{x\to 0}\frac{x^{2/3}-0}{x-0}=\lim_{x\to 0}\frac{1}{x^{1/3}}. \end{equation*}

This limit does not exist, mainly because the slopes of the secant lines are positive if we approach 0 from the right yet the slopes of the secant lines are negative if we approach 0 from the left. That is, \(\displaystyle{\lim_{x\to 0^+}\frac{1}{x^{1/3}}\gt 0}\) and \(\displaystyle{\lim_{x\to 0^-}\frac{1}{x^{1/3}}\lt 0}.\) We say that \(f(x)\) has cusp at \(x=0\text{.}\) This behavior is displayed below in Figure 3.47 . Note that the function is approaching a vertical tangent line on each side of \(x=0\text{.}\)

"This figure shows the graph of \(f(x)=x^{2/3}\) near \(x=0\text{.}\) On each side of 0, the function is approaching a vertical tangent, making a cusp at \(x=0.\)"
Figure 3.47. The function \(f(x)=x^{2/3}\) has a cusp at \(x=0.\)

In summary:

  1. We observe that if a function is not continuous, it cannot be differentiable, since every differentiable function must be continuous. However, if a function is continuous, it may still fail to be differentiable.

  2. We saw that \(f(x)=|x|\) failed to be differentiable at \(0\) because the limit of the slopes of the tangent lines on the left and right were not the same. Visually, this resulted in a sharp corner on the graph of the function at \(0.\) From this we conclude that in order to be differentiable at a point, a function must be “smooth” at that point.

  3. As we saw in the example of \(f(x)=\sqrt[3]{x} ,\) a function fails to be differentiable at a point where there is a vertical tangent line.

  4. As we saw with \(f(x)=x^{2/3}\) a functions may fail to differentiable at a point where there is a cusp.

Example 3.48. A Piecewise Function that is Continuous and Differentiable.

A toy company wants to design a track for a toy car that starts out along a parabolic curve and then converts to a straight line (Figure 3.49). The function that describes the track is to have the form \(f(x)=\begin{cases} \frac{1}{10}x^2+bx+c \amp \text{ if } x\lt -10 \\ -\frac{1}{4}x+\frac{5}{2} \amp \text{ if } x\geq -10 \end{cases} \) where \(x\) and \(f(x)\) are in inches. For the car to move smoothly along the track, the function \(f(x)\) must be both continuous and differentiable at \(-10.\) Find values of \(b\) and \(c\) that make \(f(x)\) both continuous and differentiable.

"A cart is drawn on a line that curves through (−10, 5) to (10, 0) with y-intercept roughly (0, 2)."
Figure 3.49. For the car to move smoothly along the track, the function must be both continuous and differentiable.
Solution.

For the function to be continuous at \(x=-10,\displaystyle{\lim_{x \to 10^-} f(x)=f(-10)}.\) Thus, since

\begin{equation*} \lim_{x\to -10^-} f(x)=\frac{1}{10}(-10)^2-10b+c=10-10b+c \end{equation*}

and \(f(-10)=5,\) we must have \(10-10b+c=5.\) Equivalently, we have \(c=10b-5.\)

For the function to be differentiable at \(-10,\)

\begin{equation*} f'(10)=\lim_{x\to -10}\frac{f(x)-f(-10)}{x+10} \end{equation*}

must exist. Since \(f(x)\) is defined using different rules on the right and the left, we must evaluate this limit from the right and the left and then set them equal to each other:

\begin{align*} \lim_{x\to \text{ - }10^-}\frac{f(x)-f(-10)}{x+10}\amp=\lim_{x\to \text{ - }10^-}\frac{\frac{1}{10}x^2+bx+c-5}{x+10}\\ \amp=\lim_{x\to \text{ - }10^-}\frac{\frac{1}{10}x^2+bx+(10b-5)-5}{x+10}\amp\text{ Substitute } c=10b-5.\\ \amp=\lim_{x\to \text{ - }10^-}\frac{x^2-100+10bx+100b}{10(x+10)}\\ \amp=\lim_{x\to \text{ - }10^-}\frac{(x+10)(x-10+10b)}{10(x+10)}\amp\text{ Factor by grouping. }\\ \amp=b-2. \end{align*}

We also have

\begin{align*} \lim_{x\to \text{ - }10^+}\frac{f(x)-f(-10)}{x+10}\amp=\lim_{x\to \text{ - }10^+}\frac{-\frac{1}{4}x+\frac{5}{2}-5}{x+10}\\ =\lim_{x\to \text{ - }10^+}\frac{\text{ - }(x+10)}{4(x+10)}\\ =-\frac{1}{4}. \end{align*}

This gives us \(b-2=-\frac{1}{4}.\) Thus \(b=\frac{7}{4}\) and \(c=10(\frac{7}{4})-5=\frac{25}{2}.\)

Checkpoint 3.50.

Find values of \(a\) and \(b\) that make \(f(x)=\begin{cases} ax+b \amp \text{ if } x\lt 3 \\ x^2 \amp \text{ if } x\geq 3 \end{cases} \) both continuous and differentiable at \(3.\)

Hint.

Use Example 3.48 as a guide.

Solution.

\(a=6\) and \(b=-9\)

Subsection 3.2.4 Higher-Order Derivatives

The derivative of a function is itself a function, so we can find the derivative of a derivative. For example, the derivative of a position function is the rate of change of position, or velocity. The derivative of velocity is the rate of change of velocity, which is acceleration. The new function obtained by differentiating the derivative is called the second derivative. Furthermore, we can continue to take derivatives to obtain the third derivative, fourth derivative, and so on. Collectively, these are referred to as higher-order derivatives. The notation for the higher-order derivatives of \(y=f(x)\) can be expressed in any of the following forms:

\begin{equation*} f''(x), f'''(x),f^{(4))}(x),\dots,f^{(n)}(x) \end{equation*}
\begin{equation*} y''(x),y'''(x),y^{(4)}(x), \dots ,y^{(n)}(x) \end{equation*}
\begin{equation*} \frac{d^2y}{dx^2},\frac{d^3y}{dx^3},\frac{d^4y}{dx^4},\dots,\frac{d^ny}{dx^n}. \end{equation*}

It is interesting to note that the notation for \(\frac{d^2y}{dx^2}\) may be viewed as an attempt to express \(\frac{d}{dx}(\frac{dy}{dx})\) more compactly. Analogously, \(\frac{d}{dx}(\frac{d}{dx}(\frac{dy}{dx}))=\frac{d}{dx}(\frac{d^2y}{dx^2})=\frac{d^3y}{dx^3}.\)

Example 3.51. Finding a Second Derivative.

For \(f(x)=2x^2-3x+1,\) find \(f''(x).\)

Solution.

First find \(f'(x).\)

\begin{align*} f'(x)\amp=\lim_{h\to 0}\frac{(2(x+h)^2-3(x+h)+1)-(2x^2-3x+1)}{h}\amp\amp\text{ Substitute } f(x)=2x^2-3x+1\\ \amp \amp \amp \text{ and }\\ \amp \amp \amp f(x+h)=2(x+h)^2-3(x+h)+1\\ \amp \amp \amp \text{ into } f'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}.\\ \amp =\lim_{h\to 0}\frac{4xh+h^2-3h}{h}\amp\amp\text{ Simplify the numerator. }\\ \amp=\lim_{h\to 0}(4x+h-3)\amp \amp\text{ Factor out the } h \text{ in the numerator }\\ \amp \amp \amp \text{ and cancel with the } h \text{ in the }\\ \amp \amp \amp \text{ denominator. }\\ \amp =4x-3\amp \amp\text{ Take the limit. } \end{align*}

Next, find \(f''(x)\) by taking the derivative of \(f'(x)=4x-3.\)

\begin{align*} f''(x)\amp=\lim_{h\to 0}\frac{f'(x+h)-f'(x)}{h}\amp \amp \text{ Use } f'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h} \text{ with } f'(x) \text{ in }\\ \amp \amp \amp \text{ place of } f(x).\\ \amp =\lim_{h\to 0}\frac{(4(x+h)-3)-(4x-3)}{h}\amp \amp\text{ Substitute } f'(x+h)=4(x+h)-3 \text{ and }\\ \amp \amp \amp f'(x)=4x-3.\\ \amp=\lim_{h\to 0}4\amp\amp \text{ Simplify. }\\ \amp =4\amp \amp\text{ Take the limit. } \end{align*}

Checkpoint 3.52.

Find \(f''(x)\) for \(f(x)=x^2.\)

Hint.

We found \(f'(x)=2x\) in a previous checkpoint. Use (3.2.1) to find the derivative of \(f'(x)\)

Solution.

\(f''(x)=2\)

Example 3.53. Finding Acceleration.

The position of a particle along a coordinate axis at time \(t\) (in seconds) is given by \(s(t)=3t^2-4t+1\) (in meters). Find the function that describes its acceleration at time \(t.\)

Solution.

Since \(v(t)=s'(t)\) and \(a(t)=v'(t)=s''(t),\) we begin by finding the derivative of \(s(t):\)

\begin{align*} s'(t)\amp=\lim_{h\to 0}\frac{s(t+h)-s(t)}{h}\\ \amp=\lim_{h\to 0}\frac{3(t+h)^2-4(t+h)+1-(3t^2-4t+1)}{h}\\ \amp=6t-4. \end{align*}

Next,

\begin{align*} s''(t)\amp=\lim_{h\to 0}\frac{s'(t+h)-s'(t)}{h}\\ \amp=\lim_{h\to 0}\frac{6(t+h)-4-(6t-4)}{h}\\ \amp=6. \end{align*}

Thus, \(a=6 \text{ m/s }^2.\)

Subsection 3.2.5 Key Concepts

  • The derivative of a function \(f(x)\) is the function whose value at \(x\) is \(f'(x).\)

  • The graph of a derivative of a function \(f(x)\) is related to the graph of \(f(x).\) Where \(f(x)\) has a tangent line with positive slope, \(f'(x)\gt 0.\) Where \(f(x)\) has a tangent line with negative slope, \(f'(x)\lt 0.\) Where \(f(x)\) has a horizontal tangent line, \(f'(x)=0.\)

  • If a function is differentiable at a point, then it is continuous at that point. A function is not differentiable at a point if it is not continuous at the point, if it has a vertical tangent line at the point, or if the graph has a sharp corner or cusp.

  • Higher-order derivatives are derivatives of derivatives, from the second derivative to the \(n\text{ th }\) derivative.

Subsection 3.2.6 Key Equations

  • The derivative function \(\displaystyle{f'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}}\)

This book is a custom edition based on OpenStax Calculus Volume 1. You can download the original for free at https://openstax.org/details/books/calculus-volume-1.