$$b_n=\frac{x}{1}+\frac{x+1}{3}+\frac{x+2}{5}+\frac{x+3}{7}...+\frac{x+n}{2n+1}$$ $$n>1$$
I have this series and I have no idea how to solve it.I have seen the formula but I don't understand it completely:$$|a_n-l|\leqε$$ I guess that module | | represents the fact that every constant that has a negative value is changed into a positive value???Is that what it means? So,if $a_n$ is a function and is far away from the position of the limit L and is negative that means the values plugged into the module are changed into positive? I looked at the Cauchy definition of the series and it showed me the same module but with different terms $|a_{n+1}+a_{n+2}+a_{n+3}...+a_{n+p}|<ε$.
You have the infinite series $$b_n=\frac{x}{1}+\frac{x+1}{3}+\frac{x+2}{5}+\frac{x+3}{7}...+\frac{x+n}{2n+1}$$
You are looking for an answer about the convergence of your series.
There is a divergence test which applies to your series
The series $$\sum _1^\infty a_n$$ diverges if the term $a_n$ does not tend to zero as $n$ goes to infinity.
Since $$\lim _{n\to \infty} \frac {x+n}{2n+1} = \frac {1}{2} \ne 0$$
Your series diverges. The Cauchy Criterion does not apply here for this series.