Learn on PengiOpenStax Algebra and TrigonometryChapter 13: Sequences, Probability, and Counting Theory

Lesson 13.4: Series and Their Notations

New Concept A series is the sum of terms in a sequence. We use summation notation , $\sum$, to represent these sums. You will learn to calculate sums for arithmetic, geometric, and even infinite series, applying these skills to solve problems like annuities.

Section 1

πŸ“˜ Series and Their Notations

New Concept

A series is the sum of terms in a sequence. We use summation notation, βˆ‘\sum, to represent these sums. You will learn to calculate sums for arithmetic, geometric, and even infinite series, applying these skills to solve problems like annuities.

What’s next

This is just the start. Next, you'll tackle practice cards on using summation notation and work through interactive examples of arithmetic and geometric series.

Section 2

Summation Notation

Property

The sum of the terms of a sequence is called a series. Summation notation is used to represent series and is often known as sigma notation because it uses the Greek capital letter sigma, Ξ£\Sigma. The sum of the first nn terms of a series can be expressed in summation notation as follows:

βˆ‘k=1nak \sum_{k=1}^{n} a_k

This notation tells us to find the sum of aka_k from k=1k=1 to k=nk=n. kk is called the index of summation, 11 is the lower limit of summation, and nn is the upper limit of summation. To evaluate, substitute each value of the index kk from the lower limit to the upper limit into the formula and add the resulting terms.

Examples

  • Evaluate βˆ‘k=25(kβˆ’1)2\sum_{k=2}^{5} (k-1)^2. We sum the terms for k=2,3,4,5k=2,3,4,5: (2βˆ’1)2+(3βˆ’1)2+(4βˆ’1)2+(5βˆ’1)2=12+22+32+42=1+4+9+16=30(2-1)^2 + (3-1)^2 + (4-1)^2 + (5-1)^2 = 1^2 + 2^2 + 3^2 + 4^2 = 1+4+9+16=30.
  • Evaluate βˆ‘i=14(3i+2)\sum_{i=1}^{4} (3i+2). We sum the terms for i=1,2,3,4i=1,2,3,4: (3(1)+2)+(3(2)+2)+(3(3)+2)+(3(4)+2)=5+8+11+14=38(3(1)+2) + (3(2)+2) + (3(3)+2) + (3(4)+2) = 5+8+11+14=38.

Section 3

Sum of an arithmetic series

Property

An arithmetic series is the sum of the terms of an arithmetic sequence. The formula for the sum of the first nn terms of an arithmetic sequence is:

Sn=n(a1+an)2 S_n = \frac{n(a_1 + a_n)}{2}

To find the sum, identify the first term a1a_1, the last term ana_n, and the number of terms nn, then substitute these values into the formula.

Examples

  • Find the sum of the arithmetic series 3+7+11+15+193 + 7 + 11 + 15 + 19. Here, a1=3a_1=3, an=19a_n=19, and n=5n=5. So, S5=5(3+19)2=5(22)2=55S_5 = \frac{5(3 + 19)}{2} = \frac{5(22)}{2} = 55.
  • Find the sum of the series 50+45+40+β‹―+1050 + 45 + 40 + \dots + 10. First, find nn: 10=50+(nβˆ’1)(βˆ’5)10 = 50 + (n-1)(-5), which gives n=9n=9. Then, S9=9(50+10)2=9(60)2=270S_9 = \frac{9(50 + 10)}{2} = \frac{9(60)}{2} = 270.

Section 4

Sum of a geometric series

Property

A geometric series is the sum of the terms in a geometric sequence. The formula for the sum of the first nn terms of a geometric sequence is represented as:

Sn=a1(1βˆ’rn)1βˆ’r,rβ‰ 1 S_n = \frac{a_1 (1 - r^n)}{1 - r}, \quad r \neq 1

To use the formula, identify the first term a1a_1, the common ratio rr, and the number of terms nn.

