1

I cannot seem to figure out why the answer to this question is 1/12 $$ \lim_{x \to 2} \frac{x-2}{x^3-8}. $$ I can't seem to find a way to factor it so I keep getting $0/0$. This is from a text book and the text book answer key states the answer is $1/12$.

Siminore
  • 35,136

2 Answers2

3

$$ x^3-8 = (x-2)(x^2+2x+4) \\ \lim_{x \rightarrow 2} \frac{(x-2)}{(x^3-8)} \\ \lim_{x \rightarrow 2} \frac{(x-2)}{(x-2)(x^2+2x+4)} \\ \lim_{x \rightarrow 2} \frac{1}{(x^2+2x+4)} = \frac{1}{12}\\ $$

Priyatham
  • 2,607
1

Well you can use Bezouts little theorem,the remainder of dividing the polynomial $P(x)$ with $(x-a)$ is equal to $P(a)$,so basically if $P(x)=x^3-8$ then the remainder of dividing it with $x-2$ is equal to $P(2)=2^3-8=0$,which means $(x-2)\mid P(x)$,you can either divide the polynomial or use the known formula $a^3\pm b^3=(a\pm b)(a^2\mp ab+b^2)$

kingW3
  • 13,496