Instantaneous Rate of Change - The Derivative
Instantaneous Rate of Change - The Derivative
Instantaneous Rate of Change - The Derivative
The Derivative.
Recall that the average rate of change of a function y = f (x)
on an interval from x1 to x2 is just the ratio of the change in y to
the change in x:
∆y f (x2) − f (x1)
= .
∆x x2 − x1
For example, if f measures distance traveled with respect to time
x, then this average rate of change is the average velocity over that
interval. But that leaves us with the question of what is the in-
stantaneous velocity at some moment x0, the velocity that the
speedometer in a car is claimed to give us?
The answer is in some sense quite easy to give: The instanta-
neous rate of change of the function y = f (x) at the point x0
in its domain is:
∆y f (x0) − f (x)
lim = lim .
x→x0 ∆x x→x0 x0 − x
provided this limit exists.
Example 1. Let f (x) = 1/x and let’s find the instantaneous
rate of change of f at x0 = 2. The first step is to compute the
average rate of change over some interval x0 = 2 to x; and in order
for this to make sense we need x 6= 2. So that average rate of change
is
1 1
−
∆y f (2) − f (x) 2 x x−2 1
= = = =− .
∆x 2−x 2−x 2x(2 − x) 2x
Thus, the instantaneous rate of change at x0 = 2 is
∆y −1 1
lim = lim =− .
x→2 ∆x x→2 2x 4
The instantaneous rate of change at some point x0 = a involves
first the average rate of change from a to some other value x. So if
we set h = a − x, then h 6= 0 and the average rate of change from
x = a + h to x = a is
∆y f (x) − f (a) f (a + h) − f (a)
= = .
∆x x−a h
Either of these last two ratios is known as a difference quo-
tient, a term we shall us repeatedly. With this notation the in-
stantaneous rate of change of f at x = a is the limit, if it
exists,
f (a + h) − f (a)
lim .
h→0 h
This has a brief official name:
The derivative of f at x = a, denoted by
f 0(a) is
f (a + h) − f (a)
f 0(a) = lim ,
h→0 h
the instantaneous rate of change of f at a, if it exists.
f (3 + h) − f (3)
f 0(3) = lim
h→0 h
(3 + h) − 32
2
= lim
h→0 h
9 + 6h + h2 − 9 6h + h2
= lim = lim
h→0 h h→0 h
= lim (6 + h) = 6.
h→0
2
It is definitely important to understand the geometric significance
of the derivative or instantaneous rate of change. The key is to
remember that the average rate of change of a function y = f (x)
from some value a to some other value a + h is just the change in
f (x) divided by the (non-zero!!!) change in x, and this is just the
slope of the line Lh between the two points
(a, f (a)) and (a + h, f (a + h)).
Now let’s assume the the graph of y = f (x) near x = 1 is smooth
and not too wiggly. Then the smaller we choose h the closer the
point a + h is to a, and the closer to the line L through these points
is to a line that just touches the graph at the point (a, f (a) on the
graph. Untitled-1 1
20
L (tangent line)
15
(a, f (a)) r
10
3
the point (a, f (a)), and the punch line is
4
Most of the functions we will encounter will have derivatives at
most points in their domains. Generally speaking, derivatives will
exist at points on the graph where the function is continuous and
there is no sharp corner (as in the absolute value function). There
are some pretty nasty functions out there with quite bizarre behavior,
but fortunately, we won’t have to deal with them here!
So, let y = f (x) be one of our reasonably nice functions with
derivatives at most points in its domain. Then at each such point
there is a derivative, and hence there is a new function that assigns
to each such nice point x in the domain of f a value, f 0(x). Not sur-
prisingly, we call this new function the derivative of f (x).
Thus,
5
Example 4. Let’s find the derivative of the function f (x) = x2.
Well, from the definition above
f (x + h) − f (x)
f 0(x) = lim
h→0 h
(x + h) − x2
2
= lim
h→0 h
x + 2xh + h2 − x2
2
= lim
h→0 h
2xh + h2
= lim = lim (2x + h)
h→0 h h→0
= 2x.
Thus at each point x in R, the domain of f , the tangent to the
parabola y = x2 has slope f 0(x) = 2x.
Example 5. Given y = 1/x, let’s find the equation of the line
tangent to the graph of this equation at the point (4, 1/4). First step
dy
is to calculate the “slope” function, the derivative . Well,
dx
dy f (x + h) − f (x)
= lim
dx h→0 h
1/(x + h) − 1/x
= lim
h→0 h
x − (x + h)
= lim
h→0 hx(x + h)
−1 −1
= lim 2 = 2.
h→0 x + xh x
dy
1
So when x = 4, the derivative is = − . Therefore, the
dx x=4 16
tangent line at (4, 1/4) is
y = −1/16(x − 4) + 1/4 = −1/16x + 1/2.
6
Practice Problems.