Quant

AP GP Formulas for CAT 2026: 24-Formula Master Sheet

A complete CAT 2026 AP GP cheatsheet built around the 24-Formula Master Sheet: 8 AP formulas (nth term, sum forms, AM, sum of natural numbers, squares, cubes, odd-numbers), 7 GP formulas (nth term, sum cases for r>1, r<1, r=1, infinite GP, GM, GP product), 5 HP and AM-GM-HM relationship formulas, 4 AGP and special-series formulas. Each formula carries a condition, a worked anchor, and the CAT trap aspirants fall into.

May 8, 2026

AP GP formulas master cheatsheet for CAT 2026: 24 formulas across AP, GP, GM, HM, infinite GP, AGP on a maroon,   mustard, and parchment cheat sheet.

AP GP Formulas for CAT 2026: 24-Formula Master Sheet

By Optima Learn Editorial Team · Published May 8, 2026 · 11 min read
AP GP formulas master cheatsheet for CAT 2026: 24 formulas across AP, GP, GM, HM, infinite GP, AGP on a maroon, mustard, and parchment cheat sheet.

Most CAT QA aspirants do not lose marks on AP GP because the topic is hard. They lose marks because the formula they need is sitting in a notebook from class 11, never consolidated, never indexed, and never paired with the precise condition under which it works. The CAT 2026 AP GP toolkit is roughly 24 formulas across AP, GP, HP, AGP, and the AM-GM-HM inequality that bridges all three.

Each formula in this master sheet is paired with the condition under which it applies and a worked anchor so the formula sits next to a real CAT question shape, not a textbook abstraction. Bookmark this, print it if you must, and test yourself against any AP GP question before reaching for the calculator.

· The 24-Formula Master Sheet at a Glance
8Core AP formulas (nth term, sum, AM, special sums)
7Core GP formulas (nth term, sum, infinite GP, GM)
5HP and AM-GM-HM relationship formulas
4AGP and special series formulas
· AP GP Formulas at a Glance
  • AP runs on common difference; GP runs on common ratio; HP is the reciprocal AP.
  • Every sum formula has a condition: AP needs n; GP needs r ≠ 1; infinite GP needs |r| < 1.
  • AM, GM, HM follow an inequality and a relationship: AM · HM = GM².
  • AGP sums use a subtract-and-shift trick, not a memorised closed form.
  • CAT rewards recognising the progression first, then locking the formula. Cheatsheet is recognition fuel.

Why the AP GP Cheatsheet Matters in CAT 2026 QA

AP GP appears in the CAT QA section almost every year, sometimes as a direct nth-term or sum question, more often hidden inside a worded problem. The CAT quantitative aptitude syllabus places progressions inside arithmetic, but the disguise is what catches aspirants out. The most common AP GP disguises in CAT past papers:

  • Bouncing ball / shrinking perimeter — an infinite GP with the rebound ratio as r.
  • Compound interest with monthly deposits — an AGP with deposit increment as d and interest factor as r.
  • Snake-and-ladder return probability — a GP with the per-turn probability as the common ratio.
  • Salary increment with bonus multiplier — an AGP, especially in installment-style problems.

What separates 99-percentilers from the 90-95 band is recognition speed. The cheatsheet builds that speed. The CAT 2026 syllabus section weightage shows how QA distributes across topics; AP GP usually carries 1 to 3 questions per slot, and the CAT score predictor can map an extra 2 marks to your composite percentile.

AP Formulas: Eight You Cannot Skip

Arithmetic progression is built on one operation: add a fixed number to get the next term. Every formula below follows from that single rule. Notation: a is the first term, d the common difference, n the number of terms, l the last term, S the sum.

1
AP nth Term
an = a + (n − 1) d

Cleanest formula in the toolkit. Works for any constant-difference sequence including reverse APs where d is negative.

2
AP Sum (Form 1)
Sn = (n / 2) [2a + (n − 1) d]

Use when first term and common difference are given. Fastest path when l is unknown.

3
AP Sum (Form 2)
Sn = (n / 2) (a + l)

Famous Gauss form. Faster when the problem hands you both endpoints, common in installment and salary-progression questions.

4
Arithmetic Mean
AM = (a + b) / 2

For k arithmetic means inserted between a and b, the common difference is (b − a) / (k + 1).

5
Sum of First n Natural Numbers
1 + 2 + 3 + … + n = n(n + 1) / 2

Special AP with a = 1, d = 1. Building block for sum-of-squares and sum-of-cubes.

6
Sum of Squares
1² + 2² + 3² + … + n² = n(n + 1)(2n + 1) / 6

Memorise. Pair with parity adjustment when the question restricts to even or odd indexes.

7
Sum of Cubes
1³ + 2³ + 3³ + … + n³ = [n(n + 1) / 2]²

Elegant identity: sum of cubes equals the square of the sum of natural numbers.

8
Sum of Odd Numbers
1 + 3 + 5 + … + (2n − 1) = n²

Pair with sum of even numbers = n(n + 1) as a single recognition pattern.

· Worked Snippet: AP Sum

Find the sum of the first 30 multiples of 4.

  1. The sequence is 4, 8, 12, …; an AP with a = 4, d = 4, n = 30.
  2. Apply Formula 2: S = (30 / 2) [2(4) + 29(4)] = 15 [8 + 116] = 15 × 124.
  3. Multiply: 15 × 124 = 1860.
Answer: 1860. Recognition was the work; the formula was the shortcut.

GP Formulas: Seven That Cover Every CAT Variant

Geometric progression is built on one operation: multiply by a fixed ratio to get the next term. Notation: a is the first term, r the common ratio, n the number of terms, S the sum. CAT exploits the divergence-convergence boundary at |r| = 1 harder than any other progression rule, so condition-checking matters.

9
GP nth Term
an = a r(n − 1)

Common CAT trap is off-by-one indexing: the 7th term is ar&sup6;, not ar&sup7;.

10
GP Sum (r > 1)
Sn = a (rn − 1) / (r − 1)

Numerator and denominator positive; sign unambiguous. Common in growth-rate and population-doubling questions.

11
GP Sum (r < 1)
Sn = a (1 − rn) / (1 − r)

Same as Formula 10 multiplied by −1 / −1; rearrangement keeps both sides positive.

12
GP Sum (r = 1)
Sn = na

Standard formula divides by zero. Special case easy to forget; CAT 2018 hid an r = 1 trap.

13
Infinite GP Sum
S = a / (1 − r), valid only when |r| < 1

Most-tested AP GP formula in CAT history. Repeating decimals, bouncing balls, and shrinking-perimeter questions all reduce to this.

14
Geometric Mean
GM = √(ab)

For k geometric means inserted between a and b, common ratio is (b / a)1/(k+1).

15
Product of GP Terms
Pn = an rn(n − 1) / 2

Product of first n terms. Also written as (a1 · an)n/2.

· The Convergence Trap

Applying a / (1 − r) without first checking that the absolute value of r is less than 1 is the single most-frequent AP GP error in CAT. If the question gives r > 1 or r = 1 and asks for an infinite sum, the answer is "diverges" or "no finite value", not a number.

HP and AM-GM-HM: Five Formulas That Bridge All Three

Harmonic progression is the reciprocal of an AP. If a, b, c are in HP, then 1/a, 1/b, 1/c are in AP. CAT rarely tests HP directly through nth-term or sum forms, because there is no clean closed form for HP sum. CAT tests HP through the harmonic mean and the AM-GM-HM relationship.

16
HP nth Term
an = 1 / [a + (n − 1) d], where 1/a, 1/(a+d), 1/(a+2d) are in HP

No simple closed-form sum for HP. Convert to AP, work, then reciprocate. CAT tests HP almost always via the harmonic mean.

17
Harmonic Mean
HM = 2ab / (a + b)

Average-speed problems: equal distances at different speeds, average speed is HM of the speeds, not AM.

18
AM-GM-HM Inequality
AM ≥ GM ≥ HM, with equality only when all terms are equal

Equality holds only when every number is identical. The most-cited inequality in CAT QA.

19
AM-HM-GM Product Identity
AM · HM = GM²

Faster than computing GM directly when AM and HM are visible. Powerful in maxima-minima problems.

20
GM Between AM and HM
GM is the geometric mean between AM and HM

Restated: GM = √(AM · HM). Useful when one mean is asked given the other two.

· The Three Means at a Glance
AM, GM, HM for Two Positive Numbers a and b
· Arithmetic Mean (a + b) / 2 Largest of the three. Used when the question hands you a sum.
· Geometric Mean √(ab) Middle by inequality. Used when the question hands you a product.
· Harmonic Mean 2ab / (a + b) Smallest. Used in average-speed and equal-distance problems.
AM ≥ GM ≥ HM   and   AM · HM = GM²

Want a CAT 2026 plan that schedules AP GP revision into your weekly routine, with the cheatsheet stitched to your QA mock cycle?

Pin My 24-Formula Sheet

AGP and Special Series: Four That CAT Hides

Arithmetic-geometric progression is the under-tested formula family that CAT smuggles into compound-interest variants and repeated-product sums. The formulas are not as compact as AP or GP, but the recognition lift is huge once the pattern is named.

21
AGP General Term
Tn = [a + (n − 1) d] r(n − 1)

Term-by-term product of an AP and a GP. Form: polynomial-in-n times a power-of-r. CAT 2017 used this disguised as a salary-with-compounding problem.

22
Infinite AGP Sum
S = a / (1 − r) + d r / (1 − r)², valid when |r| < 1

Two-piece structure: base GP sum plus a correction term carrying the AP increment.

23
AGP Finite Sum (Subtract-and-Shift)
Multiply S by r, subtract from S, telescope into a GP plus a leftover term

Do not memorise the closed form. Subtract-and-shift: write S, multiply by r, subtract row by row.

24
Sum of First n Even and Odd Powers
2 + 4 + … + 2n = n(n + 1);   1² + 3² + … + (2n − 1)² = n(2n − 1)(2n + 1) / 3

Recognising these saves 90 seconds per question.

· The Recognition Pro Tip

The fastest CAT AP GP solver does not memorise harder; the fastest solver names the progression first. Spend the first 15 seconds of every AP GP question deciding: AP, GP, HP, or AGP. The right formula then drops into place. Aspirants who skip this step solve correctly 70 percent of the time and fast 30 percent of the time.

The 24-Formula Master Sheet, In One Table

Print this. Pin it. Revise it weekly until recognition is automatic. The same formulas live inside the CAT QA without math background guide for aspirants who started prep without a strong school-math foundation.

· The 24-Formula Master Sheet
Every AP GP Formula CAT 2026 Tests
# Family Formula Condition / Use
1APa + (n − 1) dnth term of AP
2AP(n / 2) [2a + (n − 1) d]Sum, first form
3AP(n / 2) (a + l)Sum, when last term known
4AP(a + b) / 2Arithmetic mean of two numbers
5APn (n + 1) / 2Sum of first n natural numbers
6APn (n + 1) (2n + 1) / 6Sum of first n squares
7AP[n (n + 1) / 2]²Sum of first n cubes
8APSum of first n odd numbers
9GPa r(n − 1)nth term of GP
10GPa (rn − 1) / (r − 1)Sum, when r > 1
11GPa (1 − rn) / (1 − r)Sum, when r < 1
12GPnaSum, when r = 1 (collapsed GP)
13GPa / (1 − r)Infinite sum, only when |r| < 1
14GP√(ab)Geometric mean of two numbers
15GPan rn(n − 1)/2Product of first n GP terms
16HP1 / [a + (n − 1) d]nth HP term (via reciprocal AP)
17HP2ab / (a + b)Harmonic mean of two numbers
18MeansAM ≥ GM ≥ HMInequality, equality only when terms equal
19MeansAM · HM = GM²Product identity for two numbers
20MeansGM = √(AM · HM)GM is mean between AM and HM
21AGP[a + (n − 1) d] r(n − 1)nth term of AGP
22AGPa/(1 − r) + dr/(1 − r)²Infinite AGP sum, only when |r| < 1
23AGPSubtract-and-shift methodFinite AGP sum (no clean closed form)
24Specialn(n + 1) · n(2n − 1)(2n + 1)/3Sum of even numbers and odd squares

