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

limits of the sequence $n/(n+1)$

Given the problem: Determine the limits of the sequnce $\{x_n\}^ \infty_{ n=1}$ $$x_n = \frac{n}{n+1}$$ The solution to this is: step1: $\lim\limits_{n \rightarrow \infty} x_n = \lim\limits_{n \rightarrow \infty} \frac{n}{n + 1}$ step2: …
Gineer
  • 727
4
votes
1 answer

Proving a limit of a constant function

Using the definition, prove that $\lim\limits_{x \to 10} 5 = 5$ Solution: when I apply the definition, i get this $0< |x - 10| < \delta \Rightarrow |5 - 5 | < \epsilon \Rightarrow 0 < \epsilon$ $0 < \epsilon \Rightarrow |x - 10| < \epsilon$ ,and $|x…
4
votes
1 answer

limit of a function involving infinite nested roots

I was given the following problem : $$\lim \limits_{x \to \infty} \frac{\sqrt{x}}{\sqrt{x+\sqrt{x+\sqrt{x+...}}}}$$ The following is my approach: $= \sqrt{ \lim \limits_{x \to \infty} \frac{x}{x+\sqrt{x+\sqrt{x+...}}} } $ I divide by x: $= \sqrt{…
4
votes
2 answers

Limit and continuity

For this question, should I use differentiation method or the integration method ? $\lim_{x\to \infty} (\frac{x}{x+2})^{x/8}$ this is what i got so far: Note: $\lim \limits_{n\to\infty} [1 + (a/n)]^n = e^{\underline{a}}\ldots\ldots (1)$ $$ L =…
Amy
  • 41
4
votes
2 answers

limit with two variable

How to calculate: $$ \lim_{(x,y) \to (0,0)} \frac{5x^6 + y^2}{x^3 + 2y} $$ I think the result should be $0$, but how do I prove it? I tried by the definition, but I could not resolve that. I cannot use the different paths to prove that,…
4
votes
4 answers

Calculate $\lim_{x\, \to \,\infty} \bigg(\frac{\sqrt[x]{1} + \sqrt[x]{2}}{2}\bigg)^x$

I am just tryin to solve the limit: $$\lim_{x\, \to \,\infty} \bigg(\frac{\sqrt[x]{1} + \sqrt[x]{2}}{2}\bigg)^x$$ (hope this isn't a duplicate, it is quite complicated to find special eq's via the search engine here) Wolfram-alpha told me it is…
Lu_kors
  • 126
4
votes
1 answer

Limit of a function of 3 variables

I need help to evaluate the following limit please, I used to use polar coordinates in most 2 variable functions but here I am stuck. $\lim_{(x,y,z)\to(0,0,0)}$$\frac{xy+yz^2+xz^2}{x^2+y^2+z^2}$
mandez
  • 750
4
votes
9 answers

Solve the limit $\lim\limits _{x\to 0}\frac{\sqrt{1-\cos\left(x^2\right)}}{1-\cos\left(x\right)}$

$$\lim _{x\to \:0}\frac{\sqrt{1-\cos\left(x^2\right)}}{1-\cos\left(x\right)}=\left|\frac{0}{0}\right|$$ I think you have to multiply by the conjugate. And then make the change equivalent small. Right?
andre1
  • 416
4
votes
0 answers

Limit doesn't exist

I know for a limit to exist on a LH/RH function they must be equal. So to prove that the limit doesn't exist in this situation can I just do what I have done? Edit, I think I need to make it more like this which is by the 3.14 Theorem????
4
votes
1 answer

Limit $\lim_{x \to +\infty}\left(x^\frac{7}{6}-x^\frac{6}{7}\cdot \ln^2( x) \right)$ using L'Hôpital's rule.

$$\lim_{x \to +\infty}\left(x^\frac{7}{6}-x^\frac{6}{7}\cdot \ln^2( x) \right)$$ I can not decide the limit. I understand that it is necessary to apply L'Hôpital's rule, when there will be a fraction. But to start, how to make this shot in this…
andre1
  • 416
4
votes
1 answer

$ \lim_\limits{n \to \infty}{\frac{10^n+n^2}{n!}} $

$$ \lim_\limits{n \to \infty}{\frac{10^n+n^2}{n!}} $$ Any hints on how to take on this limit? I do not know how to deal with the factorial in the denominator.
4
votes
4 answers

Limit of $\frac{n^4+4^n}{n+4^{n+1}}$

Just when i thought i finally got the hang of limits, i stumbled upon this: $$\frac{n^4+4^n}{n+4^{n+1}}$$ Now, this kinda makes sense in my head because $4^n$ grows a lot faster than $n^4$, let alone $n$. Now my question is if this assumption is a…
4
votes
1 answer

how to show existence of limit?

I'm working some problems, and the questions states; "decide if a limit exists. If it exists, find it". But how am I supposed to do this? The tools I have at my disposal are the limit definition and what the limit is when we combine functions with…
4
votes
6 answers

Evaluating $\lim_{h \to 0}\frac{(x+h)^{\frac15}-x^{\frac15}}{h}$

The limit is: $$ \lim_{h \to 0}\frac{(x+h)^{\frac15}-x^{\frac15}}{h} $$ When I use calculator and substitute $h$ with $0.000001$ and $-0.000001$, the result is: $$ \frac{1}{5x^{\frac45}} $$ My question is: How to do it without calculator. Show…
Kristian
  • 165
4
votes
5 answers

Why is it ok to factor an equation with no limit so it has a limit?

I'm just starting out in calculus, so please bear with me if this is not a sensible question. In the book I'm reading, the author gives the example of the problem of finding the limit of $\lim\limits_{x\to 5}(\frac{x^2 - 25}{x-5})$, because if you…