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?
2026-04-01 17:06:56.1775063216
Find the exact value of $n$ if $\sum_{r=1}^{n}{\ln(\frac{r+1}{r})}=8$
77 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
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$.