I was faced with a problem about evaluating limits.
I know for a fact that when a limit is indeterminate when substituted with the value $x$ is approaching, I differentiate by L'Hopital's Rule. But then my professor said that it was for higher Math that I should "manually" evaluate the limits. Is there any step-by-step procedure on how to do this? An example is cited below: $$\lim\limits_{x\to 1}\frac{x^{10}-1}{\sqrt x-1}.$$
By the use of differentiation, I got $20$ as the answer. But how can I show the answer without differentiation? I tried rationalizing the denominator but it ends up with $0$ as the answer. I have also tried to factor the denominator after rationalizing by $(x)^3-(1)^3$ but still it's the same dead end.
Hints:
(1) $$x^{10} - 1 = (x - 1)(x^9 + x^8 + x^7 + x^6 + x^5 + x^4 + x^3 + x^2 + x + 1)$$
(2) $$\sqrt{x} - 1 = \frac{x - 1}{\sqrt{x} + 1}$$
Can you take it from here?