Skip to main content
Logo image

Calculus I: Activities

Section 2.1 Discovering Derivatives

In this section we discover a third property of nice curves. However, the initial motivation for developing the differential calculus was physics (think Newton and the inverse square law). A planet does not stay in place all day then suddenly jump to the next day’s location. Rather it moves continuously (yes, the calculus idea of continuous) as it travels around its sun. As a result we need a method to calculate the velocity at every instant of time rather than just at discrete moments.
Our first step in understanding instantaneous rate of change is to see how it can be estimated and how the result may differ from our perceptions.

Activity 2.1.1. Estimate Instantaneous Speed.

The goal of this activity is to determine apply our limit method to a speed calculation.

(a)

While driving down the road Guido is stopped for speeding. The ticket states that he drove 40 mph in a 35 mph zone. Trying to reduce the points, Guido argues that he never quite reached 40 mph. Using a calculator or computer you will investigate whether Guido’s claim is true.
\begin{equation*} s(t)=\frac{160}{1+e^{-(t-5)}}. \end{equation*}
The function \(s(t)\) gives the distance Guido was from home at time \(t\) in hours. The investigation will focus on the time around \(t=5.\)
Use the following to estimate Guido’s speed at time \(t=5\) hours.
  1. Calculate how far from home Guido was at time \(t=4\) and \(t=5\) hours.
  2. Calculate how far he had traveled from time \(t=4\) to time \(t=5.\)
  3. Calculate how long he had traveled from time \(t=4\) to time \(t=5.\)
  4. Calculate his average speed using from time \(t=4\) to time \(t=5.\)

(b)

To compute a hopefully more accurate average complete Table 2.1.1
Table 2.1.1. Guido’s speeds (left averages)
Time \(t\) Distance \(s(t)\) Distance \(s(5)\) Distance between Time elapsed Average speed
4
4.5
4.75
4.875
4.9375
4.96875
Based on this table what was Guido’s speed at time \(t=5\text{?}\)

(c)

Guido objects to using time before \(t=5\text{.}\) Complete Table 2.1.2
Table 2.1.2. Guido’s speeds (right averages)
Time \(t\) Distance \(s(t)\) Distance \(s(5)\) Distance between Time elapsed Average speed
6
5.5
5.25
5.125
5.0625
5.03125
Based on this table what was Guido’s speed at time \(t=5\text{?}\)

(d)

A final estimation is made using times symmetric over \(t=5\text{.}\) Complete Table 2.1.3
Table 2.1.3. Guido’s speeds (symmetric averages)
Time \(t_1\) Time \(t_2\) Distance \(s(t_1)\) Distance \(s(t_2)\) Distance between Time elapsed Average speed
4 6
4.5 5.5
4.75 5.25
4.875 5.125
4.9375 5.0625
4.96875 5.03125
Based on this table what was Guido’s speed at time \(t=5\text{?}\)

(e)

Note our calculations (tables) are the same we used to estimate limits. Write a formula for the speed at time \(t=5\text{.}\)

Activity 2.1.2. Estimate Instantaneous Slope.

The goal of this activity is to apply the method used to produce instantaneous velocity (speed) to produce instantaneous slopes.

(a)

On the first day we calculated sequences of slopes from two functions. This is analogous to the speed calculations above. Review the slope calculations. Because those calculations were an estimate of a limit, we can write a formula for the instantaneous slope (also known as slope at a point). Do so.

(b)

The second function for which we calculated an instantaneous slope was the Cantor function. Remember that the slopes calculated were from the left end of the middle segment to increasingly close right endpoints, that is, the instantaneous slope at \(x=1/3\text{.}\) Review that sequence of slopes. What is the instantaneous slope at \(x=1/3\text{?}\) How does this slope make sense with respect to the Cantor function being continuous but consisting of flat segments.

Definition 2.1.4. Derivative.

The derivative of a function \(f(x)\) at a point \(x=a\) is the value
\begin{equation*} \lim_{x \to a} \frac{f(x)-f(a)}{x-a} \end{equation*}
if it exists and is finite.

Proof.

\begin{align*} y' = \amp \lim_{x \to a} \frac{f(x)-f(a)}{x-a} \\ h = \amp x-a. \\ x = \amp a+h. \\ y' = \amp \lim_{h \to 0} \frac{f(a+h)-f(a)}{h}. \end{align*}