I know that the following sequence is a
$$\frac{1 + 4n^2}{2+2n^2}$$
How can I show that it is a cauchy sequence - well it has to cause its convergent but I want to understand it with the cauchy definition.
I know that i have to get the $|a_m - a_n | < \varepsilon$ meaning that the distance between two elements has to be smaller than epsilon. But how big is epsilon? I only know that there is an element called $N_0$ when this will become true.
This is where my problem starts - what will be the next step?
So I have $ \frac{1+4n^2+1}{2+2n^2+1} - \frac{1+4n^2}{2+2n^2} < \varepsilon $ but I don't know how much $\varepsilon$ is nor do I know where $N_0$ is.
For $n \in \mathbb N$, you have: $$\frac{1 + 4n^2}{2+2n²}=\frac{4 + 4n^2 -3}{2+2n²}=2-\frac{3}{2+2n²}$$ Hence for $m \ge n$: $$\left\vert \frac{1 + 4n^2}{2+2n²}-\frac{1 + 4m^2}{2+2m²} \right\vert \le \frac{3}{2} \left(\frac{1}{1+n^2}+\frac{1}{1+m^2}\right) \le \frac{3}{1+n^2}$$ And for $n$ large enough, the RHS can be as small as desired.