laymanhobbist said:
that is a very nice explanation mr Mark44
this derivative is simply about finding the rate of slopes ..
y2-y1 / x2-x1
That's more or less the idea.
Some corrections -
The derivative of a function is another function that gives the slope of the line that is tangent to the graph of the first function.
You're not finding the "rate of slopes" - the derivative already is a rate; the rate of change of the function's y values relative to the change in x values.
The ratio you wrote, "y2 - y1 / x2 - x1" represents the slope of a
secant line on the graph of whatever function we're talking about. This is a line segment that intersects two points on the graph of our function. The two points are (x1, y1) and (x2, y2). A tangent line at a point on the graph of a function is a line that touches just that point. (It's possible for the tangent line to intersect the graph at some other points, though.)
BTW, this ratio, which is usually called the difference quotient, should be written with parentheses around the numerator and denominator, like this: (y2 - y1)/(x2 - x1). Without the parentheses, this expression would be interpreted to mean y2 - (y1/x2) - x1, which I'm sure isn't what you meant.
An example might help your understanding. Let f(x) = x
2. I think you understand enough about the mechanics of differentiation to see that the derivative function is f'(x) = 2x.
Two points on the graph of f are (1, 1) and (2, 4). The slope of the secant line between these two points is (4 - 1)/(2 - 1) = 3/1 = 3.
The slope of the tangent line at x =1 is the value of the derivative function at x = 1; namely f'(1) = 2(1) = 2.
Why the difference?
The derivative of a function at a number x = a is defined as the limit of the slope of the secant line, as x approaches a. In mathematical terms, we have
f'(a) = \lim_{x \to a} \frac{f(x) - f(a)}{x - a}
If we're trying to find the slope of the tangent line to our function (f(x) = x
2) at x = 1, then a = 1 and f(a) = 1 in the formula above, so we have
f'(1) = \lim_{x \to 1} \frac{f(x) - f(1)}{x - 1} = \lim_{x \to 1} \frac{f(x) - 1)}{x - 1}
It's possible to work with this limit to come up with the exact value for f'(1), but I'm not sure your present skills are up to it. Instead, let's take a few points that are get successively closer to (1, 1) and calculate the slope of the secant line.
1. x = 1.5, f(1.5) = (1.5)
2 = 2.25
slope of secant line = (2.25 - 1)/(1.5 - 1) = 1.25/.5 = 2.5
2. x = 1.1, f(1.1) = (1.1)
2 = 1.21
slope of secant line = (1.21 - 1)/(1.1 - 1) = .21/.1 = 2.1
3. x = 1.01, f(1.01) = (1.01)
2 = 1.0201
slope of secant line = (1.0201
- 1)/(1.01 - 1) = .0201/.01 = 2.01
Hopefully, you get the idea. As x gets closer to 1, the slope of the secant line seems to be getting closer to 2, which we have calculated to be the slope of the tangent line at the point (1, 1) - IOW, f'(1).
laymanhobbist said:
guess what mr tashi ..
after reading and writing about a bit of slopes ..
i think differentiation is simply about finding slopes ..
between points ..