I have to evaluate the limit: $$\lim_{x\to 1}\frac{x^2-\sqrt{x}}{\sqrt{x}-1}$$
I have been instructed to apply the following identity ($ \forall \, a \neq -b$) $$a-b=\frac{a^2-b^2}{a+b}$$ I am unsure how to proceed. Can you please explain each step?
EDIT
My current approach. Please help me out to finish it, and correct me if I am wrong somewhere: $$(a-b)(a+b)=(a^2-b^2)$$ i.e $$\lim_{x\to 1}\frac{x^2-\sqrt{x}}{\sqrt{x}-1}.\lim_{x\to 1}\frac{x^2+\sqrt{x}}{x^2+\sqrt{x}}$$ = $$\lim_{x\to 1}\frac{x^4-x}{x^2\sqrt{x}+x-x^2-\sqrt{x}}$$ How must I proceed from here?
\begin{align} \lim_{x\to 1}\frac{x^2-\sqrt{x}}{\sqrt{x}-1}&=\lim_{x\to 1}\frac{\sqrt{x}[(\sqrt{x})^3-1]}{\sqrt{x}-1}\\ &=\lim_{x\to 1}\frac{\sqrt{x}(\sqrt{x}-1)(x+\sqrt{x}+1)}{\sqrt{x}-1}\\ &=\lim_{x\to 1}[\sqrt{x}(x+\sqrt{x}+1)]\\ &=3 \end{align}
If we have to use that identity, then we can use $\displaystyle \sqrt{x}-1=\frac{x-1}{\sqrt{x}+1}$.
\begin{align} \lim_{x\to 1}\frac{x^2-\sqrt{x}}{\sqrt{x}-1}&=\lim_{x\to 1}\frac{(x^2-\sqrt{x})(\sqrt{x}+1)}{x-1}\\ &=\lim_{x\to 1}\frac{x^2\sqrt{x}+x^2-x-\sqrt{x}}{x-1}\\ &=\lim_{x\to 1}\frac{(x^2-1)\sqrt{x}+x(x-1)}{x-1}\\ &=\lim_{x\to 1}\frac{(x-1)(x+1)\sqrt{x}+x(x-1)}{x-1}\\ &=\lim_{x\to 1}[(x+1)\sqrt{x}+x]\\ &=3 \end{align}