Source codeVideos
Sequence and Series

Difference between Arithmetic and Geometric Series

Nabil Akbarazzima Fatih

Mathematics

Arithmetic Series

Basic concept:

An arithmetic series is the sum of the terms of an arithmetic sequence. Remember, an arithmetic sequence is one that has a constant difference (common difference) between its terms (bb).

So, we are summing terms with the pattern: a,a+b,a+2b,a+3b,a, a+b, a+2b, a+3b, \dots.

The sum of the first nn terms (SnS_n) of an arithmetic series can be calculated using the formula:

Sn=n2(2a+(n1)b)S_n = \frac{n}{2}(2a + (n-1)b)

or

Sn=n2(a+Un)S_n = \frac{n}{2}(a + U_n)

Where aa is the first term and UnU_n is the nn-th term.

Simple analogy:

Imagine you are stacking bricks. The first layer has 1 brick, the second layer has 3 bricks, the third layer has 5 bricks, and so on (common difference = 2). An arithmetic series represents the total number of bricks needed to make a stack nn layers high.

Geometric Series

Basic concept:

A geometric series is the sum of the terms of a geometric sequence. Remember, a geometric sequence is one that has a constant ratio (common ratio) between its terms (rr).

So, we are summing terms with the pattern: a,ar,ar2,ar3,a, ar, ar^2, ar^3, \dots.

The sum of the first nn terms (SnS_n) of a geometric series can be calculated using the formula:

Sn=a(rn1)r1S_n = \frac{a(r^n - 1)}{r-1}

for r1r \neq 1, where aa is the first term and rr is the ratio.

Simple analogy:

Going back to the example of bacteria dividing (1 becomes 2, 2 becomes 4, etc., ratio = 2). A geometric series is the total number of bacteria after nn divisions. For example, the total number of bacteria after 3 divisions is 1+2+4=71 + 2 + 4 = 7.

Key Differences

FeatureArithmetic SeriesGeometric Series
BasisSum of terms in an arithmetic sequence (common difference bb)Sum of terms in a geometric sequence (common ratio rr)
Sum Formula SnS_nn2(2a+(n1)b)\frac{n}{2}(2a + (n-1)b)a(rn1)r1\frac{a(r^n - 1)}{r-1}
PatternConstant addition/subtractionConstant multiplication/division