Proving Divergence of \sum\frac{1}{2n+1}

  • Context:
  • Thread starter Thread starter suluclac
  • Start date Start date
  • Tags Tags
    Divergence
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
suluclac
Messages
40
Reaction score
0
Prove that $$\sum\frac{1}{2n+1}$$ diverges.
I understand that $$\sum\frac{1}{n}$$ i.e. the harmonic series diverges (I say this because of the comparison test, that is, $$\frac{1}{2n+1}\leq\frac{1}{2n}\leq\frac{1}{n}$$).
However, this doesn't correctly imply that 1/(2n + 1) diverges.
Then I decided to use the integral test! WLOG, let the lower limit be even prime.
$$\int_2^\infty\frac{dx}{2x+1}=\frac{1}{2}\int_2^\infty\frac{2dx}{2x+1}=\frac{1}{2}[\ln{(2x+1)}]\Big|_2^\infty=\infty$$
Therefore, since the integral diverges, the series diverges.
Is this correct?
 
on Phys.org
Hi suluclac,

Your work is correct, although one would technically have to justify (or just point out) that the sequence in question decreases to $0$ in order to apply the integral test.

Direct comparison test works here, too. For all $n \ge 2$, $2n + 1 \le 2n + (1/2)n = (5/2)n$. Therefore

$$\frac{1}{2n+1} \ge \frac{2/5}{n}\quad (n \ge 2)$$

Since the harmonic series diverges, so does $\sum \frac{2/5}{n}$; by direct comparison the series $\sum \frac{1}{2n+1}$ diverges.
 
Although mathematically sufficient, it amazes me the fact that the inequality reverses as we multiply 1/n by 2/5!