Mister Exam

Other calculators


|1-(-1)^n|

Sum of series |1-(-1)^n|



=

The solution

You have entered [src]
  oo             
 ___             
 \  `            
  \   |        n|
  /   |1 - (-1) |
 /__,            
n = 1            
$$\sum_{n=1}^{\infty} \left|{1 - \left(-1\right)^{n}}\right|$$
Sum(Abs(1 - (-1)^n), (n, 1, oo))
The rate of convergence of the power series
The answer [src]
  oo              
 ___              
 \  `             
  \   |         n|
  /   |-1 + (-1) |
 /__,             
n = 1             
$$\sum_{n=1}^{\infty} \left|{\left(-1\right)^{n} - 1}\right|$$
Sum(Abs(-1 + (-1)^n), (n, 1, oo))
The graph
Sum of series |1-(-1)^n|

    Examples of finding the sum of a series