Introduction
A geometric progression is a sequence in which each term is derived by multiplying or dividing the preceding term by a fixed number called the common ratio. E.g., the height to which a ball rises in each successive bounce follows a geometric progression. The sequence 4, -2, 1,... is a Geometric Progression (GP) for which (-1/2) is the common ratio. We can use the concept to find an arbitrary term, a finite or infinite sum of the series, and apply them in various contexts, including some difficult problems.
if (!function_exists('curPageURLAds')) {
function curPageURLAds()
{$pageURL = 'http';if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";}
$pageURL .= "://";if ($_SERVER["SERVER_PORT"] != "80") {$pageURL .= $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];} else { $pageURL .= $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];}
return $pageURL;}
}
$pageURL = curPageURLAds();
$TOP_AD = array("https://www.hitbullseye.com/Quant/Arithmetic-Geometric-Harmonic-Progressions.php", "https://www.hitbullseye.com/Vocab/One-Word-Substitute-List.php", "https://www.hitbullseye.com/Coding-and-Decoding-Questions.php", "https://www.hitbullseye.com/daily-vocabulary-words.php", "https://www.hitbullseye.com/Probability-Examples.php", "https://www.hitbullseye.com/Problems-on-Ages.php", "https://www.hitbullseye.com/Difficult-Syllogism-Questions.php", "https://www.hitbullseye.com/Vocab/List-of-Synonyms.php", "https://www.hitbullseye.com/puzzle/logical-puzzle-questions-with-answers.php", "https://www.hitbullseye.com/Time-and-Work-Questions.php", "https://www.hitbullseye.com/Speed-Distance-Time-Questions.php", "https://www.hitbullseye.com/Simplification-Examples.php", "https://www.hitbullseye.com/Subject-Verb-Agreement-Exercise.php", "https://www.hitbullseye.com/Reading-Comprehension-Practice.php", "https://www.hitbullseye.com/Seating-Arrangement-Questions.php", "https://www.hitbullseye.com/HCF-and-LCM-Questions.php", "https://www.hitbullseye.com/Blood-Relation-Questions-with-Answers.php", "https://www.hitbullseye.com/Reasoning/Painted-Cube-Problem-Formula.php", "https://www.hitbullseye.com/Coding-Decoding-Questions.php", "https://www.hitbullseye.com/Percentage-Practice-Questions.php", "https://www.hitbullseye.com/Alphabetical-Series-Reasoning-Questions.php", "https://www.hitbullseye.com/Profit-Loss.php", "https://www.hitbullseye.com/Adjectives-Exercises.php", "https://www.hitbullseye.com/Odd-One-Out-Questions-with-Answers.php", "https://www.hitbullseye.com/Reasoning-Questions-Seating-Arrangement.php", "https://www.hitbullseye.com/Number-Series-Questions.php", "https://www.hitbullseye.com/Profit-and-loss-Problems.php", "https://www.hitbullseye.com/Time-and-Work-Problems.php", "https://www.hitbullseye.com/Quant/Compound-Interest-Problems.php",
);
if (in_array($pageURL, $TOP_AD)) {
// {
// echo "
";
// }
// else {
// echo "
";
// }
}
- The general form of a GP is a, ar, ar2, ar3 and so on. Thus nth term of a GP series is Tn = arn-1, where a = first term and r = common ratio = Tm/Tm-1.
[image]
If the common ratio is:
- Negative: the result will alternate between positive and negative.
- Greater than 1: there will be an exponential growth towards infinity (positive).
- Less than -1: there will be an exponential growth towards infinity (positive and negative).
- Between 1 and -1: there will be an exponential decay towards zero.
- Zero: the result will remain at zero
Must Read Geometric Progressions Articles
Geometric Progression Formula
Suppose that we want to find the sum of the first n terms of a geometric progression. What we get is
sum of GP: Sn = a + ar + ar2 + ar3 + . . . + arn-1
- The GP series formula applied to calculate the sum of geometric progression of first n terms of a GP:
[image] and [image]
- When three quantities are in GP, the middle one is called as the geometric mean of the other two. If a, b and c are three quantities in GP and b is the geometric mean of a and c i.e.
[image]
- The sum of infinite GP series:
[image]