Geometric Progression (GP) - Formulas, n^th Term, Sum (2024)

A geometric progression (GP) is a progression the ratio of any term and its previous term is equal to a fixed constant. It is a special type of progression. In order to get the next term in the geometric progression, we have to multiply the current term with a fixed number known as the common ratio, every time, and if we want to find the preceding term in the progression, we just have to divide the term with the same common ratio. Example: 2, 4, 8, 16, 32, ... is a GP having a common ratio of 2.

The geometric progressions can be finite or infinite. Its common ratio can be negative or positive. Here we shall learn more about the GP formulas, and the different types of geometric progressions.

1.What is a Geometric Progression?
2.Geometric Progression Formula
3.n^th Term of a Geometric Progression
4.Geometric Progression Sum Formula
5.FAQs on Geometric Progression

What is a Geometric Progression?

A geometric progression is a special type of progression where the successive terms bear a constant ratio known as a common ratio. It is also commonly referred to as GP. The GP is generally represented in form a, ar, ar2.... where 'a' is the first term and 'r' is the common ratio of the progression. The common ratio can have both negative as well as positive values. To find the terms of a geometric series, we only need the first term and the constant ratio.

Geometric Progression (GP) - Formulas, n^th Term, Sum (1)

The geometric progression is of two types. They are

  • finite geometric progression and
  • infinite geometric progression.

Let us see the information about each of these.

Finite geometric progression

Finite geometric progression contains a finite number of terms. It is the progression where the last term is defined. For example 1/2,1/4,1/8,1/16,...,1/32768 is a finite geometric series where the last term is 1/32768.

Infinite geometric progression

Infinite geometric progression contains an infinite number of terms. It is the progression where the last term is not defined. For example, 3, −6, +12, −24, +... is an infinite series where the last term is not defined.

Geometric Progression Formula

Here are the formulas related to geometric progressions. Consider a geometric progression a, ar, ar2, ar3, ...

  • nth term: an = arn - 1 (or) an = r an - 1
  • Sum of the first n terms: Sn = a(rn - 1) / (r - 1) when r ≠ 1 and Sn = na when r = 1.
  • Sum of infinite terms: S = a / (1 - r) when |r| < 1 and the sum is NOT defined when |r| ≥ 1.

Geometric Progression (GP) - Formulas, n^th Term, Sum (2)

Let us study each formula in detail in the upcoming sections.

n^th Term of a Geometric Progression

To find the nth term of a GP, we require the first term and the common ratio. If the common ratio is not known, the common ratio is calculated by finding the ratio of any term to its preceding term. The formula for the nth term of the geometric progression is:

an = arn-1

where

  • a is the first term
  • r is the common ratio
  • n is the number of the term which we want to find.

This formula directly follows by observing the geometric progression pattern a, ar, ar2, ar3, ...

Geometric Progression Sum Formula

The geometric progression sum formula is used to find the sum of all the terms in a geometric progression. As we read in the above section that geometric progression is of two types, finite and infinite geometric progressions, hence the sum of their terms is also calculated by different formulas.

  • If the number of terms in a geometric progression is finite, then the sum of the geometric series is calculated by the formula:
    Sn = a(1 − rn)/(1 − r) for r ≠ 1, and
    Sn = an for r = 1

  • If the number of terms in a geometric progression is infinite, then the sum of the geometric series is calculated by the formula:
    S = a/(1 - r), when |r| < 1
    The sum cannot be found when |r| ≥ 1

Proof of Sum of Finite Geometric Progression Formula

Consider a finite geometric progression of n terms, a, ar, ar2, ..., arn - 1. Then their sum is,

Sn = a + ar + ar2 + ar3 + ... + arn-1... (1)

Multiplying both sides by r,

rSn = ar + ar2 + ar3 + ... + arn... (2)

Subtracting equation (1) from equation (2),

rSn - Sn = arn - a

Sn (r - 1) = a (rn - 1)

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

Since (r - 1) is in its denominator, it is defined only when r ≠ 1. If r = 1, the progression looks like a, a, a, ... and the sum of the first n terms, in this case, Sn = a + a + a + ... (n times) = na.

Proof of Sum of Infinite Geometric Progression Formula

