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

Limit Computation of $(e^x+x)^{1/x}$ as $x$ approaches zero

I need help computing the limit of $(e^x+x)^{1/x}$ as $x$ approaches zero. I just need help getting started with the computation. The only way I can think of rearranging the equation is distributing the $1/x$.
Lizi
  • 147
5
votes
3 answers

Value of $\lim\limits_{n\rightarrow \infty}\frac{1}{n}\int^\pi_0 \lfloor n \sin x \rfloor \, dx$

Finding value of $\displaystyle \lim_{n\rightarrow \infty}\frac{1}{n}\int^{\pi}_{0}\lfloor n \sin (x) \rfloor \,dx$ Try: In $0 \leq x<\pi$. Then $0 \leq\sin (x) \leq 1$. So $0 \leq n\sin (x) \leq n$ So $$\lim_{n\rightarrow…
DXT
  • 11,241
5
votes
4 answers

Infinite surds on a number

Is $$ \sqrt{\sqrt{\sqrt{\sqrt{.....\sqrt x}}}} =1$$ where $x$ is a real number and $x > 0$? Since $x$ after every under root , decreases exponentially I think it has to be $1$. But then $1^{2^{2^{2....^{2}}}} =1$ so I am confused. I think the…
mathnoob123
  • 1,373
5
votes
4 answers

Compute $\lim_{x\to 1^+} \lim_{n\to\infty}\frac{\ln(n!)}{n^x} $

May someone give me a hand on this double limit? Does the order of limits impact the result? $$\lim_{x\to 1^+} \lim_{n\to\infty}\frac{\ln(n!)}{n^x} $$ I showed that the interior of the limits is inferior to the following expression: $$ …
Marine Galantin
  • 2,956
  • 1
  • 16
  • 33
5
votes
3 answers

Does $\frac{(x^2 + y^2) y}{x}$ have a limit at $(0,0)$?

Does $\frac{(x^2 + y^2) y}{x}$ have a limit at $(0,0)$? Recently, someone asked whether a function from $\mathbb{R}^2$ to $\mathbb{R}$ had a limit at $(0,0)$. The question was easy and answered in the negative by showing that approaching $(0,0)$ on…
badjohn
  • 8,204
5
votes
4 answers

Limit as $x$ approaching $0$ of$ (9/x) - 9cot(x)$

Ok so the correct answer is $0$ and it is confirmed graphically, but how do we conclude this algebraically? This is breaking the property of limits where u can take the individual limits of $(9/x)$ and $9cotx$ and the limit of the function would be…
Prandals
  • 135
5
votes
4 answers

How to evaluate $\lim_{x\to0}\frac{\sin^2\left(\frac x2\right)-\frac{x^2}4}{e^{x^2}+e^{-x^2}-2}$?

$$\begin{align*} \lim_{x \to 0} \frac{\sin^2 \left(\frac{x}{2}\right) - \frac{x^2}{4}}{e^{x^{2}} + e^{-x^{2}} - 2} &\overset{L}{=} \lim_{x \to 0} \frac{\sin \frac{x}{2} \cos \frac{x}{2} - \frac{1}{2}x}{2xe^{x^{2}} + (-2x)e^{-x^{2}}} \\ &= \lim_{x…
5
votes
4 answers

How to prove the following in general: $\lim\limits_{x\rightarrow a} \frac{x^n-a^n}{x-a}=na^{n-1}$?

To prove $$\lim_{x\rightarrow a} \frac{x^n-a^n}{x-a}=na^{n-1}$$ The proof is easy when we take $n$ as positive integer and $a$ any positive real number. In my book it is given that the result is true even when $n$ is any rational number and $a$ any…
Singh
  • 2,108
5
votes
2 answers

Problem with limit and increasing function

Let $f:(0,\infty) \to (0,\infty)$ be an increasing function such that $$\lim_{x \to \infty}f(x)=\infty \text { and } \lim_{x \to \infty} \frac {f(x+f(x))}{f(x)}=1.$$ Show that $$\lim_{x \to \infty} \frac {f(x)}{x}=0 \text { and } \lim_{x \to \infty}…
M. Stefan
  • 815
5
votes
4 answers

L'Hospital's rule help

I tried using L'Hospital's rule to find the limit as $x$ tends to $0$ for the following function: $$f(x) = \frac{(1 - \cos x)^{1.5}}{x - \sin x}$$ I tried differentiating the top and the bottom and I can do it many times but it still gives the…
DJA
  • 593
5
votes
4 answers

Find the following limit, $\lim_{x\to {\infty}} x\ln((x+1)/(x-1))$

Find the following limit, $$\lim_{x\to {\infty}} x \ln\left(\frac{x+1}{x-1} \right)$$ I tried this way, that is $$\lim_{x\to {\infty}} x\ln\left(\frac{1+\frac{1}{x}}{1-\frac{1}{x}} \right)=\infty \times \ln1= \infty \times 0=0$$ Noticed my logic is…
Yellow Skies
  • 1,710
5
votes
4 answers

What's the limit of a square root function?

$$\lim_{x \to \sqrt{3}^{-}} \sqrt{x^2-3}$$ What's the answer of this limit? There are two hyppothesis: $0$ and undefined. Undefined Because the square root of a negative number is undefined, $0$ because if we plug $\sqrt{3}$, we obtain $0$; I am not…
TSR
  • 507
5
votes
3 answers

fine the limit : $\lim_{ n \to \infty }\frac{1}{n}\int_{0}^{n}{ \frac{x\ln(1+\frac{x}{n})}{1+x}}=?$

fine the limit : $$\lim_{ n \to \infty }\frac{1}{n}\int_{0}^{n}{ \frac{x\ln(1+\frac{x}{n})}{1+x}}=?$$ My Try: in the http://www.integral-calculator.com $$I=\int_{}^{}{…
Almot1960
  • 4,782
  • 16
  • 38
5
votes
2 answers

Evaluating $\lim_{r \to \infty} r^c \frac{\int_0^{\pi/2}x^r \sin x dx}{\int_0^{\pi/2}x^r \cos x dx}$

The question is basically to find out the following limit($c$ is any real number) $$\lim_{r \to \infty} r^c \frac{\int_0^{\pi/2} x^r \sin x \, dx}{\int_0^{\pi/2}x^r \cos x \, dx}$$ I tried to use the property of definite integral and rewrote it as…
Navin
  • 2,605
5
votes
4 answers

Limit of a function with powers (L'Hopital doesnt work)

I have a little problem with limit of this function: $\lim_{x \to \infty} x^2(2017^{\frac{1}{x}} - 2017^{\frac{1}{x+1}})$ I have tried de L'Hopital rule twice, but it doesn't work. Now I have no idea how to do it.
ltrd
  • 367