Given that $\lim_{x\to0^+}\frac{1}{x}=\infty$, prove that $\lim_{x\to0}\frac{1}{x^2}=\infty$

145 Views Asked by At

Given that $$\lim_{x\to0^+}\frac{1}{x}=\infty$$Is it possible to prove that $$\lim_{x\to0}\frac{1}{x^2}=\infty$$ using only the basic limit laws (such as the "limit of a sum is the sum of limits", and the analogous for subtraction, multiplication, division) and, if necessary, the fact that $\lim_{x\to a}f(g(x))=f(\lim_{x\to a}g(x))$ if $f(x)$ is continuous at $x=\lim_{x\to a}g(x)$?


I'm trying to explain this to a friend, by my reasoning depends on saying that $$\lim_{x\to0^+}\frac{1}{x^2} =\left(\lim_{x\to 0+ }\frac{1}{x}\right)^2$$ which I can't say if its a legal step, since $x^2$ isn't "continuous at infinity".

4

There are 4 best solutions below

3
On BEST ANSWER

If you agree that

$$\lim_{x\to0^+}{1\over x}=\lim_{x\to0}{1\over |x|}$$

then, using an appropriate "multiplication" theorem for limits of the form $\lim_{x\to a}(f(x)g(x))=\lim_{x\to a}(f(x))\lim_{x\to a}(g(x))$, we have

$$\lim_{x\to0}{1\over x^2}=\lim_{x\to0}{1\over|x|^2}=\left(\lim_{x\to0}{1\over|x|} \right)^2=\left(\lim_{x\to0^+}{1\over x} \right)^2=\infty$$

Added later (at OP's request): All you really need here is a theorem that says

$$\lim_{x\to a}f(x)=\lim_{x\to a}g(x)=\infty\implies \lim_{x\to a}(f(x)g(x))=\infty$$

But this follows easily from the definition of $\infty$ as a limit: $\lim_{x\to a}f(x)=\infty$ if for all $M\gt0$ (no matter how large) there exists a $\delta\gt0$ such that $|x-a|\lt\delta\implies f(x)\gt M$. Here's the proof: Let $M\gt0$, and let $M=M_1M_2$ with $M_1,M_2\gt0$. Since $\lim_{x\to a}f(x)=\infty$, there is a $\delta_1\gt0$ such that $|x-a|\lt\delta_1\implies f(x)\gt M_1$. Likewise, since $\lim_{x\to a}g(x)=\infty$, there is a $\delta_2\gt0$ such that $|x-a|\lt\delta_2\implies g(x)\gt M_2$. Now let $\delta=\min(\delta_1,\delta_2)$. Then $|x-a|\lt\delta$ implies $f(x)\gt M_1$ and $g(x)\gt M_2$, hence $f(x)g(x)\gt M_1M_2=M$, and thus $\lim_{x\to a}(f(x)g(x))=\infty$.

Note: These basic "arithmetic" theorems for limits do require the formal (epsilon-delta) definitions for their proofs. But once you have the theorems at your disposal, you can cut way back on the need for the formal definitions. You just have to make sure you're applying the theorems correctly.

1
On

If $|x| < 1$, then $\frac1{x^2} > |\frac1{x}|$, so the $\delta$ you use to show $\frac1{x} \to \infty$ will also work for $\frac1{x^2}$.

For a proof that $\lim_{x \to a}f(x) = \infty$, you need to show that, for any $V > 0$, there is a $c(V) > 0$ such that $|x-a| < c(V)$ implies $f(x) > V$.

My comment above shows that a $c(V)$ that works for $\frac1{x}$ will works for $\frac1{x^2}$, but that is not necessary in the proof.

5
On

You could use a general result:

If there exists $\epsilon>0$ such that $f(x)\geq g(x)$ for all $0<x<\epsilon$, and $\lim_{x\to 0^+} g(x)=+\infty$, then $\lim_{x\to 0^+} f(x)=+\infty$.

Proving that lemma will require some $\epsilon-\delta$ result, but at least it separates it out into a lemma that is obviously true. It is essentially the squeeze theorem at infinity.

Alternatively, if you could use a lemma:

If $g$ is a function such that $\lim_{y\to+\infty} g(y)=+\infty$, and $f$ such that $\lim_{x\to 0^+} f(x)=+\infty$, then $\lim_{x\to 0^+} g(f(x))=+\infty$.

Basically, the claim that $\lim_{y\to+\infty} g(y) = +\infty$ is roughly stating that $g$ is continuous at $+\infty$, if $g(+\infty)$ is defined as $+\infty.$

Yet another possible lemma:

$$\lim_{x\to 0^+} f(x)=+\infty \iff \lim_{x\to 0^+} \arctan f(x) = \frac{\pi}{2}$$

This explains why my first lemma really is the squeeze theorem, since $\arctan$ is strictly increasing.

There are other functions with the same properties as $\arctan$, like $\frac{x}{\sqrt{1+x^2}}$, namely, it is strictly increasing, and:

$$\lim_{x\to 0^+} f(x)=+\infty \iff \lim_{x\to 0^+} \frac{f(x)}{\sqrt{1+f(x)^2}}= 1$$

8
On

Doing a substitution. Let $x=u^2. \\ x \rightarrow 0^+ \text{ then } u \rightarrow 0 \\\text{ So } \lim_{x \rightarrow 0^+} \frac{1}{x}=\infty \text{ implies } \lim_{u \rightarrow 0} \frac{1}{u^2}=\infty$