MHB Check existence of limit with definition

Click For Summary
To check the existence of the limit $\lim_{x\to 0}\frac{x}{x}$ using the epsilon-delta definition, it's necessary to establish that for every $\epsilon > 0$, there exists a $\delta > 0$ such that if $0 < |x| < \delta$, then $|f(x) - 1| < \epsilon$. The expression simplifies to $|f(x) - 1| = \left|\frac{x}{x} - 1\right| = 0$ for all $x \neq 0$. This indicates that the limit exists and equals 1 as $x$ approaches 0. The discussion confirms that the limit is indeed 1, validating the use of the epsilon-delta definition.
mathmari
Gold Member
MHB
Messages
4,984
Reaction score
7
Hey! :o

I want to check the existence of the limit $\lim_{x\to 0}\frac{x}{x} $ using the definition.

For that do we use the epsilon delta definition?

If yes, I have done the following:

Let $\epsilon>0$. We want to show that there is a $\delta>0$ s.t. if $0<|x-0|<\delta$ then $|f(x)-1|<\epsilon$.

We have that $\left |f(x)-1\right |=\left |\frac{x}{x}-1\right |=\left |\frac{x-1}{x}\right |=\frac{|x-1|}{|x|}$.

How can we continue? (Wondering)
 
Physics news on Phys.org
Hey mathmari!

Since $0<|x-0|$, it follows that $x\ne 0$.
Therefore $\left|\frac xx -1\right|=0$, isn't it? (Wondering)
 
Klaas van Aarsen said:
Since $0<|x-0|$, it follows that $x\ne 0$.
Therefore $\left|\frac xx -1\right|=0$, isn't it? (Wondering)

Ohh yes! Thank you! (Blush)