How to calculate the limit of the following function:
$$\lim_{x \rightarrow 1}\frac{\sqrt[3]{2x^2-1} -\sqrt[2]{x} }{x-1}$$
I've tried to use the following formula: $(a^3-b^3)=(a-b)(a^2+ab+b^2)$ without any success. Is there anything that I'm missing?
I can't use L'Hôpital rule.
$$\frac{\sqrt[3]{2x^2-1} -\sqrt{x} }{x-1}=\frac{\sqrt[3]{2x^2-1}-1- (\sqrt{x}-1) }{x-1}=$$ $$=\frac{2(x+1)}{\sqrt[3]{(2x^2-1)^2}+\sqrt[3]{2x^2-1}+1}-\frac{1}{\sqrt{x}+1}\rightarrow\frac{4}{3}-\frac{1}{2}=\frac{5}{6}.$$