Logarithm as a limit of a decreasing sequence

117 Views Asked by At

Let $k : \mathbb{N}^{>0} \to \mathbb{R}$ be such that $k_n = n(t^{1/n} - 1)$, where $t \in [0, 1] \subset \mathbb{R}$. Note that $\lim_{n \to \infty} k_n = \log(t)$. The plot of $k$ for a given $t$ seems to be decreasing. Prove that $k$ is decreasing.

1

There are 1 best solutions below

2
On BEST ANSWER

Let $s=t^{1/(n(n+1))}$ then $t^{1/n}=s^{n+1}$ and $t^{1/(n+1)}=s^n$ hence $k_{n+1}-k_n=u(s)$ where, for every $x$, $u(x)=(n+1)x^n-nx^{n+1}-1$. One sees that $u(1)=0$ and that $u'(x)=n(n+1)x^{n-1}(1-x)\gt0$ for every $x$ in $(0,1)$. This implies that $u(x)\lt0$ for every $x$ in $(0,1)$ hence $k_{n+1}\lt k_n$.