3

I saw examples that can be factored, eliminating the part that causes the indetermination, none of this type. The other option is by rationalize but dont know how to apply it here.

$$\lim_{x \to 4} \frac{2x^2+7x+5}{x^2-16}$$ I tried by factoring, doesn't help $$\lim_{x \rightarrow 4} \frac{(2x+5)(x+1)}{(x-4)(x+4)} \\$$

UPDATE: I make a mistake, the numerator is ${2x^2+7x+5}$ not ${x^2+7x+5}$, really sorry.

1 Answers1

4

HINT

Your limit is in the form

$$\lim_{x \rightarrow 4} \frac{2x^2+7x+5}{(x-4)(x+4)} = \lim_{x \rightarrow 4} \frac{(2x+5)(x+1)}{(x+4)}\cdot \lim_{x \rightarrow 4} \frac{1}{x-4}$$

with

$$\lim_{x \rightarrow 4} \frac{(2x+5)(x+1)}{(x+4)} =\frac{65}{8}$$

then all boils down in that one

$$\lim_{x \rightarrow 4} \frac{1}{x-4} $$

user
  • 154,566