Let, $g(x) =\int_{a}^{x} f(t) dt$ be an integral function.
What can we say about $g'(c)$ when,
a) $f$ is removable discontinuous at $c \in[a,x]$?
b) $f$ is infinite discontinuous at $c\in [a,x]$?
c) $f$ is jump discontinuous at $c\in [a,x]$?
Here is what I think.
a) Given, $$f(x) = \begin{cases} {x^3} & \text{if $x\in \mathbb{R} - \{2\} $} \\ 10 & \text{if $x=2$} \end{cases}$$ Here, $x=2=c$ is a point of removable discontinuity. The right-hand derivative of $g(x)$ at $c$ is given as, $$g'(c) =\lim_{h\to 0^{+} } \frac{g(c+h)-g(c)}{h}= \lim_{h\to 0^{+} }\frac{\int_{c}^{c+h}f(t) dt}{h}$$ The left-hand derivative of $g(x)$ at $c$ is given as, $$g'(c) = \lim_{h\to 0^{+} } \frac{g(c-h)-g(c)}{-h}= \lim_{h\to 0^{+} }\frac{\int_{c-h}^{c}f(t) dt}{-h}$$
We see that the left and right derivatives converge at 8. This means that $g'(2)=8$. We know that, "for continuous integrands", $g'(x)=f(x)$. Here, $f(2)\neq 8$. This tells me that the derivative does not exist at $x=2$.
Am I thinking in the right direction?