Examples

  • Find S6S_6 for the series 2+6+18+…2 + 6 + 18 + \dots. Here, a1=2a_1=2, r=3r=3, and n=6n=6. The sum is S6=2(1βˆ’36)1βˆ’3=2(1βˆ’729)βˆ’2=βˆ’(βˆ’728)=728S_6 = \frac{2(1 - 3^6)}{1 - 3} = \frac{2(1 - 729)}{-2} = -(-728) = 728.
  • Evaluate βˆ‘k=15100β‹…(12)k\sum_{k=1}^{5} 100 \cdot (\frac{1}{2})^k. This is a geometric series with a1=100(12)1=50a_1 = 100(\frac{1}{2})^1=50, r=12r=\frac{1}{2}, and n=5n=5. The sum is S5=50(1βˆ’(12)5)1βˆ’12=50(1βˆ’132)12=100(3132)=96.875S_5 = \frac{50(1 - (\frac{1}{2})^5)}{1 - \frac{1}{2}} = \frac{50(1 - \frac{1}{32})}{\frac{1}{2}} = 100(\frac{31}{32}) = 96.875.

Section 5

Sum of an infinite geometric series

Property

The sum of an infinite series is defined if the series is geometric and the common ratio rr satisfies βˆ’1<r<1-1 < r < 1. The formula for the sum of an infinite geometric series is:

S=a11βˆ’r S = \frac{a_1}{1 - r}

To find the sum, identify the first term a1a_1 and common ratio rr, confirm that βˆ’1<r<1-1 < r < 1, and then use the formula.

Examples

  • Find the sum of the infinite series 18+6+2+…18 + 6 + 2 + \dots. The first term is a1=18a_1=18 and the common ratio is r=618=13r = \frac{6}{18} = \frac{1}{3}. Since βˆ’1<13<1-1 < \frac{1}{3} < 1, the sum exists. S=181βˆ’13=1823=27S = \frac{18}{1 - \frac{1}{3}} = \frac{18}{\frac{2}{3}} = 27.
  • Determine if the sum of 2βˆ’4+8βˆ’β€¦2 - 4 + 8 - \dots is defined. The common ratio is r=βˆ’42=βˆ’2r = \frac{-4}{2} = -2. Since rr is not between -1 and 1, the series diverges and its sum is not defined.

Section 6

Solving annuity problems

Property

An annuity is an investment in which the purchaser makes a sequence of periodic, equal payments. The future value of an annuity can be found using the formula for the sum of a geometric series:

Sn=a1(1βˆ’rn)1βˆ’r S_n = \frac{a_1(1 - r^n)}{1 - r}

To find the value: determine a1a_1 (the periodic deposit), nn (the number of deposits), and rr (1 + the periodic interest rate). Then substitute these values into the formula.

Examples

  • A deposit of 300 dollars is made monthly into a fund earning 3% annual interest, compounded monthly, for 10 years. We have a1=300a_1=300, n=120n=120, and r=1+0.0312=1.0025r = 1 + \frac{0.03}{12} = 1.0025. The value is S120=300(1βˆ’1.0025120)1βˆ’1.0025β‰ˆ41822.44S_{120} = \frac{300(1 - 1.0025^{120})}{1 - 1.0025} \approx 41822.44 dollars.
  • A person deposits 1000 dollars every quarter for 5 years. The account earns 8% annual interest, compounded quarterly. Here a1=1000a_1=1000, n=20n=20, and r=1+0.084=1.02r = 1 + \frac{0.08}{4} = 1.02. The value is S20=1000(1βˆ’1.0220)1βˆ’1.02β‰ˆ24297.37S_{20} = \frac{1000(1 - 1.02^{20})}{1 - 1.02} \approx 24297.37 dollars.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 13: Sequences, Probability, and Counting Theory

  1. Lesson 1

    Lesson 13.1: Sequences and Their Notations

  2. Lesson 2

    Lesson 13.2: Arithmetic Sequences

  3. Lesson 3

    Lesson 13.3: Geometric Sequences

  4. Lesson 4Current

    Lesson 13.4: Series and Their Notations

  5. Lesson 5

    Lesson 13.5: Counting Principles

  6. Lesson 6

    Lesson 13.6: Binomial Theorem

  7. Lesson 7

    Lesson 13.7: Probability

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

