Suppose that $f$ is differentiable on a finite interval $(a,b)$ and $$ \lim_{x\to a^+}f(x)=\lim_{x\to b^-}f(x)=\infty. $$ Prove that, for any $r\in\mathbb{R}$ there exists $c\in (a,b)$ such that $f'(c)=r$.
MY THOUGHTS: This theorem seems painfully obvious on an intuitive level, but I am not sure how to begin formalizing this. The Mean Value Theorem seems likely to be used here. Let $r\in\mathbb{R}$ and then there is some $c\in(s,t)\subset(a,b)$ such that $$ f'(c)=\frac{f(t)-f(s)}{t-s}=r. $$ It isn't immediately clear to me how to choose the subinterval $(s,t)$. Perhaps there is a better way to proceed?