Call Now
1800-102-2727This is the complete JEE Main Maths Formula Sheet and Class 11 Formula Sheet for Sequences and Series — Chapter 6 from the Aakash Rapid Revision & Formula Bank. This chapter covers the complete theory of sequences and series used in JEE Main: Arithmetic Progression (AP) formulas — nth term, sum of n terms, properties, and insertion of arithmetic means; Geometric Progression (GP) formulas — nth term, sum of n terms, infinite GP sum, properties; Harmonic Progression (HP) and harmonic means; Arithmetic-Geometric Progression (AGP) — nth term and sum formula; AM-GM-HM inequality with all cases; special series — Σn, Σn², Σn³; method of differences and telescoping sums; exponential series (eˣ expansion and deductions); and logarithmic series (log(1+x) expansion). Sequences and Series contribute 4–6 questions in JEE Main every year. Download the Free PDF below for all Sequences and Series formulas in one exam-ready JEE Main maths reference.
Scroll to explore all Sequences and Series formulas — JEE Main Maths & Class 11 Formula Sheet
Sequences and Series is the chapter in JEE Main maths where algebra meets pattern recognition. Every progression — arithmetic, geometric, harmonic, or arithmetic-geometric — has a structure that can be captured in a formula. Knowing these formulas precisely and knowing when to apply each one converts what appears to be complex number-pattern problems into straightforward substitution exercises.
For JEE Main, Sequences and Series consistently delivers 4–6 questions per session. These questions range from direct AP/GP formula application (find the nth term, find the sum of n terms) to more analytical questions (given that three quantities are in AP and also in GP, find the common ratio; find the sum of an AGP; use AM-GM inequality to minimise an expression). The exponential series and logarithmic series formulas appear as coefficient-extraction questions and series evaluation problems that connect Sequences and Series directly to Binomial Theorem and Calculus.
Download the Free PDF for Sequences and Series to access all AP, GP, HP, AGP, AM-GM-HM formulas, special series results, exponential series, and logarithmic series in one structured JEE Main maths revision reference.
A sequence in Sequences and Series is a function from the set of natural numbers ℕ to the set of real numbers ℝ (or complex numbers ℂ): each natural number n maps to a term tₙ. The sequence t₁, t₂, t₃, …, tₙ is finite if it has a finite number of terms, infinite otherwise. The general term tₙ (also written Tₙ or aₙ) represents the nth term. If tₙ can be expressed as an explicit function of n, the sequence is well-defined (e.g., tₙ = 2n gives 2, 4, 6, 8, …).
A progression is a sequence in which terms follow a definite pattern: each successive term is obtained by a rule applied to the preceding term. Arithmetic Progression (AP), Geometric Progression (GP), and Harmonic Progression (HP) are the three standard progression types in Sequences and Series JEE Main.
A series in Sequences and Series is formed by adding the terms of a sequence: S = t₁ + t₂ + t₃ + … + tₙ. The partial sum Sₙ = t₁+t₂+…+tₙ is the sum of the first n terms. Crucially: tₙ = Sₙ – Sₙ₋₁ (for n ≥ 2; t₁ = S₁) — this formula converts between a given Sₙ and the individual terms of the sequence. If Sₙ is quadratic in n → the sequence is an AP. If Sₙ is a polynomial of degree k in n, the kth differences of the sequence are constant.
An Arithmetic Progression (AP) in Sequences and Series is a sequence in which consecutive terms differ by a constant amount d (common difference): a, a+d, a+2d, a+3d, …. The AP is determined by its first term a and common difference d = aₙ – aₙ₋₁.
Key AP formulas in Sequences and Series (JEE Main):
nth term of AP: aₙ = a + (n–1)d = l (last term)
nth term from end of AP: aᵣ (rth from end) = l – (r–1)d = a + (n–r)d = (n–r+1)th term from beginning
Sum of first n terms of AP: Sₙ = n/2 · [2a + (n–1)d] = n/2 · [a + l] = n/2 · (first + last)
Middle term of AP: If n is odd, middle term = a₍ₙ₊₁₎/₂; if n is even, two middle terms = aₙ/₂ and aₙ/₂₊₁ with average = (a+l)/2.
aₙ from Sₙ: aₙ = Sₙ – Sₙ₋₁ (for n ≥ 2); a₁ = S₁.
Properties of AP in Sequences and Series (JEE Main):
1. If a₁, a₂, …, aₙ are in AP: (a) a₁±k, a₂±k, …, aₙ±k are in AP (adding constant preserves AP). (b) ka₁, ka₂, …, kaₙ are in AP (multiplying by constant preserves AP). (c) a₁/k, a₂/k, …, aₙ/k are in AP.
2. Sum of two APs term-by-term is also an AP. Difference of two APs term-by-term is also an AP.
3. Equidistant terms sum: a₁+aₙ = a₂+aₙ₋₁ = a₃+aₙ₋₂ = … = 2a + (n–1)d. In general: aᵣ₋ₖ + aᵣ₊ₖ = 2aᵣ (symmetric about rth term).
4. If nth term of a sequence is linear in n → sequence is AP.
5. If Sₙ is quadratic in n → sequence is AP.
6. Three numbers a, b, c are in AP iff a+c = 2b (b is the arithmetic mean).
Choosing standard terms in AP (Sequences and Series JEE Main shortcut):
3 numbers in AP: a–d, a, a+d (sum = 3a; product involves a²–d²)
4 numbers in AP: a–3d, a–d, a+d, a+3d (sum = 4a; easier when sum is given)
5 numbers in AP: a–2d, a–d, a, a+d, a+2d (sum = 5a)
This choice simplifies equations when sum and product are both given.
Arithmetic Mean (AM) in Sequences and Series: AM of two numbers a and b = (a+b)/2. AM of n numbers a₁, a₂, …, aₙ = (a₁+a₂+…+aₙ)/n. Insertion of n AMs between a and b: common difference d = (b–a)/(n+1); kth AM = a + k(b–a)/(n+1). Sum of n AMs = n·(a+b)/2. Download the Free PDF for Sequences and Series for all AP formula examples for JEE Main.
A Geometric Progression (GP) in Sequences and Series is a sequence of non-zero terms in which every term bears a constant ratio r to its preceding term: a, ar, ar², ar³, …. Common ratio r = aₙ/aₙ₋₁.
Key GP formulas in Sequences and Series (JEE Main):
nth term of GP: aₙ = arⁿ⁻¹ = l (last term)
nth term of GP from end: = l/rⁿ⁻¹ = l·(1/r)ⁿ⁻¹. rth term from end = a·r^(n–r) = (n–r+1)th term from beginning.
Sum of first n terms of GP (Sₙ): Sₙ = a(rⁿ–1)/(r–1) = a(1–rⁿ)/(1–r) for r ≠ 1; Sₙ = na for r = 1.
Sum of infinite GP (S∞): S∞ = a/(1–r) for |r| < 1. Diverges if |r| ≥ 1.
Also: S∞ = first term / (1 – common ratio) = a/(1–r) [valid only when |r| < 1].
Properties of GP in Sequences and Series (JEE Main):
1. Multiplying or dividing all terms of a GP by a non-zero constant gives another GP (same ratio r).
2. If aₙ are in GP and all aᵢ > 0, then log aₙ are in AP. Converse also holds.
3. Reciprocals of a GP form a GP with ratio 1/r.
4. Product of two GPs term-by-term is a GP; quotient of two GPs term-by-term is a GP.
5. Equidistant terms in GP: a₁·aₙ = a₂·aₙ₋₁ = a₃·aₙ₋₂ = a² · r^(n–1). In general: aᵣ₋ₖ · aᵣ₊ₖ = aᵣ² (product of equidistant terms = square of middle term).
6. If a₁, a₂, …, a₂ₘ₊₁ are in GP, the product of all terms = aₘ₊₁²ᵐ⁺¹ (middle term raised to total power).
Choosing standard terms in GP (Sequences and Series JEE Main shortcut):
3 numbers in GP: a/r, a, ar (product = a³, easier when product is given)
4 numbers in GP: a/r³, a/r, ar, ar³ (product = a⁴)
5 numbers in GP: a/r², a/r, a, ar, ar² (product = a⁵)
Geometric Mean (GM) in Sequences and Series: GM of two positive numbers a and b = √(ab). GM of n numbers = (a₁a₂…aₙ)^(1/n). Insertion of n GMs between a and b: common ratio R = (b/a)^(1/(n+1)); kth GM = a·(b/a)^(k/(n+1)). Product of n GMs = (ab)^(n/2). Download the Free PDF for Sequences and Series for all GP examples and infinite GP applications for JEE Main.
A Harmonic Progression (HP) in Sequences and Series is a sequence whose reciprocals form an Arithmetic Progression. So if a₁, a₂, …, aₙ are in HP, then 1/a₁, 1/a₂, …, 1/aₙ are in AP. There is no direct sum formula for HP — all HP problems in Sequences and Series are solved by converting to the corresponding AP of reciprocals.
nth term of HP (Sequences and Series formula): If 1/a₁ = a (first term of AP) and common difference of AP = d, then 1/aₙ = a + (n–1)d → aₙ = 1/[a + (n–1)d]. Common difference of the reciprocal AP: d = 1/a₂ – 1/a₁ = (a₁–a₂)/(a₁a₂).
Harmonic Mean (HM) in Sequences and Series: HM of two positive numbers a and b = 2ab/(a+b). HM is the reciprocal of the AM of the reciprocals: 1/HM = (1/a + 1/b)/2 → HM = 2ab/(a+b). HM of n numbers a₁, a₂, …, aₙ = n / (1/a₁ + 1/a₂ + … + 1/aₙ).
Insertion of n Harmonic Means between a and b in Sequences and Series: a, H₁, H₂, …, Hₙ, b are in HP, so 1/a, 1/H₁, …, 1/Hₙ, 1/b are in AP. Common difference of this AP: d = (1/b – 1/a)/(n+1) = (a–b)/[ab(n+1)]. kth Harmonic Mean: 1/Hₖ = 1/a + k(1/b – 1/a)/(n+1) = 1/a + k(a–b)/[ab(n+1)·(–1)]... → Hₖ = ab(n+1) / [ka + (n+1–k)b].
Three numbers in HP (Sequences and Series): a, b, c are in HP iff 1/a, 1/b, 1/c are in AP iff 1/a + 1/c = 2/b iff b = 2ac/(a+c). For three numbers to be both in AP and HP simultaneously → only if all three are equal. Download the Free PDF for Sequences and Series for HP and HM worked examples for JEE Main.
For any two positive real numbers a and b, the three means satisfy: AM ≥ GM ≥ HM, with equality if and only if a = b.
AM-GM inequality for two numbers (Sequences and Series — JEE Main proof):
AM = (a+b)/2; GM = √(ab); HM = 2ab/(a+b).
AM ≥ GM: (a+b)/2 ≥ √(ab) ← from (√a – √b)² ≥ 0 → a + b – 2√(ab) ≥ 0 → (a+b)/2 ≥ √(ab). Equality iff a = b.
GM ≥ HM: √(ab) ≥ 2ab/(a+b) ← multiply both sides by (a+b)/ab: (a+b)/√(ab) ≥ 2 ← same as AM≥GM for 1/a and 1/b. Equality iff a = b.
Important relation: AM × HM = GM² for two positive numbers. This is a direct formula: (a+b)/2 × 2ab/(a+b) = ab = (√ab)² = GM².
AM-GM inequality for n numbers (Sequences and Series — JEE Main formula):
(a₁+a₂+…+aₙ)/n ≥ (a₁a₂…aₙ)^(1/n) for all positive aᵢ, equality iff a₁ = a₂ = … = aₙ.
Equivalently: AM ≥ GM → (a₁+a₂+…+aₙ) ≥ n·(a₁a₂…aₙ)^(1/n).
Applications of AM-GM inequality in Sequences and Series JEE Main:
Minimum of (x + 1/x) for x > 0: by AM-GM, x + 1/x ≥ 2√(x·1/x) = 2. Minimum = 2 when x = 1.
Minimum of (x² + 1/x²): x² + 1/x² = (x + 1/x)² – 2 ≥ 4 – 2 = 2. Minimum = 2 when x = 1.
Minimum of a·x + b/x (a,b,x > 0): by AM-GM, a·x + b/x ≥ 2√(ab). Minimum = 2√(ab) when ax = b/x → x = √(b/a).
Minimum/maximum of a product with constraint sum: if a+b = constant = s, then ab ≤ (s/2)² → maximum ab = s²/4 when a=b=s/2.
If sum of n positive numbers is fixed → product is maximum when all are equal (AM-GM equality condition).
If product of n positive numbers is fixed → sum is minimum when all are equal.
Weighted AM-GM in Sequences and Series: For positive a₁, a₂, …, aₙ with positive weights w₁, w₂, …, wₙ (w₁+w₂+…+wₙ = 1): w₁a₁ + w₂a₂ + … + wₙaₙ ≥ a₁^w₁ · a₂^w₂ · … · aₙ^wₙ. Download the Free PDF for Sequences and Series for AM-GM applications and optimisation examples for JEE Main.
An Arithmetic-Geometric Progression (AGP) in Sequences and Series is a sequence where each term is the product of corresponding terms of an AP and a GP. If a, (a+d), (a+2d), … is an AP and b, br, br², … is a GP, then the corresponding AGP is: ab, (a+d)br, (a+2d)br², ….
nth term of AGP (Sequences and Series formula): Tₙ = [a + (n–1)d] · brⁿ⁻¹
Sum of n terms of AGP (Sequences and Series — JEE Main derivation by multiply-and-subtract):
Let Sₙ = ab + (a+d)br + (a+2d)br² + … + [a+(n–1)d]brⁿ⁻¹
Multiply by r: r·Sₙ = abr + (a+d)br² + … + [a+(n–2)d]brⁿ⁻¹ + [a+(n–1)d]brⁿ
Subtract: (1–r)Sₙ = ab + dbr + dbr² + … + dbrⁿ⁻¹ – [a+(n–1)d]brⁿ
= ab + dbr(1–rⁿ⁻¹)/(1–r) – [a+(n–1)d]brⁿ
Sₙ = ab/(1–r) + dbr(1–rⁿ⁻¹)/[(1–r)²] – [a+(n–1)d]brⁿ/(1–r) for r ≠ 1
Sum of infinite AGP (Sequences and Series — JEE Main formula, valid for |r| < 1):
As n → ∞, rⁿ → 0 and rⁿ⁻¹ → 0 (since |r| < 1):
S∞ = ab/(1–r) + dbr/(1–r)² = a/(1–r) · b + dr/(1–r)² · b
For the standard AGP starting with a=1, b=1, d=1: S∞ = 1/(1–r) + r/(1–r)² (if |r|<1)
Classic AGP series examples in Sequences and Series (JEE Main):
S = 1 + 2r + 3r² + 4r³ + … (|r|<1): This is AGP with a=1, d=1, b=1. S∞ = 1/(1–r)² [derivative of 1/(1–r) with respect to r gives 1/(1–r)², or use the infinite AGP formula directly].
S = 1 + 3x + 5x² + 7x³ + … (|x|<1): AGP with AP = 1,3,5,7,… (a=1, d=2) and GP = 1,x,x²,… (b=1, r=x). S∞ = 1/(1–x) + 2x/(1–x)² = (1+x)/(1–x)².
S = 2 + 5r + 8r² + 11r³ + …: AP = 2,5,8,11,… (a=2, d=3); GP = 1,r,r²,… S∞ = 2/(1–r) + 3r/(1–r)².
Download the Free PDF for Sequences and Series for all AGP sum derivations and JEE Main examples.
Standard special series formulas in Sequences and Series (JEE Main — all must be memorised):
Sum of first n natural numbers: Σn = 1+2+3+…+n = n(n+1)/2
Sum of squares of first n natural numbers: Σn² = 1²+2²+3²+…+n² = n(n+1)(2n+1)/6
Sum of cubes of first n natural numbers: Σn³ = 1³+2³+3³+…+n³ = [n(n+1)/2]² = (Σn)²
Sum of first n odd numbers: 1+3+5+…+(2n–1) = n²
Sum of first n even numbers: 2+4+6+…+2n = n(n+1)
Sum of squares of first n odd numbers: 1²+3²+5²+…+(2n–1)² = n(2n–1)(2n+1)/3
Sum of general term Tₙ = aⁿ³+bⁿ²+cn+d (Sequences and Series):
Sₙ = aΣn³ + bΣn² + cΣn + dn = a[n(n+1)/2]² + b·n(n+1)(2n+1)/6 + c·n(n+1)/2 + dn
Method of Differences in Sequences and Series (JEE Main technique):
Used when Tₙ cannot be directly summed but the differences of consecutive terms form a recognisable pattern (AP, GP, etc.). Step 1: Write out T₁, T₂, T₃, … and compute differences: ΔTₙ = Tₙ₊₁ – Tₙ. Step 2: If 1st differences form an AP → Tₙ is quadratic (Tₙ = an²+bn+c). If 1st differences form a GP → Tₙ = arⁿ⁻¹+b. If 2nd differences form an AP → Tₙ is cubic.
Important patterns in Sequences and Series Method of Differences:
1st difference is AP → Tₙ = an²+bn+c (find a,b,c using initial terms)
1st difference is GP → Tₙ = Arⁿ⁻¹ + B (find A,B,r using initial terms)
2nd difference is AP → Tₙ = an³+bn²+cn+d
2nd difference is GP → Tₙ = Arⁿ⁻¹+Bn+C
Telescoping sums in Sequences and Series (JEE Main technique): Express Tₙ = F(n+1) – F(n). Then Sₙ = T₁+T₂+…+Tₙ = F(2)–F(1) + F(3)–F(2) + … + F(n+1)–F(n) = F(n+1) – F(1). Most useful when Tₙ involves products: n(n+1), n(n+1)(n+2), etc. — use partial fractions. Example: Σ 1/[n(n+1)] = Σ(1/n – 1/(n+1)) = 1 – 1/(n+1) = n/(n+1). Download the Free PDF for Sequences and Series for special series and method of differences examples for JEE Main.
The exponential series in Sequences and Series is one of the most important infinite series in all of mathematics:
eˣ = 1 + x/1! + x²/2! + x³/3! + … = Σₙ₌₀^∞ xⁿ/n! (valid for all x ∈ ℝ)
Definition of e (Sequences and Series):
e = lim_{n→∞} (1 + 1/n)ⁿ = 1 + 1/1! + 1/2! + 1/3! + … = Σ 1/n! ≈ 2.71828…
2 < e < 3. e is irrational and transcendental. e is the base of natural logarithm (ln).
Exponential function aˣ (Sequences and Series formula):
aˣ = e^(x·ln a) = 1 + x(ln a)/1! + x²(ln a)²/2! + … for any a > 0.
Key deductions from exponential series in Sequences and Series (JEE Main direct formulas):
(i) e⁻ˣ = 1 – x/1! + x²/2! – x³/3! + … = Σ (–1)ⁿ xⁿ/n!
(ii) (eˣ + e⁻ˣ)/2 = 1 + x²/2! + x⁴/4! + x⁶/6! + … = Σ x^(2n)/(2n)! [cosh x — even terms of eˣ]
(iii) (eˣ – e⁻ˣ)/2 = x/1! + x³/3! + x⁵/5! + … = Σ x^(2n+1)/(2n+1)! [sinh x — odd terms]
(iv) (e + e⁻¹)/2 = 1 + 1/2! + 1/4! + 1/6! + … [put x=1 in (ii)]
(v) (e – e⁻¹)/2 = 1/1! + 1/3! + 1/5! + … [put x=1 in (iii)]
Important e-series summation results in Sequences and Series (JEE Main):
Σ 1/n! = e (from x=1 in eˣ)
Σ (–1)ⁿ/n! = e⁻¹ = 1/e (from x=–1 in eˣ)
Σ n/n! = Σ 1/(n–1)! = e (shift index: n/n! = 1/(n–1)!)
Σ n²/n! = Σ(n–1)/(n–1)! + Σ 1/(n–1)! = e + e = 2e [use n² = n(n–1) + n, then n²/n! = 1/(n–2)! + 1/(n–1)!]
Σ n³/n! = 5e (use n³ = n(n–1)(n–2) + 3n(n–1) + n)
More generally: Σ nᵏ/n! = Bell number Bₖ · e, or compute by factoring out using the n! identity method.
From PDF: Key results — Σ 1/n! = e; Σ n·1/n! = e; Σ n²·1/n! = 2e; Σ n³·1/n! = 5e; Σ n⁴·1/n! = 15e. These Sequences and Series exponential results appear in JEE Main as "evaluate the series" direct questions. Download the Free PDF for all exponential series deductions and JEE Main sum examples.
The logarithmic series in Sequences and Series provides infinite power series expansions for logarithmic functions, valid for |x| ≤ 1 (except x = –1 for log(1+x)).
Logarithmic series formulas in Sequences and Series (JEE Main — all must be memorised):
(i) log_e(1+x) = x – x²/2 + x³/3 – x⁴/4 + … = Σ (–1)ⁿ⁺¹ xⁿ/n (valid for –1 < x ≤ 1)
(ii) log_e(1–x) = –x – x²/2 – x³/3 – x⁴/4 – … = –Σ xⁿ/n (valid for –1 ≤ x < 1)
(iii) log_e(1+x) + log_e(1–x) = log_e(1–x²) = –2(x²/2 + x⁴/4 + x⁶/6 + …) = –2Σ x^(2n)/(2n)
(iv) log_e(1+x) – log_e(1–x) = log_e((1+x)/(1–x)) = 2(x + x³/3 + x⁵/5 + …) = 2Σ x^(2n–1)/(2n–1) (valid for |x| < 1)
Important logarithmic series values in Sequences and Series:
Put x = 1 in (i): log_e 2 = 1 – 1/2 + 1/3 – 1/4 + … = Σ (–1)ⁿ⁺¹/n
Put x = 1/2 in (iv): log_e 3 = 2(1/2 + 1/(3·8) + 1/(5·32) + …)
Note: log_e(1+x) – log_e(1–x) = 2[x + x³/3 + x⁵/5 + …] → put x = 1/2: log_e 3 = 2[1/2 + 1/24 + 1/160 + …]
For x = –1 in (i): log_e 0 is undefined (–1 not in domain). The series diverges at x = –1.
Relationship between logarithmic and exponential series in Sequences and Series: These are inverse functions: if y = eˣ then x = log_e y. The logarithmic series is obtained by integrating the geometric series 1/(1+x) = 1–x+x²–x³+… term by term: ∫1/(1+x)dx = log_e(1+x) = x – x²/2 + x³/3 – …. Similarly, –∫1/(1–x)dx = log_e(1–x) = –x–x²/2–x³/3–…. Download the Free PDF for Sequences and Series for all logarithmic series applications for JEE Main.
All AP formulas (aₙ, Sₙ, rth term from end, equidistant property, 3/4/5 term standard forms, n AM insertion formula), all GP formulas (aₙ, Sₙ, S∞, equidistant product property, 3/4/5 term standard forms, n GM insertion), HP definition and nth term, HM formula, n HM insertion, AM-GM-HM inequality with proof and all optimisation applications (AM×HM=GM²), AGP nth term, finite Sₙ, infinite S∞, classic AGP series (1+2r+3r²=1/(1–r)²), all special series (Σn, Σn², Σn³, odd/even sums), method of differences (1st/2nd order difference types), telescoping sum method with examples, exponential series eˣ full expansion, all deductions (even/odd terms, (eˣ+e⁻ˣ)/2, (eˣ–e⁻ˣ)/2), all e-series sums (Σ1/n!, Σn/n!=e, Σn²/n!=2e, Σn³/n!=5e, Σn⁴/n!=15e) with derivation method, logarithmic series log(1+x), log(1–x), log((1+x)/(1–x)) with all standard values, and recognising AP/GP from differences are compiled in the Aakash Rapid Revision & Formula Bank PDF — structured for JEE Main maths, Class 11 CBSE, and all engineering entrance exams.
AP and GP formulas are the backbone of JEE Main Sequences and Series questions. Virtually every Sequences and Series JEE Main question starts with an AP or GP. The standard 3-term choice (a–d, a, a+d for AP; a/r, a, ar for GP) is the most powerful problem-simplification tool in the chapter — it automatically reduces two unknowns to one when sum or product conditions are given.
The infinite GP sum S∞ = a/(1–r) powers many non-obvious JEE Main questions. Recurring decimals are infinite GPs. Series like 0.333… = 3/10 + 3/100 + … = (3/10)/(1–1/10) = 1/3. The condition |r| < 1 for convergence is itself a direct JEE Main question. Many "find S∞" questions are one-step applications of this formula once the GP is identified.
AM-GM inequality is the fastest tool for optimisation questions. Any JEE Main question asking for the minimum of a positive sum or maximum of a product under a constraint is likely solved by AM-GM in 2 lines. The key skill is correctly grouping the terms and identifying when equality holds.
AGP sum is the trickiest derivation in Sequences and Series — but follows a fixed method. The multiply-by-r, subtract strategy always works. For infinite AGP: the result S∞ = a/(1–r) + dr/(1–r)² is worth memorising directly. The classic series 1 + 2r + 3r² + … = 1/(1–r)² is used across Sequences and Series, probability, and coordinate geometry JEE Main problems. Download the Free PDF for Sequences and Series to have all these formulas ready.
After working through Sequences and Series using this formula sheet, a student should confidently accomplish the following for JEE Main maths.
For AP in Sequences and Series: find nth term and sum of n terms. Choose the 3-term (a–d, a, a+d) and 4-term forms to simplify problems. Find tₙ from Sₙ using tₙ = Sₙ – Sₙ₋₁. Verify whether a quadratic Sₙ represents an AP. Insert n AMs between a and b and find any specific AM.
For GP in Sequences and Series: find nth term, Sₙ, and S∞ (with convergence check |r|<1). Choose the 3-term (a/r, a, ar) and 4-term forms. Insert n GMs. Use log(GP)=AP connection. Apply equidistant product property.
For HP and means: convert HP to AP of reciprocals, find nth HP term, HM of two numbers, insert n HMs. Apply AM ≥ GM ≥ HM with equality conditions. Use AM·HM = GM² directly. Minimise expressions using AM-GM.
For AGP: identify AGP structure (term = AP term × GP term), find infinite S∞ using the formula, derive Sₙ using multiply-by-r and subtract. Sum classic series like 1+2r+3r²+… = 1/(1–r)².
For special series and method of differences: apply Σn, Σn², Σn³ formulas. Identify the type of sequence from differences and use method of differences to find Tₙ. Apply telescoping sums using partial fractions. Sum e-series using n²/n! = 1/(n–2)!+1/(n–1)! decomposition. Download the Free PDF for Sequences and Series to test all outcomes before your JEE Main exam.
Whether you are preparing for JEE Main, JEE Advanced, Class 11 CBSE, or BITSAT, the complete Sequences and Series formula sheet ensures every AP/GP/HP/AGP formula, every AM-GM identity, every special series result, and every exponential and logarithmic series expansion is accessible under exam pressure. The Aakash Rapid Revision & Formula Bank PDF brings everything into one structured JEE Main maths reference.
Sequences and Series rewards students who develop a strong sense of structure. Every progression — AP, GP, HP, AGP — has a defining structural feature: constant difference, constant ratio, constant ratio of reciprocals, or product of AP and GP terms. Every problem becomes tractable once the structure is identified and the appropriate formula is applied.
For JEE Main revision, approach Sequences and Series in four blocks. First: master AP and GP formulas completely, including the 3-term substitution tricks and the n-means insertion formulas. Second: master AM-GM-HM with all optimisation applications — these appear in almost every JEE Main session. Third: master the AGP infinite sum S∞ = a/(1–r) + dr/(1–r)² and the classic 1+2r+3r²+… = 1/(1–r)² result. Fourth: master the special series (Σn, Σn², Σn³), method of differences, and the exponential/logarithmic series results with the Σn²/n! = 2e type derivations. Use this page and the Free PDF Download for Sequences and Series as your complete JEE Main maths revision foundation.
In Sequences and Series, for an Arithmetic Progression (AP) with first term a, common difference d, and last term l: nth term (general term): aₙ = a + (n–1)d. This is the fundamental AP formula in Sequences and Series. The last term l = a + (n–1)d, so n = (l–a)/d + 1. Sum of first n terms: Sₙ = n/2 × [2a + (n–1)d] = n/2 × (a + l) = n/2 × (first term + last term). The formula tₙ = Sₙ – Sₙ₋₁ gives the nth term when the sum formula Sₙ is known. If Sₙ = An² + Bn + C, then the sequence is an AP with common difference 2A (if C=0; if C≠0, verify t₁=S₁). rth term from the end = l – (r–1)d = a + (n–r)d. The rth from end is the (n–r+1)th from the beginning. Sum of AP from rth to sth term = S_s – S_{r–1}.
In Sequences and Series, the infinite Geometric Progression a, ar, ar², ar³, … has a finite sum only when the common ratio satisfies |r| < 1. The infinite GP sum formula is: S∞ = a/(1–r), valid only for |r| < 1. When |r| ≥ 1, the series diverges (sum is infinite or undefined). Derivation: Sₙ = a(1–rⁿ)/(1–r). As n→∞, rⁿ→0 (since |r|<1), so S∞ = a/(1–0)/(1) = a/(1–r). Applications in Sequences and Series: recurring decimal 0.333… = 3/10 + 3/100 + 3/1000 + … = (3/10)/(1–1/10) = 1/3. Recurring 0.142857142857… = 142857/999999 (use 6-digit block as numerator with 999999 denominator). For an infinite GP to exist: all terms must be defined and |r|<1. Sum of infinite GP represents the "total area" in geometric series applications like fractal geometry, ball bouncing, etc.
In Sequences and Series, for positive real numbers a and b: AM = (a+b)/2, GM = √(ab), HM = 2ab/(a+b). The inequality AM ≥ GM ≥ HM holds with equality if and only if a = b. Important product identity: AM × HM = GM² (since (a+b)/2 × 2ab/(a+b) = ab = GM²). For n positive numbers, AM ≥ GM: (a₁+a₂+…+aₙ)/n ≥ (a₁a₂…aₙ)^(1/n). JEE Main applications: Minimum of x + 1/x (x>0): AM-GM gives x+1/x ≥ 2√(x·1/x) = 2, minimum = 2 when x=1. Minimum of ax + b/x (a,b,x>0): ≥ 2√(ab), achieved when ax = b/x → x = √(b/a). If a+b = constant → maximum of a·b at a=b=constant/2. If a·b = constant → minimum of a+b at a=b. These Sequences Series AM-GM applications appear in every JEE Main session as one-mark questions.
An AGP in Sequences and Series has nth term Tₙ = [a + (n–1)d]·brⁿ⁻¹ — product of the nth AP term and nth GP term. Finding the sum uses the multiply-by-r-and-subtract method: Let Sₙ = Σ [a+(k–1)d]·brᵏ⁻¹. Write rSₙ and subtract: (1–r)Sₙ = ab + dbr + dbr² + … + dbrⁿ⁻¹ – [a+(n–1)d]brⁿ = ab + dbr(1–rⁿ⁻¹)/(1–r) – [a+(n–1)d]brⁿ. The full finite sum formula is: Sₙ = ab/(1–r) + dbr(1–rⁿ⁻¹)/(1–r)² – [a+(n–1)d]brⁿ/(1–r). For |r|<1, as n→∞: S∞ = ab/(1–r) + dbr/(1–r)² (the two "tail" terms vanish). Classic series in Sequences Series: 1+2r+3r²+4r³+… (a=1,d=1,b=1): S∞ = 1/(1–r)² (obtained by differentiating 1/(1–r) = 1+r+r²+… with respect to r). 1+3x+5x²+7x³+…: S∞ = (1+x)/(1–x)².
In Sequences and Series, the three fundamental special series formulas for JEE Main are: Sum of first n natural numbers: Σₖ₌₁ⁿ k = 1+2+3+…+n = n(n+1)/2. Sum of squares of first n natural numbers: Σₖ₌₁ⁿ k² = 1²+2²+3²+…+n² = n(n+1)(2n+1)/6. Sum of cubes of first n natural numbers: Σₖ₌₁ⁿ k³ = 1³+2³+3³+…+n³ = [n(n+1)/2]² = (Σn)². The remarkable result Σn³ = (Σn)² is proved by Mathematical Induction. Additional results: sum of first n odd numbers = n²; sum of first n even numbers = n(n+1). For general polynomial nth term Tₙ = aₙ³+bₙ²+cn+d: Sₙ = a·[n(n+1)/2]² + b·n(n+1)(2n+1)/6 + c·n(n+1)/2 + dn. These formulas in Sequences and Series are used in computing sums, double sums, and in integration problems throughout JEE Main.
The method of differences in Sequences and Series is used to find the sum Σ Tₙ when the general term Tₙ is not directly summable but the differences Tₙ₊₁ – Tₙ follow a recognisable pattern. Step 1: Write the sequence T₁, T₂, T₃, … Step 2: Compute 1st differences: ΔT₁ = T₂–T₁, ΔT₂ = T₃–T₂, … Step 3: If 1st differences form a GP with ratio r → Tₙ = Arⁿ⁻¹ + B (one term geometric, one constant). If 1st differences form an AP → Tₙ is quadratic (an²+bn+c). If 2nd differences form an AP → Tₙ is cubic. For telescoping sums in Sequences and Series: express Tₙ = F(n+1) – F(n), then Σ Tₙ = F(n+1) – F(1) (all intermediate terms cancel). Example: Tₙ = 1/[n(n+1)] = 1/n – 1/(n+1) → Σ = 1 – 1/(n+1) = n/(n+1). Tₙ = 1/[n(n+1)(n+2)]: use partial fractions → telescopes to n(n+3)/[4(n+1)(n+2)].
In Sequences and Series, the exponential series states: eˣ = 1 + x/1! + x²/2! + x³/3! + … = Σₙ₌₀^∞ xⁿ/n! (valid for all real x). The constant e is defined as e = Σ 1/n! = 1+1+1/2!+1/3!+… ≈ 2.71828; 2<e<3. Key deductions: (1) e⁻ˣ = 1–x/1!+x²/2!–x³/3!+… (alternate signs). (2) (eˣ+e⁻ˣ)/2 = 1+x²/2!+x⁴/4!+… (even powers only). (3) (eˣ–e⁻ˣ)/2 = x+x³/3!+x⁵/5!+… (odd powers). Important sum results: Σ1/n!=e. Σn/n! = Σ1/(n–1)! = e. Σn²/n! = 2e (using n²=n(n–1)+n → Σn²/n! = Σ1/(n–2)!+Σ1/(n–1)! = e+e = 2e). Σn³/n! = 5e (using n³=n(n–1)(n–2)+3n(n–1)+n). Σn⁴/n! = 15e. These Sequences Series exponential sums are directly tested in JEE Main as "find the sum" questions.
In Sequences and Series, the logarithmic series gives power series expansions of log functions: log_e(1+x) = x – x²/2 + x³/3 – x⁴/4 + … (valid for –1 < x ≤ 1). log_e(1–x) = –x – x²/2 – x³/3 – x⁴/4 – … (valid for –1 ≤ x < 1). Their sum: log_e(1–x²) = –2(x²/2+x⁴/4+x⁶/6+…) (even powers). Their difference: log_e((1+x)/(1–x)) = 2(x+x³/3+x⁵/5+…) (odd powers only, |x|<1). Standard values: Put x=1 in log(1+x): log_e 2 = 1–1/2+1/3–1/4+… Put x=1/2 in log((1+x)/(1–x)): log_e(3) = 2(1/2+1/24+1/160+…). The logarithmic series is derived by integrating the geometric series 1/(1+t) = 1–t+t²–t³+… from 0 to x. These series are used in JEE Advanced series evaluation and coefficient extraction problems.
In Sequences and Series, the choice of standard substitution for terms in AP or GP is a problem-solving shortcut that significantly simplifies equations. For 3 numbers in AP: take them as (a–d, a, a+d). Their sum = 3a (useful when sum is given, immediately gives a). Their product = a(a²–d²). For 4 numbers in AP: take (a–3d, a–d, a+d, a+3d). Sum = 4a (gives a directly). Middle sum = 2a. For 5 numbers in AP: (a–2d, a–d, a, a+d, a+2d). Sum = 5a. For 3 numbers in GP: take (a/r, a, ar). Product = a³ (gives a immediately when product is specified). Ratio of terms: each is r times the previous. For 4 numbers in GP: (a/r³, a/r, ar, ar³). Product = a⁴. For 5 numbers in GP: (a/r², a/r, a, ar, ar²). Product = a⁵. Strategy in Sequences Series JEE Main: if SUM is given → AP form preferred; if PRODUCT is given → GP form preferred; if BOTH → use both conditions to get two equations in a and d (or a and r).
In Sequences and Series, for two positive real numbers a and b: Arithmetic Mean AM = (a+b)/2. Geometric Mean GM = √(ab). Harmonic Mean HM = 2ab/(a+b). The fundamental inequality is AM ≥ GM ≥ HM with equality if and only if a = b. The key product identity in Sequences and Series: AM × HM = (a+b)/2 × 2ab/(a+b) = ab = GM². This means the geometric mean is the geometric mean of AM and HM: GM² = AM × HM, so AM, GM, HM themselves form a GP (if AM ≠ GM ≠ HM, the three means are in GP with ratio GM/AM = HM/GM). For HP: a, b, c in HP iff 1/a, 1/b, 1/c in AP iff b = 2ac/(a+c). A sequence is HP if and only if its reciprocals form an AP. Insertion of n HMs between a and b: use the AP of reciprocals with common difference d = (1/b–1/a)/(n+1). These Sequences Series relationships between means are tested both directly and as part of complex JEE Main problems.
Sequences and Series – JEE Main Maths Formula Sheet