askvity

How to Find Finite Series

Published in Series Summation 3 mins read

Finding the sum of a finite series depends on the type of series. The most common types are arithmetic and geometric series. Let's explore how to find their sums.

Arithmetic Series

An arithmetic series is a sequence where the difference between consecutive terms is constant (this difference is called the common difference). To find the sum of a finite arithmetic series, use the following formula:

Sn = n(a1 + an)/2

Where:

  • Sn is the sum of the first n terms.
  • n is the number of terms.
  • a1 is the first term.
  • an is the last (nth) term.

Study.com provides a clear explanation of this formula.

Example: Find the sum of the arithmetic series 2, 5, 8, 11, 14.

Here, n = 5, a1 = 2, and a5 = 14. Plugging these values into the formula:

S5 = 5(2 + 14)/2 = 40

Therefore, the sum of the series is 40.

Geometric Series

A geometric series is a sequence where each term is found by multiplying the previous term by a constant value (called the common ratio). The sum of a finite geometric series is calculated using this formula:

Sn = a1(1 - rn) / (1 - r)

Where:

  • Sn is the sum of the first n terms.
  • a1 is the first term.
  • r is the common ratio.
  • n is the number of terms. The importance of correctly identifying n is emphasized in Sal's demonstration of the formula derivation.

This formula is detailed on websites like Varsity Tutors and CK-12 Foundation. Note that this formula is valid only when r ≠ 1.

Example: Find the sum of the geometric series 1, 3, 9, 27, 81.

Here, a1 = 1, r = 3, and n = 5. Substituting into the formula:

S5 = 1(1 - 35) / (1 - 3) = 121

The sum of the series is 121.

Other Finite Series

For other types of finite series, there might not be a single, readily available formula. However, a formula can always be found to fit any finite sequence of numbers, as explained on Mathematics Stack Exchange. This often involves higher-level mathematical techniques like polynomial interpolation. For practical purposes, calculators or software such as the Omnicalculator sum of series calculator can be used to evaluate many finite series.

Related Articles