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

sum of complex exponent

I am trying to find the following sum of a series about exponent of complex number $$\sum_{m=-M}^M\exp(imx)$$ where $M$ is integer and $x$ is continuous real variable. I have no idea how to compute the sum to get a close form. But I try mathematica…
1
vote
1 answer

Conditions for Alternating series to diverge

Series $(-1)^nb_n$ converges conditionally if the series $\{b_n\}_{n=1}^{\infty}$ diverges but two conditions are satisfied: the series is non increasing . $\displaystyle\lim_{n\to \infty}{b_n} = 0$ I want to know if the 1st condition(it is not…
MCS
  • 615
1
vote
3 answers

Does the series $\sum_{n=2}^\infty {\frac{n+2}{n^3-2n^2+1}}$ converge?

Do the following converge: $\sum_{n=2}^\infty {\frac{n+2}{n^3-2n^2+1}}$ For this one I think the answer is no I just can't prove it. I split it up into partial fractions and got: $\frac{3n+1}{n^2-n-1}-\frac{3}{n-1}$ but after that I'm stumped :( The…
babylon
  • 259
1
vote
1 answer

Divergence of a series

I'd like to know if this proposition is true: $$ \left\{ x_n \right\} | x_{n+1}>x_n \wedge \lim_{n \to \infty}x_n = \infty \Rightarrow $$ $$\sum_{n \geq 1} \left( 1 - \frac{x_n}{x_{n+1} } \right) = \infty$$ Can anyone help me?
Ludox
  • 289
1
vote
2 answers

Clearing up proof of: Harmonic series of primes diverges

In the book "An Introduction to Number Theory" by Apostol there is a proof given by Clarkson, that $ \sum_{n=1}^{\infty} {1 \over {p_m}} $ diverges. It is assumed $ \sum_{m=k+1}^{\infty} {1 \over {p_m}} < {1 \over 2} $ for a certain $ k \in…
Imago
  • 2,132
1
vote
3 answers

Looking at slow divergent series.

So today i have two questions in one, basically i need explanations. It is school break and where can i find a better place to tutor myself with math apart from here. Now I came across this topic of divergent series, I was wondering apart from;…
user249811
0
votes
2 answers

Determine Convergence or Divergence of Summation $(-1)^n \sqrt n\over \ln n$

Determine whether the series is conditionally convergent, absolutely convergent, or divergent. $$\sum_{n=2}^{\infty}\frac{(-1)^n\sqrt{n}}{\ln(n)}$$ The absolute value of this sum is divergent by the divergence test, and it's inconclusive by the…
MaryG
  • 41
0
votes
1 answer

Is it possible to determine whether this series is convergent?

One often comes across stability regions when looking at explicit and implicit Euler's method (for $\dot{x}=\lambda x$). But I have never come across such region for Verlet, say for the ODE $\ddot{x}=\lambda x$: $$ x_{n+1} = 2x_n - x_{n-1} +…
0
votes
0 answers

Define $u_n$ and $v_n$ inductively

it is asked to find an expression for $u_{n}$ in terms of n and for $v_{n}$ also in terms of n $a, b \in $R $v_1=(a+b)/2$ $u_1=\sqrt{ab}$ $u_{n+1}= \sqrt{u_n\cdot v_n}$ $v_{n+1}=\dfrac{v_n+u_n}{2}$ i have tried to start calculating a list of $u_n$…
DDDD
  • 563
  • 2
  • 6
  • 18
0
votes
2 answers

Divergent test for a simple series

how would I be able to prove that, using the comparison test, diverges? Using symbolab gave me diverges, but it does not show how, and it used the series root test, which I will not cover in my course. Thank you.
0
votes
1 answer

Divergence Test Question

How would I show this series diverges $$\sum_{r=1}^{\infty} \frac{(-1)^rr^3}{2r^3+3r^2+1}$$ It's a monotonically increasing sequence, so i know the series would diverge, but how would i prove this?
0
votes
2 answers

Are Caesaro summation and Abelian summation frown upon in mathematical community?

If we agree to define $S=\lim_{n\to \infty}\sum_0^na_n$,then, only convergent series can have meaningful $S$. But if we decide to define $S$, to be the Caesaro mean, now we can also assign a real number to $S$ for some divergent series as well. My…
curiosity
  • 133
0
votes
2 answers

Comparison test example from Spivak's Calculus

As an example application of the comparison test, Spivak introduces the series $\displaystyle \sum_{n=1}^{\infty} \frac{n+1}{n^{2}+1}$. He says, "we would expect this series to diverge, since $\frac{n+1}{n^{2}+1}$ is practically $\frac{1}{n}$ for…
0
votes
1 answer

Show that the series is divergent.

Test the convergence $$\sum_{n=1}^{\infty}\frac{n^n}{(n+1)^{n+1}}$$ My attempt: I did Root Test and got '1' the test failed, and I couldn't do the Logarithmic Test. My textbook has done it in solved examples but its wrong. Book says convergent but…
Poudel89
  • 21
  • 2
0
votes
1 answer

Divergence of series - Counter example

I am attempting to disprove following statement with counter example. If $\sum_{n=1}^{\infty} a_{n}$ converges and lim $b_{n}$ = 0, then $\sum_{n=1}^{\infty} a_{n}b_{n}$ converges My work: If a series converges then lim $ a_{n} $ = 0. All of the…
weedfarmer
  • 73
  • 7