How I can prove that the limit is equal to 0?
$$\lim \frac {\sin(y^3x)}{x^2+y^2} =0 $$
when $x\rightarrow 0$ and $y\rightarrow 0$,
Its easy to see that the limit is 0, but how I can prove it?
Thank you.
How I can prove that the limit is equal to 0?
$$\lim \frac {\sin(y^3x)}{x^2+y^2} =0 $$
when $x\rightarrow 0$ and $y\rightarrow 0$,
Its easy to see that the limit is 0, but how I can prove it?
Thank you.
You can use directly the definition of limit: for every $\varepsilon>0$ we must have a $\delta>0$ such that for every $x,y$ with $0<|x-y|<\delta$ one has $|\frac{\sin(y^3 x)}{x^2+y^2}|<\varepsilon$.
Well, observe that since $|\sin(z)|\leq |z|$ for every $z\in \mathbb{R}$ we have $$|\frac{\sin(y^3 x)}{x^2+y^2}|\leq \frac{|y^3 x|}{x^2+y^2}.$$
On the other hand, it is always true that $|x|\leq \sqrt{x^2+y^2}$, the side of a square triangle is always less than the hypothenuse and similarly we have $|y|\leq \sqrt{x^2+y^2}$. Hence,
$$|\frac{\sin(y^3 x)}{x^2+y^2}|\leq |\frac{(x^2+y^2)^2}{x^2+y^2}| = x^2+y^2.$$
The latter is the distance square of $(x,y)$ to the origin, i.e. the point we wish to compute the limit to.
Recall that $\varepsilon >0$ is fixed and we need to find $\delta$ with $0<\|(x,y)\|<\delta$ such that the above is less than $\varepsilon$ (here, $\|\cdot\|$ denotes norm). Hence, it suffices to take $\delta =\varepsilon^{1/2}$. Since $\varepsilon>0$ is arbitrary, the continuity follows (by application of the definition of continuity).
Another way to compute this limit is using a polar change of variables. By finding a lower and upperbound which both converge to 0. That is $$\frac{-|y^3 x|}{x^2+y^2}\leq \frac{\sin(y^3 x)}{x^2+y^2} \leq \frac{|y^3 x|}{x^2+y^2}.$$
Now, using $x=r\cos(\theta)$, $y=r\sin(\theta)$, $r>0$ and $\theta \in (0,2\pi)$. $$\lim_{(x,y)\to(0,0)}\frac{|y^3 x|}{x^2+y^2} = \lim_{r\to 0} \frac{r^4 |\sin^3(\theta) \cos(\theta)|}{r^2} = \lim_{r\to 0} r^2 \sin^3(\theta) \cos(\theta) = 0$$ independently of $\theta$ and similarly $$\lim_{(x,y)\to(0,0)}\frac{-|y^3 x|}{x^2+y^2} = \lim_{r\to 0} \frac{-r^4 |\sin^3(\theta) \cos(\theta)|}{r^2} = \lim_{r\to 0} -r^2 \sin^3(\theta) \cos(\theta) = 0.$$ Therefore, $$\frac{\sin(y^3 x)}{x^2+y^2} \longrightarrow 0,$$ as $(x,y)\to (0,0)$.