
92 • Continuity and Differentiability
of ∆x as the product of ∆ and x—this is just plain wrong!) So, let’s rewrite
the formula for f
0
(x) with h replaced by ∆x:
f
0
(x) = lim
∆x→0
f(x + ∆x) − f (x)
∆x
.
OK, here’s what happens. We start out with our pair (x, y), where y = f (x).
We now take a new value of x, which we’ll call x
new
. The value of y then
changes as well to a new value y
new
, which of course is just f(x
new
). Now, the
amount of change of any quantity is just the new value minus the old one, so
we have two equations:
∆x = x
new
− x and ∆y = y
new
− y.
The first equation says that x
new
= x + ∆x, so now the second equation can
be transformed as follows:
∆y = y
new
− y = f (x
new
) − f(x) = f (x + ∆x) − f(x).
But this is just the numerator of the fraction in the definition of f
0
(x) above!
What this means is that
f
0
(x) = lim
∆x→0
∆y
∆x
.
An interpretation of this is that a small change in x produces approximately
f
0
(x) times as much change in y. Indeed, if y = f(x) = x
2
, then we’ve seen
in the previous section that f
0
(x) = 2x. Let’s concentrate on what happens
when x = 6, for example. First, note that our formula for f
0
(x) shows us that
f
0
(6) = 2 × 6 = 12. So, if you take the equation 6
2
= 36 and change the 6 a
little bit, the 36 will change by about 12 times as much. For example, if we
add 0.01 to 6, we should add 0.12 to 36. So I’m saying that (6.01)
2
should be
about 36.12. In fact, the actual answer is 36.1201, so I was really close.
Now, why didn’t I get the exact answer? The reason is that f
0
(x) isn’t
actually equal to the ratio of ∆y to ∆x: it’s equal to the limit of that ratio
as ∆x tends to 0. This means that if we don’t move as far away from 6, we
should do even better. Let’s try to guess the value of (6.0004)
2
. We have
changed our original x-value 6 by 0.0004, so the y-value should change by
12 times this much, which is 0.0048. Our guess is therefore that (6.0004)
2
is approximately 36.0048. Not bad—the actual answer is 36.00480016, so we
were very close! The smaller the change from 6, the better our method will
work.
Of course, the magic number 12 only works when you start at x = 6.
If instead you start at x = 13, the magic number is f
0
(13), which equals
2 × 13 = 26. So, we know 13
2
= 169; what is (13.0002)
2
? To get from 13
to 13.0002, you have to add 0.0002; since the magic number is 26, we have
to add 26 times as much to 169 to get our guess. That is, we add 0.0052 to
169 and come up with the guess 169.0052. Again, that’s pretty darn good:
(13.0002)
2
is actually exactly 169.00520004.
Anyway, we’ll return to these ideas in Chapter 13 when we look at lin-
earization. For now, let’s look at the formula
f
0
(x) = lim
∆x→0
∆y
∆x
.