Anyone can help me with this limit?
$$\lim_{(x,y)\to (0,0)} \frac{x^3 + y^3}{x^2 + y}$$
I'm having trouble with proving that this limit really goes to $0$
thank you
Anyone can help me with this limit?
$$\lim_{(x,y)\to (0,0)} \frac{x^3 + y^3}{x^2 + y}$$
I'm having trouble with proving that this limit really goes to $0$
thank you
Let $y=(x^3-x^6)^2-x^2$. $\,$Then \begin{align*} \frac{x^3+y^3}{x^2+y} &= \frac{x^3+(x^3-x^6)^6 - x^6 + 3x^4(x^3-x^6)^2 - 3 x^2 (x^3-x^6)^4}{(x^3-x^6)^2}\\ &= \frac{1}{x^3-x^6} + (x^3-x^6)^4+3x^4-3x^2(x^3-x^6)^2\\ &\rightarrow \infty. \end{align*} That is, \begin{align*} \lim_{(x,y)\rightarrow (0, 0)} \frac{x^3+y^3}{x^2+y} \end{align*} does not exist.
Hint: use $x=r\cos\Theta$ and $y=r\sin\Theta$ you will see $\lim_{r\to 0}\frac{(r\cos\Theta)^3+(r\sin\Theta)^3}{(r\cos\Theta)^2+(r\sin\Theta)}=\lim_{\to 0}\frac{r^3((\cos\Theta)^3+(\sin\Theta)^3)}{r(r\cos^2\Theta+\sin\Theta)}=\lim_{\to 0}\frac{r^2((\cos\Theta)^3+(\sin\Theta)^3)}{(r\cos^2\Theta+\sin\Theta)}$ it depends on $\Theta$ thus limit doesnot exist
$$\lim\limits_{(x,y)\to (0,0)} \frac{x^3 + y^3}{x^2 + y}$$ Method 1: Using the two path test
Along the path of $y=0$, we have $$\lim\limits_{(x,0)\to (0,0)} \frac{x^3 + 0^3}{x^2 + 0}=\lim\limits_{x\to 0} \frac{x^3}{x^2}=\lim\limits_{x\to 0} x=0$$ Along the path of $y=p(x)-x^2$, where $p(x)$ is a polynomial that passes through the origin, we have $$\lim\limits_{(x,p(x)-x^2)\to (0,0)} \frac{x^3 + (p(x)-x^2)^3}{x^2 + p(x)-x^2}$$ $$=\lim\limits_{x\to 0} \frac{x^3 -x^6+ 3x^4p(x)-3x^2p(x)^2+p(x)^3}{p(x)}$$ $$=\lim\limits_{x\to 0} \left[\frac{x^3 -x^6}{p(x)}+ 3x^4-3x^2p(x)+p(x)^2\right]$$ Let $p(x)=x^3-x^6$, then $$\lim\limits_{x\to 0} \left[1+ 3x^4-3x^2(x^3-x^6)+(x^3-x^6)^2\right]=1$$ Since we have different values along different paths, we can conclude that $$\lim\limits_{(x,y)\to (0,0)} \frac{x^3 + y^3}{x^2 + y}=\mbox{non existent}$$ Method 2: Using polar coordinates
$$\lim\limits_{r\to 0^+} \frac{r^3\cos^3\phi + r^3\sin^3\phi}{r^2\cos^2\phi + r\sin\phi}$$ $$=\lim\limits_{r\to 0^+} r^2\left(\frac{\cos^3\phi + \sin^3\phi}{r\cos^2\phi + \sin\phi}\right)$$ Now lets attempt to find bounds that are independent of $\phi$. Since $$\left|\cos^3\phi + \sin^3\phi\right|\leq 1$$ We have $$r^2\left|\frac{\cos^3\phi + \sin^3\phi}{r\cos^2\phi + \sin\phi}\right|\leq \frac{r^2}{\left|r\cos^2\phi + \sin\phi\right|}$$ Note that $\phi$ is a variable and we cannot treat it as a constant. Since the right hand side is dependent on $\phi$, then we can conclude that $$\lim\limits_{(x,y)\to (0,0)} \frac{x^3 + y^3}{x^2 + y}=\mbox{non existent}$$
Putting polar coordinates $x=r\sin \theta,y=r\cos \theta$ $$\lim_{r\to 0} \frac{r^3\sin^3\theta+r^3\cos^3\theta}{r^2\sin^2 \theta + r\cos \theta}=\lim_{r\to 0}\frac{r(\sin \theta + \cos \theta)}{\sin^2\theta+\frac{\cos \theta}{r}}$$ Now if $\cos \theta \not\to 0$ then $\frac{|\cos \theta|}{|r|}\to \infty$ hence the limit is $0$ if $\cos\theta \to 0$ then we have that $|\sin \theta|\to 1$ and since denominator tends to $1$ and numerator tends to $0$ again the limit is $0$ hence the limit is $0$ independent of $\theta$