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

Limit of $(x^n/e^x)$ when x tends to plus infinity

I was working on this and tried to solve this using L'Hopital's law BUT: derivative on $x^n$ is say , $g(x)=$nx^(n-1)$ $where as n is not defined in the question, we can't say that $g(x)$ tends to plus infinity or minus infinity . Then I tried to…
2
votes
4 answers

Find a limit for $\frac{({1+x})^\frac{1}{x} - e}{x}$ as x tends to 0

I have done it thus far: $$\lim_{x \to 0}\frac{{(x+1)}^\frac{1}{x}-e}{x} = \bigg[\frac{0}{0}\bigg] = \frac{((x+1)^\frac{1}{x}-e)'}{x'}=({x+1})^\frac{1}{x} \cdot \left(\frac{\ln(x+1)}{x}\right)' = \\({x+1})^\frac{1}{x} \cdot…
user
  • 1,412
2
votes
4 answers

Confusion with $\lim_{x\to \infty} (e^x+x)^{\frac{1}{x}}$

I have this limit: $$\lim_{x\to \infty} (e^x+x)^{\frac{1}{x}}$$ At first I was stumped but then decided to use L'hospitals rule and logs so it turns to: $$\lim_{x\to \infty} \frac{\ln(e^x+x)}{x}$$ Then differentiating it twice turns to: $$\lim_{x\to…
user635953
2
votes
0 answers

Limit with factorial and summation

Finding $$\lim_{n\rightarrow \infty}\sum^{n}_{k=0}\frac{\binom{n}{k}}{n^k(k+3)}$$ Try: $$\sum^{n}_{k=0}\frac{\binom{n}{k}}{n^k(k+3)}=\frac{n^3}{(n+1)(n+2)(n+3)}\sum^{n}_{k=0}(k+1)(k+2)\frac{\binom{n+3}{k+3}}{n^{k+3}}$$ Could some help me to solve…
DXT
  • 11,241
2
votes
4 answers

Find $\lim_{x \to 0}(1+\frac x m)^\frac 1 x$ where $m\ne 0$.

Find $\displaystyle \lim_{x \to 0}(1+\frac x m)^\frac 1 x$ where $m\ne 0$. I know that I've to use $\lim_{x\to 0} \frac{e^x-1} x=1$, but I don't know how. Please help. Thank you.
JSCB
  • 13,456
  • 15
  • 59
  • 123
2
votes
2 answers

What will be $\lim\limits_{x \rightarrow 0^+} \left ( 2 \sin \left ( \frac 1 x \right ) + \sqrt x \sin \left ( \frac 1 x \right ) \right )^x$?

Evaluate $$\lim\limits_{x \rightarrow 0^+} \left ( 2 \sin \left ( {\frac {1} {x}} \right ) + \sqrt x \sin \left ( {\frac {1} {x}} \right ) \right )^x.$$ I tried by taking log but it wouldn't work because there are infinitely many points in any…
math maniac.
  • 1,993
2
votes
2 answers

What is $\lim_{x \rightarrow \infty}(3^x+7^x)^{\frac{1}{x}} ?$

$\lim_{x \rightarrow \infty}(3^x+7^x)^{\frac{1}{x}}$ I did in this way: $\lim_{x \rightarrow \infty}(3^x+7^x)^{\frac{1}{x}}$ $=\lim_{x \rightarrow \infty}[(1+\frac{1}{3^x}+1-\frac{1}{7^x})(3^x\cdot7^x)]^{\frac{1}{x}}$ $=21\lim_{x \rightarrow…
Invnto
  • 169
2
votes
1 answer

Results of applying logarithm to numerator and denominator of limit

I want to calculate the following limit: $\lim\limits_{n \to \infty} \frac{log_2(n!)}{nlog_2(n)}$ I know that $\lim\limits_{n \to \infty} \frac{n!}{n^n}=0$, and I think that, since the logarithm is a monotonically increasing function with no upper…
2
votes
1 answer

But if the graph of functions is only a point ? what is the limit at this case?

If the graph is only a point on the Coordinate plane, for example the graph of function $f\left(x\right)=\left(x+1\right)$ Where the domain restricted to only {1} as the graph shows How we can deal with this $\lim _{x\to 1}$? is it impossible to…
2
votes
1 answer

Sequence with sum of powers

Find the real number $a$ such that the sequence $a_n=1^9+2^9+...+n^9-an^{10}$ has a finite limit. My answer is that it doesn''t exist such an a, because the first sum before the minus sign is a polynomial $P(n)$ with degree 10 and leading…
2
votes
2 answers

Compute $\lim \limits_{x\to 0}\frac{\ln(1+x^{2018} )-\ln^{2018} (1+x)}{x^{2019} }$

I have to compute $\lim \limits_{x\to 0}\frac{\ln(1+x^{2018} )-\ln^{2018} (1+x)}{x^{2019}} $. I tried to use L'Hopital's Rule, but it didn't work. I also tried to divide both the numerator and denominator by $x^{2018} $, but I still have a…
2
votes
6 answers

If $P(x)$ is a polynomial then $\lim_{x \to \infty }P(x) = 0 \iff P(x)=0$,

How to show that if $P(x)$ is a polynomial then $\lim_{x \to \infty }P(x) = 0 \iff P(x)=0$, This question was previously posted answered and then deleted.
jimjim
  • 9,675
2
votes
2 answers

limit of an easy function. I have a interesting question

$$\lim_{h\to0}{f(a+ph)-f(a-qh)\over h}$$ I know that the answer is $f'(a)\cdot (p+q)$ but, i have question. Derivative may not continuous. So that answer is right?
2
votes
4 answers

$\lim_{x \to 0} [\frac {1+2cx}{1-2cx}]^{\frac {1}{x}}=?$

I faced the following problem which says: If $\lim_{x \to 0} \left[\frac {1+cx}{1-cx}\right]^{\frac {1}{x}}=4,$ then $\lim_{x \to 0} \left[\frac {1+2cx}{1-2cx}\right]^{\frac {1}{x}}=?$ Here in the above problem,only $c$ has been replaced by…
user52976
2
votes
7 answers

Find limit (type 0/0)

I'm struggling to find the limit $$I = \lim_{x\to 0}\frac{2\sqrt{1-x} - \sqrt[3]{8-x}}{x}$$ What I was trying: $$ I = \lim_{x\to 0}\frac{1-x + 2\sqrt{1-x} + 1 - (1-x) - 1 - \sqrt[3]{8-x}}{x} $$ $$ = \lim_{x\to 0}\frac{(\sqrt{1-x}+1)^2 - (2-x)-…