Prove that $$\prod_{n=1}^{\infty}\left(\frac{2n+3}{2n+2}\right)$$ converges or diverges.
Taking analysis this year has really intrigued me. We do not cover this topic in analysis, but I did some research on my own after learning about conditionally convergent sequences. I have become interested in learning about infinite products. From my research, it seems that a criteria of a convergent infinite product is that the sequence converges to 1. This sequence does converge to 1 so it meets this criteria. I believe I need to show that
$$\sum_{n=1}^{\infty} \ln\left(\frac{2n+3}{2n+2}\right)$$
converges. I tried to prove this using the ratio test, but I got nowhere with that. Any suggestions?
The series diverges by the integral test. Consider $f(x) = \log\left(\frac{2x+3}{2x+2}\right) = \log (2x+3) - \log(2x+2)$ defined on $[1, +\infty)$.
Integrating this, by parts, yields the antiderivative$$ F(x)=\left(x+\frac32\right)(\log (2x+3)) - (x+1)\log(2x+2) = \frac 12(\log(2x+3)) +(x+1)(\log(2x+3)) - (x+1)(\log (2x+2)) = (x+1) \log\left(\frac{2x+3}{2x+2}\right) \ + $$
$$\frac 12\log(2x+3) \xrightarrow[x\to+\infty]{} +\infty$$
which implies $\int_1^{+\infty} f(t) \ dt = \lim_{x \to \infty}\left(F(x) - F(1)\right) = + \infty $.
Of course, this implies the product diverges as well.