3

For unknown reasons I have more problems solving this limit than expected.

I want to determine the limit: $\lim_{x \to 0} \sqrt[3]{\dfrac{x^2}{\ln(|x|)}}$.

Using graphic plotter, the limit exists and has to be 0. Well, being rough $\frac{0}{\infty} = 0$. But that is not very mathematical. Also, L'Hospital does not work for this.

I tried using $t(x) = \frac{1}{x}$, which means $\lim_{t \to \infty} \sqrt[3]{\dfrac{1}{t^2\ln(|\frac{1}{t}|)}}$, maybe in order to use L'Hospital here. But nope....

Can someone help me? Really appreciate your help.

nicwen
  • 109
  • We know that $\lim_{x \to 0} x^2 = 0$ and $\lim_{x \to 0} \text{ln}(\lvert x \rvert) = - \infty$. Therefore,…? – Air Mike Jan 20 '24 at 16:13
  • @AirMike is this enough to say that the overall limit goes to 0? i am really unsure. but if this is enough to say, it is absolutely clear that the limit is 0. – nicwen Jan 20 '24 at 16:15
  • If $\lim\frac{u(x)}{v(x)}$ is of type $\frac0\infty$ it can also be written as $\lim u(x)\frac{1}{v(x)}$ which is of type $0\cdot0.$ – md2perpe Jan 20 '24 at 16:32
  • 1
  • If $a_n \to a$ and $b_n \to b$ then $a_n b_n \to ab$.
  • If $a_n \to -\infty$ (or $a_n \to \infty$) then $1/a_n \to 0$.
  • – Calvin Khor Jan 20 '24 at 16:32
  • If $\epsilon > 0$ and $0< x < \min(\epsilon, 1, \frac 1e)$ then $|\frac {x^2}{\ln |x|}< |\frac{x^2}{-1}|=x^2 < x < \epsilon$. That's pretty "mathematical". But "being rough $\frac 0{\infty}$" is mathematical enough if you can cite it properly and convincingly. – fleablood Jan 20 '24 at 16:51