2
$\begingroup$

$$\lim_{n\to \infty}(n-n^2\cdot ln(1+\frac{1}{n}))$$

What I tried doing was the following:

$$=\lim_{n\to \infty}n(1-n\cdot ln(1+\frac{1}{n}))=\lim_{n\to \infty}n(1- ln(1+\frac{1}{n})^n)=\lim_{n\to \infty}n(1-ln(e))=$$ $$=\lim_{n\to \infty}n(1-1)=\infty \cdot 0$$

And to be honest, I have no idea on how to proceed or what to do. The result is supposed to be $\frac{1}{2}$ according to Wolfram Alpha, but it's not capable of showing the steps to the solution.

Thanks for the help.

  • 0
    $\lim_{n\to\infty}n(1- ln(1+\frac{1}{n})^n) = \lim_{n\to\infty}n(1-\ln(e))$ is wrong.2017-01-26
  • 3
    Time to pass to more serious tools: $\log(1+x)=x-\frac12x^2+o(x^2)$ when $x\to0$ hence $n-n^2\ln\left(1+\frac1n\right)=n-n^2\left(\frac1n-\frac12\frac1{n^2}+o\left(\frac1{n^2}\right)\right)=\frac12+o(1)\to\frac12$.2017-01-26
  • 1
    $3$rd question of http://math.stackexchange.com/questions/387333/are-all-limits-solvable-without-lhôpital-rule-or-series-expansion2017-01-26
  • 0
    @Did Ok thanks, but is it valid to use Mcloren even though it's a sequence and not a function?2017-01-27
  • 0
    Of course, Taylor expansions are legitimate here. Say, what are your sources on this? (Dunno what is "Mcloren" though.)2017-01-27
  • 0
    It's a taylor sequence when evaluated at x=0 or something.. the source is a test from my college2017-01-27

2 Answers 2

2

So have $$\lim\limits_{x\to 0}\frac{\ln (1+x)-x}{x^2}=-\frac{1}{2}$$ which follows from l'Hospitals rule or other methods.

Setting $x=\frac{1}{n}$ we get your limit.

  • 0
    I forgot to tell this is a series... is l'Hopital's rule valid in this case? I thought it could only be used in functions2017-01-26
  • 0
    Its a sequence and I am putting the discrete values into a known continuous limit, that is valid.2017-01-26
2

Using Jack D'Aurizio method::

$$\lim_{n\rightarrow \infty}\bigg(n-n^2 \ln\left(\frac{n+1}{n}\right)\bigg) = \lim_{n\rightarrow \infty}n\int^{n+1}_{n}\left(\frac{x-n}{x}\right)dx$$

Put $x-n=t\;,$ Then $dx=dt$ and changing limits, We get

$$ = \lim_{n\rightarrow \infty} n\int^{1}_{0}\frac{t}{n+t}dt =\lim_{n\rightarrow \infty} \int^{1}_{0}\frac{t}{1+\frac{t}{n}}dt =\lim_{n\rightarrow \infty}\int^{1}_{0} tdt = \frac{1}{2}$$