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
2
votes
2 answers

Limit of a log function using expansion of $\log (1+x)$

I am trying to find the limit of $$\lim_{n\to \infty} n\log \left(1+\left(\frac{f(x)}{n}\right)^\alpha\right)$$ where $f$ is some function $f:X\to[0,\infty]$ and $1\leq \alpha < \infty$ in some other problem I am looking at. I cannot use the…
2
votes
6 answers

Limit of $(3n+1)^{1/n}$

I am working through a question that requires me to prove that a certain limit tends to 1. I have reached an endpoint where I have: $$\lim\limits_{n\to \infty} (3n+1)^{1/n}$$ I know that and can use the fact that $\lim\limits_{n\to \infty}( n^{1/n})…
user842286
2
votes
1 answer

Does $\lim_{x \to 0} \sqrt{x}$ as not exist or equal $0$?

Negative $x$ values are not in the domain. Shall we say that it does not exist because left hand limit does not exist or it is $0$ because (-ve) values are not in the domain, then do not talk about it?
2
votes
2 answers

Entries in an infinite series

The series $\sum_{n=1}^\infty a_n $ such that its sum is bounded. Given that $a_n\geq 0$ for each $n$, can we prove that $a_n=0$ for infinitely many n? Given that the sum is bounded, I think that each element must be very small. However, I am not…
Jane
  • 23
2
votes
2 answers

Can't see how this limit converges

$$ \lim_{T \to \infty} \frac{1}{e^{\frac{\hbar\omega}{kT}}-1} = \frac{kT}{\hbar\omega} $$ I plugged the limit into mathematica and got "DirectedInfinity". Tried the trick of multiplying it by 1 and see if something more elucidating would come up but…
user17338
  • 121
2
votes
0 answers

Limit of a sum of complex exponentials

Consider the limit $$\lim_{L\rightarrow\infty }f_L(t)=\lim_{L\rightarrow\infty }\frac {1}{L^2}\left|\sum_{k=0}^{L-1}e^{it\cos\left(\frac{2\pi}{L} k\right)}\right|^2 $$ I think I can get to this by computing the simpler limit $$…
user438666
  • 2,040
  • 1
  • 9
  • 23
2
votes
1 answer

Evaluate the limit $\lim_{x\to 0} \frac{x-\sin x - \cos^{-1} (e^{-\frac x2})}{x^2}$

The limit becomes $$\lim_{x\to 0} \frac{x-\sin x -0}{x^2}$$ $$=\lim_{x\to 0} \frac{1-\cos x}{2x}$$ $$=0$$ $0$ is not the right answer. I think my mistake was in the first step, but I couldn’t think of anything else.
Aditya
  • 6,191
2
votes
1 answer

How to say limit of this expression is finite

I have to show that $(1-\frac{t^2}{2r}+O(r^{-\frac{3}{2}}))^{-r}\rightarrow e^{\frac{t^2}{2}}$ as $r\rightarrow\infty$ I have expanded the given expression like below: $(1-\frac{t^2}{2r}+O(r^{-\frac{3}{2}}))^{-r}$ $= (1-\frac{t^2}{2r})^{-r} -…
user587389
  • 893
  • 8
  • 22
2
votes
2 answers

$\lim_{x \to c} {f(x)} = 0 \Rightarrow \lim_{x \to c} {1 \over f(x)} = \infty$

If $f$ is defined as a function of real variables to real values, and $c \in cl(Domain)$ as its limit value (i.e. $\lim_{x \to c} {f(x)} = 0 $) how to prove that this implies: $\lim_{x \to c} {1 \over f(x)} = \infty$. It seems logical that the…
2
votes
4 answers

Evaluting the limit $\lim_{x\rightarrow\infty}\frac{1}{\sqrt{x^{2}-4x+1}-x+2}$

I'm attempting to evaluate the limit $\lim_{x\rightarrow\infty}\frac{1}{\sqrt{x^{2}-4x+1}-x+2}$ I got it reduced to the…
2
votes
2 answers

How to find $\lim_{n\to\infty}\left(\frac{1}{n}+\frac{1}{2^n-1}\sum_{k=1}^{n} \frac{n \choose k}{k}\right)$

I encountered a problem when I was doing my homework where I had to find this$$\lim_{n\to\infty}\left(\frac{1}{n}+\frac{1}{2^n-1}\sum_{k=1}^{n} \frac{n \choose k}{k}\right)$$ I guess it may be about $0.1$ but till now I have no idea about it after I…
jacker73
  • 21
  • 2
2
votes
1 answer

Question on Left and Right hand side Limits

While finding the limit of the function $g(x)$, both left and right hand side limits are equal at x=a but at the point $g(a)$ is different. In this case, whether the limit exists? For example, $$g(x)= \begin{cases}2x+2 & \text{ if } x<2,\\ 8 &\text{…
Aruha
  • 357
2
votes
2 answers

$ \lim_{x \to -\infty}{\sqrt{x^2+2x}+x} $

I have to solve the following limit $$ \lim_{x \to -\infty}{\sqrt{x^2+2x}+x} $$ My solution is: $ \lim\limits_{x \to -\infty}{\sqrt{x^2+2x}+x}= \lim\limits_{x \to -\infty}{x \cdot\left(\sqrt{1+\frac{2}{x}}+1\right)}=- \infty$ while the correct…
Anne
  • 2,931
2
votes
2 answers

Evaluating $\lim_{n\to\infty}\frac{n^k(k+1)!(n-(k+1))!}{n!}$ for fixed $k$

I have to find the following limit but I don't know where to begin with. $$\lim_{n\to\infty}\frac{n^k\;(k+1)!\;(n-(k+1))!}{n!}$$ for any fixed $k$. Any hints or suggestions would help me a lot. I think sandwich rule will be useful, but I cannot…
2
votes
4 answers

Evaluating the limit of the quotient of two infinite sums

How can I evaluate this limit? $$\lim_{n\to\infty}\underbrace{\frac{\sum_{k=1}^n \frac 1k}{\sum_{k=1}^{n+1} \frac{1}{2k-1} }}_{=:a_n}$$ By WolframAlpha, the limit has to be 2 but how can I show this? I see it is monotonous increasing so when i could…
ATW
  • 689