How do I find out if $\sum\limits_n\log(1+{1\over n})$ diverges or converges? Wolfram recommends me to use comparison test, but I do not know series which diverges and less than this.
Does $\sum\limits_n \log\left(1+{1\over n}\right)$ diverge or converge?
11.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 6 best solutions below
On
$$\sum_{n=1}^{N}\log\left(1+\frac{1}{n}\right)=\log\prod_{n=1}^{N}\frac{n+1}{n}=\log(N+1).$$
If you want to use a comparison, notice that since $f(t)=\frac{1}{t}$ is a convex function on $\mathbb{R}^+$, we have: $$\log\left(1+\frac{1}{n}\right)=\int_{n}^{n+1}\frac{dt}{t}\geq\frac{1}{n+1/2}$$ by Jensen's inequality, hence: $$\sum_{n=1}^{N}\log\left(1+\frac{1}{n}\right)\geq 2\sum_{n=1}^{N}\frac{1}{2n+1} = 2H_{2n+1}-H_n.$$
On
note $$\ln{\left(1+\dfrac{1}{n}\right)}=\dfrac{1}{n}+o(1/n)$$ since $$\sum_{n=1}^{\infty}\dfrac{1}{n}$$ is diverges
so $$\sum_{n=1}^{\infty}\ln{\left(1+\dfrac{1}{n}\right)}$$ is also diverges
On
Since
$$\sum_{n = 1}^N \log\left(1 + \frac{1}{n}\right) = \sum_{n = 1}^N \log\left(\frac{n+1}{n}\right) = \sum_{n = 1}^N [\log(n+1) - \log(n)] = \log(N+1) \to \infty$$
the series $\sum_{n = 1}^\infty \log\left(1 + \frac{1}{n}\right)$ diverges.
On
The first natural idea to understand how $\log(1+1/n)$ behaves when $n$ is small is to do Taylor expansion around $x=0$ for $\log(1+x)$, so that you have estimates for $\log(1+x)$. Then you get $$ \log(1+x) = \sum_{n \ge 1} \frac{(-1)^{n+1}}{n}x^n = x - x^2/2 + x^3/3 - \cdots, $$ by integrating the geometric series (and switching a minus sign) and by Taylor's theorem you get that there exists $1 \le \zeta \le x$ such that $$ \log(1+x) = x-\frac{\zeta^2}2 \ge x - \frac {x^2}2 = \frac{2x-x^2}2 = \frac{x(2-x)}2 \ge \frac x2 $$ for $0 \le x \le 1$ (because $\frac{x(1-x)}2 \ge 0$ on this interval).
A variant of this idea is to check that $\log$ is a concave function (the derivatives are $\frac 1x$ and $\frac {-1}{x^2}$), hence we can use Jensen's inequality : for all $\lambda \in [0,1]$, $$ \log(\lambda x + (1-\lambda) y) \ge \lambda \log(x) + (1-\lambda) \log(y) $$ so that for $y=1$ and $x=2$, we get $$ \log(1+ \lambda) \ge \lambda \log(2). $$ In both cases, we established an inequality of the form $\log(1+x) \ge cx$ for $x \in [0,1]$, which means $\log(1+1/n) \ge \frac cn$, hence your series diverges.
Hope that helps,
$$\log\left(1+\frac1n\right)\geqslant\frac1{2n}$$