Skip to main content
Mathematics LibreTexts

3.2: The Derivative as a Function

  • Page ID
    2491
    • Gilbert Strang & Edwin “Jed” Herman
    • OpenStax
    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    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.

    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: Derivative Function

    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:

    \[f'(x)=\lim_{h→0}\frac{f(x+h)−f(x)}{h}. \label{derdef} \]

    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 Equation \ref{derdef} to find the derivative of a function.

    Example \(\PageIndex{1}\): 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.

    Substitute \(f(x+h)=\sqrt{x+h}\) and \(f(x)=\sqrt{x}\) into \(f'(x)= \displaystyle \lim_{h→0}\frac{f(x+h)−f(x)}{h}\).

    \(f'(x)=\displaystyle \lim_{h→0}\frac{\sqrt{x+h}−\sqrt{x}}{h}\)  
    \(=\displaystyle\lim_{h→0}\frac{\sqrt{x+h}−\sqrt{x}}{h}⋅\frac{\sqrt{x+h}+\sqrt{x}}{\sqrt{x+h}+\sqrt{x}}\) Multiply numerator and denominator by \(\sqrt{x+h}+\sqrt{x}\) without distributing in the denominator.
    \(=\displaystyle\lim_{h→0}\frac{h}{h\left(\sqrt{x+h}+\sqrt{x}\right)}\) Multiply the numerators and simplify.
    \(=\displaystyle\lim_{h→0}\frac{1}{\left(\sqrt{x+h}+\sqrt{x}\right)}\) Cancel the \(h\).
    \(=\dfrac{1}{2\sqrt{x}}\) Evaluate the limit
    Example \(\PageIndex{2}\): 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.

    Substitute \(f(x+h)=(x+h)^2−2(x+h)\) and \(f(x)=x^2−2x\) into \(f'(x)= \displaystyle \lim_{h→0}\frac{f(x+h)−f(x)}{h}.\)

    \(f'(x)=\displaystyle\lim_{h→0}\frac{((x+h)^2−2(x+h))−(x^2−2x)}{h}\)  
    \(=\displaystyle\lim_{h→0}\frac{x^2+2xh+h^2−2x−2h−x^2+2x}{h}\) Expand \((x+h)^2−2(x+h)\).
    \(=\displaystyle\lim_{h→0}\frac{2xh−2h+h^2}{h}\) Simplify
    \(=\displaystyle\lim_{h→0}\frac{h(2x−2+h)}{h}\) Factor out \(h\) from the numerator
    \(=\displaystyle\lim_{h→0}(2x−2+h)\) Cancel the common factor of \(h\)
    \(=2x−2\) Evaluate the limit
    Exercise \(\PageIndex{1}\)

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

    Hint

    Use Equation \ref{derdef} and follow the example.

    Answer

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

    We use a variety of different notations to express the derivative of a function. In Example \(\PageIndex{2}\) 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 \(\dfrac{dy}{dx}=2x−2\). We could have conveyed the same information by writing \(\dfrac{d}{dx}\left(x^2−2x\right)=2x−2\). Thus, for the function \(y=f(x)\), each of the following notations represents the derivative of \(f(x)\):

    \(f'(x), \quad \dfrac{dy}{dx}, \quad y′,\quad \dfrac{d}{dx}\big(f(x)\big)\).

    In place of \(f'(a)\) we may also use \(\dfrac{dy}{dx}\Big|_{x=a}\). Use of the \(\dfrac{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 \(\dfrac{Δy}{Δx}\) where \(Δy\) is the difference in the \(y\) values corresponding to the difference in the \(x\) values, which are expressed as \(Δx\) (Figure \(\PageIndex{1}\)). Thus the derivative, which can be thought of as the instantaneous rate of change of \(y\) with respect to \(x\), is expressed as

    \(\displaystyle \frac{dy}{dx}= \lim_{Δx→0}\frac{Δy}{Δx}\).

    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 \(\PageIndex{1}\): The derivative is expressed as \(\dfrac{dy}{dx}=\displaystyle\lim_{Δx→0}\frac{Δy}{Δx}\).

    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 \(\PageIndex{1}\), we found that for \(f(x)=\sqrt{x}\), \(f'(x)=\frac{1}{2\sqrt{x}}\). If we graph these functions on the same axes, as in Figure \(\PageIndex{2}\), 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)>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→0^+}f'(x)=+∞\), 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 \(\PageIndex{2}\): The derivative \(f'(x)\) is positive everywhere because the function \(f(x)\) is increasing.

    In Example \(\PageIndex{2}\), we found that for \(f(x)=x^2−2x,\; f'(x)=2x−2\). The graphs of these functions are shown in Figure \(\PageIndex{3}\). Observe that \(f(x)\) is decreasing for \(x<1\). For these same values of \(x\), \(f'(x)<0\). For values of \(x>1\), \(f(x)\) is increasing and \(f'(x)>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 \(\PageIndex{3}\): The derivative \(f'(x)<0\) where the function \(f(x)\) is decreasing and \(f'(x)>0\) where \(f(x)\) is increasing. The derivative is zero where the function has a horizontal tangent
    Example \(\PageIndex{3}\): 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)>0\) on \((–2,3)\). Also, \(f(x)\) is decreasing and \(f'(x)<0\) on \((−∞,−2)\) and on \((3,+∞)\). 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).

    Exercise \(\PageIndex{2}\)

    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.

    Answer

    \((0,+∞)\)

    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.

    Differentiability Implies Continuity

    Let \(f(x)\) be a function and \(a\) be in its domain. If \(f(x)\) is differentiable at \(a\), then \(f\) is continuous at \(a\).

    Proof

    If \(f(x)\) is differentiable at \(a\), then \(f'(a)\) exists and, if we let \(h = x - a\), we have \( x = a + h \), and as \(h=x-a\to 0\), we can see that \(x\to a\).

    Then

    \[ f'(a) = \lim_{h\to 0}\frac{f(a+h)-f(a)}{h}\nonumber \]

    can be rewritten as

    \(f'(a)=\displaystyle \lim_{x→a}\frac{f(x)−f(a)}{x−a}\).

    We want to show that \(f(x)\) is continuous at \(a\) by showing that \(\displaystyle \lim_{x→a}f(x)=f(a).\) Thus,

    \(\begin{align*} \displaystyle \lim_{x→a}f(x) &=\lim_{x→a}\;\big(f(x)−f(a)+f(a)\big)\\[4pt]
    &=\lim_{x→a}\left(\frac{f(x)−f(a)}{x−a}⋅(x−a)+f(a)\right) & & \text{Multiply and divide }(f(x)−f(a))\text{ by }x−a.\\[4pt]
    &=\left(\lim_{x→a}\frac{f(x)−f(a)}{x−a}\right)⋅\left( \lim_{x→a}\;(x−a)\right)+\lim_{x→a}f(a)\\[4pt]
    &=f'(a)⋅0+f(a)\\[4pt]
    &=f(a). \end{align*}\)

    Therefore, since \(f(a)\) is defined and \(\displaystyle \lim_{x→a}f(x)=f(a)\), we conclude that \(f\) is continuous at \(a\).

    We have just proven 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|\),

    \(f'(0)=\displaystyle \lim_{x→0}\frac{f(x)−f(0)}{x−0}= \lim_{x→0}\frac{|x|−|0|}{x−0}= \lim_{x→0}\frac{|x|}{x}\).

    This limit does not exist because

    \(\displaystyle \lim_{x→0^−}\frac{|x|}{x}=−1\) and \(\displaystyle \lim_{x→0^+}\frac{|x|}{x}=1\).

    See Figure \(\PageIndex{4}\).

    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 \(\PageIndex{4}\): 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}\):

    \(f'(0)=\displaystyle \lim_{x→0}\frac{\sqrt[3]{x}−0}{x−0}=\displaystyle \lim_{x→0}\frac{1}{\sqrt[3]{x^2}}=+∞\).

    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 \(\PageIndex{5}\)).

    The function f(x) = the cube root of x is graphed. It has a vertical tangent at x = 0.
    Figure \(\PageIndex{5}\): 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)=\begin{cases} x\sin\left(\frac{1}{x}\right), & & \text{ if } x≠0\\0, & & \text{ if } x=0\end{cases}\) also has a derivative that exhibits interesting behavior at \(0\).

    We see that

    \(f'(0)=\displaystyle \lim_{x→0}\frac{x\sin\left(1/x\right)−0}{x−0}= \lim_{x→0}\sin\left(\frac{1}{x}\right)\).

    This limit does not exist, essentially because the slopes of the secant lines continuously change direction as they approach zero (Figure \(\PageIndex{6}\)).

    The function f(x) = x sin (1/2) if x does not equal 0 and f(x) = 0 if x = 0 is graphed. It looks like a rapidly oscillating sinusoidal function with amplitude decreasing to 0 at the origin.
    Figure \(\PageIndex{6}\): The function \(f(x)=\begin{cases} x\sin\left(\frac{1}{x}\right), & & \text{ if } x≠0\\0, & & \text{ if } x=0\end{cases}\) is not differentiable at \(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)=\begin{cases}x\sin\left(\frac{1}{x}\right), & & \text{ if } x≠0\\0, & &\text{ if } x=0\end{cases}\) a function may fail to be differentiable at a point in more complicated ways as well.
    Example \(\PageIndex{4}\): 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 \(\PageIndex{7}\)). The function that describes the track is to have the form \(f(x)=\begin{cases}\frac{1}{10}x^2+bx+c, & & \text{ if }x<−10\\−\frac{1}{4}x+\frac{5}{2}, & & \text{ if } x≥−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 \(\PageIndex{7}\): 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→10^−}f(x)=f(−10)\). Thus, since

    \(\displaystyle \lim_{x→−10^−}f(x)=\frac{1}{10}(−10)^2−10b+c=10−10b+c\)

    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\),

    \(f'(10)=\displaystyle \lim_{x→−10}\frac{f(x)−f(−10)}{x+10}\)

    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:

    \(\displaystyle \begin{align*} \lim_{x→−10^−}\frac{f(x)−f(−10)}{x+10} &= \lim_{x→−10^−}\frac{\frac{1}{10}x^2+bx+c−5}{x+10}\\[4pt]
    &= \lim_{x→−10^−}\frac{\frac{1}{10}x^2+bx+(10b−5)−5}{x+10} & & \text{Substitute }c=10b−5.\\[4pt]
    &= \lim_{x→−10^−}\frac{x^2−100+10bx+100b}{10(x+10)}\\[4pt]
    &= \lim_{x→−10^−}\frac{(x+10)(x−10+10b)}{10(x+10)} & & \text{Factor by grouping}\\[4pt]
    &=b−2 \end{align*}\).

    We also have

    \(\displaystyle \begin{align*} \lim_{x→−10^+}\frac{f(x)−f(−10)}{x+10} &= \lim_{x→−10^+}\frac{−\frac{1}{4}x+\frac{5}{2}−5}{x+10}\\[4pt]
    &= \lim_{x→−10^+}\frac{−(x+10)}{4(x+10)}\\[4pt]
    &=−\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}\).

    Exercise \(\PageIndex{3}\)

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

    Hint

    Use Example \(\PageIndex{4}\) as a guide.

    Answer

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

    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:

    \(f''(x),\; f'''(x),\; f^{(4)}(x),\; …\; ,\; f^{(n)}(x)\)

    \(y''(x),\; y'''(x),\; y^{(4)}(x),\; …\; ,\; y^{(n)}(x)\)

    \(\dfrac{d^2y}{dx^2},\;\dfrac{d^3y}{dy^3},\;\dfrac{d^4y}{dy^4},\;…\;,\;\dfrac{d^ny}{dy^n}.\)

    It is interesting to note that the notation for \(\dfrac{d^2y}{dx^2}\) may be viewed as an attempt to express \(\dfrac{d}{dx}\left(\dfrac{dy}{dx}\right)\) more compactly.

    Analogously, \(\dfrac{d}{dx}\left(\dfrac{d}{dx}\left(\dfrac{dy}{dx}\right)\right)=\dfrac{d}{dx}\left(\dfrac{d^2y}{dx^2}\right)=\dfrac{d^3y}{dx^3}\).

    Example \(\PageIndex{5}\): Finding a Second Derivative

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

    Solution

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

    Substitute \(f(x)=2x^2−3x+1\) and \(f(x+h)=2(x+h)^2−3(x+h)+1\) into \(f'(x)=\displaystyle \lim_{h→0}\dfrac{f(x+h)−f(x)}{h}.\)

    \(f'(x)=\displaystyle \lim_{h→0}\frac{(2(x+h)^2−3(x+h)+1)−(2x^2−3x+1)}{h}\)  
    \(=\displaystyle \lim_{h→0}\frac{4xh+2h^2−3h}{h}\) Simplify the numerator.
    \(=\displaystyle \lim_{h→0}(4x+2h−3)\) Factor out the \(h\) in the numerator and cancel with the \(h\) in the denominator.
    \(=4x−3\) Take the limit.

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

    \(f''(x)=\displaystyle \lim_{h→0}\frac{f'(x+h)−f'(x)}{h}\) Use \(f'(x)=\displaystyle \lim_{h→0}\frac{f(x+h)−f(x)}{h}\) with \(f ′(x)\) in place of \(f(x).\)
    \(=\displaystyle \lim_{h→0}\frac{(4(x+h)−3)−(4x−3)}{h}\) Substitute \(f'(x+h)=4(x+h)−3\) and \(f'(x)=4x−3.\)
    \(=\displaystyle \lim_{h→0}4\) Simplify.
    \(=4\) Take the limit.
    Exercise \(\PageIndex{4}\)

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

    Hint

    We found \(f'(x)=2x\) in a previous checkpoint. Use Equation \ref{derdef} to find the derivative of \(f'(x)\)

    Answer

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

    Example \(\PageIndex{6}\): 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)\):

    \(\displaystyle \begin{align*} s′(t) &= \lim_{h→0}\frac{s(t+h)−s(t)}{h}\\[4pt]
    &=\lim_{h→0}\frac{3(t+h)^2−4(t+h)+1−(3t^2−4t+1)}{h}\\[4pt]
    &=6t−4. \end{align*}\)

    Next,

    \(\displaystyle \begin{align*} s''(t)&= \lim_{h→0}\frac{s′(t+h)−s′(t)}{h}\\[4pt]
    &=\lim_{h→0}\frac{6(t+h)−4−(6t−4)}{h}\\[4pt]
    &=6. \end{align*}\)

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

    Exercise \(\PageIndex{5}\)

    For \(s(t)=t^3\), find \(a(t).\)

    Hint

    Use Example \(\PageIndex{6}\) as a guide.

    Answer

    \(a(t)=6t\)

    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)>0\). Where \(f(x)\) has a tangent line with negative slope, \(f'(x)<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.

    Key Equations

    • The derivative function

    \(f'(x)=\displaystyle \lim_{h→0}\frac{f(x+h)−f(x)}{h}\)

    Glossary

    derivative function
    gives the derivative of a function at each point in the domain of the original function for which the derivative is defined
    differentiable at \(a\)
    a function for which \(f'(a)\) exists is differentiable at \(a\)
    differentiable on \(S\)
    a function for which \(f'(x)\) exists for each \(x\) in the open set \(S\) is differentiable on \(S\)
    differentiable function
    a function for which \(f'(x)\) exists is a differentiable function
    higher-order derivative
    a derivative of a derivative, from the second derivative to the \(n^{\text{th}}\) derivative, is called a higher-order derivative

    Contributors and Attributions

    • Gilbert Strang (MIT) and Edwin “Jed” Herman (Harvey Mudd) with many contributing authors. This content by OpenStax is licensed with a CC-BY-SA-NC 4.0 license. Download for free at http://cnx.org.

    • Paul Seeburger (Monroe Community College) added explanation of the alternative definition of the derivative used in the proof of that differentiability implies continuity.

    This page titled 3.2: The Derivative as a Function is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by Gilbert Strang & Edwin “Jed” Herman (OpenStax) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.