πŸ“˜ Series and Their Notations

New Concept

A series is the sum of terms in a sequence. We use summation notation, βˆ‘\sum, to represent these sums. You will learn to calculate sums for arithmetic, geometric, and even infinite series, applying these skills to solve problems like annuities.

What’s next

This is just the start. Next, you'll tackle practice cards on using summation notation and work through interactive examples of arithmetic and geometric series.

Section 2

Summation Notation

Property

The sum of the terms of a sequence is called a series. Summation notation is used to represent series and is often known as sigma notation because it uses the Greek capital letter sigma, Ξ£\Sigma. The sum of the first nn terms of a series can be expressed in summation notation as follows:

βˆ‘k=1nak \sum_{k=1}^{n} a_k

This notation tells us to find the sum of aka_k from k=1k=1 to k=nk=n. kk is called the index of summation, 11 is the lower limit of summation, and nn is the upper limit of summation. To evaluate, substitute each value of the index kk from the lower limit to the upper limit into the formula and add the resulting terms.

Examples

  • Evaluate βˆ‘k=25(kβˆ’1)2\sum_{k=2}^{5} (k-1)^2. We sum the terms for k=2,3,4,5k=2,3,4,5: (2βˆ’1)2+(3βˆ’1)2+(4βˆ’1)2+(5βˆ’1)2=12+22+32+42=1+4+9+16=30(2-1)^2 + (3-1)^2 + (4-1)^2 + (5-1)^2 = 1^2 + 2^2 + 3^2 + 4^2 = 1+4+9+16=30.
  • Evaluate βˆ‘i=14(3i+2)\sum_{i=1}^{4} (3i+2). We sum the terms for i=1,2,3,4i=1,2,3,4: (3(1)+2)+(3(2)+2)+(3(3)+2)+(3(4)+2)=5+8+11+14=38(3(1)+2) + (3(2)+2) + (3(3)+2) + (3(4)+2) = 5+8+11+14=38.

Section 3

Sum of an arithmetic series

Property

An arithmetic series is the sum of the terms of an arithmetic sequence. The formula for the sum of the first nn terms of an arithmetic sequence is:

Sn=n(a1+an)2 S_n = \frac{n(a_1 + a_n)}{2}

To find the sum, identify the first term a1a_1, the last term ana_n, and the number of terms nn, then substitute these values into the formula.

Examples

  • Find the sum of the arithmetic series 3+7+11+15+193 + 7 + 11 + 15 + 19. Here, a1=3a_1=3, an=19a_n=19, and n=5n=5. So, S5=5(3+19)2=5(22)2=55S_5 = \frac{5(3 + 19)}{2} = \frac{5(22)}{2} = 55.
  • Find the sum of the series 50+45+40+β‹―+1050 + 45 + 40 + \dots + 10. First, find nn: 10=50+(nβˆ’1)(βˆ’5)10 = 50 + (n-1)(-5), which gives n=9n=9. Then, S9=9(50+10)2=9(60)2=270S_9 = \frac{9(50 + 10)}{2} = \frac{9(60)}{2} = 270.

Section 4

Sum of a geometric series

Property

A geometric series is the sum of the terms in a geometric sequence. The formula for the sum of the first nn terms of a geometric sequence is represented as:

Sn=a1(1βˆ’rn)1βˆ’r,rβ‰ 1 S_n = \frac{a_1 (1 - r^n)}{1 - r}, \quad r \neq 1

To use the formula, identify the first term a1a_1, the common ratio rr, and the number of terms nn.

