#Function f differentiable but not continuous
15 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
Nicolás123_
It is assumed that if a function f is differentiable at x = c, then f is continuous at x = c. However, the function f defined piecewise by:
f(x) = (-x^2)/2 for x < 3
and
f(x) = -3x, for x >= 3
It is not continuous if x = 3 (because the limit does not exist at x = 3), but it is differentiable at x = 3 since the following limit exists:
$\lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$
Nicolás123_
Where i am wrong?
I have already do this, but i have been getting aproximatelly = -3
Just because these two functions have the same derivative at x=3 doesn't mean the difference quotient will converge. Try computing it for h less than zero where you have to use the top function. That limit does not exist.
I just realized my mistake... To make the limit on the left I was assuming f(3) = (-3^2)/2 and therefore the limit existed for me; I get it. Thank you
@elfin fable has given 1 rep to @fierce sun
+close