Given the following limit:
$$ \lim_{(x,y)\to (0,0)} \frac{xy^2}{x^3+y^3} $$
And the instrucion to "Determine whether the limit exists, give a complete argument", would the following be a "complete argument"?
Approaching the limit from the line y=0, gives $ \lim_{(x,y)\to (0,0)} \frac{xy^2}{x^3+y^3} = \lim_{(x,y)\to (0,0)} \frac{0}{x^3+y^3} = 0 $
Approaching the limit from the line y=x, gives $ \lim_{(x,y)\to (0,0)} \frac{xy^2}{x^3+y^3} = \lim_{(x,y)\to (0,0)} \frac{x^3}{2x^3} = \frac{1}{2} $
These limits do not agree, thus the original limit $$ \lim_{(x,y)\to (0,0)} \frac{xy^2}{x^3+y^3} $$ does not exist.
Or should another method besides approaching from different lines be used to give a "complete argument" whether this limit exists be given?