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
3
votes
1 answer

Spivak Calculus Chapter 5 Limits Problem 22?

Hmm, 4th edition, did I find another error in this book? (This turns out to be misunderstanding one word that makes a huge difference, edited) It's Chapter 5 Question 22 about limits. The question and it's answer exactly is: Question: Consider a…
3
votes
1 answer

Limit of $\arg\max$ equals $\arg\max$ of limit?

Let $X$ be some set such as $\{a,b,c\}$ or $\mathbb R^n$. We want to choose a vector $x=(x_0,x_1,...)\in X^\infty$ that maximizes the sum below. Interpret this as a value $x_t$ for each time period $t$. (Assume the sum exists for all $x$). My…
user56834
  • 12,925
3
votes
5 answers

Shorter Way to Solve $\lim_{x\to 0} \frac{x^3-\ln^3(1+x)}{\sin^2x-x^2}$

The limit to find is $$\lim_{x\to 0} \frac{x^3-\ln^3(1+x)}{\sin^2x-x^2}$$ What I've tried was using the factorisation for $a^3-b^3$ and $a^2-b^2$ like so: $$\lim_{x\to 0}\frac{(x-\ln(1+x))(x^2+x\ln(x+1)+\ln^2(x+1))}{(\sin x-x)(\sin x+x)}$$ but I…
NotADeveloper
  • 731
  • 1
  • 4
  • 10
3
votes
3 answers

Limit of square root problem

Can you please help me out with this limit problem. Actually, I tried to solve it by the conjugate method but it didn't work with me. Thank you. $$\lim_{x \to 0}\; \bigg( \frac{1}{\sqrt{x}} - \frac{1}{\sqrt{x²+x}} \bigg)$$
3
votes
1 answer

Show that $\lim\limits_{n \to \infty}\sin n^2$ does not exist.

Problem Show that $\lim\limits_{n \to \infty}\sin n^2$ does not exist, where $n=1,2,\cdots.$ Proof Assume that $\lim\limits_{n \to \infty}\sin n^2$ exists, then since $\cos (2n^2)=1-2\sin^2 n^2,$ $\lim\limits_{n \to \infty}\cos(2n^2)$ also…
mengdie1982
  • 13,840
  • 1
  • 14
  • 39
3
votes
1 answer

How to prove that $x\ln\left(\frac{e^x+1}{e^x-1}\right)$ tends to $0$ as $x\to0,\infty$

How could it be shown that $$\lim_{x\to0}\left[x\ln\left(\frac{e^x+1}{e^x-1}\right)\right]=\lim_{x\to\infty}\left[x\ln\left(\frac{e^x+1}{e^x-1}\right)\right]=0\quad?$$ Note that when $x=0$, we have $x=0$ (obviously) and…
3
votes
4 answers

find: $\lim_{n\rightarrow\infty}\frac{\sin\left(x+\frac{1}{n}\right)-\sin\left(x\right)}{\sin\left(x+\frac{1}{n}\right)}$

Find: $$\lim_{n\rightarrow\infty}\frac{\sin\left(x+\frac{1}{n}\right)-\sin\left(x\right)}{\sin\left(x+\frac{1}{n}\right)}$$ as $x\in\mathbb{R}$ My progress:…
Noa Even
  • 2,801
3
votes
5 answers

Limit of $\frac{\sqrt[n]{(n+1)(n+2)\cdots(2n)}}n$

Compute the limit $$ \lim_{n \to \infty} \frac{\sqrt[n]{(n+1)(n+2)\cdots(2n)}}n $$ How can this be done? The best I could do was rewrite the limit as $$ \lim_{n \to \infty} \left(\frac{n+1}n \right)^{\frac 1n}\left(\frac{n+2}n \right)^{\frac…
cookie
  • 69
  • 6
3
votes
3 answers

Proving $\lim_{x\to\infty} (x^2 +1)(\frac{\pi}{2} - \arctan{x}) $ doesn't exist.

How can I show that $$\lim_{x\to\infty} (x^2 +1)(\frac{\pi}{2} - \arctan{x}) $$ doesn't exist? I used the fact that $$\arctan{x}\ge x-\frac{x^3} {3}, $$ so the initial limit is less than $$\lim_{x\to\infty} \frac{x^5}{3} +O(x^4),$$ therefore the…
user556151
3
votes
1 answer

How to find the limit of this sequence?

How to find the limit $\displaystyle\lim_{n \to + \infty}{S_n}$ where $$S_n= \dfrac{1}{2} + \dfrac{1}{2\cdot 4} + \dfrac{1}{2\cdot 4 \cdot 6} + \dfrac{1}{2\cdot 4 \cdot 6\cdots 2n}? $$ I know that $\dfrac{1}{2}
minthao_2011
  • 1,885
3
votes
4 answers

$ \lim_{x \to \infty} [\frac{x^2+1}{x+1}-ax-b]=0 \ $ then show that $ \ a=1, \ b=-1 \ $

$ \lim_{x \to \infty} [\frac{x^2+1}{x+1}-ax-b]=0 \ $ then show that $ \ a=1, \ b=-1 \ $ Answer: $ \lim_{x \to \infty} [\frac{x^2+1}{x+1}-ax-b]=0 \\ \Rightarrow \lim_{x \to \infty} [\frac{x^2+1-ax^2-ax-bx-b}{x+1}]=0 \\ \Rightarrow \lim_{x \to…
MAS
  • 10,638
3
votes
1 answer

Does this $a$ exists and how to calculate it if it exists?

I was trying to solve some problem from a question here on MSE by first trying to find something about simplified version, and, if I calculated correctly I obtained: $$\lim_{n \to + \infty} (\sqrt{a})^{3^n} \cdot \prod_{k=2}^{n} (\dfrac…
Shalom
  • 949
3
votes
1 answer

If $u_n = (1+\frac{1}{n^2})\ldots(1+\frac{n}{n^2})$ then $\lim u_n=\sqrt{e}$?

I'm solving an exercise and I'm asked to prove that if $$u_n = \left(1+\frac{1}{n^2}\right)\left(1+\frac{2}{n^2}\right)\left(1+\frac{3}{n^2}\right)\ldots\left(1+\frac{n}{n^2}\right)$$ then $\lim u_n = \sqrt{e}$. This is after it asks me to show that…
Concept7
  • 405
3
votes
1 answer

Limit at odd integer for $x$

$$\lim_{x\to a}\frac{1}{(a^2-x^2)^2}\cdot\left(\frac{a^2+x^2}{ax}-2\sin\frac{a\pi}{2}\sin\frac{\pi x}2\right)=?$$ if $a$ is an odd integer. The way I set out is first assuming $a=1$ and seeing if I can spot some pattern. Now, if I rewrite this…
3
votes
2 answers

Find $\lim_{x\to\infty}\left(\sqrt{\ln(e^x+1)}-\sqrt{x}\right)^{1/x}$

The question is to evaluate $$\lim_{x\to\infty}\left(\sqrt{\ln(e^x+1)}-\sqrt{x}\right)^{1/x}$$ This is an indeterminate form of type $0^0$, so I've tried using the identity $a^b=e^{b\ln a}$ and somehow apply l'Hospital's, which leads to pretty…
NotADeveloper
  • 731
  • 1
  • 4
  • 10