CAT Progressions: Geometric Progressions, Telescoping Series & AM-GM

While Arithmetic Progressions connect deeply with mean and median balance, Geometric Progressions and Special Series require understanding multiplicative steps, infinite decay limits, and algebraic telescoping. This logic-first guide deconstructs the first-principles behind GP formulas, the AM-GM optimization equalizer, and cascading series methods frequently tested on the CAT.

Section 1: Geometric Progressions (GP) & Infinite Series

The Anatomy of a GP & Multiplicative Stepping

Understand the logic of taking (n - 1) multiplicative steps to reach the n-th term $ar^{n-1}$, and see why the sum formula cancels all intermediate terms.

Geometric Progressions: The Multiplicative Stepper

Why is the n-th term arn−1?

Instead of memorizing formulas, think of a Geometric Progression as taking multiplicative 'steps' from the starting point a using a constant multiplier r.

Step 1The Step Logic

Track the number of multiplications needed to reach each term from the start:

Term 1 (0 steps): $T_1 = a = a r^0$

Term 2 (1 step): $T_2 = a \times r = a r^1$

Term 3 (2 steps): $T_3 = (a r) \times r = a r^2$

Term 4 (3 steps): $T_4 = (a r^2) \times r = a r^3$

Notice the pattern: to reach Term 4, you take 3 steps. To reach Term n, you take n − 1 steps!

Step 2The General Formula

$$ T_n = a r^{n-1} $$

Why this matters in CAT: You can jump directly between any two terms without finding a first!

$$ \frac{T_m}{T_k} = r^{m - k} $$

Step 3CAT Application: The Relative Step Shortcut

Problem: The 3rd term of a GP is 12 and the 7th term is 192. Find the common ratio r.

The Long Way: Solve equations $a r^2 = 12$ and $a r^6 = 192$.

The Logic Shortcut: From Term 3 to Term 7 is (7 − 3) = 4 steps!

$$ r^4 = \frac{T_7}{T_3} = \frac{192}{12} = 16 \implies \mathbf{r = 2} $$
1Tab 1 of 2First Principles: General Term (Tn)

The Infinite GP & The Bouncing Ball Model

Discover why infinite decay yields a finite sum S∞ = a / (1 - r), and master the first-principles physics of bouncing ball distance problems.

Infinite GP & The Bouncing Ball Model

Why does an infinite sum equal a finite number?

When the common ratio is a proper fraction (|r| < 1), each subsequent term shrinks toward zero. An infinite number of terms produces a precise, finite sum.

Step 1Step 1: The Vanishing Term Logic

Recall the finite sum formula:

$$ S_n = \frac{a(1 - r^n)}{1 - r} $$

If $|r| < 1$ (for example, $r = 1/2$), what happens to $r^n$ as $n \to \infty$?

$$ (1/2)^1 = 0.5, \quad (1/2)^{10} \approx 0.00097, \quad (1/2)^{100} \to 0 $$

As $n$ grows infinitely large, $r^n$ vanishes completely ($r^n \to 0$)!

Step 2Step 2: The Infinite GP Formula

Substitute $r^n = 0$ directly into the sum formula:

$$ S_\infty = \frac{a(1 - 0)}{1 - r} = \mathbf{\frac{a}{1 - r}} $$

Important CAT Condition: This formula ONLY holds when $|r| < 1$.

1Tab 1 of 2The Infinite Convergence Principle

Section 2: Optimization via the AM-GM Inequality

The AM-GM Inequality: Foundations & The Equalizer Rule

Derive AM ≥ GM from the non-negative square (√a - √b)² ≥ 0, and use the Equalizer Rule to find algebraic minimums and maximums without calculus.

The AM-GM Inequality: Foundations & Optimization

Why is AM always greater than or equal to GM?

The foundation of all algebra optimization in CAT rests on a simple geometric and algebraic truth: the square of any real number can never be negative.

Step 1Step 1: The Non-Negative Square

For any positive real numbers $a$ and $b$, consider the square of their square-root difference:

$$ (\sqrt{a} - \sqrt{b})^2 \ge 0 $$

A squared real value is always zero or positive.

Step 2Step 2: Expand the Square

Expanding the expression:

$$ a - 2\sqrt{ab} + b \ge 0 $$

Add $2\sqrt{ab}$ to both sides:

$$ a + b \ge 2\sqrt{ab} $$

Step 3Step 3: Divide by 2 & Conclude

$$ \frac{a + b}{2} \ge \sqrt{ab} \quad (\text{AM} \ge \text{GM}) $$
The Equalizer Rule: Equality holds if and only if $\sqrt{a} = \sqrt{b} \implies a = b$.
1Tab 1 of 2First Principles Derivation

Advanced AM-GM: The Power-Splitting Technique

Learn how to split terms symmetrically when variables have asymmetric exponents (e.g. minimizing 2x + y given x²y = 64).

