$$\lim_{x \to 1} \frac{x^3 - 1}{x - 1}$$
As $x$ approaches to $1$, if I use the substitution method, it will become undefined. Then, I tried to multiply it by its conjugate but I still get undefined answer. How can I solve it?
$$\lim_{x \to 1} \frac{x^3 - 1}{x - 1}$$
As $x$ approaches to $1$, if I use the substitution method, it will become undefined. Then, I tried to multiply it by its conjugate but I still get undefined answer. How can I solve it?
Use the fact that $x^3-1=(x-1)(x^2+x+1)$.
Hint: You will have $$\frac{x^3-1}{x-1}=\frac{(x-1)(x^2+x+1)}{(x-1)}$$ and $x\ne 1$ since $$a^3-b^3=(a-b)(a^2+b^2+ab)$$
The other answers are cleaner and require no unnecessary machinery, but here's another method you can try if you can't spot the factorisation for messier expressions (but should be used with care). When evaluated at $x=1$, you get $\frac{0}{0}$, which is in an indeterminate form. This hints at L'Hospital Rule, which says that if
$$\lim\limits_{x \to a} \frac{f(x)}{g(x)}= \frac{0}{0}$$ then $$\lim\limits_{x \to a} \frac{f(x)}{g(x)}=\lim\limits_{x \to a} \frac{f'(x)}{g'(x)}$$
Note that we arrive at our answer if $\lim\limits_{x \to a} \frac{f'(x)}{g'(x)}$ exists, or else we try again.
In your case, $f(x)=x^3-1$, $\implies$ $f'(x)=3x^2$. Likewise, $g(x)=x-1$, $\implies$ $g'(x)=1$. Can you continue?