What is the ``derivative''? The easy answer is that the derivative of a function f(x) at a point x is the slope of the curve y = f(x) at the point (x,f(x)) corresponding to that value of x . But, talking about the slope of a curve doesn't give any idea of the uses of the concept. Let's start with the idea of slope, however, since that is the easiest.
Example 1 Slope
Consider the function f(x) = x2 . What do we mean by the slope
of the curve y = x2 at a point? Let's take the point with x -value
2, (2,4) . If the curve were a line, then its slope would obviously be
the slope as is defined for a line, the rise over the run, or the change in
y over the change in x ,
|
But, this curve is not a line, and so we have to think a bit more subtly. We
can easily think about the slope of the line between two points on the curve.
This is called a secant line. I don't know why. Take one of the two
points to be (2,4) , and the other to be nearby, say (2+h,(2+h)2) .
The slope of the line connecting those points will be
|
So, in this case it's easy to see what the slope of the curve will be at (2,4) ,
you simply take h smaller and smaller, getting secant lines that are
closer and closer to the line tangent to the curve at (2,4) . The limit
as h® 0 gives the slope of the curve:
|
[Re-do the secant line animation here, but with the graph being f(x) = x^2]
Example 2 Velocity
High-school physics texts usually state that velocity = distance ¸
time, or some such. That's right as far as it goes, which really assumes that
the speed (or velocity) is constant. If the speed isn't constant, which really
is usually the case, the notion needs to be extended. First, let D1
and D2 be the positions of some moving object at times t1
and t2 . The average velocity over that time interval is the
change in position divided by the change in time,
|
Just as before, we can find, in a given example, the limit of the average velocity
as the time interval decreases. That is the instantaneous velocity:
|
[Re-do the car example here. Exactly the same]
The derivative of a function f(x) at a particular value x = a has the following formal definition. All it is is a general statement of the idea of finding the slope of the curve at (a,f(a)) .
Definition 1
Let f be a function which is defined on at least some open interval that
contains the number x . Then, the derivative of f at
x is the limit
We usually don't worry about just the slope at one value, but want a formula
to find the slope at any x in the domain of f , so that slope,
as as function of x , is written as
The function f is differentiable at a if this limit exists.
If f is differentiable at all x in its domain, then f is
a differentiable function.
f¢(a): =
lim
h® 0
f(a+h)-f(a)
h
.
f¢(x): =
lim
h® 0
f(x+h)-f(x)
h
.
|
Example 3 Find f¢(2) for the function f(x) = x3 .
Example 4 Find f¢(x) for the function f(x) = Öx .
Example 5 Find the derivative of the function f(x) = 2x .
Definition 2
Let f be a function which is defined on at least some open interval that
contains the number x . Then, the derivative of f at
x is the limit
The function f is differentiable at x if this limit exists.
If f is differentiable at all x in its domain, then f is
a differentiable function.
f¢(x): =
lim
h® 0
f(x+h)-f(x)
h
.
Since the derivative is the limit as the change in x goes to 0 of the
ratio of the change in f over the range in x , that is:
|
we often denote f¢(x) as1
|
There are some other common terminologies for the derivative. If y = f(x)
describes a function, then all of these mean the same thing, the derivative
of the function:
|
1The df/dx notation was developed by G. Leibniz, who was one of the first people to develop calculus. The other principal inventor of calculus was Issac Newton, who used the f¢(x) notation. Leibniz' notation seems very ornate, appropriately German. The comparison would have been better had Newton been French, since the f¢(x) notation almost seems French. But no, he was English. Actually, it seems that Newton preferred to denote the derivative with a dot over the function, but this standard notation has been attributed to him.
The links in the paragraphs above are to biographies of the two inventors of calculus, including something of the dispute about who invented what first.
Copyright (c) 2000 by David L. Johnson.