Questions tagged [divergent-series]

Questions on whether certain series diverge, and how to deal with divergent series using summation methods such as Ramanujan summation and others.

When a series of real or, more generally, complex numbers diverges, it is still possible, sometimes, to give a meaning to its sum. For instance, given a series $\displaystyle\sum_{n=0}^\infty a_n$, if the series $\displaystyle\sum_{n=0}^\infty a_nx^n$ converges for each $x\in[0,1)$ and if furthermore the limit$$\lim_{x\to1}\sum_{n=0}^\infty a_nx^n$$exists, it is natural to say that $\displaystyle\sum_{n=0}^\infty a_n$ is this limit. Besides, if the series $\displaystyle\sum_{n=0}^\infty a_n$ actually converges, then the two sums are the same.

1714 questions
1
vote
1 answer

Ramanujan resummation

according to the paper from delabaere http://algo.inria.fr/seminars/sem01-02/delabaere2.pdf $$ \sum_{n=1}^{\infty}n^{k}= \zeta (-k)+ \frac{1}{k+1} $$ and $ \sum_{n=1}^{\infty}n^{-1}= \gamma $ but shouldn't all the results for a certain divergent…
Jose Garcia
  • 8,506
1
vote
0 answers

How do you show the sum of $1/(n\log n)$ diverges?

How do you show the sum $$\sum_{n=2}^\infty \frac{1}{n\log n}$$ diverges? I have tried to use the ratio test but the outcome was inconclusive as the limit was equal to $1$.
Sadie
  • 31
1
vote
4 answers

Sum of the Harmonic Series?

What happens when you use summability methods on the harmonic series? I'm quite surprised I haven't been able to find anything on this anywhere, considering that the partial sums of the harmonic series grow at a logarithmic rate, while series whose…
Ayesha
  • 2,640
1
vote
1 answer

Improper integral divergence

Use the graph of 1/x and the sum of areas of rectangles to show that $\int _{ 1 }^{ \infty }{ \frac { 1 }{ x } dx }$ = +$\infty$. Would the sum of rectangles just be: 1 + 1/2 + 1/3 + 1/4 +....+1/n + = +$\infty$.
Quaxton Hale
  • 1,258
1
vote
1 answer

Does this imaginary series really diverge?

$$\sum_{n=2}^{\infty}{\frac{(-i)^{n}}{\ln n}}$$ In the answer, using comparison test $1/\ln n > 1/n,$ the series is divergent. But, in my opinion, the series can be divided like $$\sum_{n=1}^{\infty}{\frac{(-1)^{n}}{\ln…
J sw
  • 21
1
vote
0 answers

The Method used in the solution

$$ \sum_{k=1}^∞ \frac{(x^k)} {(k^2)} $$ The question is, Check if it is divergent. Solution: Step1: $$ R_1 = \frac{1}{lim \frac{k^2}{(k+1)^2}} =1 $$ can someone explain step 1.Which method is used to solve it? Is it cauchy?
1
vote
0 answers

Borel and Abel resummation and zeta regularization

is ist posible to apply Borel resummation to sums of the form $$ 1-2^{s}+3^{s}-4^{s}+....=\eta(-s) $$ of course the idea is to link zeta regularization and Borel summation since $$ \eta(s)=(1-2^{1-s})\zeta (s) $$ using Borel summastion plus the…
Jose Garcia
  • 8,506
1
vote
2 answers

Showing that $\ln(1+(1/n))$ diverges with terms approaching 0

For the harmonic series where $$\sum_{n=1}^{\infty}(1/n)$$ diverges whose terms approach zero as '$n$' goes it infinity, I was meant to show that $$\sum_{n=1}^{\infty}\ln(1+(1/n))$$ also has the same property. I first started with simplifying the…
Esajan
  • 11
1
vote
1 answer

(C, α)/(C,k) summation

I'm stuck here at a definition in Hardy's "Divergent Series". On page 96 he defines the Cesàro means $(C,k)$ by We write $A_n^{0} = A_n = a_0 + a_1 + ... + a_n \quad , ..., \quad A_n^k = A_0^{k-1} + A_1^{k-1} + ... + A_n^{k-1}$ and $E_n^k$ for the…
1
vote
4 answers

Condition for divergent series

When studying the material of convergent series, I came up with a question. Is $\lim_{n \to \infty}a_n \ne 0$ a sufficient and necessary condition for the series $∑a_n$ to be divergent?
1
vote
0 answers

Regularization of the following sum

Am interested in how one could regularize the following sum $\sum_{m,n = 1, \infty} \sqrt{m^2 + n^2}$. Would preferably want this in the $\epsilon$ expansion regularization as talked below where a series $\sum_{n=1,\infty} n$ is regularized by…
1
vote
1 answer

Cesaro summability of the series $ 1+2^{a}+3^{a}+.... $

given the series $$ S=\sum_{n=1}^{\infty}n^{a} $$ for $ Re(a) <1 $ is this series Cesaro summable of any finite order ??
Jose Garcia
  • 8,506
1
vote
6 answers

Does the sequence $x_{n+1}=x_n+\frac{1}{x_n}$ converge or diverge?

Set $x_1=a$, where $a > 0$ and let $x_{n+1}= x_n + \frac{1}{x_n}$. Determine if the sequence $ \lbrace X_n \rbrace $ converges or diverges. I think this sequence diverges since Let $x_1= a > 0$ and $x_{n+1}= x_n + (1/x_n)$ be given. Let $x_1=2$…
1
vote
2 answers

finding area of convergence for Fibonacci Generating Function Formula

The following text is from the book A Friendly Introduction to Number Theory by J H Goldenman :) Checking the process again and again I found no restriction for x (i.e. the area of convergence). However, for x=1 we have $\infty = -1$. When we say…
user200918
1
vote
4 answers

prove that the series $\sum \frac {n^2}{n+1}$ diverges.

Looking for some help with the following problem, I need to prove that the series $\sum \frac {n^2}{n+1}$ diverges. My solution was: I decided to use the comparison test and noticed that, $\frac{n^2}{n+1}<\frac {n^2}{n}=\frac {1}{n}$ and $\sum…
hburt
  • 57
  • 8