I have the following hypotheses: $\alpha_n \to 0, \beta_n \to 0, \alpha_n < 0 < \beta_n$. I need to show that the following two limits exist so that I may add them:
$$\lim \limits_{n \to \infty} \frac{-\alpha_n}{\beta_n -\alpha_n}, \lim \limits_{n \to \infty} \frac{\beta_n}{\beta_n - \alpha_n}$$
Well, I know that each limit is between $0$ and $1$. But I'm not sure how to show that these limits actually converge and don't fluctuate? (Or, it's also a possibility that I don't need the fact that the limits exist to add them, but I'm not sure if that's true)
This question is motivated by Exercise 5.19 in Baby Rudin.
Edit: So either I'm doing something wrong by wanting to add the limits, or we don't need existence of the limits because I found a counter example: take $\beta_n = \frac{1}{n} \cos^2 n, \alpha_n = - \frac{1}{n} \sin^2 n$. Then $ \beta_n < 0 < \alpha_n$ (strict because $\pi$ is irrational), and the quotients do not converge (they are equal to $\cos^2 n$ and $\sin^2 n$).
Thus, here is my whole solution so someone can point out where I'm going wrong. I need to prove that for $D_n = \frac{f(\beta_n) - f(\alpha_n)}{\beta_n - \alpha_n}$, $f$ defined in $(-1,1)$, $f'$ exists at $0$, and $-1 < \alpha_n < 0 < \beta_n < 1$, $\alpha_n, \beta_n \to 0$, we have $\lim D_n = f'(0)$.
\begin{align} \lim D_n &= \lim \frac{f(\beta_n) - f(0) + f(0) - f(\alpha_n)}{\beta_n - \alpha_n}\\ &= \lim \frac{f(\beta_n) - f(0)}{\beta_n - \alpha_n} + \lim \frac{f(0) - f(\alpha_n)}{\beta_n - \alpha_n}\\ &= \lim \frac{f(\beta_n) - f(0)}{\beta_n - 0} \lim \frac{\beta_n}{\beta_n - \alpha_n} + \lim \frac{f(0) - f(\alpha_n)}{0 - \alpha_n} \lim \frac{-\alpha_n}{\beta_n - \alpha_n}\\ &= \lim f'(0) \lim \frac{\beta_n - \alpha_n}{\beta_n - \alpha_n} = f'(0) \end{align}