What is the difference between differentiability and continuity at a point?

hahaha158
Messages
79
Reaction score
0
Could someone explain this to me in terms of limits and derivatives instead of plain english?

For example, how would you solve a question that says

find whether the function f is differentiable at x=n

and a question that asks

find whether the function f is continuous at = n



thanks for any help
 
Physics news on Phys.org
Read:
http://www.math.wfu.edu/tutorials/Math111/ContinuityandDifferentiability.pdf

ehild
 
The function y= |x| is continuous at x= 0 but not differentiable there. Look at its graph.
It is a basic theorem that if a function is differentiable at a point, then it is continuous that but the other way around is not true.

Essentially, saying that a function is continuous means that its graph has no "breaks". Saying that a function is differentiable means that its graph has no "corners" as well.

Oops! That was "plain English" and you said "in terms of limits and derivatives instead of plain english".

A function, f, is "continuous at x= n" if and only if
1) f(n) exists
2) \lim_{x\to n} f(x) exits
3) \lim_{x\to n} f(x)= f(n)
(since (3) wouldn't make sense if the two sides didn't exist, we often just cite it)

A function, f, is "differentable at x= n" if and only if
\lim_{h\to 0} \frac{f(n+h)- f(n)}{h}
exists.
 
Last edited by a moderator:
HallsofIvy said:
A function, f, is "differentable at x= n" if and only if
\lim_{h\to 0} \frac{f(n+h)- f(n)}{h}
exists.

But this is not enough to satisfy continuity. To be differentiable, the function has to also be continuous (or equivalently (?), differentiating from the left must equal differentiating from the right).

\lim_{h\to 0} \frac{f(n+h)- f(n)}{h} = \lim_{h\to 0} \frac{f(n)- f(n-h)}{h}
 
? Why are you assuming that I was requiring h to be positive? "\lim_{h\to 0}", as opposed to "\lim_{h\to 0^+}" or "\lim_{h\to 0^-}" is the "two sided limit".
 
Last edited by a moderator:
clamtrox said:
But this is not enough to satisfy continuity. To be differentiable, the function has to also be continuous (or equivalently (?), differentiating from the left must equal differentiating from the right).

\lim_{h\to 0} \frac{f(n+h)- f(n)}{h} = \lim_{h\to 0} \frac{f(n)- f(n-h)}{h}

This is already implied in the original definition, because that definition did not restrict the sign of h.

RGV
 
clamtrox said:
But this is not enough to satisfy continuity.
Differentiability IS enough to satisfy continuity. To see this, suppose that f is differentiable at n. Note that if h \neq 0, then
f(n+h) - f(n) = \frac{f(n+h) - f(n)}{h} \cdot h
Taking limits of both sides:
\lim_{h \rightarrow 0} \left(f(n+h) - f(n)\right) = \lim_{h \rightarrow 0} \left(\frac{f(n+h) - f(n)}{h} \cdot h\right) = \left(\lim_{h \rightarrow 0} \frac{f(n+h) - f(n)}{h}\right) \cdot \left(\lim_{h \rightarrow 0} h\right) = f'(n) \cdot 0 = 0
Therefore \lim_{h \rightarrow 0} f(n+h) = f(n), so f is continuous at n.
 
:D oops! Disregard that, I don't know anything about mathematics!
 
Back
Top