Consider an infinite geometric sequence a, ar, ar2, ... Its sum is denoted by S. Then

S = a + ar + ar2 + ar3+ ... ...(1)

Multiply both sides by r,

rS = ar + ar2 + ar3+ ... ... (2)

Subtracting equation (2) from equation (1),

S - rS = a

S (1 - r) = a

S = a / (1 - r)

This formula is valid only when |r| < 1. This is because when the common ratio is less than 1 (a proper fraction), the terms become smaller and smaller as we go forward and they are equivalent to 0. Hence the sum is defined in this case. But when |r| ≥ 1, then the terms become larger and larger infinitely and hence we cannot determine the sum in this case.

Geometric Progression vs Arithmetic Progression

Here are a few differences between geometric progression and arithmetic progression shown in the table below:

Geometric ProgressionArithmetic Progression
GP has the same common ratio throughout.AP does not have a common ratio.
GP does not have a common difference.AP has the same common difference throughout.
A new term is the product of the previous term and the common ratioA new term is the sum of the previous term and the common difference.
An infinite geometric progression is either divergent or convergent.An infinite arithmetic progression is always divergent.
The variation of the terms is non-linear. In fact, it is exponential.The variation of the terms is linear.

Important Notes on Geometric Progression:

  • In a geometric progression, each successive term is obtained by multiplying the common ratio to its preceding term.
  • The formula for the nth term of a geometric progression whose first term is a and common ratio is r is: an=arn-1.
  • The sum of n terms in GP whose first term is a and the common ratio is r can be calculated using the formula: Sn = [a(1-rn)] / (1-r).
  • The sum of infinite GP formula is given as: Sn = a/(1-r) where |r|<1.

Related Topics:

  • Geometric Series Formula
  • Sum of n Terms of AP
  • Geometric Progression Calculator

FAQs on Geometric Progression

What are Geometric Progressions?

Geometric progressions are patterns where each term is multiplied by a constant to get its next term. For example, 3, 9, 27, 81, ... is a geometric progression as every term is getting multiplied by a fixed number 3 to get its next term.

What are GP Formulas?

Here are the GP formulas for a geometric progression with the first term 'a' and the common ratio 'r':

  • nth term, an = arn-1.
  • Sum of the first 'n' terms, Sn = a(1-rn)/(1-r) when r ≠ 1. When r = 1, Sn = na.
  • Sum of infinite terms (when |r| <1), S = a/(1−r). When |r| ≥ 1, we can't find the sum.

How Do You Find the Sum of an Infinite Geometric Progression?

The infinite geometric series with common ratio r such that |r| < 1 can have a sum and it can be calculated by the formula S = a/(1−r), where a is the first term and r is the common ratio. So if we want to calculate the sum of an infinite GP series, we have to use the given formula and put the value of the first term and constant ratio in the formula, and evaluate.

Which Infinite Geometric Progression has a Sum?

A geometric progression with an infinite number of terms can have two types of common ratios, first where |r| < 1, and another where |r| > 1. So the infinite geometric series with common ratio |r| < 1 has a sum equal to S = a/(1 - r) and the infinite geometric series with |r| > 1 can not have a finite sum.

What is r in GP Formula?

In geometric progression, r is the common ratio of the two consecutive terms. The common ratio can have both negative as well as positive values. In order to get the next term in the GP, we have to multiply with a fixed term known as the common ratio, every time, and if we want to find the preceding term in the progression, we just have to divide the term by the same common ratio.

How to Find the Common Ratio in Geometric Progression?

The common ratio is calculated by finding the ratio of any term by its preceding term. For example, consider the G.P.: 2, 4, 8, ... The common ratio is r = 4/2 = 2.

What is the Difference Between Arithmetic Progression and Geometric Progression?

If each successive term of a progression is less than the preceding term by a fixed number, then the progression is an arithmetic progression (AP). If each successive term of a progression is a product of the preceding term and a fixed number, then the progression is a geometric progression. The ratio of two terms in an AP is not the same throughout but in GP, it is the same throughout. To understand more differences, click here.

What is the Difference Between Geometric Progression and Harmonic Progression?

