Find the exact value of $n$ if $\sum_{r=1}^{n}{\ln(\frac{r+1}{r})}=8$

77 Views Asked by At

Find the exact value of $n$ if $$\sum_{r=1}^{n}{\ln(\frac{r+1}{r})}=8.$$ So the sum is equal to $$\sum_{r=1}^{n}{\ln(1+\frac{1}{r})}=8.$$ $$\therefore\ln(1+1) + \ln(1+0.5)+...\ln(1+\frac1n)=8,$$ so $$(2)(1+0.5)...(1+\frac1n)=e^8$$ But I am unsure how then to solve the equation, and whether this is correct?

4

There are 4 best solutions below

3
On BEST ANSWER

Recall that $\ln a+\ln b = \ln(ab)$, so $$ \sum_{r=1}^n \ln\left(\frac{r+1}{r}\right) = \ln\left(\prod_{r=1}^n \frac{r+1}{r}\right) = \ln\left(\frac{2}{1}\frac{3}{2}\cdots\frac{n-1}{n}\frac{n+1}{n}\right) = \ln (n+1). $$ Can you finish?

EDIT: As pointed out in the comments, this shows that the original equation can be rewritten as $$ \ln(n+1) = 8, $$ which is not solved by any integer $n$.

0
On

Hint: Is there another way you can write $\ln \frac{a}{b}$?

Once you find it, try writing out a few terms of your sum.

0
On

$$\sum_{k=1}^n \log\left({r + 1\over r}\right) = \sum_{k=1}^n \log(r + 1) - \log(r) = \ \log(n+1) - \log(1) = \log(n+1).$$

0
On

HINT

Note that the summation telescopes and therefore

$$\ln\left(\frac{r+1}{r}\right)=\ln (r+1)-\ln r \implies \sum_{r=1}^{n}{\ln\left(\frac{r+1}{r}\right)}=\ln (n+1)$$