3

In trying to evaluate the following limit: $$\lim_{x\to1}\left(\frac{1}{1-x}-\frac{3}{1-x^3}\right)$$

I am getting the indefinite form of: $$\frac{1}{\mbox{undefined}}-\frac{3}{\mbox{undefined}}$$ What would be the best solution to evaluating this limit?

Robert Z
  • 145,942

2 Answers2

4

Hint. Note that for $x\not=1$, $$\frac{1}{1-x}-\frac{3}{1-x^3}=\frac{x^2+x+1-3}{(1-x)(x^2+x+1)} =\frac{(x+2)(x-1)}{(1-x)(x^2+x+1)}=-\frac{x+2}{x^2+x+1}. $$

Robert Z
  • 145,942
2

Hint: $$\frac{1}{1-x}-\frac{3}{(1-x)(1+x+x^2)}=\frac{x^2+x-2}{1-x^3}.$$ Use L'Hospital's rule to compute the limit.

Math Lover
  • 15,153