I have not been able to find any examples for this, so I'm unsure about my presentation (or answer for that matter). If anyone could also provide a link to a list of examples that I could work through, that would be very much appreciated.
Question:
Use the precise definition to prove:-
$$\lim_{x\to -\infty} \frac{x^2}{x+1}=-\infty$$
Attempted answer:
For every number $N < 0$ there is some number $M < 0$ such that:
--> $- f(x) < N$ whenever $-x < M$
--> $-|\frac{x^2}{x+1}|< N$
--> $-|{x}| < -|\frac{x^2}{x+1}| < N$
--> $-|x| < N$
--> Let M = N, then $-x < M$ implies that $-f(x) < N$
This is all over the place. Help would be appreciated. Thanks.
We may suppose $N <-2$. You want $\frac {x^{2}} {x+1} <N$. This is same as $x^{2} >N(x+1)$ (when $x+1 <0$). Write this as $(x-\frac N 2)^{2}>N+\frac {N^{2}} 2$. This in equality holds if $x <\frac N 2 - \sqrt { N+\frac {N^{2}} 2}$. So take $M=\frac N 2 - \sqrt { N+\frac {N^{2}} 2}$. This gives $f(x) <N$ whenever $x <M$.