I have been self-studying multivariable calculus and I need help with evaluating this limit - if it even exists.
Problem : $$\lim_{(x,y)\to (1,0)} \frac{|x-1|}{3y^\frac{2}{3}}$$
I think the limit might be 0, I am not sure, so far I have tried the problem like this :
$$\text{Set } f(x, y) = \frac{|x-1|}{3y^\frac{2}{3}} \text{ and suppose }$$ $$x=y+1 \implies f(y + 1, y) = \frac{|y|}{3y^\frac{2}{3}}$$ $$\text{ and as } x \to 1 \text{ we have } y \to 0 \text{.}$$ Now $$\lim_{y \to 0} f(y+1, y)$$ is 0, as $$\lim_{y \to 0+} f(y+1, y) = \lim_{y \to 0+} \frac{y^\frac{1}{3}}{3} = 0$$ $$\lim_{y \to 0-} f(y+1, y) = \lim_{y \to 0-} -\frac{y^\frac{1}{3}}{3} = 0$$
After this I don't know how to proceed, how can I generalise this? Should I try to do some $\epsilon-\delta$ proof showing that the limit is 0? I am not even sure if this limit even exists.
Well, the limit might be $0$. You have indeed shown that limit along the line $x=y+1$. But consider the path $x=1+y^{1/3}$? Or $x = 1+y^{2/3}$. Or $x=1+cy^{2/3}$ for different values of $c$? Then you get different answers. So the limit does not exist.
$\delta$-$\epsilon$ proofs are good for proving the limit exists, but usually paths chosen cleverly based on the actual function you have will give you intuition about what's going on. Just remember not to limit yourself to lines — pun intended.