I have a rational function that reaches a horizontal asymptote as $x \rightarrow \infty$. How would you do a delta-epsilon proof with $x\to\infty$.
Here is the limit statement:
$$\lim_{x\to\infty}\frac{3x+7}{2x-1} = \frac{3}{2}.$$
Hope some one can help.
Paulo
Hint: when you use $\epsilon$-$\delta$ definition of the convergence $\lim_{x\to\infty }f(x) = a$, it looks like $$ \forall \epsilon>0\;\exists\delta\in\mathbb R: \;x>\delta\implies |f(x) - a|<\epsilon. $$ In your case $f(x) = \frac{3x+7}{2x-1}$ and $a = \frac32$, so that for any $\epsilon>0$ you have to found $\delta$ big enough s.t. $$ \left|\frac{3x+7}{2x-1} - \frac32\right|<\epsilon \tag{1} $$ for all $x>\delta$. Namely, I would suggest you solve the inequality $(1)$ in terms of $x$.