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

Getting incorrect result on limit of square root

I have a limit problem: $\lim_{x \to \infty} \sqrt{x^2 + x} - x$ According to Wolfram|Alpha the answer is $\frac{1}{2}$ However, my calculation gives $1$. Please help me understand what I'm doing wrong. The process is: $\lim_{x \to \infty} \sqrt{x^2…
Ynhockey
  • 263
1
vote
3 answers

How find this limit $\lim\limits_{n\to\infty}\int_{0}^{2\pi}\left(\frac{\sin{(nx)}}{x^2+n^2}+\frac{\cos{(nx)}}{1+x}\right)dx $

Find this limit $$\lim_{n\to\infty}\int_{0}^{2\pi}\left(\dfrac{\sin{(nx)}}{x^2+n^2}+\dfrac{\cos{(nx)}}{1+x}\right)dx $$ Maybe use Division of the integral?Thank you
math110
  • 93,304
1
vote
2 answers

Need to re-write an expression to get rid of 0/0 problem

OK, this is really, really vague. Sorry. But this is for work and the boss man, justifiably or not, is really worried about intellectual property and ROI and blah blah blah. So I can't say much. But anyway: I have a mathematical expression that…
1
vote
1 answer

limit as x approaches infinity for $y=sec^{(-1)}x$

I'm a beginner and I'm using a basic graphing calculator. I understand I can input $sec^{(-1)}x$ as $cos^{(-1)}(1/x)$, but even as I'm looking at the graph, I don't get it. How do I determine the answer to be $\pi/2$? Thanks in advance for any help.
Monica
  • 145
1
vote
2 answers

Two Dimensional Delta Epsilon Proof

I was dawdling in some 2D delta epsilon examples, and I was wondering how to prove that the limit of $x^2+2xy+y^2$ has limit 3 as $(x,y)\rightarrow(1,1)$, using epsilon delta.
user82004
1
vote
5 answers

show that the limit of $\lim_{n \to \infty} n^{\frac{1}{n}} = 1$

alright so im supposed to show that the limit of $\displaystyle \lim_{n \to \infty} n^{\frac{1}{n}} = 1$ , ive alwasy had problems with math questions of this type: "show" and never really knew what to do, but since its $n^{\frac{1}{n}}$ thats…
gger123
  • 51
1
vote
2 answers

How to solve Limit, can't seem to factor.

I cannot seem to figure out why the answer to this question is 1/12 $$ \lim_{x \to 2} \frac{x-2}{x^3-8}. $$ I can't seem to find a way to factor it so I keep getting $0/0$. This is from a text book and the text book answer key states the answer is…
1
vote
2 answers

Proving limit of $f(x) = 3x$ as $x \to \infty$

I need to prove these statements, and to learn how to prove it. In my math book, I have a method as $M > 0$ and $x > x_0 \implies f(x) > M$ Suppose we have $y = 3x,\; y = x^2,\; y = kx^2\;\; (k>0)$ Can you teach me how to prove that the limit of…
whyguy
  • 323
1
vote
1 answer

Limit when x tends to 1

Dear friends. I would like to enlist the help of you in this question. I tried to improve the algebric expression, I tried the L'Hospital theorem, but nothing worked. Grateful for your help. Big hug to everyone.
1
vote
2 answers

Prove this limit, I am really stuck

Prove that $$\lim_{x\to 0}\frac1{x^2+1}=1.$$ I know after adding common denominators that we get $(1-x^2)/(x^2+1)$. But I don't know of a way to bound $x$ here from bounding my $\delta$. Can I get some help please? Exam is tomorrow. Use and…
1
vote
2 answers

Formal Limit Proofs for Limits Involving Factorials

How does one use the definition of the limit to formally prove that $$ \lim_{n \to \infty} \frac{n^4}{n^2 + n!} = 0? $$
1
vote
1 answer

Existence of the limit (analysis)

Suppose there is a positive sequence $\{a_{n}\}$ such that $$\lim_{n\rightarrow\infty}a_{n}=\lim_{n\rightarrow\infty}\frac{\sqrt{n}}{\log a_{n}}=0$$ How can we prove that $$\lim_{k\rightarrow\infty}\sum^{\infty}_{n=k}e^{\sqrt{n}}a_{n}=0$$
1
vote
1 answer

$|n^\alpha \sin n| \to \infty$ for some $\alpha$?

Does there exist $\alpha>0$ such that $\lim\limits_{n \to \infty} |n^\alpha \sin n| = \infty$ ?
1
vote
1 answer

Finding the limit of natural logs

Can someone help me with this problem? I don't know what to do after a certain step... $$\lim_{x\to \infty} \left(\frac{4x - 3} {4x+5}\right)^{4x+1}$$ So far what I have done is take the natural log of both sides and then that takes the exponent out…
CloudN9ne
  • 349
1
vote
1 answer

Finding limits when not given a limit.

I will explain in more detail. I have been given the question; The $n$th term of the sequence is given. Determine whether this sequence converges or diverges. If it converges, find its limit. $$\frac{2}{(n^2+3)^{1/2}}$$ Now I'm not too worried about…
1 2 3
99
100