Prove that $$\lim_{n \rightarrow \infty} \frac{2n^2 - 3n + 5}{9 - n^2} = -2$$
Note, this is a sequence.
I know that a sequence $(c_n)_{n=1}^{\infty}$ converges to a finite value L if for every $\epsilon > 0$, there exists some $N>0$ so that for all $n$ it holds that: $$n > N \implies |c_n - L| < \epsilon$$.
I've learnt this in school: $|c_n - L| < \epsilon$ is the distance between each sequence term and the epsilon-value. If we can write $n$ in terms of epsilon, then for any epsilon, we can easily 'choose' an N-value, so that the implication above holds.
I'm afraid I haven't gotten further than this... :
$$\left|\frac{2n^2 - 3n + 5}{9 - n^2} - (-2)\right| < \epsilon \iff \left|\frac{23 - 3n}{9 - n^2}\right| < \epsilon$$
I just can't seem to reduce $n$ in a way that would help me solve this inequality... I don't know if there is some algebraic trick that is going over my head or if there is some "theoretical trick" which I could use to simplify. Please, a hint would be greatly appreciated.
The quick way:
$\lim_{n \rightarrow \infty} \frac{2n^2 - 3n + 5}{9 - n^2} = -2$
Divide to and bottom by $n^2$
$\lim_{n \rightarrow \infty} \frac{2 - \frac {3}n + \frac {5}{n^2}}{- 1 + \frac {9}{n^2}} = -2$
And when $n$ gets to be large the $\frac {1}n$ terms become small. The $\epsilon-\delta$ definition is not necessry.
But if that is the direction you want to go.
There exists an $N$ such that $n>N$ implies $\left|\frac {3n-23}{n^2-9}\right| < \epsilon$
let $N = \max (\frac {3}{\epsilon},4)$