Arithmetic Progression
- An arithmetic progression is a sequence of numbers in which each term is derived from the preceding term by adding or subtracting a fixed number called the common difference "d"
For example, the sequence 9, 6, 3, 0,-3, .... is an arithmetic progression with -3 as the common difference. The progression -3, 0, 3, 6, 9 is an Arithmetic Progression (AP) with 3 as the common difference.
- The general form of an Arithmetic Progression is a, a + d, a + 2d, a + 3d and so on. Thus nth term of an AP series is Tn = a + (n - 1) d, where Tn = nth term and a = first term. Here d = common difference = Tn - Tn-1.
- Sum of first n terms of an AP: S =(n/2)[2a + (n- 1)d]
- The sum of n terms is also equal to the formula[image] where l is the last term.
- Tn = Sn - Sn-1 , where Tn = nth term
- When three quantities are in AP, the middle one is called as the arithmetic mean of the other two. If a, b and c are three terms in AP then b = (a+c)/2
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 "
";
// }
}
Geometric Progression
- 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. For example, the sequence 4, -2, 1, - 1/2,.... is a Geometric Progression (GP) for which - 1/2 is the common ratio.
- The general form of a GP is a, ar, ar2, ar3 and so on.
- The nth term of a GP series is Tn = arn-1, where a = first term and r = common ratio = Tn/Tn-1) .
- The formula applied to calculate sum of first n terms of a GP:[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. b =√ac
- The sum of infinite terms of a GP series S∞= a/(1-r) where 0< r<1.
- If a is the first term, r is the common ratio of a finite G.P. consisting of m terms, then the nth term from the end will be = arm-n.
- The nth term from the end of the G.P. with the last term l and common ratio r is l/(r(n-1)) .
Harmonic Progression
- A series of terms is known as a HP series when their reciprocals are in arithmetic progression.
Example: 1/a, 1/(a+d), 1/(a+2d), and so on are in HP because a, a + d, a + 2d are in AP.
- The nth term of a HP series is Tn =1/ [a + (n -1) d].
- In order to solve a problem on Harmonic Progression, one should make the corresponding AP series and then solve the problem.
- nth term of H.P. = 1/(nth term of corresponding A.P.)
- If three terms a, b, c are in HP, then b =2ac/(a+c).
Some General Series
- Sum of first n natural numbers =[image]
- Sum of squares of first n natural numbers =[image]
- Sum of cubes of first n natural numbers =[image]