The 99 percentile playbook covers how AP GP sits within the broader QA mix, while the mock analysis framework shows how to track AP GP error patterns across mocks.

Three Mistakes Aspirants Make Even With the Cheatsheet

Memorising the sheet is necessary, not sufficient. Three errors keep showing up in mock reviews and percentile drops, even from candidates who can recite all 24 formulas in order.

· Mistake One: Skipping the Convergence Check

Reaching for a / (1 − r) on every infinite-sum question without first checking that |r| < 1. CAT regularly inserts cases where r > 1 and the correct answer is "no finite sum". Confidence in the formula is wasted if the condition fails.

· Mistake Two: Confusing AM with HM in Average Problems

Using arithmetic mean for average speed when distances are equal. Equal-distance averaging requires the harmonic mean. A car covers 100 km at 40 km/h and 100 km at 60 km/h; the average speed is HM of 40 and 60, which is 48, not the AM of 50.

· Mistake Three: Forgetting the r = 1 Collapse Case

The standard GP sum formula divides by r − 1; when r = 1, that division blows up. The collapsed-GP formula na is the right answer. CAT 2018 hid an r = 1 case inside a worded compound-interest problem.

How to Use the Cheatsheet During CAT Prep

The sheet works as a recognition tool, not a textbook. Memorising in isolation is wasted effort; the value sits in pairing the formula with a CAT-style question shape until recognition is automatic. The four-week protocol below moves the cheatsheet from cold reference to embedded reflex.

  • Week 1 — pure recognition drill. Pull 15 AP GP problems from past CAT papers (or any sectional source). Without solving, name the progression for each in under 15 seconds. AP, GP, HP, AGP, or special-series. Score yourself against the cheatsheet families.
  • Week 2 — formula-pairing drill. Same 15 problems, but now pair each with the exact formula number from the master sheet. Check the condition (|r| < 1, r ≠ 1, all positive numbers, equal-distance averaging) before attempting.
  • Week 3 — timed solve. Re-attempt the same 15 problems under a 90-second-per-question cap. The cheatsheet should now be a backdrop; the formula should drop into place during the read.
  • Week 4 — mistake review. Tag every error against the three traps below: convergence skip, AM-HM swap, or r = 1 miss. The error tag matters more than the right answer.

The CAT 2026 for engineers strategy guide covers how QA topics like AP GP fit inside the engineer asymmetric playbook, while the CAT 2026 prep timeline shows where AP GP revision sits in a seven-month arc.

Common Doubts on AP GP Formulas Answered

· Q1. What are the most important AP GP formulas for CAT 2026?

The CAT 2026 AP GP toolkit runs to roughly 24 formulas. From AP: nth term a + (n − 1)d, sum S = (n/2)(2a + (n − 1)d), arithmetic mean, sum of natural numbers, sum of squares, sum of cubes. From GP: nth term arn − 1, finite sum, infinite sum (|r| < 1), geometric mean. From HP: nth term, harmonic mean. From AGP: combined-product sum. The AM-GM-HM inequality bridges all three.

· Q2. What is the formula for sum of n terms in AP and GP?

For AP: S = (n/2)(2a + (n − 1)d) or (n/2)(a + l). For GP with r ≠ 1: S = a(rn − 1)/(r − 1) when r > 1, or a(1 − rn)/(1 − r) when r < 1. When r = 1, the sum collapses to na.

