3

The limit $$\lim_{x\to\infty}{\displaystyle \left(1+\frac{1}{3x}\right)}^{4x}$$ apparently has a value of $e^{4/3}$. I can't see why this would be the case.

StubbornAtom
  • 17,052
tsp216
  • 211
  • @GuyFsone: the accepted answer to such question is frankly horrible, and in order to prove $\lim_{x\to +\infty}\left(1+\frac{1}{3x}\right)^{4x}=e^{4/3}$ from $\lim_{x\to +\infty}\left(1+\frac{1}{x}\right)^{x}=e$ one still needs a small extra, like a suitable substitution. – Jack D'Aurizio Nov 09 '17 at 18:27
  • The substitution is $X=3x$. Is that too difficult. – Guy Fsone Nov 09 '17 at 18:30
  • @GuyFsone: I agree, but still, not enough ground to mark this question as a duplicate. – Jack D'Aurizio Nov 09 '17 at 18:36
  • https://math.stackexchange.com/questions/295584/proof-for-ez-lim-limits-x-rightarrow-infty-left-1-fraczx-rig?noredirect=1&lq=1 for you:) – Guy Fsone Nov 10 '17 at 16:16

5 Answers5

6

$$ \lim_{x\to\infty}\biggl(1+\frac1{3x}\biggr)^{4x}=\lim_{x\to\infty}\biggl(\biggl(1+\frac1{3x}\biggr)^{3x}\biggr)^{4/3}=\biggl(\lim_{x\to\infty}\biggl(1+\frac1{3x}\biggr)^{3x}\biggr)^{4/3}=e^{4/3} $$ using the continuity of the function $x\mapsto x^{4/3}$ and the fact that $ \lim_{x\to\infty}(1+1/x)^x=e. $

Cm7F7Bb
  • 17,364
6

You're sure familiar with this well-know fact (substituting $r$ with $1$ will give you $e$ and this actually is the definition of the number $e$ that's commonly used in elementary calculus):

$$ \lim_{n\to\infty}\left(1+\frac{r}{n}\right)^{n}=e^{r} $$

So, here's what you get (it's pretty clear that if $x$ goes to infinity, so does the quantity $4x$):

$$ \lim_{x\to\infty}\left(1+\frac{1}{3x}\right)^{4x}= \lim_{x\to\infty}\left(1+\frac{1}{3x}\cdot\frac{4}{4}\right)^{4x}= \lim_{4x\to\infty}\left(1+\frac{4/3}{4x}\right)^{4x}=e^{4/3} $$

The answer that you posted is apparently correct. So, what exactly is your problem?

Useful video materials:
https://www.youtube.com/watch?v=8HpvEANFQ7Q
https://www.youtube.com/watch?v=n0VFDT3ZObY

Michael Rybkin
  • 6,646
  • 2
  • 11
  • 26
  • I wasn't aware of the definition of $e^r$ that you mentioned in your answer, and so will take it as a given. – tsp216 Nov 09 '17 at 13:45
  • I only knew the answer, but did not know how to arrive at it. – tsp216 Nov 09 '17 at 13:54
  • 2
    $\lim_n\left(1+\dfrac 1n\right)^n$ is a definition of $e$, but certainly not the definition. Perhaps the most common definition is that $e = \operatorname{exp}(1)$ where $\operatorname{exp}$ is the unique solution to the differential equation $y' = y$ with $y(0) = 1$ – Paul Sinclair Nov 09 '17 at 17:43
  • See my https://math.stackexchange.com/a/3212948/403337. I believe I read this proof in Best and Penner. –  May 11 '19 at 13:39
4

You can write it like this:

$$\left( 1+\frac 1{3x}\right)^{4x}=e^{4x\log(1+1/3x)}.$$

Then if you do the change of variable $y=3x$, you get:

$$e^{4/3y\log(1+1/y)}.$$

It is a known limit (to prove it, you can use the fact that $\log(1+x)\sim x$ is $x$ goes to $1$) that:

$$y\log(1+1/y)\xrightarrow[y\to \infty]{}1$$

so finally:

$$\left( 1+\frac 1{3x}\right)^{4x}\xrightarrow[x\to \infty]{}e^{4/3}.$$

E. Joseph
  • 14,843
2

Setting $u=3x$ we get

$$ \lim_{x\to\infty}{ \left(1+\frac{1}{3x}\right)}^{4x} =\lim_{u\to\infty} \left[\left(1+\frac{1}{u}\right)^{u}\right]^{4/3} = e^{4/3}$$

Given that, $$ \lim_{u\to\infty} \left(1+\frac{1}{u}\right)^{u}=e $$

A limit to infinity: $\lim_{x \to \infty}\ (1+ {\frac{1}{x}})^{x}$

Guy Fsone
  • 23,903
1

$$A= \left(1+\frac{1}{3x}\right)^{4x}\implies \log(A)=4x\log\left(1+\frac{1}{3x}\right)$$ Now, using equivalents $$\log(A)\sim 4x \times\frac{1}{3x} =\frac 43 \implies A=e^{\log(A)}\sim e^{\frac 43}$$