1

How do you solve $\lim_{x \rightarrow -2} \frac{x+2}{x^3+8}$ to get 1/12? I tried factoring out the denominator into $(x+2)(x+2)(x+2)$ and cancelling it out with the top but when you plug in 0 for x the denominator is still 0.

Enigma
  • 3,909
Jessica
  • 17

2 Answers2

2

HINT: Notice that your factorisation is wrong.

$$x^3+8=(x+2)(x^2 −2x+4)$$

So, when $x=-2$, $\quad x^2 −2x+4=12$.
(You should not be plugging $0$ for $x$.)

BlackAdder
  • 4,029
0

Here are the steps $$ \lim_{x\to -2} \frac{x+2}{x^3+8}=\lim_{x\to -2} \frac{x+2}{(x+2)(x^2-2x+4)} $$ $$ =\lim_{x\to -2} \frac{1}{x^2-2x+4}= \frac{1}{(-2)^2-2(-2)+4}=\frac{1}{4+4+4}=\frac{1}{12} $$

k170
  • 9,045