Prove using the $\epsilon - \delta$ definition of limits that $\lim_{x\to3} \frac{5}{4x-11} = 5$.
I know how the setup should be given $\epsilon \gt 0$ there exists a $\delta \gt 0$ such that $|x-3| \lt \delta$ and $|\frac{5}{4x-11} - 5| \lt \epsilon$ but I can't do the computation to help me find $\delta$ can someone guide me in the right direction?
I'll provide a short sketch $$ \left|\frac{5}{4x-11} - 5\right| = \left|\frac{5}{4x-11} - \frac{20x - 55}{4x - 11}\right| = \left|\frac{-20x + 60}{4x - 11}\right| < \epsilon $$ which is equivalent with $$ |x-3| < \epsilon |4x - 11|/20 $$ Now try to bound $|4x-11|$, compute $\delta$ and revert the argument! Moreover, don't forget that the function is undefined in $11/4$.
I hope this helps!