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

STEPS: Proving $\displaystyle \lim_{x\to a} f(x)g(x) = -\infty$

Given $\displaystyle \lim_{x \to a} f(x) = \infty$ and $\displaystyle\lim_{x \to a} g(x) = c$ where $c<0$. Prove that $\displaystyle \lim_{x \to a} f(x)g(x) = -\infty$ only using the precise definitions of limit and infinite limit. I get the…
Danxe
  • 1,695
1
vote
2 answers

Determine limits of the following sequences and prove

The two sequences are $a_n = \frac{n}{n^2 + 1}$ and $s_n = \frac{1}{n} \sin(n)$. I sort of know what do here Obviously $\lim_{n\to\infty} a_n=0$, and you can do some sidework and say $$\left|\frac{n}{n^2 + 1} - 0 \right| = \frac{|n|}{|n^2 + 1|} <…
Pasie15
  • 491
1
vote
2 answers

Evaluating $\lim_{t\to0} \tan(4t)/(2t)$

$$\lim_{t\to0} \tan(4t)/(2t)$$ How would I evaluate that. I know that the limit of tan(t)/t = 1. How do I get the 4t to become a 2t inside the tangent?
user169562
1
vote
5 answers

Limit of the function with factorial and exponential

Evaluate the limit $$\large{\lim_{n\to \infty} {e^n n!\over n^n}}$$ Does the limit have a defined value? If yes then please provide me a solution to it.
Naive
  • 1,762
1
vote
6 answers

What does $\lim_{x\to4} \frac{1}{x-4}$ equal?

$$\lim_{x\to4} \frac{1}{x-4}$$ Would it be correct to say that the limit is undefined because the denominator would be $0$?
user169562
1
vote
1 answer

Why doesn't the following limit exist?

The limit is $$ \lim_{x\to0-} (1/x - 1/|x|) $$ I'm teaching myself basic calculus and I don't understand why the limit Does Not Exist. Can someone explain?
1
vote
2 answers

limit to pi of $\sin(\frac{x+\pi}{x-\pi})\sin(\frac{x-\pi}{x+\pi})$

Finding $\lim_{x\rightarrow\pi}{\sin(\frac{x+\pi}{x-\pi})\sin(\frac{x-\pi}{x+\pi})}$. I'm thinking on the lines of squeeze theorem after I convert it into the seperate cosine form. but the numbers are just all weird.
Danxe
  • 1,695
1
vote
2 answers

Limit concept question

Assuming that $\lim_{x \rightarrow a} f(x) = L$ where $L \neq 0$, and $\lim_{x \rightarrow a} g(x)$ does not exist, is it true that $\lim_{x \rightarrow a} [f(x)*g(x)]$ does not exist? This is to be proved using the laws of limits.
meg
  • 19
1
vote
2 answers

How to graph functions without a calculator?

How do you graph a function such as $$f(x)=\frac{x^2+3x+2}{x+1}$$ and find its limits $\lim_{x\to-1^-}f(x)$, $\lim_{x\to-1^+}f(x)$, $\lim_{x\to-1}f(x)$? Thank you!
Oninez
  • 39
1
vote
2 answers

sequences/limits

The book I use is Jon Rogawski, multivariable calculus, chapter 1, question 39: evaluate lim {n (sin 1/n)}, for n→∞. the student solution manual gives a fairly detailed explanation, it says: 1): lim (sinx)/x for x towards 0 = 1 (I understand…
1
vote
2 answers

Examples of Functions f and g such that lim f(x)g(x) exist but lim f(x) and lim g(x) doesnt

what such cases exist? Such that $\lim_{x\to a} f(x)g(x)$ exists even though neither $\lim_{x\to a} f(x)$ nor $\lim_{x\to a} g(x)$ exists.
Danxe
  • 1,695
1
vote
4 answers

What is the value of $\displaystyle\lim_{n\to\infty}{\left(n-\left|n\right|\right)}$

Let $$x=\displaystyle\lim_{n\to\infty}{\left(n-\left|n\right|\right)}$$ It is obviously that $x=0$, but is it really simple? Can we just say that $|n|=n$ at $n\to\infty$ because $n>0$? For examle, let $\displaystyle{y}=\lim_{n\to0}\frac{n^2+n}{n}$.…
user164524
1
vote
2 answers

Show that the limit of the function does not exist at $x \neq 0 $

Consider the function $ f(x) = \left\{ \begin{array}{l l} x & \quad \text{if $x$ is irrational}\\ -x & \quad \text{if $x$ is rational} \end{array} \right.$ Show that $\lim_{x \to a} f(x)$ does not exist by definition of …
Struggler
  • 2,554
1
vote
3 answers

Its $\lim_{x\to 0}\frac{\sin\left(x\sin\frac{1}x\right)}{x\sin\frac{1}x}=1$?

How find that limit $\lim_{x\to 0}\frac{\sin\left(x\sin\frac{1}x\right)}{x\sin\frac{1}x}$? Its $\lim_{x\to 0}\frac{\sin\left(x\sin\frac{1}x\right)}{x\sin\frac{1}x}=1$?
piteer
  • 6,310
1
vote
4 answers

Evaluation of limit

How to evaluate the value of this limit? $$\lim_{x\to 2} \frac{\sqrt{x-2} + \sqrt x - \sqrt2}{\sqrt{x^2 - 4}}$$ Actually I'm struck at algebraic part. Please guide..
Adarsh
  • 93
  • 6