The problem:
$\lim_{x\to 0}\sqrt{x^3-x}$
How I was thinking of solving it:
$\lim_{x\to 0}\sqrt{x^3-x} = \sqrt{0^3-0}=0$
My question:
Why does my math book say that the solution does not exist? How come it isn't zero?
I hate this kind of problems because it is very imprecise. And in fact the book is plain wrong, or at least extremely misleading.
So first of all, why the book says what it says? That's because if $0<x<1$ then $x^3-x<0$, meaning $\sqrt{x^3-x}$ is not well defined for those $x$. So what the book wanted to say is "you cannot approach zero from above".
But this is misleading because the question is about domain really, not about the limit. The limit does exist inside the function domain (which includes $[-1,0]$ interval) and is zero there. Which indeed you can evaluate by substitution, since we are dealing with a composition of continuous functions.
So the real problem here is: limits are not entities on their own, they need domain, some surrounding space, and functions are not formulas only. Once we use proper definitions, e.g. function actually is domain + range + formula, then the answer becomes really simple.
We should ask: what is the domain of $f(x)=\sqrt{x^3-x}$?
and since $$x^3-x=x(x+1)(x-1)\ge 0 \implies -1\le x\le 0$$
as noticed in the comments
$$\lim_{x\to 0^-}\sqrt{x^3-x}=0$$
while $\lim_{x\to 0^+}\sqrt{x^3-x}$ is meaningless.
Note also that, according to the more general definition of limit, when we take the limit we are implicitely excluding the case $x\to 0^+$ and in this case the result
$$\lim_{x\to 0}\sqrt{x^3-x}=0$$
is perfectly fine.
Therefore the answer also depends upon to the definition you are referring to.
See also the related:
The book is wrong and your reasoning is not sufficient.
They most probably meant that the limit does not exist because for small positive values of $x$ the square root is not defined, and the limit to $0^+$ would not exist. But this is wrong because in the definition of a limit only the points that belong to the domain must be considered, and in the given case, the limits to $0$ and to $0^-$ coincide and equal $0$.
When you say that the limit is $\sqrt{0^3-0}$, you don't address the existence of the limit, which demands that values of $x$ close to $0$ correspond to values of the function also close to $0$. You must explore the neighborhood, not a single point.
Justification of the limit:
$$|x-0|<\delta=\epsilon^2\implies |\sqrt{x^3-x}-0|<\epsilon$$
\lim_{x\to0-}\sqrt{x}does not exist. in this case, we replace x with x^3-x, so x^3-x>0. This is similar to how x>0 for\sqrt{x}. So we get the domain problem. By the way, how do you compile the mathjax? – Sep 20 '24 at 03:38