I have this two problem to resolve with the ε-δ definition of a limit of succession $$\lim_{n\to\infty} \frac{2n+3}{3n-50}=\frac{2}{3}$$ $$lim_{n\to\infty} \frac{3n^2-12n+1}{n+25}=+\infty$$ With the first one $$\lvert \frac{2n+3}{3n-50} \rvert \lt \varepsilon$$ $$\lvert \frac{-4n+103}{3(3n-50)} \rvert \lt \varepsilon$$ $$\frac{1}{3}\lvert \frac{-4n+103}{3n-50} \rvert \lt \varepsilon$$ $$ \frac{4n+103}{3n+50} \lt 3\varepsilon$$ but from this point i dont know what to do
And with the second problem i dont even know where to start because its $\infty$ so i can't take that from the equation. Can someone explain what can i do to resolve this? Or give a small explanation of how to resolve this type of problems?
For the first one, you have to prove that, given $\ \varepsilon>0,\ \exists\ N\in\mathbb{N}\ $ such that $$\ \left\vert\frac{2n+3}{3n-50} - \frac{2}{3}\right\vert\ < \varepsilon\quad \forall\ n\geq N.$$
So consider the fact that
$$\frac{2n+3}{3n-50} - \frac{2}{3} = \frac{6n+9}{9n-150} - \left(\frac{6n-100}{9n-150} \right) = \frac{109}{9n-150}\ < \frac{109}{n}\quad \forall n\geq 19.$$
Therefore, for all $\ n\geq 19,\ $
$$ 0 < \left\vert\frac{2n+3}{3n-50} - \frac{2}{3}\right\vert = \frac{2n+3}{3n-50} - \frac{2}{3} = \frac{109}{9n-150} < \frac{109}{n},$$
and you should be able to use the Archimedean property of real numbers to complete the $\ \varepsilon-n\ $ proof.
$$$$
For the second one, you must show that given $\ x\in\mathbb{R},\ \exists\ N\in\mathbb{N}\ $ such that $$\ \frac{3n^2-12n+1}{n+25} > x\quad \forall n\geq N.\ $$
To do this, just use polynomial long division and then show that you can find an $\ N\ $ that does this for each $\ x.$