I have just learned about the Epsilon-Delta definition of a limit. I understand that if a function has a limit, then given any $ \epsilon > 0$, there is a $\delta > 0$, such that for all $x$ within $ \delta $ of $c$, $f(x)$ is within $\epsilon of L$.
In other words,
$|x - c| < \delta \rightarrow |f(x) - L| < \epsilon$
The task in my textbook was to find the limit of $3x^2y / (x^2 + y^2)$ as $(x,y) \rightarrow 0$.
To prove that the limit of this function is $0$, we need to find $\delta > 0$ that confirms the inequalities specified above. As I set out to answer the question, I wrote down
$0 < |x - 0| < \delta \rightarrow 3x^2y / (x^2 + y^2) - 0< \epsilon $
However, the book began with
$0 < \sqrt{x^2 + y^2} < \delta \rightarrow 3x^2y / (x^2 + y^2) - 0< \epsilon $
Where do they get $\sqrt{x^2 + y^2}$ ? Please explain in the simplest way you can - I am very, very new to this!
Let $k(y) = \frac yx$ along any path $y(x)$. Then $$f(x,y) = g(y,k(y)) = \frac{3y}{1+[k(y)]^2}$$
The for all $|y|< \delta = \epsilon/3$, regardless of the nature of $k(y)$ and the value of $x$, $$ |g(y,k(y))-0|= |g(y,k(y))| = \frac{|3y|}{1+[k(y)]^2} \leq |3y| < 3\epsilon/3 = \epsilon $$ So the limit is zero.