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

Prove that $\lim_{x→\infty}\sin(x)$ doesn't exist

Using the definition of limits, how can I prove that $f(x)=\sin(x)$ has no limit as $x \rightarrow\infty$?
1
vote
1 answer

How can you evaluate expressions with multiple limits in a meaningful way?

The first example I remember seeing for this was the sum of all Real numbers. \begin{equation} \int_\mathbb{R} x\ dx = \int^{\infty}_{-\infty} x\ dx = \lim_{a\rightarrow\infty^-} \int^{a}_{0} x\ dx + \lim_{b\rightarrow-\infty^+} \int^{0}_{b} x\ dx…
Axoren
  • 2,303
1
vote
5 answers

Factorial limits $\lim _{x\to \infty }\frac{\left(x!\right)^3\left(3\left(x+1\right)\right)!}{\left(\left(x+1\right)!\right)^3\left(3x\right)!}$

$$\lim _{x\to \infty }\frac{\left(x!\right)^3\left(3\left(x+1\right)\right)!}{\left(\left(x+1\right)!\right)^3\left(3x\right)!}$$ i read this Calculating limit involving factorials. I don't understand how they eliminate ! The answer is 27.
1
vote
3 answers

Prove $\lim_{n \rightarrow \infty} \frac{1}{n}\cdot \frac{3 + \frac{1}{n}}{4 - \frac{1}{n}} = 0 $

Prove $\lim_{n \rightarrow \infty} \frac{1}{n}\cdot \frac{3 + \frac{1}{n}}{4 - \frac{1}{n}} = 0 $ Let $\epsilon > 0$ be arbitrary. I want to find $N$ such that $n \in \mathbb{N}$ guarantees $ \left | \frac{1}{n}\cdot \frac{3 + \frac{1}{n}}{4 -…
Adrian
  • 1,976
1
vote
1 answer

limit epsilon-delta definition vs. continuity

Based on the following problem from this source: $f(x) = \begin{cases}x^2 &, \text{ if } x \text{ rational} \\ x &, \text{ if } x \text{ irrational}\end{cases}$ has $\lim_{x\to 1} f(x) = 1$ and on this math.stackexchange answer, I suspect that limit…
1
vote
2 answers

Proving $\lim_{\theta \to 0}{\frac{\sin \theta}{\theta}}=1$ using $\frac{1}{2}r^2(\theta-\sin \theta)$

How do I prove $\lim_{\theta \to 0}{\frac{\sin \theta}{\theta}}=1$ when $\theta$ is positive using $\frac{1}{2}r^2(\theta-\sin \theta)$? The last formula gives the area of the shaded area in the image below: I have proved that $\lim_{\theta \to…
E.O.
  • 6,942
1
vote
2 answers

Limits with function of two variable and $\sin$

I've seen a the argument that $\sin x\approx x$ when $x\to0$ on this site many times, Thinking about this, would the following be true, and how would it be proved? $$\lim_{x\to0}f(x, \sin x)=\lim_{x\to0}f(x, x)$$ Where $f(x,y)$ is some function of…
Alice Ryhl
  • 7,853
1
vote
3 answers

Evaluating Limit - $(1-\cos(x^2))/(x^3\sin(x))$

How would you go about evaluating the following limit as $x$ approaches $0$? $$\lim_{x\to 0}\frac{1-\cos(x^2)}{x^3\sin(x)}$$
1
vote
2 answers

Prove using Limit Theorems

using limit to show that the sequence $$\left\{\frac{(-1)^n\cdot n}{2n-1}\right\}$$ is diverges. pf:$$\frac{(-1) n^{\frac1n}}{(2n-1)^{\frac1n}}$$ with $\lim$ from $n \to\infty$, I have $-1$. I don't think that is diverges...help plz.
jason
  • 129
1
vote
1 answer

Limit answer check

So I have a limit problem as $x$ approaches zero. My function is : $\frac{\sinh x-\sin x}{x^3}$ I use L'Hopital three times, then I get the limit to be $0$. However, the answer is supposed to be $0.33333\dots$. What did I do wrong here?
1
vote
1 answer

Why are we still using the $\delta, \epsilon$ to prove the limit exists?

What I question is the limit function $\lim$ which we use to find to limit of a function when its parameter comes very close to some value. Also, according to the definition of limit that is for any arbitrary number $\epsilon >0$, there exist a…
aukxn
  • 515
1
vote
2 answers

Solve the limit

as $x$ approaches $1$. $$\lim_{x\rightarrow 1} \frac{\sin |x-1|}{x-1} $$ I know that $x$ approaches $1$ from negative side and positive side but I don't know where to start it. I tried to cancel out the $x-1$ on the bottom but did not work. Thanks.
1
vote
1 answer

Find a limit with Gauss function

How can I find the following limit: $$\lim_{n\to\infty}\frac{1}{n^2}\sum_{i,j=1}^n [\frac{4i+9j}{n}]$$ where $[x]$ is the maximal integer less than $x$, for example, $[3]=3$, $[3.5]=3$.
xldd
  • 3,485
1
vote
1 answer

Understanding squeeze theorem

$$ \lim_{x \to +\infty} \frac{1}{\sqrt{(x^2)}} + \frac{1}{\sqrt{(x^2+1)}} + \frac{1}{\sqrt{(x^2+2)}}......+ \frac{1}{\sqrt{(x^2+2x)}}$$ This is the given problem now someone showed me that this could be solved using squeeze theorum…
Tesla
  • 2,126
1
vote
2 answers

Summation of limit using integrals

$$ \lim_{x \to +\infty} \frac{1}{\sqrt{(x^2)}} + \frac{1}{\sqrt{(x^2+1)}} + \frac{1}{\sqrt{(x^2+2)}}......+ \frac{1}{\sqrt{(x^2+2x)}}$$ This is the given problem now I tried approaching it with definite integrals as sum of limit so $$ \lim_{x \to…
Tesla
  • 2,126