Formal proof of limit

98 Views Asked by At

By using $\epsilon-\delta$ definition, prove that $$\lim_{x\rightarrow1}\frac{3}{x^2}=3$$

Here is what I have tried.

$$|\frac{3}{x^2}-3|=3|\frac{1}{x^2}-1|=3|\frac{1-x^2}{x^2}|=3\frac{|x-1||x+1|}{x^2}$$

So I have problem with how to elimate the denominator.

2

There are 2 best solutions below

0
On BEST ANSWER

Given $\epsilon > 0$, choose $\delta = \text{min}\left(\frac{1}{2},\frac{\epsilon}{30}\right) \to |1|-|x| < |1-x|=|x-1| < \delta < \dfrac{1}{2} \to |x| > \dfrac{1}{2}$, and $|x+1| = |x-1+2| < |x-1|+|2| < \delta + 2 < \dfrac{1}{2} + 2 = \dfrac{5}{2} \to \left|\dfrac{3}{x^2} - 3\right| < 3\cdot |x-1|\cdot \dfrac{5}{2}\cdot \dfrac{1}{\left(\frac{1}{2}\right)^2}=30|x-1|< \epsilon$

1
On

Since $x$ is close to $1$ then $1/x^2 < 4$ and $|x+1|<3$.