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

Right and left hand limits.

$$ \lim_{x\to2^+} \frac{x-3}{(x-2)(x+2)}=-\infty$$ But when the same limit is evaluated with $x\to2^-$ answer comes out to be (as per book) $+\infty$. Please list the steps and tell how.
2
votes
1 answer

Limit with $\sin x$ and $\log(1+x)$

$$\lim \limits_{x \to 0} \frac{\sin(x)-x}{\log(1+x)-1-2x+e^x}$$ I've tried with equivalents of $\sin(x)=x; \log(1+x)=x$ and l'Hopital, can someone give me hints?
2
votes
3 answers

Prove existence of a limit (motivated by Baby Rudin Exercise 5.19)

I have the following hypotheses: $\alpha_n \to 0, \beta_n \to 0, \alpha_n < 0 < \beta_n$. I need to show that the following two limits exist so that I may add them: $$\lim \limits_{n \to \infty} \frac{-\alpha_n}{\beta_n -\alpha_n}, \lim \limits_{n…
MT_
  • 19,603
  • 9
  • 40
  • 81
2
votes
0 answers

$\gamma=0$? Where is my error?

First of all, the Taylor expansion for $\ln(1+x)$ is $$\ln(1+x)=\sum _{k=1}^{\infty } \frac{(-1)^{k+1} x^k}{k}$$ It follows that $$\lim_{x\to-1}\left(\sum _{k=1}^{\infty } \frac{(-1)^{k+1}…
Anixx
  • 9,119
2
votes
2 answers

Methods to find limits in $\mathbb{R}^2$

I'm learning to take limits of functions $f : \mathbb{R}^2 \to \mathbb{R}$. I know the formal definition, but AFAICT, that is too rigorous and complex to use in actual examples. I also know the following methods: finding paths in which the limits…
Luan Nico
  • 321
2
votes
4 answers

Find $\lim_{x\to 0}\frac{x}{\sin x - x}$

Find limit: $$\lim_{x\to 0}\frac{x}{\sin x - x} = ???$$ Any help would be thoroughly appreciated.
user34304
  • 2,749
2
votes
4 answers

What is $\lim_{n\to\infty} n(2^{1/n} -1)$

How would you find the value of $\lim_{n\to\infty} n(2^{1/n} -1)$? I tried taking the logarithm on both sides and it does not appear to be working.
Fraïssé
  • 11,275
2
votes
1 answer

Show limit of a function

Show that $$\lim_{(x,y)\to (0,0)} (x+y) \sin\frac1x \sin\frac1y=0$$ I obviously can't approach from the positive/negative x or y axis as function would be undefined. I can't think of where to approach from to show the limit.
2
votes
2 answers

Limit using L'Hôpital's rule.

So my question is how to find $$\lim_{x\to\infty}\left(x\left(\pi-2\arcsin\frac{x}{\sqrt{x^2+1}}\right) \right)$$ the answer should be 2
user224674
2
votes
4 answers

Sine of a truncated value of $\pi$

Let $\pi_n$ be the value of $\pi$ truncated to $n$ digits, e.g. $\pi_4=3.141$. I noticed that $\pi_n + \sin\pi_n$ approaches $\pi$ as $n$ grows. For example, $\sin\pi_4$ equals $0.0005926535551\dots$ which is $\pi - \pi_4$ accurate to 10 digits. Is…
user1892304
  • 2,808
2
votes
2 answers

Limit problem, two cases, how to solve?

$\lim_{x\to1}\frac{x + \sqrt{x}}{\sqrt{x-1}}$ $\lim_{x\to1}\frac{x - \sqrt{x}}{\sqrt{x-1}}$ Lately I've been trying to satisfy some curiosity about the nature of limits and I found this example, it's really bugging me that I can't solve it. It seems…
2
votes
2 answers

Finding the limits of this complicated example

$$\lim_{n\to\infty}\left(\frac{2n+3}{2n-1}\right)^{n+1}$$ I have this, but I don't know how to start it. I tried rationalizing it, or factorizing it but it didn't work. Is there anyone who can give me any tips on how to do it?
John
  • 53
2
votes
2 answers

How to calculate: $\lim \limits_{x \to 0}$ $\frac{-1}{\sin^2x}$ + $\frac{1}{x^2}$

How to calculate: $$\lim \limits_{x \to 0}\frac{1}{x^2} - \frac{1}{\sin^2x} $$ any suggestions what I can do here?
2
votes
2 answers

Find $ \sum_{n=2}^{+\infty}$ $\frac{1}{n^{3}-n}$

Find: $$ \sum_{n=2}^{+\infty}\frac{1}{n^{3}-n}$$ I tried to resolve into partial fractions to see if there are some cancellations ,but that did not helped me .How do i do this ?Thanks
godonichia
  • 2,235
2
votes
3 answers

Trigonometrical limit

$$\lim\limits_{x \to 0} \frac{x^4\cos(\frac{1}{x})} {\sin^3x},$$ I have a problem with this limit. I tried to use L'Hôpital's rule but it is not effective. Please help.
davoid
  • 351