The function is given as:
$\frac{2x}{3x-1}$
I must prove continuity at $x=1$.
I understand the definitions using the Epsilon Delta proof but my issue comes when I arrive at
$|f(x)-f(1)|=|\frac{1-x}{3x-1}|=\frac{|x-1|}{|3x-1|}$< $ \epsilon$.
I know I must relate that result with $|x-1| < \delta $ but I am stumped on how to bound the denominator of the first result $|3x-1|$
I think I may have figured out my issue, I have been setting $\delta < 1$ but that is not sufficient and I have to go further, I instead and say what if $\delta < 1/3$
In that case I end up with $|3x-1|>1$ so I can go back to my original result to get, $\frac{|x-1|}{|3x-1|} < \frac{|x-1|}{1} = |x-1| < \delta = \epsilon$. So in other words I suppose I should set $\delta = \epsilon$? Or $\delta = min(\epsilon, 1/3)$
A common theme of explicit epsilon-delta calculations is having a "part" of the formula for the difference that isn't helping the difference to get small in the limit in question. In this case that is the division by $|3x-1|$; since $|3x-1|$ isn't blowing up, this division isn't helping you. So you generally want to replace that part by something simpler by imposing a restriction on the values of $\delta$ that doesn't depend on the chosen value of $\epsilon$.
Here you can say that if $x$ stays away from $1/3$ then $\frac{1}{|3x-1|}$ can be bounded by a constant. Now the only way to keep $x$ away from some point is to keep it close to $1$. So this forces $\delta<2/3$, so that $|3x-1|$ is bounded away from zero by some constant. To get a nice explicit bound you can pick whatever cap for $\delta$ that is strictly less than $2/3$ that you want; here the algebra is convenient if you pick $\delta \leq 1/3$ so that $x>2/3$ and so $|3x-1|>1$. But there was not really anything special about $1/3$, we could have used any number between $0$ and $2/3$ for our absolute cap for $\delta$.
From this discussion we conclude that $|f(x)-f(1)|<|x-1|$ if $|x-1|<1/3$, and so now you can indeed take $\delta=\min \{ 1/3,\epsilon \}$ to complete the proof of continuity.