Advanced AM-GM: The Power-Splitting Technique

Why Direct Equalization Fails on Asymmetric Powers

If given a constraint like $x^2 y = 64$, you cannot simply set $2x = y$. The exponents in the product ($x^2$ and $y^1$) are unequal. To make AM-GM work, the variables must cancel out into a pure number in the Geometric Mean.

The Golden Splitting Rule:

Look at the power of each variable in the given product constraint. Split the linear sum into as many equal sub-parts as the exponent dictates:

  • If you need $x^2$, split the $x$-term into 2 equal parts: $(x + x)$.
  • If you need $y^3$, split the $y$-term into 3 equal parts: $(y + y + y)$.
  • When all parts are multiplied in GM, their product exactly reproduces the given constraint!
1Tab 1 of 2The Power-Splitting Principle

Section 3: Special Series, Telescoping Sums & AGP

Telescoping Series: The Method of Differences

Break complex fractions and radical sums into partial differences to watch intermediate terms cancel out in a clean cascade.

Telescoping Series: The Method of Differences

The Collapsing Fraction Series

Like an old-fashioned brass telescope that collapses into a single compact tube, a Telescoping Sum is a series where every intermediate term cancels with its neighbor, leaving only First − Last.

Step 1The Problem

Find the sum of the series:

$$ S = \frac{1}{1 \times 2} + \frac{1}{2 \times 3} + \frac{1}{3 \times 4} + \dots + \frac{1}{99 \times 100} $$

Step 2Step 1: First Principles of Partial Differences

Notice that the numerator (1) is the difference between the factors in the denominator:

$$ \frac{1}{n(n+1)} = \frac{(n+1) - n}{n(n+1)} = \frac{n+1}{n(n+1)} - \frac{n}{n(n+1)} = \mathbf{\frac{1}{n} - \frac{1}{n+1}} $$

Concrete Numerical Intuition:

$$ \frac{1}{2 \times 3} = \frac{3 - 2}{2 \times 3} = \frac{3}{2 \times 3} - \frac{2}{2 \times 3} = \frac{1}{2} - \frac{1}{3} $$
$$ \frac{1}{3 \times 4} = \frac{4 - 3}{3 \times 4} = \frac{4}{3 \times 4} - \frac{3}{3 \times 4} = \frac{1}{3} - \frac{1}{4} $$

So we can rewrite each term in the series as a difference of two fractions. Now proceed to Step 2 to expand the entire series and watch the cascade!

Step 3Step 2: Expand and Watch the Cascade

Substitute each term with its split difference:

$$ S = \left(1 - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \left(\frac{1}{3} - \frac{1}{4}\right) + \dots + \left(\frac{1}{99} - \frac{1}{100}\right) $$

Observe: $-1/2$ cancels with $+1/2$, $-1/3$ with $+1/3$, and so on!

Step 4Step 3: Evaluate First − Last

$$ S = 1 - \frac{1}{100} = \mathbf{\frac{99}{100} = 0.99} $$

A 100-term summation solved in two lines of pure logic.

1Tab 1 of 2Fractional Telescoping

Arithmetico-Geometric Progression (AGP) & Recurrence

Apply the shift-and-subtract technique to evaluate AGP series to infinity, and detect periodic cycles to evaluate high-index recurrent terms.

AGP & Periodic Recurrence Relations

Summing an Arithmetico-Geometric Series

An AGP has coefficients in an AP and multipliers in a GP. Multiplying by x and shifting terms right by one position transforms the coefficients into pure 1s.

Step 1The Problem

Find the sum to infinity of:

$$ S = 1 + 2x + 3x^2 + 4x^3 + \dots \quad (|x| < 1) $$

Step 2Step 1: Shift and Multiply by x

Multiply the entire series by $x$ and shift one slot to the right:

$$ \phantom{x}S = 1 + 2x + 3x^2 + 4x^3 + \dots $$

$$ xS = \phantom{1 + \;} 1x + 2x^2 + 3x^3 + \dots $$

Step 3Step 2: Subtract the Two Rows

Notice what happens to the coefficient differences $(2 - 1), (3 - 2), (4 - 3)$:

$$ S(1 - x) = 1 + x + x^2 + x^3 + \dots $$

The right-hand side has converted into a pure infinite GP!

Step 4Step 3: Solve for S

Since $1 + x + x^2 + \dots = \frac{1}{1 - x}$:

$$ S(1 - x) = \frac{1}{1 - x} \implies S = \mathbf{\frac{1}{(1 - x)^2}} $$

For instance, if $x = 1/2$, $S = \frac{1}{(1 - 1/2)^2} = \frac{1}{1/4} = \mathbf{4}$.

1Tab 1 of 2The AGP Shift-and-Subtract Method
Topic Drill in Preparation

Topic Drill Coming Soon

A dedicated question set for Progressions is currently being authored. In the meantime, test your baseline score on the full Diagnostic: