3.2 The Derivative as a Function
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.
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.
A function \(f(x)\) is said to be differentiable at \(\mathbf{a}\) if \(f'(a)\) exists. More generally, a function is said to be differentiable on \(\mathbf{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 1 to find the derivative of a function.
We use a variety of different notations to express the derivative of a function. In Example 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 \(\frac{dy}{dx} = 2x - 2.\) We could have conveyed the same information by writing \(\frac{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)\text{:}\)
\[f'(x),\ \frac{dy}{dx},\ y',\ \frac{d}{dx}\left( {f(x)} \right). \tag{4}\]
In place of \(f'(a)\) we may also use \(\frac{dy}{dx}\left| \begin{array}{l} \\ {}_{x = a} \end{array} \right.\) 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{\text{Δ}y}{\text{Δ}x}\) where \(\text{Δ}y\) is the difference in the \(y\) values corresponding to the difference in the \(x\) values, which are expressed as \(\text{Δ}x\) (Figure 1). Thus the derivative, which can be thought of as the instantaneous rate of change of \(y\) with respect to \(x,\) is expressed as
\[\frac{dy}{dx} = \underset{\text{Δ}x\rightarrow 0}{\text{lim}}\frac{\text{Δ}y}{\text{Δ}x}. \tag{5}\]

Figure 1 The derivative is expressed as \(\frac{dy}{dx} = \underset{\text{Δ}x\rightarrow 0}{\text{lim}}\frac{\text{Δ}y}{\text{Δ}x}.\)
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)\operatorname{).}\)
In Example 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 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 \(\underset{x\rightarrow 0^{+}}{\text{lim}}f'(x) = \text{+}\infty,\) corresponding to a vertical tangent to \(f(x)\) at \(0.\)

Figure 2 The derivative \(f'(x)\) is positive everywhere because the function \(f(x)\) is increasing.
In Example 2 we found that for \(f(x) = x^{2} - 2x,f'(x) = 2x - 2.\) The graphs of these functions are shown in Figure 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.\)

Figure 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.
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.
Proof
If \(f(x)\) is differentiable at \(a,\) then \(f'(a)\) exists and
\[f'(a) = \underset{x\rightarrow a}{\text{lim}}\frac{f(x) - f(a)}{x - a}. \tag{6}\]
We want to show that \(f(x)\) is continuous at \(a\) by showing that \(\underset{x\rightarrow a}{\text{lim}}f(x) = f(a).\) Thus,
\[\begin{array}{clccc} {\underset{x\rightarrow a}{\text{lim}}f(x)} & {= \underset{x\rightarrow a}{\text{lim}}\left( {f(x) - f(a) + f(a)} \right)} & & & \\ & {= \underset{x\rightarrow a}{\text{lim}}\left( {\frac{f(x) - f(a)}{x - a} \cdot \left( {x - a} \right) + f(a)} \right)} & & & {\text{Multiply and divide}\ f(x) - f(a)\ \text{by}\ x - a.} \\ & {= \left( {\underset{x\rightarrow a}{\text{lim}}\frac{f(x) - f(a)}{x - a}} \right) \cdot \left( {\underset{x\rightarrow a}{\text{lim}}\left( {x - a} \right)} \right) + \underset{x\rightarrow a}{\text{lim}}f(a)} & & & \\ & {= f'(a) \cdot 0 + f(a)} & & & \\ & {= f(a\operatorname{).}} & & & \end{array} \tag{7}\]
Therefore, since \(f(a)\) is defined and \(\underset{x\rightarrow a}{\text{lim}}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) = \underset{x\rightarrow 0}{\text{lim}}\frac{f(x) - f(0)}{x - 0} = \underset{x\rightarrow 0}{\text{lim}}\frac{|x| - |0|}{x - 0} = \underset{x\rightarrow 0}{\text{lim}}\frac{|x|}{x}. \tag{8}\]
This limit does not exist because
\[\underset{x\rightarrow 0^{-}}{\text{lim}}\frac{|x|}{x} = -1\ \text{and}\ \underset{x\rightarrow 0^{+}}{\text{lim}}\frac{|x|}{x} = 1. \tag{9}\]
See Figure 4.

Figure 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}\text{:}\)
\[f'(0) = \underset{x\rightarrow 0}{\text{lim}}\frac{\sqrt[3]{x} - 0}{x - 0} = \underset{x\rightarrow 0}{\text{lim}}\frac{1}{\sqrt[3]{x^{2}}} = \text{+}\infty. \tag{10}\]
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 5).

Figure 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) = \left\{ \begin{array}{l} {x\mspace{2mu}\text{sin}\mspace{2mu}\left( \frac{1}{x} \right)\ \text{if}\ x \neq 0} \\ {0\ \text{if}\ x = 0} \end{array} \right.\) also has a derivative that exhibits interesting behavior at \(0.\) We see that
\[f'(0) = \underset{x\rightarrow 0}{\text{lim}}\frac{x\mspace{2mu}\text{sin}\mspace{2mu}\left( {1\text{/}x} \right) - 0}{x - 0} = \underset{x\rightarrow 0}{\text{lim}}\text{sin}\mspace{2mu}\left( \frac{1}{x} \right). \tag{11}\]
This limit does not exist, essentially because the slopes of the secant lines continuously change direction as they approach zero (Figure 6).

Figure 6 The function \(f(x) = \left\{ \begin{array}{l} {x\mspace{2mu}\text{sin}\mspace{2mu}\left( \frac{1}{x} \right)\ \text{if}\ x \neq 0} \\ {0\ \text{if}\ x = 0} \end{array} \right.\) is not differentiable at \(0.\)
In summary:
- 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.
- 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.
- 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.
- As we saw with \(f(x) = \left\{ \begin{array}{l} {x\mspace{2mu}\text{sin}\mspace{2mu}\left( \frac{1}{x} \right)\ \text{if}\ x \neq 0} \\ {0\ \text{if}\ x = 0} \end{array} \right.\) a function may fail to be differentiable at a point in more complicated ways as well.
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:
\[f^{''}(x),\ f\text{'''}(x),f^{(4)}(x)\text{,…},f^{(n)}(x) \tag{16}\]
\[y^{''}(x),y\text{'''}(x),y^{(4)}(x)\text{,…},y^{(n)}(x) \tag{17}\]
\[\frac{d^{2}y}{dx^{2}},\frac{d^{3}y}{dx^{3}},\frac{d^{4}y}{dx^{4}}\text{,…},\frac{d^{n}y}{dx^{n}}. \tag{18}\]
It is interesting to note that the notation for \(\frac{d^{2}y}{dx^{2}}\) may be viewed as an attempt to express \(\frac{d}{dx}\left( \frac{dy}{dx} \right)\) more compactly. Analogously, \(\frac{d}{dx}\left( {\frac{d}{dx}\left( \frac{dy}{dx} \right)} \right) = \frac{d}{dx}\left( \frac{d^{2}y}{dx^{2}} \right) = \frac{d^{3}y}{dx^{3}}.\)
For the following exercises, use the definition of a derivative to find \(f'(x).\)
1. \(f(x) = 6\)
2. \(f(x) = 2 - 3x\)
Solution (click to reveal)
\(-3\)
3. \(f(x) = \frac{2x}{7} + 1\)
4. \(f(x) = 4x^{2}\)
Solution (click to reveal)
\(8x\)
5. \(f(x) = 5x - x^{2}\)
6. \(f(x) = \sqrt{2x}\)
Solution (click to reveal)
\(\frac{1}{\sqrt{2x}}\)
7. \(f(x) = \sqrt{x - 6}\)
8. \(f(x) = \frac{9}{x}\)
Solution (click to reveal)
\(\frac{-9}{x^{2}}\)
9. \(f(x) = x + \frac{1}{x}\)
10. \(f(x) = \frac{1}{\sqrt{x}}\)
Solution (click to reveal)
\(\frac{-1}{2x^{3\text{/}2}}\)
For the following exercises, use the graph of \(y = f(x)\) to sketch the graph of its derivative \(f'(x).\)
11.

12.

Solution (click to reveal)

13.

14.

Solution (click to reveal)

For the following exercises, the given limit represents the derivative of a function \(y = f(x)\) at \(x = a.\) Find \(f(x)\) and \(a.\)
15. \(\underset{h\rightarrow 0}{\text{lim}}\frac{\left( {1 + h} \right)^{2\text{/}3} - 1}{h}\)
16. \(\underset{h\rightarrow 0}{\text{lim}}\frac{\left\lbrack {3\left( {2 + h} \right)^{2} + 2} \right\rbrack - 14}{h}\)
Solution (click to reveal)
\(f(x) = 3x^{2} + 2,a = 2\)
17. \(\underset{h\rightarrow 0}{\text{lim}}\frac{\text{cos}\mspace{2mu}\left( {\pi + h} \right) + 1}{h}\)
18. \(\underset{h\rightarrow 0}{\text{lim}}\frac{\left( {2 + h} \right)^{4} - 16}{h}\)
Solution (click to reveal)
\(f(x) = x^{4},a = 2\)
19. \(\underset{h\rightarrow 0}{\text{lim}}\frac{\lbrack 2\left( {3 + h} \right)^{2} - \left( {3 + h} \right)\rbrack - 15}{h}\)
20. \(\underset{h\rightarrow 0}{\text{lim}}\frac{e^{h} - 1}{h}\)
Solution (click to reveal)
\(f(x) = e^{x},a = 0\)
For the following functions,
- sketch the graph and
- use the definition of a derivative to show that the function is not differentiable at \(x = 1.\)
21. \(f(x) = \left\{ \begin{array}{l} {2\sqrt{x},0 \leq x \leq 1} \\ {3x - 1,x > 1} \end{array} \right.\)
22. \(f(x) = \left\{ \begin{array}{l} {3,x < 1} \\ {3x,x \geq 1} \end{array} \right.\)
Solution (click to reveal)

- \(\underset{h\rightarrow 0^{-}}{\text{lim}}\frac{f(1 + h) - f(1)}{h} = \underset{h\rightarrow 0^{-}}{\text{lim}}\frac{3 - 3}{h} = 0\)
\(\underset{h\rightarrow 0^{+}}{\text{lim}}\frac{f(1 + h) - f(1)}{h} = \underset{h\rightarrow 0^{+}}{\text{lim}}\frac{3(1 + h) - 3(1)}{h} = \underset{h\rightarrow 0^{+}}{\text{lim}}\frac{3h}{h} = 3\)
\(\underset{h\rightarrow 0^{-}}{\text{lim}}\frac{f(1 + h) - f(1)}{h} \neq \underset{h\rightarrow 0^{+}}{\text{lim}}\frac{f(1 + h) - f(1)}{h}\), so \(\underset{h\rightarrow 0}{\text{lim}}\frac{f(1 + h) - f(1)}{h}\) does not exist.
23. \(f(x) = \left\{ \begin{array}{l} {- x^{2} + 2,x \leq 1} \\ {x,x > 1} \end{array} \right.\)
24. \(f(x) = \left\{ \begin{array}{l} {2x,x \leq 1} \\ {\frac{2}{x},x > 1} \end{array} \right.\)
Solution (click to reveal)

- \(\underset{h\rightarrow 0^{-}}{\text{lim}}\frac{f(1 + h) - f(1)}{h} = \underset{h\rightarrow 0^{-}}{\text{lim}}\frac{2(1 + h) - 2}{h} = \underset{h\rightarrow 0^{-}}{\text{lim}}\frac{2h}{h} = \underset{h\rightarrow 0^{-}}{\text{lim}}2 = 2\)
\(\begin{aligned} {\underset{h\rightarrow 0^{+}}{\text{lim}}\frac{f(1 + h) - f(1)}{h}} & {= \underset{h\rightarrow 0^{+}}{\text{lim}}\frac{\frac{2}{1 + h} - \frac{2}{1}}{h}} \\ & {= \underset{h\rightarrow 0^{+}}{\text{lim}}\frac{\frac{2 - 2(1 + h)}{1 + h}}{h}} \\ & {= \underset{h\rightarrow 0^{+}}{\text{lim}}\frac{-2h}{h(1 + h)}} \\ & {= \underset{h\rightarrow 0^{+}}{\text{lim}}\frac{-2}{1 + h}} \\ & {= -2} \end{aligned}\)
\(\underset{h\rightarrow 0^{-}}{\text{lim}}\frac{f(1 + h) - f(1)}{h} \neq \underset{h\rightarrow 0^{+}}{\text{lim}}\frac{f(1 + h) - f(1)}{h}\), so \(\underset{h\rightarrow 0}{\text{lim}}\frac{f(1 + h) - f(1)}{h}\) does not exist.
For the following graphs,
- determine for which values of \(x = a\) the \(\underset{x\rightarrow a}{\text{lim}}f(x)\) exists but \(f\) is not continuous at \(x = a,\) and
- determine for which values of \(x = a\) the function is continuous but not differentiable at \(x = a.\)
25.

26.

Solution (click to reveal)
- \(x = 1,\) b. \(x = 2\)
27. Use the graph of \(f(x)\) shown to evaluate a. \(f'(-0.5),\) b. \(f'(0),\) c. \(f'(1),\) d. \(f'(2),\) and e. \(f'(3),\) if it exists.

For the following functions, use \(f^{''}(x) = \underset{h\rightarrow 0}{\text{lim}}\frac{f'\left( {x + h} \right) - f'(x)}{h}\) to find \(f^{''}(x).\)
28. \(f(x) = 2 - 3x\)
Solution (click to reveal)
\(0\)
29. \(f(x) = 4x^{2}\)
30. \(f(x) = x + \frac{1}{x}\)
Solution (click to reveal)
\(\frac{2}{x^{3}}\)
For the following exercises, use a calculator to graph \(f(x).\) Determine the function \(f'(x),\) then use a calculator to graph \(f'(x).\)
31. [T] \(f(x) = - \frac{5}{x}\)
32. [T] \(f(x) = 3x^{2} + 2x + 4.\)
Solution (click to reveal)
\(f'(x) = 6x + 2\)

33. [T] \(f(x) = \sqrt{x} + 3x\)
34. [T] \(f(x) = \frac{1}{\sqrt{2x}}\)
Solution (click to reveal)
\(f'(x) = - \frac{1}{\left( {2x} \right)^{3\text{/}2}}\)

35. [T] \(f(x) = 1 + x + \frac{1}{x}\)
36. [T] \(f(x) = x^{3} + 1\)
Solution (click to reveal)
\(f'(x) = 3x^{2}\)

For the following exercises, describe what the two expressions represent in terms of each of the given situations. Be sure to include units.
- \(\frac{f\left( {x + h} \right) - f(x)}{h}\)
- \(f'(x) = \underset{h\rightarrow 0}{\text{lim}}\frac{f\left( {x + h} \right) - f(x)}{h}\)
37. \(P(x)\) denotes the population of a city at time \(x\) in years.
38. \(C(x)\) denotes the total amount of money (in thousands of dollars) spent on concessions by \(x\) customers at an amusement park.
Solution (click to reveal)
- Average rate at which customers spent on concessions in thousands per customer. b. Rate (in thousands per customer) at which \(x\) customers spent money on concessions in thousands per customer.
39. \(R(x)\) denotes the total cost (in thousands of dollars) of manufacturing \(x\) clock radios.
40. \(g(x)\) denotes the grade (in percentage points) received on a test, given \(x\) hours of studying.
Solution (click to reveal)
- Average grade received on the test with an average study time between two values. b. Rate (in percentage points per hour) at which the grade on the test increased or decreased for a given average study time of \(x\) hours.
41. \(B(x)\) denotes the cost (in dollars) of a sociology textbook at university bookstores in the United States in \(x\) years since \(1990.\)
42. \(p(x)\) denotes atmospheric pressure in Torrs at an altitude of \(x\) feet.
Solution (click to reveal)
- Average change of atmospheric pressure between two different altitudes. b. Rate (torr per foot) at which atmospheric pressure is increasing or decreasing at \(x\) feet.
43. Sketch the graph of a function \(y = f(x)\) with all of the following properties:
- \(f'(x) > 0\) for \(-2 \leq x < 1\)
- \(f'(2) = 0\)
- \(f'(x) > 0\) for \(x > 2\)
- \(f(2) = 2\) and \(f(0) = 1\)
- \(\underset{x\rightarrow\text{−}\infty}{\text{lim}}f(x) = 0\) and \(\underset{x\rightarrow\infty}{\text{lim}}f(x) = \infty\)
- \(f'(1)\) does not exist.
44. Suppose temperature \(T\) in degrees Fahrenheit at a height \(x\) in feet above the ground is given by \(y = T(x).\)
- Give a physical interpretation, with units, of \(T'(x).\)
- If we know that \(T'(1000) = -0.1,\) explain the physical meaning.
Solution (click to reveal)
- The rate (in degrees per foot) at which temperature is increasing or decreasing for a given height \(x.\) b. The rate of change of temperature as altitude changes at \(1000\) feet is \(-0.1\) degrees per foot.
45. Suppose the total profit of a company is \(y = P(x)\) thousand dollars when \(x\) units of an item are sold.
- What does \(\frac{P(b) - P(a)}{b - a}\) for \(0 < a < b\) measure, and what are the units?
- What does \(P'(x)\) measure, and what are the units?
- Suppose that \(P'(30) = 5,\) what is the approximate change in profit if the number of items sold increases from \(30\ \text{to}\ 31?\)
46. The graph in the following figure models the number of people \(N(t)\) who have come down with the flu \(t\) weeks after its initial outbreak in a town with a population of \(50{,}000\) citizens.
Describe what \(N'(t)\) represents and how it behaves as \(t\) increases.
What does the derivative tell us about how this town is affected by the flu outbreak?

Solution (click to reveal)
- The rate at which the number of people who have come down with the flu is changing \(t\) weeks after the initial outbreak. b. The rate is increasing sharply up to the third week, at which point it slows down and then becomes constant.
For the following exercises, use the following table, which shows the height \(h\) of the Saturn \(\text{V}\) rocket for the Apollo \(11\) mission \(t\) seconds after launch.
| Time (seconds) | Height (meters) |
|---|---|
| \(0\) | \(0\) |
| \(1\) | \(2\) |
| \(2\) | \(4\) |
| \(3\) | \(13\) |
| \(4\) | \(25\) |
| \(5\) | \(32\) |
47. What is the physical meaning of \(h'(t)?\) What are the units?
48. [T] Construct a table of values for \(h'(t)\) and graph both \(h(t)\) and \(h'(t)\) on the same graph. (Hint: for interior points, estimate both the left limit and right limit and average them. An interior point of an interval I is an element of I which is not an endpoint of I.)
Solution (click to reveal)
| Time (seconds) | \(h'(t)\ \text{(m/s)}\) |
|---|---|
| \(0\) | \(2\) |
| \(1\) | \(2\) |
| \(2\) | \(5.5\) |
| \(3\) | \(10.5\) |
| \(4\) | \(9.5\) |
| \(5\) | \(7\) |
49. [T] The best linear fit to the data is given by \(H(t) = 7.229t - 4.905,\) where \(H\) is the height of the rocket (in meters) and \(t\) is the time elapsed since takeoff. From this equation, determine \(H'(t).\) Graph \(H(t)\) with the given data and, on a separate coordinate plane, graph \(H'(t).\)
50. [T] The best quadratic fit to the data is given by \(G(t) = 1.429t^{2} + 0.0857t - 0.1429,\) where \(G\) is the height of the rocket (in meters) and \(t\) is the time elapsed since takeoff. From this equation, determine \(G'(t).\) Graph \(G(t)\) with the given data and, on a separate coordinate plane, graph \(G'(t).\)
Solution (click to reveal)
\(G'(t) = 2.858t + 0.0857\)


51. [T] The best cubic fit to the data is given by \(F(t) = 0.2037t^{3} + 2.956t^{2} - 2.705t + 0.4683,\) where \(F\) is the height of the rocket (in m) and \(t\) is the time elapsed since take off. From this equation, determine \(F'(t).\) Graph \(F(t)\) with the given data and, on a separate coordinate plane, graph \(F'(t).\) Does the linear, quadratic, or cubic function fit the data best?
52. Using the best linear, quadratic, and cubic fits to the data, determine what \(H^{''}(t),G^{''}(t)\ \text{and}\ F^{''}(t)\) are. What are the physical meanings of \(H^{''}(t),G^{''}(t)\ \text{and}\ F^{''}(t),\) and what are their units?
Solution (click to reveal)
\(H^{''}(t) = 0,G^{''}(t) = 2.858\ \text{and}\ f^{''}(t) = 1.222t + 5.912\) represent the acceleration of the rocket, with units of meters per second squared \(\left( \text{m/s}^{2}\operatorname{).} \right.\)