Examples

  • Find S6S_6 for the series 2+6+18+…2 + 6 + 18 + \dots. Here, a1=2a_1=2, r=3r=3, and n=6n=6. The sum is S6=2(1βˆ’36)1βˆ’3=2(1βˆ’729)βˆ’2=βˆ’(βˆ’728)=728S_6 = \frac{2(1 - 3^6)}{1 - 3} = \frac{2(1 - 729)}{-2} = -(-728) = 728.
  • Evaluate βˆ‘k=15100β‹…(12)k\sum_{k=1}^{5} 100 \cdot (\frac{1}{2})^k. This is a geometric series with a1=100(12)1=50a_1 = 100(\frac{1}{2})^1=50, r=12r=\frac{1}{2}, and n=5n=5. The sum is S5=50(1βˆ’(12)5)1βˆ’12=50(1βˆ’132)12=100(3132)=96.875S_5 = \frac{50(1 - (\frac{1}{2})^5)}{1 - \frac{1}{2}} = \frac{50(1 - \frac{1}{32})}{\frac{1}{2}} = 100(\frac{31}{32}) = 96.875.

Section 5

Sum of an infinite geometric series

Property

The sum of an infinite series is defined if the series is geometric and the common ratio rr satisfies βˆ’1<r<1-1 < r < 1. The formula for the sum of an infinite geometric series is:

S=a11βˆ’r S = \frac{a_1}{1 - r}

To find the sum, identify the first term a1a_1 and common ratio rr, confirm that βˆ’1<r<1-1 < r < 1, and then use the formula.

Examples

  • Find the sum of the infinite series 18+6+2+…18 + 6 + 2 + \dots. The first term is a1=18a_1=18 and the common ratio is r=618=13r = \frac{6}{18} = \frac{1}{3}. Since βˆ’1<13<1-1 < \frac{1}{3} < 1, the sum exists. S=181βˆ’13=1823=27S = \frac{18}{1 - \frac{1}{3}} = \frac{18}{\frac{2}{3}} = 27.
  • Determine if the sum of 2βˆ’4+8βˆ’β€¦2 - 4 + 8 - \dots is defined. The common ratio is r=βˆ’42=βˆ’2r = \frac{-4}{2} = -2. Since rr is not between -1 and 1, the series diverges and its sum is not defined.

Section 6

Solving annuity problems

Property

An annuity is an investment in which the purchaser makes a sequence of periodic, equal payments. The future value of an annuity can be found using the formula for the sum of a geometric series:

Sn=a1(1βˆ’rn)1βˆ’r S_n = \frac{a_1(1 - r^n)}{1 - r}

To find the value: determine a1a_1 (the periodic deposit), nn (the number of deposits), and rr (1 + the periodic interest rate). Then substitute these values into the formula.

Examples

  • A deposit of 300 dollars is made monthly into a fund earning 3% annual interest, compounded monthly, for 10 years. We have a1=300a_1=300, n=120n=120, and r=1+0.0312=1.0025r = 1 + \frac{0.03}{12} = 1.0025. The value is S120=300(1βˆ’1.0025120)1βˆ’1.0025β‰ˆ41822.44S_{120} = \frac{300(1 - 1.0025^{120})}{1 - 1.0025} \approx 41822.44 dollars.
  • A person deposits 1000 dollars every quarter for 5 years. The account earns 8% annual interest, compounded quarterly. Here a1=1000a_1=1000, n=20n=20, and r=1+0.084=1.02r = 1 + \frac{0.08}{4} = 1.02. The value is S20=1000(1βˆ’1.0220)1βˆ’1.02β‰ˆ24297.37S_{20} = \frac{1000(1 - 1.02^{20})}{1 - 1.02} \approx 24297.37 dollars.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 13: Sequences, Probability, and Counting Theory

  1. Lesson 1

    Lesson 13.1: Sequences and Their Notations

  2. Lesson 2

    Lesson 13.2: Arithmetic Sequences

  3. Lesson 3

    Lesson 13.3: Geometric Sequences

  4. Lesson 4Current

    Lesson 13.4: Series and Their Notations

  5. Lesson 5

    Lesson 13.5: Counting Principles

  6. Lesson 6

    Lesson 13.6: Binomial Theorem

  7. Lesson 7

    Lesson 13.7: Probability