A series is an infinite sum of values in a sequence. Series are usually written in summation notation, using capital Sigma (). Series are useful to calculate approximations with high accuracy to irrational values (such as Pi) as well as other fields such as digital signal processing in computer science.

Definition

A series is obtained by adding the values of a sequence. Remember that sequence notation is represented as Written in summation notation:

Partial Sums

A partial sum of a series is simply a finite sum subset of the series. I.e. by adding the first values of a series, we obtain the th partial sum.

Convergence Of A Series

Remember how series are infinite sums? Well the same concept of limits can be applied onto series.

Let be a sequence, with its corresponding sequence of partial sums being .

The sequence of partial sums as n approaches infinity (i.e. a series) may or may not have a limit. If it does, however, then the limit of the partial sums can be used to find the convergence of the sum of the series:

If the sequence of partial sums does not have a limit, then the series is said to diverge.

Geometric Series

A geometric series is a series in which future terms are generated by the multiplication of a common factor, . It is always in the form:

where and

The series converges if and diverges if . Since we are repeatedly multiplying by a number smaller than 1, we are essentially reducing the value of future terms, and hence the final sum converges into a value. If then:

This formula is obtained by the general formula for geometric series:

p-Harmonic Series

A p-harmonic series is a series consisting of unit fractions (i.e. fractions smaller than 1). It is of the form:

If , then the series converges to 0. Else, if , the series diverges.

Properties Of Series (Convergence)

Let and be two unique series that both converge onto values and respectively and let be a constant:

  1. = [converges]

  2. = = [converges]

Convergence/Divergence Tests

ConditionsTest
The limit of seems to equate to 0[[Divergence Test
Series contains factorials and/or exponents[[Ratio Test
Else[[Comparison Test