· Q3. How is the formula for an infinite GP derived?

Start from the finite GP sum a(1 − rn)/(1 − r). As n grows without bound and |r| < 1, rn approaches zero, so the formula reduces to a/(1 − r). When |r| ≥ 1, the series diverges and there is no finite sum. CAT tests this through repeating decimals and bouncing-ball problems.

· Q4. What is the relationship between AM, GM, and HM?

For two positive numbers a and b: AM = (a + b)/2, GM = √(ab), HM = 2ab/(a + b). Two relationships hold: AM ≥ GM ≥ HM with equality only when a = b, and AM · HM = GM². CAT uses both in inequality and maxima-minima problems.

· Q5. What is an AGP and what is the formula for its sum?

An arithmetic-geometric progression has each term as the product of corresponding AP and GP terms. The general term is [a + (n − 1)d] rn − 1. For an infinite AGP with |r| < 1, the sum is a/(1 − r) + dr/(1 − r)². For finite AGPs, use the subtract-and-shift trick rather than memorising a closed form.

· Q6. Why do CAT aspirants get AP GP formulas wrong even when they remember them?

Three errors recur. First, mixing AP and GP sum forms when the question switches mid-stream. Second, applying infinite GP without verifying |r| < 1. Third, treating AM and HM as interchangeable in average problems. The cheatsheet is a recognition tool: identify the progression, lock the formula, verify the condition, then plug numbers.

The 24-Formula Cheatsheet Recap

· The Master Sheet Recap
Six Cheatsheet Disciplines for AP GP
  • Rule 1Name the progression first. AP, GP, HP, or AGP. Recognition decides which of 24 formulas applies.
  • Rule 2Every sum formula carries a condition. r ≠ 1 for finite GP, |r| < 1 for infinite GP and infinite AGP.
  • Rule 3Use AM for sum-based questions, GM for product-based, HM for equal-distance averaging.
  • Rule 4The AM-GM-HM inequality holds equality only when every term equals every other term.
  • Rule 5The product identity AM · HM = GM² often replaces a longer GM computation.
  • Rule 6Memorise sums of natural numbers, squares, cubes, and odd numbers as recognition shortcuts, not first-principles derivations.
Aspirants who crack AP GP in CAT 2026 do not solve harder than peers. They recognise faster and verify the condition before plugging in. The cheatsheet is the recognition fuel.
· Your Next Step

Beginner / first-time CAT aspirant: spend two weeks on AP and GP basics with daily 10-question drills. Add HP and AGP from week three. Use the cheatsheet as a corrective reference, not a memory crutch.

Mid-prep aspirant (mocks 50-70 percentile in QA): run a recognition drill on past CAT papers, naming the progression for every AP GP question without solving. Then map each to a formula on the sheet.

Repeater / 90+ aspirant tightening accuracy: focus on convergence-condition errors and the AM-GM-HM inequality. The 24-formula sheet is reference; speed and accuracy come from tagged-mistake review.

Pair this cheatsheet with the CAT preparation mistakes guide so that the formula recall does not stall at recognition without execution.

Build CAT 2026 prep around the AP GP master sheet

A CAT 2026 plan that places AP GP cheatsheet revision into your weekly QA cycle, with mock-tagged error tracking on convergence and means questions.

Pin My 24-Formula Sheet
Optima Learn
Optima Learn Editorial Team
A CAT preparation system for aspirants who need clarity over volume. Personalised plans, sequenced strategies, and structured guidance for QA topic mastery and the wider CAT 2026 attempt.

Recommended Articles

logo
optima learn

Optima Learn — Powered by Optimum Eduteck Pvt. Ltd. Built by learners from FMS Delhi, DTU, and Microsoft. contact@optimalearn.com

Connect with us

LinkedInInstagram

© 2026 Optima. All rights reserved.