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
2
votes
3 answers

Proving the divergence of a series through a better method

Can anyone suggest an elegant proof for the divergence of the series: $$ \sum\limits_{n = 1}^\infty {7^{\ln n} } $$ I already solved it using the Raabe-Duhamel test, but I would like to see something prettier.
2
votes
2 answers

Proof divergence $\sum_{n=1}^\infty (\frac{n+1}{n})^n$

Proof divergence $\sum_{n=1}^\infty (\frac{n+1}{n})^n$ I don't know how to do this problem, maybe a hint or two will help.
2
votes
2 answers

Need to clarify that this series diverges

$$\sum_{n=3}^\infty \frac{1}{\log^2 n}$$ diverges by using integral test. Is this true?
Risa
  • 303
2
votes
1 answer

how to prove $\sum \frac {|\alpha+\sin(n^2)|}n$ diverges without summation by parts?

Looking for exercises of divergent/convergent series, I stumbled upon this problem, that seems fairly solvable, but I'm a bit stuck... We want to prove that $$ \sum_{n=1}^{\infty} \frac {|\alpha+\sin(n^2)|}n $$ diverges, but I don't want to use…
StheW
  • 168
2
votes
1 answer

How do you determine the nature of this series

Consider the following series: $\sum{(-1)^n\sin{(\pi\sqrt{1+n^2})}}$ We want to determine if the series diverges or not. I can prove that all the terms of the series are positive, but that's all. I have no clue how to prove that the series converges…
Soumirai
  • 161
2
votes
2 answers

Prove the divergent series $\sum_{k=2}^{\infty} \frac{1}{log^3k}$

Prove that the series $$\sum_{k=2}^{\infty} \frac{1}{log^3k}$$ diverges. I have already tried the ratio test and root test but both give me that it's less than 1, but when I wanted to check it on Wolfram Alpha it says it diverges by the comparison…
CryoDrakon
  • 3,392
2
votes
0 answers

How to prove that the Euclidean norm of a vector valued sequence diverge to infinity?

Thanks for reading me. I have a very particular problem. I want to know whether the following is satisfied: $\lim_{k \rightarrow \infty} |x_k| = \lim_{k \rightarrow \infty} | (\sum_{j=0}^{k} (A + B)^j) B (\sum_{i=0}^{k}A^i)Z| = \infty$, where $A,B…
OliVer
  • 150
2
votes
2 answers

Why is $\sum_{n=1}^\infty {1\over{n^{1+ {1\over\ln \ln n}}}}$ divergent?

I am just starting to learn Calculus. If anyone could help me that would be very useful. Thanks ahead From here: how to prove $\sum {\frac{1}{n^{1+1/n}}}$ is divergent I don't really get how to use induction from $\dfrac{1}{n ^ {1+ \frac{1}{n}}} \lt…
Wakeme UpNow
  • 189
  • 6
2
votes
0 answers

Is there a readable diagram illustrating all the Tauberian-type theorems?

The Wikipedia page Divergent Series lists dozens of various methods for "summing" divergent series, without any real indication of the relations between them. Is there anywhere I could find a diagram showing the relations between the various…
2
votes
3 answers

Proof infinite series $1 + 2 + 3 +\cdots +n+\cdots$ diverges

Question: By considering the partial sums for S, that is $S_n = 1 + 2 + 3 +\cdots +n$ show that the infinite series S does not converge. My answer : I tried to attempt this question, but I was able to prove that the series converges to $-1/12$…
2
votes
0 answers

Convergence of a subseries of the series $\sum_{n \ge 1} \frac{1}{p_n}$, where $p_n$ is the $n$ th prime.

Let $p_n$ be the $n$th prime number. Does the following series $$ \sum_{n \ge 1} \frac{1}{p_{p_n}} = \frac{1}{3} + \frac{1}{5} + \frac{1}{11} + \cdots $$ converge or diverge? Similarly, I am so curious about the convergence of the subsequent type…
hkju
  • 1,031
1
vote
2 answers

Linearity of summation of divergent series

I just learnt that one of the axioms of a summation method for a divergent series is linearity: $$S[\sum_{n=0}^{\infty}(\alpha a_{n} + \beta b_{n})] = \alpha S[\sum_{n=0}^{\infty} a_{n}] + \beta S[\sum_{n=0}^{\infty} b_{n}]$$ However this stroke me…
guillefix
  • 500
1
vote
2 answers

Prove that $\ln(x)$ diverges

Prove that $\ln(x)$ diverges using the fact that the harmonic series diverges. How can I compare the $\ln$ with the harmonic series, if the harmonic series appears to be more relevant to the derivative of $\ln$? Edit: show $\ln(x) \rightarrow\infty$…
kiwifruit
  • 707
1
vote
1 answer

Convergence of series involving n!

Let $$a(n)=(n-1)!\frac{e^n}{n^{n-1/2}} - \sqrt{2\pi}$$ for n=1 to infinity. Does the sum of $a(n)$'s, i.e. $\sum_{n=1}^\infty a(n)$, converge?
1
vote
1 answer

Is this a valid way to prove that this infinite sum is divergent?

I have the infinite sum: $$\sum_{n=1}^{\infty}\frac{1}{2(n+2)}$$ In this sum I observe that all instances of n is added with 2 before used. Therefor I would think i could do this $$\sum_{n=1}^{\infty}\frac{1}{2(n+2)} =…
Alice Ryhl
  • 7,853