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
5
votes
1 answer

question involving limit of product

I got stuck with this problem and it is unlike any problem I've encountered till now . Let $$P_n=\frac{2^3-1}{2^3+1}. \frac{3^3-1}{3^3+1} .\frac{4^3-1}{4^3+1}.....\frac{n^3-1}{n^3+1}$$ we have to prove that $\lim_{n\to\infty}P_n=\frac{2}{3}$. I…
Shreya
  • 3,035
5
votes
2 answers

Proving a limit to show an inequality, $\frac{\ln t}{t^{1/3}}$

This is a question on an assignment so please no full solutions, but if anyone could guide me through answering this question I'd be very greatful. Thanks Show that $\displaystyle \frac{\ln t}{t^{1/3}} \rightarrow 0$ as $t \rightarrow \infty$. From…
snario
  • 525
5
votes
3 answers

Evaluate $\lim_{x \to 0}[\frac{\ln(x+\sqrt{1+x^2})}{x}]^{1/x^2}$.

Let $\ln(x+\sqrt{1+x^2})=:y$,then $x=\dfrac{1}{2}(e^y-e^{-y}).$ Therefore \begin{align*} \lim_{x \to 0}\left[\frac{\ln(x+\sqrt{1+x^2})}{x}\right]^{\frac{1}{x^2}}&=\lim_{y \to…
mengdie1982
  • 13,840
  • 1
  • 14
  • 39
5
votes
3 answers

$ \lim_{x\to \frac{1}{{\sqrt 2}^+}} \frac{\cos ^{-1} \left( 2x\sqrt{1-x^2}\right)}{x-\frac{1}{\sqrt{2}}}$

$\displaystyle \lim_{x\to {1\over \sqrt{2}^+}} \dfrac{\cos ^{-1} \left( 2x\sqrt{1-x^2}\right)}{x-\dfrac{1}{\sqrt{2}}}$ I have tried substituting $x$ for $\sin \theta$, doing the calculations and ended up with -$2√2$. But the solution provided was…
user585765
5
votes
6 answers

Calculate $ a_n\:=\:n^3\left(\sqrt{n^2+\sqrt{n^4+1}}-\sqrt{2}n\right) $

I struggle for a while solving limit of this chain: $ a_n\:=\:n^3\left(\sqrt{n^2+\sqrt{n^4+1}}-\sqrt{2}n\right) $ I know from WolframAlpha result will be $ \frac{1}{4\sqrt{2}} $, but step-by-step solution is overcomplicated(28 steps). Usually I…
op_
  • 53
5
votes
1 answer

Compute $\lim_{n\to\infty}\frac{\tfrac{n}{1}+\tfrac{n-1}{2}+\dots+\tfrac{2}{n-1}+\tfrac{1}{n}}{\ln(n!)}$

How can I compute the following limit? $$ \lim_{n\to\infty}\frac{\dfrac{n}{1}+\dfrac{n-1}{2}+\dots+\dfrac{2}{n-1}+\dfrac{1}{n}}{\ln(n!)} $$ I have tried lots of methods, I can't get the answer. Although I think the limit is $0$, I don't know how to…
5
votes
1 answer

Finding value of infinite series limit

Finding value of $\displaystyle \lim_{n\rightarrow \infty}\frac{2-\underbrace{\sqrt{2+\sqrt{2+\sqrt{2+........+\sqrt{2}}}}}_{\bf{n\; times}}}{4^{-n}}$ Try: I am trying to convert it into $\cos$ ine series sum Let $$\displaystyle \sqrt{2+2\cos…
DXT
  • 11,241
5
votes
1 answer

Does $\lim\limits_{x \to 0}\frac{\sin(x\sin\frac{1}{x})}{x\sin\frac{1}{x}}$ exist or not?

Denote $$f(x)=\frac{\sin \left(x\sin\dfrac{1}{x}\right)}{x\sin\dfrac{1}{x}}.$$We want to research the limit $$\lim_{x \to 0}f(x).$$ According to most of the textbooks for common calculus, especially in China which is named Advanced Mathematics not…
mengdie1982
  • 13,840
  • 1
  • 14
  • 39
5
votes
1 answer

Evaluating the limit : $ \lim_{n \to \infty} \frac{ \sum_{k=1}^n n^k}{ \sum_{k=1}^n k^n}$

Here I'm given this limit. $$\displaystyle \lim_{n \to \infty} \dfrac{\displaystyle \sum_{k=1}^n n^k}{\displaystyle \sum_{k=1}^n k^n}$$ $\displaystyle \sum_{k=1}^n n^k$ simplifies to $\dfrac{n(n^n-1)}{n-1}$ but I'm unable to tackle $\displaystyle…
ARahman
  • 251
5
votes
4 answers

Limit as $x \to \infty$ of $\frac{\log(x)^{\log(\log(x))}}{x}$

I want to compute $\lim\limits_{x \to \infty}\frac{\log(x)^{\log(\log(x))}}{x}$ By graphing it, clearly $x$ grows larger than $\log(x)^{\log(\log(x))}$, so the limit will go to $0$. I tried iterating L'Hopital's rule, but after three derivations,…
5
votes
4 answers

Evaluate $f(x)=x\log{\left|\frac{x+2}{3-x}\right|}$ for $x\rightarrow\infty$

I have the following function: $$f(x)=x\log{\left|\frac{x+2}{3-x}\right|}$$ I want to find the limit for $x\rightarrow+\infty$. This is what I do. Since $x>=0$, I can remove the absolute value: $$f(x)=x\log\left({\frac{x+2}{3-x}}\right)\sim x\left(…
Cesare
  • 1,471
5
votes
2 answers

is this correct? $\lim\limits_{x\to a}f(x)^{g(x)} = [\lim\limits_{x\to a}f(x)]^{\lim\limits_{x\to a}g(x)}$

I met a question, let me compute $$ \lim\limits_{x\to 0}(\cos x)^{-x^2}$$ the answer is 1 this is not a primary function, its structure is like $$\lim\limits_{x\to 0}f(x)^{g(x)}$$ is it a theorem, which I don't find it on my math book? probably…
5
votes
4 answers

How do you show that $\lim_{(x,y)\to(0,0)} \frac{xy}{x^2+y}$ doesn't exist?

I have to prove that this limit doesn't exist. $$\lim_{(x,y)\to(0,0)} \frac{xy}{x^2+y}$$ I tried this parametrization: $\begin{cases} x = t \\ y = mt^\alpha\end{cases}$ obtaining as result that the previous limit in this specific case would be…
5
votes
2 answers

limits calculus

I am having trouble understanding part of the solution to this simple problem. $\lim_{x \to 2} (x^2 + 3x) = 10$ Solution: Let $\epsilon > 0$ $| x - 2 | < \delta$ and $| x^2 +3x -10 | < \epsilon$ since $x^2 +3x -10 = (x - 2)^2 + 7x -14 = (x - 2)^2 +…
MWright
  • 153
5
votes
7 answers

What is $\lim_{x\to 2} \frac{\sqrt{x+2}-2}{x-2}$?

I tried multiplying by the conjugate which gave: $$\frac{x-2}{(x-2)\sqrt{x+2}+2x-4}$$ But i'm still gettting $\frac{0}{0}$. According to my textbook the answer should be $\frac{1}{4}$, but how do I get there?
Trey
  • 687