Frank Castle
- 579
- 23
Mark44 said:For a function that is differentiable at a:
limh→0f(a+h)−f(a)h=f′(a)limh→0f(a+h)−f(a)h=f′(a)\lim_{h \to 0}\frac{f(a + h) - f(a)}{h} = f'(a)
For a function that is continuous at a:
limh→0f(a+h)=f(a)limh→0f(a+h)=f(a)\lim_{h \to 0} f(a + h) = f(a)
The important distinction between continuity and differentiability is that the latter is a stronger condition: every function that is differentiable at a is automatically continuous at a. A function that is merely continuous at a does not have to be differentiable there; for example, f(x) = |x|.
Right. Yes, I understand that. What I meant was that ##f'(a)## is defined as the limiting value of ##\frac{f(a+h)-f(a)}{h}## in the limit as ##x## tends to ##a## (##h## tends to zero). It is the limit that defines what the value of the derivative is at a given point, whereas for the continuity case, if ##f(x)## is continuous at ##x=a## then it's limiting value as ##x## tends to ##a## (##h## tends to zero) is equal to ##f(a)##, i.e. ##\lim_{h\rightarrow 0}f(a+h)=f(a)##. However, if ##f## is discontinuous at a point, then the limit ##\lim_{x\rightarrow a}f(x)## can exist, but it's limiting value won't be equal to ##f(a)##, as shown in your example.
What I was trying to highlight was that if the limit ##\lim_{h\rightarrow 0}\frac{f(a+h)-f(a)}{h}## exists, then by definition it's limiting value is ##f'(a)##, whereas the limit ##\lim_{x\rightarrow a}f(x)## can exist and have some limiting value, but this isn't necessarily equal to ##f(a)## (of course, if ##f## is continuous, then by definition it is equal), in other words, the value ##f(a)## is not defined as the limiting value of the limit ##\lim_{x\rightarrow a}f(x)##, but when it is equal to the limiting value of this limit, then the function is continuous at that point.