What Are Series in Math?

Series is a powerful tool in finance, among other fields. Banks use series to calculate loans, savings and investments, as well as the values of cash flows. By understanding the basic principles of series, you will gain more insight into the inner workings of finance.

Theory

Series

A series is a sequence of numbers where you exchange the comma with a plus or a minus. Series generally look like this:

a1 + a2 + a3 + + an +

Here, n is the number of the term and an is the actual number in that term.

When you calculate the sum of a very long series, it can get pretty tiresome to write out the entire series. For that reason, mathematicians have managed to find a way to do this much easier by introducing the Greek letter sigma: . You can write the sum of a series in the following way:

Theory

The Summation Symbol

The sum of the first n terms of a series of numbers can be written in the following way:

Sn = i=1na i = a1 + a2 + + an

Here, Sn is the sum of n terms. i = 1 tells you that you will begin counting from term number 1, n shows you which term to stop at, and ai is the formula that describes term number i.

Series do not have to be finite. There are also infinite series. When working with infinite series, the most frequent question is: what happens to the sum of the series? Will the terms of the series become so small that in the end, no matter how many terms you add, the sum will still become a specific number, or will the terms of the series be so large that their sum becomes infinitely large? Mathematically, these two cases are called convergence and divergence respectively. In general, you have:

Theory

Convergence and Divergence

Convergence:

The sum of the series tends towards a specific number when n .

Divergence:

The sum of the series does not converge towards a specific number, often because it tends to ± when n .

Example 1

You have a series where

a1 = 3,a2 = 6,a3 = 9, ,an = 3n,

a1 = 3,a2 = 6,a3 = 9,,an = 3n,

Find the sum of the first ten factors. Check what happens with the sum when n .

In order to find the sum of the first ten terms, you need to use the summation symbol with n = 10 and ai = 3i. That will give you

S10 = i=1103i = 3 1 + 3 2 + 3 3 + 3 4 + 3 5 + 3 6 + 3 7 + 3 8 + 3 9 + 3 10 = 3 + 6 + 9 + 12 + 15 + 18 + 21 + 24 + 27 + 30 = 165.

S10 = i=1103i = 3 1 + 3 2 + 3 3 + 3 4 + 3 5 + 3 6 + 3 7 + 3 8 + 3 9 + 3 10 = 3 + 6 + 9 + 12 + 15 + 18 + 21 + 24 + 27 + 30 = 165.

In order to check what happens to the sum when n , it can be worth checking out the formula for the terms. In this case, an = 3n. These terms are multiples of 3, which are just going to get larger and larger, making the sum grow larger and larger as well. That means you can conclude that the sum will just increase by more and more in such a manner that it goes beyond all boundaries when n . For that reason, the sum of this series diverges.

Example 2

You have a series where

a1 = 1 2a2 = 1 4a3 = 1 8 an = 1 2n

a1 = 1 2,a2 = 1 4,a3 = 1 8,,an = 1 2n,

Find the sum of the first five terms. Check what happens to the sum when n .

In order to find the sum of the first five terms, you need to use the summation symbol with n = 5 and ai = 1 2i. That will give you

S5 = i=15 1 2i = 1 21 + 1 22 + 1 23 + 1 24 + 1 25 = 1 2 + 1 4 + 1 8 + 1 16 + 1 32 = 1 16 2 16 + 1 8 4 8 + 1 4 8 4 + 1 2 16 2 + 1 32 = 16 + 8 + 4 + 2 + 1 32 = 31 32.

In order to check what happens with the sum when n , it can be worth taking a look at the formula for the terms. In this case an = 1 2n.

These terms become smaller and smaller the further out in the series you get.

The fact that the terms become smaller and smaller does not necessarily mean that the sum of the series converges, but it means that there is a chance that the sum of the series converges.

You will see how to decide whether it converges or not by looking at the entry about geometric series. In this particular case, I can tell you that this series decreases fast enough for the sum of the series to converge towards a number, which happens to be exactly 1. Then you can conclude that the sum of the series converges when n . Mathematically, it will look like this:

S = n=11 2i = 1.

Want to know more?Sign UpIt's free!