A harmonic progression (HP) is a progression obtained by taking the reciprocal of the terms of an arithmetic progression. A geometric progression (GP) is a progression where every term bears a constant ratio to its preceding term. An example of HP is 1/2, 1/4, 8, 1/16,... and an example of a GP is 2, 4, 8, 16, 32, ......

What is the Difference Between the Finite Geometric Progression and the Infinite Geometric Progression?

If there are finite terms in a geometric progression (GP), then it is a finite GP. If there are infinite terms in a GP, then it is an infinite GP. The concept of the first term and the common ratio is the same in both series.

How Do You Find the nth Term of an Infinite Geometric Progression?

The geometric progression formula is used to find the nth term in the infinite geometric progression. To find the nth term in the infinite GP, we require the first term and the common ratio. If the common ratio is not known, the common ratio can be calculated by finding the ratio of any term by its preceding term. The formula for the nth term of the GP is: an = arn-1

where

  • a is the first term
  • r is the common ratio
  • n is the number of the term which we want to find.
Geometric Progression (GP) - Formulas, n^th Term, Sum (2024)
Top Articles
Craigslist Farm And Garden Reading Pa
Evil Dead Rise review: A return to bloody good fun for the demonic franchise
1970 Chevrolet Chevelle SS - Skyway Classics
Tesla Supercharger La Crosse Photos
Truist Park Section 135
50 Meowbahh Fun Facts: Net Worth, Age, Birthday, Face Reveal, YouTube Earnings, Girlfriend, Doxxed, Discord, Fanart, TikTok, Instagram, Etc
Miles City Montana Craigslist
Puretalkusa.com/Amac
Learn How to Use X (formerly Twitter) in 15 Minutes or Less
Florida (FL) Powerball - Winning Numbers & Results
Where's The Nearest Wendy's
World of White Sturgeon Caviar: Origins, Taste & Culinary Uses
Tamilblasters 2023
Zoebaby222
Sivir Urf Runes
Canvas Nthurston
Video shows two planes collide while taxiing at airport | CNN
Earl David Worden Military Service
Beryl forecast to become an 'extremely dangerous' Category 4 hurricane
Qhc Learning
Unionjobsclearinghouse
Holiday Gift Bearer In Egypt
Plaza Bonita Sycuan Bus Schedule
Nk 1399
Spirited Showtimes Near Marcus Twin Creek Cinema
100 Million Naira In Dollars
Rlcraft Toolbelt
Graphic Look Inside Jeffrey Dresser
Beth Moore 2023
De beste uitvaartdiensten die goede rituele diensten aanbieden voor de laatste rituelen
Trebuchet Gizmo Answer Key
Appraisalport Com Dashboard /# Orders
Terrier Hockey Blog
To Give A Guarantee Promise Figgerits
Merge Dragons Totem Grid
Craigslist Summersville West Virginia
Pay Entergy Bill
B.C. lightkeepers' jobs in jeopardy as coast guard plans to automate 2 stations
Samantha Lyne Wikipedia
Xxn Abbreviation List 2023
All Obituaries | Sneath Strilchuk Funeral Services | Funeral Home Roblin Dauphin Ste Rose McCreary MB
Linkbuilding uitbesteden
Cleveland Save 25% - Lighthouse Immersive Studios | Buy Tickets
Frontier Internet Outage Davenport Fl
Ts In Baton Rouge
Victoria Vesce Playboy
Horseneck Beach State Reservation Water Temperature
Tanger Outlets Sevierville Directory Map
Maurices Thanks Crossword Clue
Metra Union Pacific West Schedule
Ingersoll Greenwood Funeral Home Obituaries
Duffield Regional Jail Mugshots 2023
Latest Posts
Article information

Author: Nathanial Hackett

Last Updated:

Views: 5780

Rating: 4.1 / 5 (52 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Nathanial Hackett

Birthday: 1997-10-09

Address: Apt. 935 264 Abshire Canyon, South Nerissachester, NM 01800

Phone: +9752624861224

Job: Forward Technology Assistant

Hobby: Listening to music, Shopping, Vacation, Baton twirling, Flower arranging, Blacksmithing, Do it yourself

Introduction: My name is Nathanial Hackett, I am a lovely, curious, smiling, lively, thoughtful, courageous, lively person who loves writing and wants to share my knowledge and understanding with you.