How Do You Prove a Limit Using Epsilon-N Notation for Negative Infinity?

  • Thread starter Thread starter roadworx
  • Start date Start date
roadworx
Messages
20
Reaction score
0

Homework Statement



I'm proving the limit of an equation with the epsilon-N notation for negative infinity.

Here is the equation that I'm trying to prove.
lim \frac{1}{x} = 0
x \rightarrow -\infty

I get stuck at the inequality point.

So, let \epsilon>0, N<0 (N is negative) such that

\left|\frac{1}{x} - 0\right| &lt; \epsilon whenever x<N

So, x &gt; \frac{1}{\epsilon}

But we want N to be negative, so add a negative sign

x &gt; -\frac{1}{\epsilon}

Now this is where I get confused.

I have that x &gt; -\frac{1}{\epsilon}, yet I want x<N. If N is -\frac{1}{\epsilon}, then x not less than N. If x is not less than N, then wouldn't it be wrong to use -\frac{1}{\epsilon} for N, because our x<N has not been satisfied. Or have I got an inequality wrong somewhere?

Thanks
 
Physics news on Phys.org
roadworx said:

Homework Statement



I'm proving the limit of an equation with the epsilon-N notation for negative infinity.

Here is the equation that I'm trying to prove.
lim \frac{1}{x} = 0
x \rightarrow -\infty

I get stuck at the inequality point.

So, let \epsilon>0, N<0 (N is negative) such that

\left|\frac{1}{x} - 0\right| &lt; \epsilon whenever x<N

So, x &gt; \frac{1}{\epsilon}

But we want N to be negative, so add a negative sign

x &gt; -\frac{1}{\epsilon}
No. You can't just "add a negative sign". Since we know that know that x is negative, |1/x|= -1/x and |1/x|&lt; \epsilon is immediately -1/x&lt; \epsilon and, multiplying both sides by the negative number x/\epsilon, -1/\epsilon&gt; x

Now this is where I get confused.

I have that x &gt; -\frac{1}{\epsilon}, yet I want x<N. If N is -\frac{1}{\epsilon}, then x not less than N. If x is not less than N, then wouldn't it be wrong to use -\frac{1}{\epsilon} for N, because our x<N has not been satisfied. Or have I got an inequality wrong somewhere?

Thanks
Yes, you have the inequality wrong. "Add a negative" is not an algebraic operation. You have to be more careful with your manipulation of the absolute value.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top