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
1
vote
1 answer

Limit by diagonalisation

I want to compute the limit of the sequence $x_0=a$, $x_1=b$ and $x_n=\frac{x_{n-1}+x_{n-2}}{2}$. I did it by setting: $\begin{pmatrix} x_{n+1}\\ x_{n} \end{pmatrix}=$ $\begin{pmatrix} \frac{1}{2} &\frac{1}{2}\\ 1…
Diz
  • 23
  • 2
1
vote
2 answers

Asymptotic behaviour of $n\log(n)$

I'd like to prove, that: $$\lim\limits_{n\to\infty}\frac{\int\limits_{1}^n\ln(t)dt}{n\ln(n)}=1$$ Of course it is smaller than $1$, but does the limit equal $1$?
Diz
  • 23
  • 2
1
vote
1 answer

$\lim_{x \to 0,y\to 0} \frac{\ (x\tan y+4)^\frac12-2}{y \sin x}=?$

I have a question: $$\lim_{x \to 0,y\to 0} \frac{\ (x\tan y+4)^\frac12-2}{y \sin x}=?$$ Thanks ahead:)
Paul
  • 20,553
1
vote
1 answer

Stuck on defining the limit

Can't figure out, what to start with to define the following limit: $$ \lim_{x\rightarrow\infty} e^{-x^2} x^{x \log^2(x)} $$
1
vote
3 answers

What is the limit of $\frac{3^n}{2^n+3^n}$ as $n$ goes to infinity?

I'd like a general solution too, if possible! Also, why is $$\lim_{n\to\infty}n\sin\left(\frac1n\right)=1?$$ Is it because $\sin \left(\frac1n\right)$ tends to $0$ at a decreasing rate compared to the regular rate at which $n$ tends to…
1
vote
2 answers

Found $\sin x$ partial limits

How to find the sequences of $\sin n$ (n=natural number) sub-sequence limits? I know that it is a $[-1;1]$, but how to proof? Edit: Is it true, that sin(n), with all natural numbers have different value? How to proof? If that is true, it is posible…
1
vote
3 answers

How would I evaluate this limit?

I have no idea how to evaluate this limit. Wolfram gives $0$, and I believe this, but I would like to see how it is done. The limit is $$\lim_{n\rightarrow\infty}\frac{x^n}{(1+x)^{n-1}}$$ assuming $x$ is positive. Thanks in advance.
Hautdesert
  • 1,606
1
vote
1 answer

Continuity of Graph when the function because of the form 0/0

Will a graph be continuous where there exists a limit found through L'hopital's rule. For example: $f(x)=\frac{x^2-9}{x-3}$ at $x=3$
Essen
  • 11
1
vote
2 answers

What is $\lim\limits_{x\to 0}\left(\dfrac{x}{e^{-x}+x-1}\right)^x$

What is $$\lim_{x\to 0}\left(\frac{x}{e^{-x}+x-1}\right)^x$$ Using the expansion of $e^x$, I get that the function $$y=\left(\frac{x}{e^{-x}+x-1}\right)^x$$ is not defined for negative numbers. Hence the limit at $0^{-}$ must not…
Apurv
  • 3,363
  • 2
  • 26
  • 47
1
vote
1 answer

A limit of sine Question.

How would I show that the limit of $$\lim_{n\rightarrow\infty}\sin\left(\frac{\pi(1+(-1)^nn)}{2(1+n)}\right)$$ doesn't exist.
1
vote
1 answer

Is this a suitable epsilon-delta proof of a limit?

Fairly new to using $\epsilon$ and $\delta$ proofs so could someone tell me if what I've got in the attached image is a suitable way to prove $$\lim_{x \to 0} 3x^3 = 0$$ Cheers
Nate
  • 41
1
vote
3 answers

$lim_{n \to \infty} [\frac1{n+1} + \frac1{n+2} + ..... + \frac1{kn}]=?$, where $k \gt 1$ is an integer.

Suppose $k$ is an integer greater than 1. What is the value of $$lim_{n \to \infty} [\frac1{n+1} + \frac1{n+2} + ..... + \frac1{kn}]?$$ Is it $0$ as is apparent, or is there some way to manipulate the expression otherwise?
1
vote
1 answer

what is the limit to infinity of $a^x/x$

I need help with proving that $$\lim_{x \to \infty} \frac{a^x}{x} = \infty$$ I understand the logic but cannot seem to fit the epsilon-delta definition to it. thanks
1
vote
1 answer

Would like help with a zero as constant

$C.\lim_{x \to \infty}f(x)=\lim_{x \to \infty}(C.f(x))$ but $0.\lim_{x \to \infty}f(x) $is consider indeterminate form while $\lim_{x \to \infty}(0.f(x))=0 $? so why using L'Hospital' when you can simple insert zero into the limit? thanks.
sharon
  • 59
1
vote
1 answer

Solving $\lim_{n\to \infty} (\frac{n+1}{n})^n $

$$\lim_{n\to \infty} \left(\frac{n+1}{n}\right)^n = e$$ I would like to know how to solve such a limit.