I'm trying to prove $$\lim_{x\to\infty}\frac{x+3}{x^2-3}=0$$ using delta-epsilon.
In the definition of limit
$$|f(x)-L|\lt\epsilon$$
$$|\frac{x+3}{x^2-3}-0|\lt\epsilon$$
$$|\frac{x+3}{x^2-3}|\lt\epsilon$$
and since the left side quite complicated I've come up with simple term that always bigger than $$\frac{x+3}{x^2-3}$$ and that is $$\frac{2x}{x^2/1.5}$$ or $$\frac{3}{x}$$ as long I take $x>3$. so here I take $3$ as $M$ so it will turn $x>M$ into $x>3$
then for second inequality:
$$\frac{3}{x}\lt\epsilon$$
$$x\gt\frac{3}{\epsilon}$$
and here I take $\frac{3}{\epsilon}$ as $M$ and wrapping things up
$$\frac{x+3}{x^2-3}\lt\frac{3}{x}\lt\epsilon$$.
But in reality how both $M$ affect me to choose $x$ ?
I mean in first inequality is demand me with $x>3$. In other words if I choose $M$ that smaller than $3$, it will crumble the first inequality (when I try simplifying things). So if I look at second $M (=\frac{3}{\epsilon})$ should I have the limitation $$\epsilon\lt1$$ so that I only can get $x$ more than $3$ ?