Cal11 calculator

Arithmetic and Geometric Progression Sum of N-Terms Simple Calculations

Reviewed by Calculator Editorial Team

This guide explains how to calculate the sum of arithmetic and geometric progressions with simple formulas and practical examples. Whether you're a student, teacher, or professional, understanding these concepts will help you solve a wide range of mathematical problems.

Introduction

Progressions are sequences of numbers that follow a specific pattern. There are two main types: arithmetic progressions (AP) and geometric progressions (GP). Each has its own unique properties and formulas for calculating the sum of their terms.

In this guide, we'll cover:

  • The definition and properties of arithmetic progressions
  • The definition and properties of geometric progressions
  • Formulas for calculating the sum of n terms in each type
  • Practical examples and comparisons

By the end of this guide, you'll be able to calculate the sum of any arithmetic or geometric progression with confidence.

Arithmetic Progression

An arithmetic progression (AP) is a sequence of numbers where the difference between consecutive terms is constant. This difference is called the common difference (d).

Formula for Sum of n Terms

The sum of the first n terms of an arithmetic progression can be calculated using the formula:

Sₙ = n/2 × [2a + (n - 1)d]

Where:

  • Sₙ = Sum of the first n terms
  • a = First term
  • d = Common difference
  • n = Number of terms

Example Calculation

Let's find the sum of the first 10 terms of an arithmetic progression where the first term (a) is 2 and the common difference (d) is 3.

Using the formula:

S₁₀ = 10/2 × [2×2 + (10 - 1)×3] = 5 × [4 + 27] = 5 × 31 = 155

So, the sum of the first 10 terms is 155.

When to Use Arithmetic Progression

Arithmetic progressions are useful in scenarios where quantities increase or decrease by a constant amount. Examples include:

  • Saving money in a bank account with a fixed monthly deposit
  • Calculating the total cost of items when each subsequent item costs a fixed amount more than the previous one
  • Determining the total distance traveled when speed changes by a constant amount over equal time intervals

Geometric Progression

A geometric progression (GP) is a sequence of numbers where each term after the first is found by multiplying the previous term by a constant called the common ratio (r).

Formula for Sum of n Terms

The sum of the first n terms of a geometric progression can be calculated using the formula:

Sₙ = a × (1 - rⁿ) / (1 - r)

Where:

  • Sₙ = Sum of the first n terms
  • a = First term
  • r = Common ratio
  • n = Number of terms

Note: This formula only works when r ≠ 1. If r = 1, the sum is simply n × a.

Example Calculation

Let's find the sum of the first 5 terms of a geometric progression where the first term (a) is 3 and the common ratio (r) is 2.

Using the formula:

S₅ = 3 × (1 - 2⁵) / (1 - 2) = 3 × (1 - 32) / (-1) = 3 × (-31) / (-1) = 3 × 31 = 93

So, the sum of the first 5 terms is 93.

When to Use Geometric Progression

Geometric progressions are useful in scenarios where quantities increase or decrease by a constant percentage. Examples include:

  • Calculating the total amount in a savings account with compound interest
  • Determining the total population of a city when the population grows by a fixed percentage each year
  • Estimating the total cost of a project when expenses grow by a constant factor each period

Comparison

Here's a comparison table summarizing the key differences between arithmetic and geometric progressions:

Feature Arithmetic Progression Geometric Progression
Definition Sequence where the difference between consecutive terms is constant Sequence where the ratio between consecutive terms is constant
Common Value Common difference (d) Common ratio (r)
Sum Formula Sₙ = n/2 × [2a + (n - 1)d] Sₙ = a × (1 - rⁿ) / (1 - r)
Growth Pattern Linear growth Exponential growth
Common Applications Bank deposits, cost calculations, distance traveled Compound interest, population growth, project costs

FAQ

What is the difference between arithmetic and geometric progressions?

Arithmetic progressions have a constant difference between terms, while geometric progressions have a constant ratio between terms. This leads to different growth patterns and different formulas for calculating sums.

When should I use arithmetic progression formulas?

Use arithmetic progression formulas when dealing with scenarios where quantities change by a fixed amount, such as bank deposits, cost calculations, or distance traveled.

When should I use geometric progression formulas?

Use geometric progression formulas when dealing with scenarios where quantities change by a fixed percentage, such as compound interest, population growth, or project costs.

What if the common ratio in a geometric progression is 1?

If the common ratio (r) is 1, the sum of the first n terms is simply n × a, since all terms are equal to a.

Can I use these formulas for infinite series?

Yes, for geometric progressions with |r| < 1, the sum of an infinite series is a / (1 - r). This is a special case of the finite sum formula when n approaches infinity.