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
4 answers

How to prove $\lim_{x\to0}\sin x\log x = 0$

How to prove $\lim_{x\to0}\sin x\log x = 0$ My try: I tried using expansions of sin and log but that does not seem to work.
user2369284
  • 2,231
2
votes
1 answer

limit of two variables

If we have the limit $$\displaystyle \lim_{(x,y)\to(0,0)}{\frac{xy(x-y)}{x-y}}$$ can we simply cancel $(x-y)$ from numerator and denominator and conclude $\frac{0\cdot 0\cdot 1}{1} = 0$?
user2850514
  • 3,689
2
votes
1 answer

$\lim_{x\to 0} {[\sqrt{2} x]\over x}$

$\lim_{x\to 0} {[\sqrt{2} x]\over x}=\sqrt{2}-\lim_{x\to 0}{\{\sqrt{2} x\}\over x}$ Now $\lim_{x\to 0}{\{\sqrt{2} x\}\over x}=0$, how will I make understand to my school students who do not know the epsilon delta definition of limit.
Myshkin
  • 35,974
  • 27
  • 154
  • 332
2
votes
2 answers

Find this limit

Find this limit: $$\lim_{x \to \infty } x\,(1 - k^{1/x})$$ where $0 < k < 1$ is a constant.
2
votes
4 answers

Computing the limit of $n \cdot \arccos \left( \left(\frac{n^2-1}{n^2+1}\right)^{\cos (1/n)} \right)$

I need to solve this earth's wonder: $$\lim_{n \rightarrow \infty} \left[n \; \arccos \left( \left(\frac{n^2-1}{n^2+1}\right)^{\cos \frac{1}{n}} \right)\right]$$ I have tried to write down it using $e^{v \ln u}$,and then used L'Hôpital's rule, but…
Zoran
  • 151
2
votes
2 answers

Find the limit of $n\log(n)/(n+1)\log(n+1)$?

Could someone please explain how to work out the limit of : $$\frac{n\log(n)}{(n+1)\log(n+1)},\qquad\mbox{ as $n\to\infty$}.$$
Sadie
  • 31
2
votes
4 answers

If $\lim_{n\rightarrow\infty}\frac{f(n)}{n} =\infty$ what is $f(n)$?

If you have a function, $f(n)$ such that $$\lim_{n\rightarrow\infty}\frac{f(n)}{n}=\infty$$ what can you conclude about $f(n)$? Must you necessarily have $f(n)=n^x$ for some $x>1$?
Briony
  • 45
2
votes
1 answer

How find this limit $\lim_{x\to \infty}\sqrt{x}\int_{0}^{\frac{\pi}{4}}e^{x(\cos{t}-1)}\cos{t}dt$

Find this limit $$\lim_{x\to \infty}\sqrt{x}\int_{0}^{\frac{\pi}{4}}e^{x(\cos{t}-1)}\cos{t}dt$$ maybe use $$\cos{t}-1\approx-\dfrac{t^2}{2}$$ But I can't.Thank you
user94270
2
votes
4 answers

Limit of the function $\lim_{x\to0}\frac{\sin 2x + a\sin x}{x^3}$?

Question If for some real number $a$, $\lim_{x\to 0}\frac{\sin 2x + a\sin x}{x^3}$ exists, then the limit is equal to: Here what i have done since it is of $0/0$ form applying L' Hospital's rule$$\implies\lim_{x\to0}\frac{\sin 2x + a \sin x}{x^3}…
Deiknymi
  • 383
2
votes
2 answers

Does $\lim\limits_{n\to\infty}\left(p+\frac1n\right)^n$ exist for any p greater than 1?

And, more importantly, can anyone point me to a proof either way? My barely remembered high-school math is sufficient to demonstrate that for $p=2$ the expression explodes, but not enough to say whether there is some value of $p$ near 1 for which…
user120208
2
votes
7 answers

Why does $\lim_{x\to 0^+} x^{\sin x}=1$?

I tried writing $y=x^{\sin x}$, so $\ln y=\sin x\ln x$. I tried to rewrite the function as $\ln(x)/\csc x$ and apply l'Hopital to the last function, but it's a mess. Is there a by hand way to do it?
GES
  • 21
  • 1
2
votes
0 answers

$ \lim_{n\to\infty} e^{-n}\sum_{k=1}^n \frac{n^k}{k!} $

How can be evaluated this limit: $$ \lim_{n\to\infty} e^{-n}\sum_{k=1}^n \frac{n^k}{k!} .$$ Thank you.
Mher
  • 5,011
2
votes
5 answers

Find $\displaystyle \lim_{x \to 0} \frac{x \cdot \operatorname{cosec}(2x)}{\cos(5x)}$

I am having difficulties to find the limit for $$\lim_{x \to 0} \frac{x \cdot \operatorname{cosec}(2x)}{\cos(5x)}$$ I tried to get rid of $ \operatorname{cosec} $ fist $$\lim_{x \to 0} \frac{\dfrac{x}{\sin(2x)}}{\cos(5x)}$$ Probably I should get it…
Chris
  • 521
2
votes
5 answers

What is $\lim_{x\to0} \frac{(\cos x + \cos 2x + \dots+ \cos nx - n)}{\sin x^2}$?

What is the limit of $$\lim_{x\to0} \frac{\cos x + \cos 2x + \dots+ \cos nx - n}{\sin x^2}$$
Lain
  • 33
2
votes
2 answers

How find the limit $I=\lim_{x\to 0}\frac{\int_{x}^{x^2}e^{x\sqrt{1-y^2}}dy}{\arctan{x}}$?

How do I find this limit: $$I=\lim_{x\to 0}\dfrac{\displaystyle\int_{x}^{x^2}e^{x\sqrt{1-y^2}}dy}{\arctan{x}}$$ My try: $$I=\lim_{x\to 0}\dfrac{\displaystyle\int_{x}^{x^2}e^{x\sqrt{1-y^2}}dy}{x}$$ so $$I=\lim_{x\to…
math110
  • 93,304