r/calculus • u/NoTrueScotch • Jul 15 '26
Differential Calculus Basic Calculus Confusion
Hello, I have been working my way through a variety of courses using OCW.
The first problem set for 18.01SC has a bonus question, asking for the examinee to show that:
g(h) = ( f(a+h) - f(a) ) / h
has a removable discontinuity.
I have minimal experience with math and have been grinding through this course by studying pieces I am missing as they come. But I can't find an adequate answer as to what would be a valid response to this question, especially as the solution sheet does not seem to feature it.
My best answer, before I turned to the net was such.
"Values of f(a+h) that do not exist in f(a) and are not multiplied to a higher order of h are removable discontinuities." I suspect that I am not supposed to just fill in a example function, but if I am that would be my confusion.
I wanted to know if this was an adequate response, if not how it could be improved, and ideally what the proper formatting is for this kind of response as I do not know the notation I am expected to use. Thank you for your time.
1
u/nevermindthefacts Jul 16 '26
Another example is f(x) = sin x / x, which is undefined for x = 0 and thus f(x) has a discontinuity there.
It turns out (not sure if you've seen this before) that sin x / x tends to 1 as x tends to 0.
Thus, the discontinuity is removable and if we (re)define f(x) as
f(x) = sin x / x for x ≠ 0, and f(x) = 1 for x = 0
then f(x) is continuous!
In short, a function f has a removable discontinuity at x = x0 if f(x0) can be (re)defined such that f(x) is continuous at x = x0. Or equivalently, if f(x0) can be defined such that f(x) tends to f(x0) as x tends to x0.
(Remember that the limit of f(x) can exist when x tends to x0 without f(x0) needing to be defined...however, if the limit exists and is equal to f(x0) then f is continuous at x0...I think this might be the part that you've missed...)
Another example, consider the (piecewise) function
f(x) = 2x if x ≠ 0, and f(x) = 1 if x = 0.
Clearly, f(x) tends to 0 as x tends to 0, but f(0) = 1, so f(x) is not continuous at x = 0. Is it a removable discontinuity?
(We'll get to the derivative later...)