3.1: Derivatives and Rates of Change


We will study a special type of limit called a derivative. These arise when we are looking at an instantaneous rate of change, the slope of a tangent line, or a velocity.

Instantaneous Rate of Change


Average rate of changes can be used to find instantaneous rates of change.

In context of velocity, the instantaneous rate of change is the velocity you read off of your speedometer at a certain time point.

Suppose you wish to travel to Lake Tahoe. The total distance traveled from San Luis Obispo is modelled by \[f(t) = 12t^2 \qquad 0 \leq t \leq 6\] where $t$ is in hours.
  1. What is the average rate of change of distance?
  2. Find the average velocity over $[0, 6]$.
  3. Using limit ideas, find the instantaneous velocity at the third hour.
Medical researchers measured the blood alcohol concentration (BAC) of eight fasting adult male subjects after rapid consumption of 15 mL of ethanol (corresponding the one alcoholic drink). The data they obtained were modeled by the concentration function \[f(x) = 0.0225xe^{-0.0467x}\] where $x$ is in minutes after consumption and $f(x)$ is measured in mg/mL.

How quickly is the BAC increasing after 10 minutes?

Tangent Lines


For the BAC example, turns out the slope of the tangent line at $x = 10$ is the same as the instantaneous rate of change of BAC at $x = 10$.

Find the slope of the tangent line of the previous function at $x = 10$.

The previous two examples show the limit \[\lim_{x\rightarrow a}\dfrac{f(x) - f(a)}{x - a}\] is two things at once

  1. Slope of the tangent line at $x = 10$
  2. Instantaneous rate of change of BAC at $x = 10$.

Instead of $x \rightarrow a$, it is easier to look at $a + h$ and let $h \rightarrow 0$.

The derivative of a function $f$ at a number $a$, denoted by $f'(a)$, is \[f'(a) = \lim_{h\rightarrow 0} \dfrac{f(a + h) - f(a)}{h}\] if this limit exists.
Find an equation of the tangent line to the function $y = 3/x$ at the point $(3, 1)$.
Find the derivative of the function $f(x) = x^2 - 8x + 9$ at the number $a$.

If $s = f(t)$ gives the position of an object moving in a straight line $t$ seconds after rest, then the instantaneous rate of change of $f(t)$ at $a$ gives the velocity at $t = a$.

Suppose a ball is dropped from a tower 450m above the ground and it's position is given by \[f(t) = 4.9t^2\] What is the velocity of the ball after 5 seconds?