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

Why do I first need to bring $-4x$ into the numerator in $\lim_{x\to \infty} 4x^2/(x-2) - 4x$

I tried solving the question in the title as follows: $$\lim_{x\to \infty} \frac{4x^2}{x-2} - 4x \to 4x - 4x \to 0$$ However, apparently that first step ($\to 4x - 4x$) was wrong, and I should first have brought the second $4x$ into the…
3
votes
3 answers

Prove that $\lim_{x\to \frac{\pi}{2}}\sin{\frac{x}{2}} \cdot [\sin{x}] = 0$

How can I prove: $$\lim_{x\to \frac{\pi}{2}}\sin{\frac{x}{2}} \cdot [\sin{x}] = 0$$ I know that for every $0
user371583
3
votes
1 answer

Problem with limit proof $lim(|x_n+y_n|-|x_n-y_n|)$

I have: $$\lim_{n\to \infty}(|x_n+y_n|-|x_n-y_n|)=+\infty$$ Need to prove: $$\lim_{n\to \infty}|x_n|=\lim_{n\to \infty}|y_n|=\lim_{n\to \infty}x_ny_n=+\infty$$ I can prove $\lim_{n\to \infty}|x_n|=\lim_{n\to \infty}|y_n|=+\infty$ but I don't know…
Okumo
  • 313
3
votes
5 answers

Find $\lim_{x\to 0} \cos \big(\pi x^2 \csc (\frac {x} {2}) \cot (6x) \big) $

Find the limit $$\lim_{x\to 0} \cos \bigg(\pi x^2 \csc (\frac {x} {2}) \cot (6x) \bigg)$$ I dont even know where to get started... Some hints and solutions would be appreciated! Thanks in advance! P.S typed this on an iphone, sorry for any mistakes…
Yellow Skies
  • 1,710
3
votes
3 answers

Calculating $\lim_{x\to\infty}\left(x e^{\frac{1}{x}} - \sqrt{x^2+x+1} \right)$

I've managed to solve it by rewriting the expression as $$\frac{1 - \frac{\sqrt{x^2 +x + 1}}{x e^{\frac{1}{x}}} }{ \frac{1}{x e^{\frac{1}{x}}} }$$ then applying L'Hospital's rule. This took up one whole page and was very hairy, even after…
3
votes
2 answers

Evaluating limit of sum of all terms of a given series

Let $$T_n ={\Big(\frac{n!}{1\cdot 3\cdot 5\cdot 7 \cdots (2n+1)}\Big)}^2,$$ compute $$\lim_{ n \to \infty} ( T_1+T_2+ \cdots +T_n)$$ I tried to find out a recurrence relation with the help of the given series but it did not help me. Provided that…
Navin
  • 2,605
3
votes
4 answers

Evaluate a given limit

Evaluate the following limit: $$\lim_{x \rightarrow 4} \left( \frac{1}{13 - 3x} \right) ^ {\tan \frac{\pi x}{8}}$$ I haven't managed to get anything meaningful yet. Thank you in advance!
George R.
  • 2,833
3
votes
2 answers

Limit square roots of polynomials

I am trying to find $\lim \limits_{n \to \infty} {\sqrt{n^3+1}-n\sqrt{n} \over \sqrt{n^2+1}-n}$. I rewrite the fraction as $${(\sqrt{n^3+1}-n\sqrt{n})(\sqrt{n^3+1}+n\sqrt{n}) \over (\sqrt{n^2+1}-n)(\sqrt{n^3+1}+n\sqrt{n})} = {1 \over…
Zelazny
  • 2,489
3
votes
2 answers

$\lim\limits_{(x,y)\to(0,0)}\frac{x^2}{x^2+y^2-x}$

Im trying to find: $\lim\limits_{(x,y)\to(0,0)}\frac{x^2}{x^2+y^2-x}$ If I take the path $x=y$ that limit is $0$: $\lim\limits_{(x,y)\to(0,0)}\frac{y^2}{y^2+y^2-y}=\lim\limits_{(x,y)\to(0,0)}\frac{y}{2y-1}=0$ If I take the path $x=y^2$ that…
3
votes
0 answers

Limit of product of two sequences.

I am dealing with this limit problem. Let $$U_n=n^{-\frac{1}{2}(1+\frac{1}{n})}\ \text{and}\ V_n=\bigg(\prod_{k=1}^{n}k^k\bigg)^\frac{1}{n^2},\ n>0.$$ Compute $$\lim\limits_{n\to +\infty}U_nV_n.$$ I did it using two different methods and I got…
Jax
  • 756
3
votes
2 answers

Find the limit $\lim_{n\to\infty} \bigl(1+\frac{1}{n}\bigr)^{n^2}\cdot\frac{1}{e^n}$

Find $\displaystyle\lim_{n\to\infty} \Bigl(1+\dfrac{1}{n}\Bigr)^{n^2}\cdot\dfrac{1}{e^n}$ We have: $$ \lim_{n\to\infty}…
3
votes
5 answers

How can I evaluate: $\lim_{x \to \infty} \sqrt{x^2 + 4x} - \sqrt{x^2 - 5x}$

I need to find this limit: $$\lim_{x \to \infty} \sqrt{x^2 + 4x} - \sqrt{x^2 - 5x}$$ The answer I got from using the limit laws is $\sqrt{\infty} - \sqrt{\infty}$. How do I proceed now? Added I took the conjugate of the function and I got a new and…
user372224
3
votes
1 answer

Spivak alternative limit solution fallacy

I can't find where the fallacy of the following proof lies!
3
votes
6 answers

Limit of $\mathbf{tan}^2(\theta)[1-\mathbf{sin}(\theta)]$

Evaulate the limit of $\mathbf{tan}^2(\theta)[1-\mathbf{sin}(\theta)]$. $$\lim \limits_{\theta \to \frac{\pi}{2}} \mathbf{tan}^2(\theta)[1-\mathbf{sin}(\theta)] $$ I have attempted the problem by direct substitution and…
Sigma6RPU
  • 611
3
votes
3 answers

How to prove it using $\epsilon$-$\delta$ defination of limit?

The question is : Show that, $$\lim_{x \to 0} \frac {\sin \frac {1} {x}} {\sin \frac {1} {x}}$$ does not exist. How to solve it by the defination of limit? Can it be solved using sequential criterion? Please help me. Thank you in advance.
user251057