Construct a careful $\varepsilon$ - $\delta$ argument to show $$\lim_{x \to 27}2x^{2/3}=18$$
From the definition of a limit $$\forall \varepsilon > 0, \space \exists \delta >0 \space : \space 0<\left| x-a \right| < \delta \implies \left| f(x) - L \right| < \varepsilon$$ I've rearranged as follows $$\left| 2x^{2/3}-18 \right|<\varepsilon$$ $$\left| 2 \right | \left| x^{2/3}-9 \right|<\varepsilon$$ $$\left| x^{2/3}-9 \right|< \frac{\varepsilon}{2}$$ $$\left| x^{1/3}-3 \right| \left| x^{1/3}+3 \right| < \frac{\varepsilon}{2}$$ $$\left| x^{1/3}-3 \right| < \frac{\varepsilon}{2(x^{1/3}+3)}$$ $$\left| x-9x^{2/3}+27x^{1/3}-27 \right| < \left( \frac{\varepsilon}{2(x^{1/3}+3)} \right)^3$$ $$\left| (x-27)-9x^{2/3}+27x^{1/3} \right| < \left( \frac{\varepsilon}{2(x^{1/3}+3)} \right)^3$$
so here I have $\left| x-a\right|$ on the left but I'm not sure how to get to constructing $\delta$ from this expression.
$$\left| x^{1/3}-3 \right| < \frac{\varepsilon}{2|x^{1/3}+3|}$$ $$\left|\frac {x-27}{(x^{1/3}-3)^2+9x^{1/3}} \right| < \frac{\varepsilon}{2|x^{1/3}+3|}$$ $$\left|{x-27} \right| < \frac{\varepsilon|{(x^{1/3}-3)^2+9x^{1/3}}|}{2|x^{1/3}+3|}$$
Because $a^3-b^3=(a-b)^3+3ab(a-b)$ where $a=x^{1/3}$ and $b=3$ in this case. $$I.e. \space \space x^{1/3}-3=\frac {x-27}{(x^{1/3}-3)^2+9x}$$
after which you can simplify by introducing $\left|x-27\right|<1$
Im not sure if i'm right but this is what i would do.Hope it helps
Edit: was that clear enough? P.S. I'm still new to the mathjax coding stuff. hopefully there're no mistakes here