3

Evaluate the limits below,

$$\lim_{x\to2^+}\frac{x-2}{x^2-4} $$ and $$\lim_{x\to2^-}\frac{x-2}{x^2-4} $$

Alright, I know that the limit from the right will equal positive infinity and the left will equal the negative infinity, by graphing.

Now, how do I solve this problem without graphing??

1)How would I solve if it approaches from both direction? Do I substitute the value?

2)How would I solve from the right/left side? How would I know without graphing?

I want to use this as an example to all my related questions. How would I solve for both side, and right/left side without graphing? Will there be any certain value showing later? Are there any useful theorems?


After factorized into,

$$ \frac{1}{x+2}$$

How is answer going to be different when approaching from right and left? or both sides?

didgocks
  • 1,239

3 Answers3

4

Note that the limit exists

$$\lim_{x\to2}\frac{x-2}{x^2-4}=\lim_{x\to2}\frac{x-2}{(x-2)(x+2)}=\lim_{x\to2}\frac{1}{x+2}=\frac14.$$

mfl
  • 29,399
1

Hint; $\displaystyle a^2-b^2=(a+b)(a-b)$

UserX
  • 4,930
1

HiNt:

$$\frac{x-2}{x^2-4} = \frac{x-2}{(x-2)(x+2)} = \frac{1}{x+2}$$

Aaron Maroja
  • 17,571