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

$ \lim_{n\to\infty} \frac{1}{(\ln n)^2} \sum_{i=1}^n\ln( i^{1/i}) $ =?

What is the value of the following limit? $$ \lim_{n\to\infty} \frac{1}{(\ln n)^2} \sum_{i=1}^n \ln (i^{1/i}) .$$
1
vote
3 answers

Whats the limit: $\lim\limits_{x \to 0} \frac{1-\sqrt[3]{\cos x}}{x(1-\cos\sqrt{x})}$

I am stuck at this one, i want to find it without using L'Hôpital's Rule. $$\lim_{x \to 0} \frac{1-\sqrt[3]{\cos x}}{x(1-\cos\sqrt{x})}$$
1
vote
1 answer

How to prove that the product of two divergent limits is divergent.

I'm trying to prove that, if $a_n\rightarrow\infty$ and if $b_n\rightarrow\infty$, then $a_nb_n\rightarrow \infty$. Here's my proof: But what happens when $0K^2$? Thanks
beep-boop
  • 11,595
1
vote
2 answers

Finding the limit for fractions..

Find the limit: $$\lim_{x \to -{6}} \frac{(1/6)+(1/x)}{6+x}$$
1
vote
2 answers

Finding a tricky limit.

I am trying find $$\lim_{x \to 0} \frac{1}{\displaystyle xe^{ \frac{1}{2x^2}}}.$$ I think it is zero but I am not sure how to show it.
1
vote
1 answer

For which values of the real parameter the following...

How should I solve this exercise: For which values of real parameter $a$ the following equality is true: $$\lim_{x\to 0}{1-\cos{ax}\over x^2}=\lim_{x\to \pi}{\sin{x}\over \pi-x}$$
wonderingdev
  • 1,761
1
vote
3 answers

$\lim_{x \to 2}{\frac{x^3+3x^2-12x+4}{x^3-4x}}$

Find $$\lim_{x \to 2}\frac{x^3+3x^2-12x+4}{x^3-4x}$$ How do you get to your solution? Thanks in advance. I have tried factoring out $x^3$ to no avail. Is there an algebraic solution? I don't know L'H rule.
1
vote
3 answers

What is limit of $e^{x}/\ln(x)$ as $x \rightarrow +\infty$

What is limit of $e^{x}/\ln(x)$ as $x \rightarrow +\infty$ My professor says that the answer is $+\infty$ but when I try it I get $\infty/\infty$ which is an indeterminate form. How to get sense of that?
1
vote
3 answers

Help in proving $\lim \limits_{n \to \infty} (a_n \pm b_n) = a \pm b$

This was left as a non-assessed exercise, and I am unsure of how to attack it: If $a_n$ and $b_n$ are convergent sequences converging to $a$ and $b $ respectively. Then prove that: $$\lim \limits_{n \to \infty} (a_n \pm b_n) = a \pm b$$ I am…
Display Name
  • 1,443
  • 1
  • 20
  • 45
1
vote
2 answers

Limit involving quadratic equation

If $\alpha$ and $\beta$ are the roots of $ax^2+bx+c$, then evaluate $$\lim_{x\rightarrow \alpha}(1+ax^2+bx+c)^{\frac{1}{(x-\alpha)}}$$ Here's what I have tried: $$\begin{eqnarray}\lim_{x\rightarrow \alpha}(1+ax^2+bx+c)^{\dfrac{1}{(x-\alpha)}}…
Vibhav
  • 627
1
vote
1 answer

Proving limits of complex numbers

Prove $\displaystyle\lim\limits_{z\mathop\to 0}\frac{\overline z^2}{z^2}=1$ and $\displaystyle\lim\limits_{z\mathop\to 0}\frac{\overline z^2}{z}=0 $
Superbus
  • 2,136
1
vote
1 answer

Condition for $\frac{\sqrt{m}^n}{2^m} \left(1 - \left(1 - \frac{1}{\sqrt{m}^n}\right)^{2^{m}} \right)$ to have limit $1$

Following up How to show $\lim_{n\to \infty}\sqrt{n}^n (1 - (1 - 1/(\sqrt{n}^n))^{2^n})/2^n = 1$? , for what $m= f(n)$ does $$\lim_{n\to \infty}\frac{\sqrt{m}^n \left(1 - \left(1 - \frac{1}{\sqrt{m}^n}\right)^{2^{m}} \right)}{2^m} = 1 \, ?$$ It…
user35671
1
vote
2 answers

Need help to solve the next limit

I'm trying to compute the limit: $$\lim_{n\to\infty} \frac{n!\cdot(3n)!}{(4n)!}$$
user2976686
  • 185
  • 8
1
vote
1 answer

How do I do this limit?

I have the following equation $$ S = 3Nk\left[ ln \left( \frac{e^{\Theta/T}}{e^{\Theta/T}-1} \right) + \frac{\Theta/T}{e^{\Theta/T}-1} \right]$$ And I need to evaulate it in the limit as $T \rightarrow 0$. I have used the approximation…
turnip
  • 415
1
vote
4 answers

Resolving a Limit

I'm studying for college exams and I don't know how to solve this type of limit: $$\begin{align} \lim_{x\to -3} \sqrt{\frac{x^2-9}{2x^2+7x+3}} \end{align}$$ Any help? Update: I know that the solution is: $$\begin{align} \frac{1}{5}…
1 2 3
99
100