Questions tagged [limits]

Questions on the evaluation and properties of limits in the sense of analysis and related fields. For limits in the sense of category theory, use the tag “limits-colimits” instead.

In mathematics, a limit is the value that a function or sequence "approaches" as the input or index approaches some value. Limits are essential to (and mathematical analysis in general) and are used to define continuity, derivatives, and integrals.

The formal $\varepsilon$-$\delta$ definition of a finite limit at a point $a\in \mathbb{R}$ is:

$$\Big(\lim_{x\rightarrow a} f(x) = L \Big)\iff \Big(\forall \varepsilon >0\, \exists \delta > 0: \forall x\in D\quad 0<\vert x-a\vert <\delta \implies \vert f(x)-L\vert <\varepsilon \Big).$$

The concept of a limit of a sequence is further generalized to the concept of a limit of a topological net, and is closely related to the concepts of limit and direct limit in category theory.

43700 questions
4
votes
2 answers

Limit of ratio ${f(x)\over x}$ equal to limit of difference $f(x+1)-f(x)$.

Using my right to ask for help once again. I can't solve the following problem for quite a long time. Just have no idea how to do that. Here it is. Let $f(x)$ be bounded on any interval $(1,b), b>1$. Then $\lim_{x\to+\infty}{f(x) \over…
4
votes
2 answers

Evaluation of $\lim_{n\rightarrow \infty}\frac{n!\cdot e^n}{\sqrt{n}n^n}$ without stirling approximation

Evaluation of $\displaystyle \lim_{n\rightarrow \infty}\frac{n!\cdot e^n}{\sqrt{n}\cdot n^n}$ $\bf{My\; Try::}$we can write it as $$l=\lim_{n\rightarrow \infty}\frac{e^n}{\sqrt{n}}\cdot \left(\frac{1}{n}\cdot \frac{2}{n}\cdot \frac{3}{n}\cdots…
juantheron
  • 53,015
4
votes
7 answers

Find the limit of $x(\sqrt{x^2+1}- \sqrt[3]{x^3+1})$ as $x\to +\infty$.

Calculate $\lim_{x\to +\infty} x(\sqrt{x^2+1}- \sqrt[3]{x^3+1})$. First thing came to my mind is to simplify this to something easier. So multiply the numerator and the denominator by something like we used to do when two square roots involves.…
4
votes
6 answers

What is $\lim\limits_{n\to\infty}\frac{n^\sqrt n}{2^n}$?

I am stuck at this question where I have to calculate what is big O of $2^n $and $n^\sqrt{n}$ Can I say that lim $2^n/n^\sqrt{n}$ = $\lim_{n\to\infty} (2/n^{1/\sqrt{n}})^n$ and then conclude that when it means $(2/0)^n\to \infty$ ? Any help would be…
Zok
  • 209
  • 1
  • 8
4
votes
1 answer

Why the limit does not exist

Why the limit of this greatest integer function doesn't exist: $$\lim_{x\to0}[x]$$ My attempt: L.H.L.= $$\lim _{x\to0^-}[x]$$ $$=\lim_{h\to0}[0-h]$$ $$=\lim_{h\to0}[0-0]$$ $$=\lim_{h\to0}[0]$$ $$=0$$ R.H.L.= $$\lim _{x\to0^+}[x]$$…
Ash
  • 121
  • 9
4
votes
3 answers

A limit of indeterminate

$$\lim _{x\to \infty }\frac{\left(e^x+x\right)^{n+1}-e^{\left(n+1\right)x}}{xe^{nx}}\:= \:\:?$$ I tried to get it to a simpler form like this: $$\lim _{x\to \infty }\frac{\left(e^x+x\right)^{n+1}-e^{\left(n+1\right)x}}{xe^{nx}}\:=\:\lim _{x\to…
Liviu
  • 1,886
  • 1
  • 10
  • 17
4
votes
1 answer

Evaluating $\lim_{n\rightarrow\infty}\left(1-\frac{x}{n^{1+a}}\right)^{n}$

We know that one of the characterizations of the exponential function is: $$e^x=\lim_{n\rightarrow\infty}\left(1+\frac{x}{n}\right)^{n}$$ Trivially, it follows that $\lim_{n\rightarrow\infty}\left(1-\frac{x}{n}\right)^{n}=e^{-x}$ I am wondering…
M.B.M.
  • 5,406
4
votes
3 answers

Is the limit of $f(x)-\ln(x)$ equal to the limit of $f(x+n)-\ln(x)$?

Given that $\displaystyle \lim_{x \to +\infty} (f(x) - \ln x) = 0$, can I say that $\displaystyle \lim_{x \to +\infty} (f(x+n)- \ln x) = 0$?
Jeremy
  • 65
  • 5
4
votes
2 answers

Limits: if $ \lim_{x\to\infty}f(x) = 0 $, does $\lim_{x \to 0}f(1/x)$ exist?

Let $f$ be a function: $$ f:\mathbb{R} \to \mathbb{R} $$ It is known that: $$ \lim_{x\to\infty}f(x) = 0 $$ I need to prove / disprove that the following limit exist: $$ \lim_{x \to 0}f\left(\frac{1}{x}\right) $$
Noam
  • 853
  • 4
  • 16
4
votes
2 answers

e as limit with a rational sequence instead of n

Hello and happy New Year to the Stackexchange community. I had trouble solving this seemingly trivial problem and it would be great if you could help me out. $$\lim_{n \to \infty}(1+\frac{1}{n})^{n}=e$$ This definition of e is given and I want to…
user396246
4
votes
2 answers

Epsilon Delta Limit Proofs at and going to infinity.

So I understand the concept of epsilon delta limit proofs with linear functions, easy enough, and I am still shaky about doing it with non linear but I am slowly understanding that. I don't quite understand how to tackle them with you have infinity…
Ryan
  • 143
4
votes
2 answers

Evaluate a limit by using squeeze theorem

We're supposed to use the Squeeze Theorem to prove that $$\lim_{x\to 0} {1-\cos x\over x^2} = \frac12$$ I tried this: $$-1\le \cos x \le 1$$ $$-1\le -\cos x \le 1$$ $$0\le 1-\cos x \le 2$$ $$0\le {1-\cos x\over x^2} \le {2\over x^2}$$ Then using…
ChairOTP
  • 507
4
votes
1 answer

$a_{n+1}=a_n+\frac{2a_{n-1}}{n+1}$ implies $a_n/n^2$ converges?

Let $a_0=\pi$, $a_1=\pi^2$, $a_{n+1}=a_n+\frac{2a_{n-1}}{n+1}$ How can we prove that $a_n/n^2$ converges? It is easy to see that $$a_n-a_1=\sum_{k=1}^{n-1}\frac{2a_{k-1}}{k+1}\geq 2a_0\sum_{k=1}^{n-1}\frac{1}{k+1}\to\infty.$$ Then how to do?
xldd
  • 3,485
4
votes
3 answers

Given a limit with notation f, how would you solve?

It is known that $$\lim_{x \to 0}\frac{f(x)}{x} = -\frac12$$ Solve $$\lim_{x \to 1}\frac{f(x^3-1)}{x-1}.$$ Beforehand, I know that I should aim to get rid of the denominator $(x-1)$ and as such I factor the numerator to get: $$\lim_{x \to…
4
votes
4 answers

Calculate limit involving $\sin$ function

Calculate the following limit: $$\lim_{x \rightarrow 0} \frac{x-\overbrace{\sin (\sin (...(\sin x)...))}^{150\ \text{times}\ \sin}}{x^3}$$ I tried applying L'Hospital's rule, but it got too messy. Thank you in advance!
George R.
  • 2,833