Let $g$ be continuous on the interval $[a, b]$, and a $< c < b$ with $g_{(c)}<0$
Prove, using the epsilon and delta characterisation of a limit, that $\lim\limits_{x \to {c}}\frac{1}{g{(x)}} = \frac{1}{g{(c)}}$ Hence deduce that $\frac{1}{g}$ is continuous at $c$
I know that there exists $g {(x}$) smaller than $\frac{g {(c)}}{2} < 0$ and I can use this information somehow but other than that I am not sure how to approach this question. Is there any special laws I need to follow?
Since $g$ is continuous on $[a,b]$, then for all $\epsilon>0$, and for all $c\in [a,b]$, there exists a $\delta(\epsilon,c)>0$ such that
$$|g(x)-g(c)|<\left(\frac{g^2(c)}{2}\right)\epsilon \tag 1$$
whenever, $|x-c|<\delta(\epsilon,c)$.
So, if we take $\epsilon=\frac12|g(c)|$, then we see that $\frac32g(c)<g(x)<\frac12g(c)$, since $g(c)<0$, whenever $|x-c|<\delta(g(c),c)$.
Therefore, we can write for all $\epsilon>0$
$$\begin{align} \left|\frac{1}{g(x)}-\frac{1}{g(c)}\right|&=\frac{|g(x)-g(c)|}{|g(x)|\,|g(c)|}\\\\ &\le\frac{|g(x)-g(c)|}{\frac12|g(c)|\,|g(c)|}\\\\ &<\epsilon \end{align}$$
whenever $|x-c|<\min\left(\delta(\epsilon,c),\delta(g(c),c)\right)$