How would you prove the following statement?:
Assume that $\lim_{x\to1}{f(x)=6}$. Prove using the epsilon-delta definition that $\lim_{x\to1}[5f(x)^2+ 3f(x)] = 198$.
I set up the following:
We have $\forall \epsilon_1$ in the reals, $\exists \delta_1$ such that $0<|x-1|<_1 ⇒ |f(x)-6|<\epsilon_1$
We want a $\delta$ such that $|5f(x)^2 + 3f(x) - 198|<\epsilon$
This becomes $|5f(x)+33| |f(x)−6| <\epsilon$, then, we have $|f(x)−6| <\frac{\epsilon}{|5f(x)+33|}$
Now, I am not sure how to continue and how to implement the $\delta = \operatorname{min}\{..., ...\} $thing
HINT:
If $|f(x)-6|<\varepsilon_1$ then $|f(x)|\le |f(x)-6|+6\le 6+\varepsilon_1$.
And, in particular, if you assume that $\varepsilon_1<1$, then $$|5f(x)+33|\le 5|f(x)|+33\le 5(6+\varepsilon_1)+33 < 68.$$