i've got a very simple exercise of limit, and i started solving it, but it won't get out of indetermination.
The limit is $$\lim_{x\to 1} = \frac{x^2-\sqrt x}{1-\sqrt x}$$
If i use L'Hôpital's it works, but just using basic math rules, it falls in another indetermination ($\frac{0}{0}$).
$$\frac{x^2-\sqrt x}{1-\sqrt x}=\frac{(x^2-\sqrt x)(1+\sqrt x)}{1-x}\;\color{red}{(**)}$$
But also
$$x^2-\sqrt x=\frac{x^4-x}{x^2+\sqrt x}=x\frac{\overbrace{(x-1)(x^2+x+1)}^{=x^3-1}}{x^2+\sqrt x}$$
so
$$\color{red}{(**)}=-\frac{x(x^2+x+1)(1+\sqrt x)}{x^2+x}\xrightarrow[x\to1]{}-\frac{3\cdot2}{2}=-3$$
Directly with l'Hospital:
$$\lim_{x\to1}\frac{x^2-\sqrt x}{1-\sqrt x}=\lim_{x\to1}\frac{2x-\frac1{2\sqrt x}}{-\frac1{2\sqrt x}}=\lim_{x\to1}\left(-4x^{3/2}+1\right)=-3$$