We are often interested in finding the rate of change—how quickly phenomena occur or in which direction a change is taking place. In this section, we examine the concept of velocity for rectilinear motion and generalize to rates of change for arbitrary functions.
Quick Reference
| Concept | Formula | Description |
|---|---|---|
| Average Velocity | Ratio of displacement to elapsed time over interval . | |
| Instantaneous Velocity | Limit of average velocity as time interval (derivative of position). | |
| Instantaneous Speed | Absolute value (magnitude) of instantaneous velocity. | |
| Instantaneous Rate of Change | Rate of change of with respect to at . |
Average Velocity
If a car travels a distance of 240 kilometers in 3 hours, we say it has traveled at the rate of 80 kilometers per hour. But this does not mean the speedometer registers 80 km/h at all times; 80 km/h is its average speed (or average velocity).
In general, suppose an object moves along a straight line with position at time .

The object's average velocity from time to time is found by dividing displacement by :
Because , we can rewrite this as:
What is the Difference Between Velocity and Speed?
Average velocity is calculated by dividing displacement by elapsed time :
Velocity has a direction (sign), so it can be positive or negative.
Average speed is calculated by dividing total distance traveled by elapsed time:
Speed is always non-negative.
For example, if you travel to a city 150 km away and return in 4 hours, your total distance is km, so your average speed is km/h. However, your average velocity is zero because your final position equals your initial position.
Assume you drop a stone from rest and air resistance is negligible. The stone's position fallen after seconds is , where . Find the average velocity of the stone:
(a) during the first 3 seconds of fall;
(b) during the 1-second interval between second 2 and second 3.
Solution
(a)
The position at seconds is:
The average velocity during the first 3 seconds is:
\begin{aligned} v_{\text{avg}} &= \frac{s(3) - s(0)}{3 - 0} \\ &= \frac{144 - 0}{3} \\ &= 48\text{ ft/s}. \end{aligned}(b)
The average velocity from to is:
Instantaneous Velocity
To define velocity at a single instant , we observe that the average velocity over a very short time span closely approximates instantaneous velocity. Taking the limit as :
This limit is called the derivative of the position function with respect to time. The absolute value of instantaneous velocity is instantaneous speed:
For the dropped stone with position , find the instantaneous velocity at .
Solution
Evaluating the limit algebraically:
\begin{aligned} \lim_{\Delta t\to 0} \frac{\Delta s}{\Delta t} &= \lim_{\Delta t\to 0} \frac{f(3 + \Delta t) - f(3)}{\Delta t} \\ &= \lim_{\Delta t\to 0} \frac{16(3 + \Delta t)^2 - 16(3)^2}{\Delta t} \\ &= \lim_{\Delta t\to 0} \frac{16(9 + 6\Delta t + (\Delta t)^2) - 144}{\Delta t} \\ &= \lim_{\Delta t\to 0} \frac{96\Delta t + 16(\Delta t)^2}{\Delta t} \\ &= \lim_{\Delta t\to 0} (96 + 16\Delta t) \\ &= 96\text{ ft/s}. \end{aligned}Thus, the instantaneous velocity at is .
Rate of Change
More generally, if two quantities and are related by , the (instantaneous) rate of change of with respect to at is defined as:
provided that this limit exists. Often we omit "instantaneous" and simply refer to the "rate of change of with respect to ."
Exercises
A particle moves along a straight line with position function , where is in meters and is in seconds.
(a) Find the position of the particle at and .
(b) Calculate the average velocity over the time interval .
Answer
(a) ,
(b)
Solution
(a)
Evaluating the position function:
(b)
The average velocity over is the displacement divided by the elapsed time: \begin{aligned} v_{\text{avg}} &= \frac{\Delta s}{\Delta t} \\ &= \frac{s(4) - s(1)}{4 - 1} \\ &= \frac{41 - 2}{3} \\ &= \frac{39}{3} \\ &= 13\text{ m/s}. \end{aligned}
A rocket is launched straight up into the air, and its height (in feet) after seconds is given by .
(a) Find the average velocity of the rocket over the time interval .
(b) Use the limit definition of instantaneous velocity to find the rocket's velocity at seconds.
(c) At what time does the rocket reach its maximum height (where its instantaneous velocity is zero)?
Answer
(a)
(b)
(c)
Solution
(a)
Evaluating height at and :
Average velocity over :
\begin{aligned} v_{\text{avg}} &= \frac{h(3) - h(2)}{3 - 2} \\ &= \frac{216 - 176}{1} \\ &= 40\text{ ft/s}. \end{aligned}(b)
Instantaneous velocity at using limit definition: Calculating : \begin{aligned} h(2 + \Delta t) &= 120(2 + \Delta t) - 16(2 + \Delta t)^2 \\ &= 240 + 120\Delta t - 16[4 + 4\Delta t + (\Delta t)^2] \\ &= 240 + 120\Delta t - 64 - 64\Delta t - 16(\Delta t)^2 \\ &= 176 + 56\Delta t - 16(\Delta t)^2. \end{aligned} Subtracting : Taking the limit: \begin{aligned} v(2) &= \lim_{\Delta t\to 0} \frac{56\Delta t - 16(\Delta t)^2}{\Delta t} \\ &= \lim_{\Delta t\to 0} (56 - 16\Delta t) \\ &= 56\text{ ft/s}. \end{aligned}
(c)
General instantaneous velocity formula at time : \begin{aligned} v(t) &= \lim_{\Delta t\to 0} \frac{120(t + \Delta t) - 16(t + \Delta t)^2 - (120t - 16t^2)}{\Delta t} \\ &= \lim_{\Delta t\to 0} \frac{120\Delta t - 32t\Delta t - 16(\Delta t)^2}{\Delta t} \\ &= \lim_{\Delta t\to 0} (120 - 32t - 16\Delta t) \\ &= 120 - 32t. \end{aligned} Setting : \begin{aligned} 120 - 32t &= 0 \\ 32t &= 120 \\ t &= \frac{120}{32} \\ &= 3.75\text{ s}. \end{aligned}
The area of a circle depends on its radius according to .
(a) Calculate the average rate of change of the area with respect to the radius as increases from to .
(b) Use the limit definition to find the instantaneous rate of change of area with respect to at .
(c) What geometric feature of the circle does this instantaneous rate of change represent?
Answer
(a)
(b)
(c) The circumference of the circle ().
Solution
(a)
Evaluating area at and :
Average rate of change:
\begin{aligned} \text{Average rate} &= \frac{A(5.1) - A(5)}{5.1 - 5} \\ &= \frac{26.01\pi - 25\pi}{0.1} \\ &= \frac{1.01\pi}{0.1} \\ &= 10.1\pi \approx 31.73\text{ cm}^2/\text{cm}. \end{aligned}(b)
Instantaneous rate of change at : Expanding : \begin{aligned} A(5 + \Delta r) &= \pi(5 + \Delta r)^2 \\ &= \pi[25 + 10\Delta r + (\Delta r)^2] \\ &= 25\pi + 10\pi\Delta r + \pi(\Delta r)^2. \end{aligned} Subtracting : Taking the limit: \begin{aligned} \text{Instantaneous rate} &= \lim_{\Delta r\to 0} \frac{10\pi\Delta r + \pi(\Delta r)^2}{\Delta r} \\ &= \lim_{\Delta r\to 0} (10\pi + \pi\Delta r) \\ &= 10\pi \approx 31.42\text{ cm}^2/\text{cm}. \end{aligned}
(c)
For general radius , the instantaneous rate of change of area is: This formula is exactly the **circumference** of the circle.
A particle moves along the -axis according to the position function , where is in meters and is in seconds.
(a) Find the instantaneous velocity function .
(b) Determine the time intervals during which the particle is moving to the right () and moving to the left ().
(c) Calculate the particle's speed at seconds.
Answer
(a)
(b) Moving right on ; moving left on
(c)
Solution
(a)
Using the limit definition of instantaneous velocity:
Subtracting :
Dividing by and taking the limit:
\begin{aligned} v(t) &= \lim_{\Delta t\to 0} (3t^2 - 12t + 9 + 3t\Delta t - 6\Delta t + (\Delta t)^2) \\ &= 3t^2 - 12t + 9. \end{aligned}(b)
Factoring the velocity expression: \begin{aligned} v(t) &= 3(t^2 - 4t + 3) \\ &= 3(t - 1)(t - 3). \end{aligned} Setting gives critical times and .
- On , and (moving right).
- On , and (moving left).
- On , and (moving right).
(c)
Evaluating velocity at : \begin{aligned} v(2) &= 3(2)^2 - 12(2) + 9 \\ &= 12 - 24 + 9 \\ &= -3\text{ m/s}. \end{aligned} The particle's speed is the absolute value of velocity: