By the end of this chapter you'll be able to…

  • 1Recover the terms of a progression from a given sum, and identify an AP from the quadratic form of
  • 2Use the relations among the three means of two numbers, including , and insert a prescribed number of means
  • 3Sum a non-standard series by splitting its general term into a telescoping difference, using partial fractions, factorials or rationalisation
  • 4Identify the th term of a series given only by its first few terms, using successive differences
  • 5Sum an arithmetico-geometric series, and handle infinite geometric problems including the convergence condition
  • 6Apply the mean and Cauchy inequalities with their hypotheses, and verify that the equality case is attainable before calling a bound a minimum
💡
Why this chapter matters in JEE Advanced

Advanced sets series that are not progressions at all, so the marks go to whoever can find the th term and then split it into a difference that cancels. The chapter also carries the mean inequalities, which are the most-used and most-misused tools on the paper: applied without their positivity hypothesis they return answers that are wrong rather than merely weak, and applied without checking that equality is attainable they return bounds mistaken for minima. Both habits are tested directly and both cost marks elsewhere, in calculus optimisation and in coordinate geometry.

Before you start — revise these

🔗
The th term and sum of an arithmetic and a geometric progression
🔗
Partial fractions for a product of linear factors
🔗
The standard sums of the first natural numbers and their squares
🔗
Factorials and basic surd manipulation including rationalising a denominator

Sequences and Series

Find the minimum value of .

Almost every candidate writes , by the arithmetic-geometric mean inequality. Now put : the expression equals .

There is no minimum. The function takes every value in and nothing between, so is the minimum only on the positive branch. The inequality is a statement about positive numbers, and the square root on the right is what makes that hypothesis unavoidable. Applied to a quantity that can be negative it does not merely give a weak answer; it gives a false one.

The same trap is set with trigonometry. Asked for the minimum of , the mean inequality suggests , but for in the third or fourth quadrant the expression is at most .

minimum 2 at x = 1 maximum -2 at x = -1 2 -2 the two branches never meet, so no value lies between them

1. The three progressions and the means between them

An arithmetic progression has and . A geometric progression has and , with when . A harmonic progression is a sequence whose reciprocals form an AP, and it has no sum formula at all — a fact worth stating plainly, because questions exploit the expectation that one exists.

Two structural facts about an AP are used constantly. First, is always a quadratic in with zero constant term, and conversely any such describes an AP. Second, , which recovers the terms from the sum without knowing or .

The three means of two positive numbers satisfy with , so the geometric mean is the geometric mean of the other two. The relation makes any two of the three determine the pair.

a b G A H G is the altitude A is the radius H is G projected onto A the picture makes A at least G at least H, with equality only when a equals b

One test settles which progression three numbers belong to, and it is worth carrying because questions often supply the ratio rather than the terms. For any , , , the quotient equals when they are in AP, when they are in GP, and when they are in HP.

Each is a one-line rearrangement of the defining condition — , , and respectively — and the pattern in the right-hand sides is easier to hold than three separate criteria.

Illustration 1

The sum of the first terms of a sequence is . Find the th term and show the sequence is an AP.

The difference is constant, so it is an AP with first term and common difference . The quadratic form of with no constant term was already a guarantee of this, and reading it off is faster than the subtraction.

Illustration 2

The arithmetic mean of two positive numbers is and their harmonic mean is . Find the numbers.

Since , the geometric mean is . So and , making and the roots of , namely and .

Checking: their harmonic mean is , as required.

Illustration 3

Nine arithmetic means are inserted between and . Find the fifth of them.

Inserting means makes terms in all, so the common difference is . The fifth mean is .

The count , not , is the step candidates get wrong: inserting nine means creates ten gaps.

2. Inserting means, and what they add up to

Inserting arithmetic means between and produces terms in all, so the common difference is . The means themselves are symmetric about the midpoint : pairing the first with the last, the second with the second-last, and so on, each pair sums to . Hence

which says that inserted means contribute exactly copies of the single arithmetic mean. The corresponding statement for geometric means is multiplicative: for every , so

For harmonic means the reciprocals are in AP, so it is their reciprocals that add: . Each of these three follows from the same pairing argument, applied to sums, to products, and to reciprocals respectively, which is why they are worth deriving once rather than memorising as three separate results.

3. Telescoping and the method of differences

Most series at Advanced level are not standard progressions. They are sequences whose th term can be split so that consecutive pieces cancel, and finding that split is the entire question.

The pattern to look for is a term of the form . Any product of consecutive terms of an AP in a denominator has one, supplied by partial fractions.

f(1)-f(2) f(2)-f(3) f(3)-f(4) ... f(n)-f(n+1) only the first and the last piece survive sum = f(1) - f(n+1)

Illustration 4

Sum .

Split the term as a difference of two products:

Everything cancels except the first and last pieces, leaving

Letting gives for the infinite sum, and testing at gives both from the formula and from the single term.

Illustration 5

Sum .

The denominators are consecutive terms of the AP , so partial fractions give . Telescoping,

The factor is the common difference of the AP, and forgetting it is the usual slip.

The two illustrations above are instances of one rule. If is an AP with common difference , then a reciprocal of consecutive terms splits as

so the sum telescopes with a leading factor of . For and that factor is , which is why the simplest case hides it; for and it is , and for with it is , exactly as the two illustrations found.

Illustration 6

Sum .

Write , which is exactly the telescoping form. The sum collapses to . At this gives , matching .

When the terms involve factorials, the split is almost always into consecutive factorials rather than into partial fractions.

4. Finding the th term first

A series given by its first few terms must be converted into a formula before it can be summed. Take successive differences: if they are constant the term is linear in , if they form an AP the term is quadratic, and if they form a GP the term contains a geometric factor.

Illustration 7

Sum the series to terms.

The differences are , an AP, so the th term is a quadratic. Fitting, , which reproduces . Then

Checking at : the formula gives , and .

The three standard sums used here are , and , the last being the identity worth remembering in its squared form rather than expanded.

5. Arithmetico-geometric series

When the th term is a linear factor times a geometric factor, no rearrangement telescopes. The device is to subtract times the series from itself, which turns the linear part into a constant and leaves an ordinary GP.

For , forming gives

and in the infinite case with only the first two terms survive, giving .

1/2 1/4 1/8 0 1 the pieces never overshoot the segment: the sum is 1 with a ratio of 1 or more each piece is at least as long as the last, and nothing converges

Illustration 8

Sum to infinity.

Here , and , so the sum is .

The same answer comes from recognising the series as , which is the derivative of the geometric series — a check worth doing, since the subtraction method is error-prone.

Illustration 9

An infinite geometric progression has sum , and the sum of the cubes of its terms is . Find the first term.

The cubes form a GP with first term and ratio , so

Substituting into the second and cancelling gives , that is , so or . Convergence rules out , leaving and .

Checking: and . Discarding the root that violates is part of the answer, not a formality.

6. The mean inequalities, used correctly

For positive reals ,

with equality throughout exactly when all the numbers are equal. That equality condition is what makes the inequality usable for optimisation: a bound is only a maximum or minimum if some choice attains it, and the condition tells you which choice to test.

Illustration 10

For positive , , , show that .

Apply the mean inequality to each bracket: and . Multiplying, the cube roots cancel and the product is at least . Equality needs in both, which is consistent, so is attained and is genuinely the minimum.

Illustration 11

If , , are positive with , find the least value of .

The mean inequality gives , and equality holds when , which satisfies the constraint. So the least value is .

Contrast this with the opening question, where no such attaining point exists on the whole domain. The difference is entirely in whether the hypothesis of positivity is part of the problem or has been assumed silently.

Illustration 12

If , , are in harmonic progression, prove that .

Being in HP means , so . Substituting turns each fraction into and respectively, whose sum is . Since for positive and , the total is at least .

Note where positivity was used: the last step fails if and have opposite signs, which is precisely the trap of the opening question appearing inside a harder problem.

One further inequality earns its place because it handles problems the mean inequality cannot: those with a sum of squares as the constraint. For any real numbers,

with equality when the two lists are proportional. Unlike the mean inequality this needs no positivity, because everything in it is squared. A frequently used rearrangement, valid for positive , is .

Illustration 13

If , find the greatest value of .

Take the two lists and . Then

so the expression is at most . Equality needs proportional to , and satisfies the constraint and attains the bound. The mean inequality is of no use here, because , and are not required to be positive.

7. Harmonic progressions and comparisons

Because reciprocals of an AP have no closed sum, every HP question is really an AP question in disguise, and the first move is always to invert. What survives from the AP is the middle-term property: is the harmonic mean of and , so , and this sits below the geometric mean and below the arithmetic mean .

The chain collapses only when the two numbers are equal, which gives a quick way to answer a family of short questions: if three numbers are in arithmetic, geometric and harmonic progression all at once, they must be identical, since already forces it.

For more than two numbers the relation fails — it is genuinely a two-number identity — while the ordering continues to hold for any count, with equality again only when all the numbers agree.

Illustration 14

If , , are in AP and , , are in GP and , , are in HP with and positive and unequal, order , and .

They are the arithmetic, geometric and harmonic means of the same pair, so , strictly because . The relation also holds, so the three means are themselves in geometric progression.

Illustration 15

Prove that in any AP with positive terms, .

Rationalise each term: , where is the common difference. The sum telescopes to , and rationalising once more, using , gives the stated form.

This combines the two main devices of the chapter: rationalising to create a difference, then telescoping it.

Summary

The mean inequalities hold for positive numbers only, and applying them without that hypothesis produces answers that are wrong rather than merely weak: has no minimum on the reals. Equality in requires all the numbers to be equal, and checking that the equality case is attainable is what turns a bound into a maximum or minimum.

An AP has quadratic in with zero constant term, and recovers the terms. Inserting means creates gaps. For two positive numbers , so any two of the three means determine the pair. A harmonic progression has no sum formula, so every HP question begins by inverting to an AP.

Series that are not progressions are summed by telescoping. Look for a term of the form : partial fractions supply it when consecutive terms of an AP sit in a denominator, consecutive factorials supply it when factorials appear, and rationalising supplies it when square roots do. If a series is given only by its first few terms, take successive differences to identify the form of the th term before summing.

Inserting means contributes copies of the single mean, additively for arithmetic means, multiplicatively for geometric ones, and reciprocally for harmonic ones. When the constraint is a sum of squares rather than a product, the Cauchy inequality applies where the mean inequality cannot, and it needs no positivity because every quantity in it is squared.

An arithmetico-geometric series is summed by subtracting times the series from itself, and the infinite case reduces to . In any infinite geometric problem the condition is part of the answer, and roots violating it must be discarded explicitly.

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

AP term and sum
$S_n$ is always a quadratic in $n$ with zero constant term, and conversely. Also $a_n=S_n-S_{n-1}$ recovers the terms without knowing $a$ or $d$.
GP sum, finite and infinite
The condition $|r|<1$ is part of the answer. Any root of a constraint equation that violates it must be discarded explicitly, not silently.
The three means
For two positive numbers, so any two of the three determine the pair. Equality throughout only when the numbers are equal. $G^{2}=AH$ is a two-number identity and fails for three or more.
Which progression
For AP, GP and HP respectively. Each is a rearrangement of $a-b=b-c$, $b^{2}=ac$ and $\tfrac2b=\tfrac1a+\tfrac1c$, and the pattern is easier to hold than three separate tests.
Inserting means
Inserting $n$ means creates $n+1$ gaps, so the common difference is $\tfrac{b-a}{n+1}$. Both results come from pairing the $k$th mean with the $(n+1-k)$th.
Standard sums
Keep the last in its squared form. Together these finish any series whose $n$th term is a polynomial in $r$.
Telescoping over an AP
The leading factor is $\dfrac{1}{(k-1)d}$, which is $1$ only in the simplest case $k=2$, $d=1$. Forgetting it is the standard slip.
Factorial telescoping
When factorials appear, the split is into consecutive factorials rather than into partial fractions. Summing gives $(n+1)!-1$.
Rationalising to telescope
For an AP with positive terms. Rationalising is what manufactures the difference; the telescoping is then automatic.
Arithmetico-geometric sum
Derived by subtracting $x$ times the series from itself. The special case $\sum rx^{r-1}=\dfrac{1}{(1-x)^{2}}$ is the derivative of the geometric series and doubles as a check.
Mean inequality for $n$ terms
Positive numbers only. Equality exactly when all are equal, and that condition is what turns a bound into an attained minimum.
Cauchy's inequality
Needs no positivity, since everything is squared. Equality when the two lists are proportional. Use it when the constraint is a sum of squares.
Fraction form of Cauchy
Valid for positive $y_i$. It converts a sum of fractions into a single fraction and settles many minimum-value questions in one line.
⚠️

Traps JEE Advanced sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Applying the mean inequality to a quantity that can be negative
Check positivity first. has no minimum on the reals: at it equals .
Why it happens: The inequality is quoted so often in its two-term form that the words "for positive reals" stop being read as a condition and become part of the decoration.
WATCH OUT
Reporting a bound as a minimum without checking that it is attained
Solve the equality condition and verify that the solution satisfies the constraint. Only then is the bound the answer.
Why it happens: An inequality feels like a completed calculation, and the question usually asks for "the minimum value" rather than "a lower bound", which hides the missing step.
WATCH OUT
Dividing by instead of when inserting means
Inserting means creates terms and therefore gaps, so the common difference is .
Why it happens: The count of means is the number the question states, so it is the number that comes to mind when the common difference is written down.
WATCH OUT
Dropping the leading factor when telescoping
For consecutive terms of an AP with common difference , the factor is . Check it at against the single term.
Why it happens: The textbook example is , where the factor happens to be , so the general form is never seen.
WATCH OUT
Keeping a root that violates in an infinite GP problem
Solve the constraint, then reject every root with and say so. In Illustration 9 the root must go.
Why it happens: The quadratic that appears has two roots and both satisfy the algebra; the convergence condition is a separate piece of information that is easy to leave unused.
WATCH OUT
Looking for a formula for the sum of a harmonic progression
There is none. Invert to an AP, do the work there, and invert back if needed.
Why it happens: AP and GP both have sum formulas, so the pattern suggests a third, and questions are set to exploit exactly that expectation.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Sequences and Series?

12 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

12 questions~8 min worth ~8 marks in JEE Advanced exams

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • The mean inequalities need positive numbers; without that, has no minimum at all.
  • A bound becomes a minimum only when the equality case is attainable under the given constraint.
  • quadratic in with zero constant term means an AP, and recovers the terms.
  • Inserting means creates gaps, so the common difference is .
  • For two positive numbers , so any two of the three means determine the pair.
  • A harmonic progression has no sum formula: invert to an AP and work there.
  • To sum a non-progression, split the general term as and let it telescope.
  • The telescoping factor for consecutive AP terms is , not .
  • Factorials telescope through ; surds telescope after rationalising.
  • If only the first few terms are given, take successive differences to identify the th term.
  • An arithmetico-geometric series is summed by subtracting times itself; check against .
  • In any infinite GP problem, discard roots with explicitly as part of the answer.

JEE Advanced question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: ~2 questions (roughly 6-8 marks) across the two papers combined, out of the ~120 marks of Mathematics

Question styleMarks eachTypical countWhat it tests
Progressions, means and their insertion31Terms and sums of the three progressions, recovering terms from $S_n$, the relations among the means, and inserting a prescribed number of means
Summation of series: telescoping and arithmetico-geometric41Telescoping by partial fractions, factorials or rationalisation, identifying the $n$th term from differences, arithmetico-geometric sums and infinite geometric constraints
Inequalities and constrained optimisation31The mean inequalities with their hypotheses and equality cases, Cauchy's inequality with a sum-of-squares constraint, and constrained maxima and minima

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. Before applying any mean inequality, write down whether the quantities are positive. If the question does not say so, that omission is usually the point of the question.
  2. After finding a bound, solve the equality condition and check it against the constraint. Only then write "minimum" or "maximum".
  3. For any unfamiliar series, first test whether the general term splits as . That single question answers most summation problems on the paper.
  4. Verify a telescoped formula at against the first term. It costs one line and catches a dropped leading factor immediately.
  5. In problems about an infinite GP, write down at the start, so that a root violating it is rejected rather than carried into the answer.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

Loan amortisation is an arithmetico-geometric calculation…

Loan amortisation is an arithmetico-geometric calculation: each instalment is discounted by a geometric factor while the outstanding principal falls arithmetically, and the closed form is what a bank's schedule prints.

Signal processing uses the convergence of an infinite geo…

Signal processing uses the convergence of an infinite geometric series to guarantee that a feedback loop settles, which is why a filter with a gain of one or more oscillates rather than stabilising.

The mean inequality explains why a fixed perimeter enclos…

The mean inequality explains why a fixed perimeter encloses the greatest area as a square: the equality case, all sides equal, is exactly the optimum the inequality points to.

Where else this topic is tested

Prepare once, score in every exam that asks it.

JEE Advanced
JEE Main
BITSAT
Mathematics Olympiad (regional level)
CUET (Mathematics)

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Because the geometric mean involves an even root, which is only defined for a non-negative argument, and because the proof rests on , which needs those square roots to exist. Applied to quantities that can be negative it does not simply give a weaker bound; it gives a false statement. The minimum of over all real does not exist, since the left branch reaches .

Look at what sits in the denominator. Consecutive terms of an AP call for partial fractions, and the leading factor is . Factorials call for the split into consecutive factorials. A sum of square roots calls for rationalising, which manufactures a difference. If none of these applies, the series is probably arithmetico-geometric and should be attacked by subtracting times itself.

Whenever the th term of the series is a polynomial in , which you can confirm by taking successive differences until they become constant. Express the term as a combination of , and and apply the three standard sums. Keeping the cube sum in its squared form is worth doing, since it factorises cleanly with the other two.

Yes, and in constraint problems it usually does real work. Illustration 9 produces a quadratic in with roots and , and only the convergence condition rejects the second. A solution that lists both roots has not answered the question, because the series with does not have the stated sum, or indeed any sum.

It is not named in the syllabus, but it is a two-line consequence of the fact that a certain quadratic in one variable is never negative, and Advanced regularly sets problems where the constraint is a sum of squares and no positivity is given. In those problems the mean inequality cannot be applied at all, so the Cauchy form is worth carrying alongside it, together with its fraction rearrangement.
Sources and How This Chapter Was CheckedSyllabus scope, what was derived rather than quoted, and how every answer here was checked.

Scope follows the JEE Advanced syllabus for 2026 (Mathematics, Sequences and Series): arithmetic, geometric and harmonic progressions and their th terms and sums, arithmetic, geometric and harmonic means, the sums of the first natural numbers and of their squares and cubes, arithmetico-geometric series, and the infinite geometric series.

The treatment concentrates on what Advanced adds to Main. Main asks for a term or a sum of a stated progression; Advanced asks for the sum of a series that is not a progression, for the th term to be identified first, for a constraint problem involving an infinite geometric series, and for an inequality whose hypotheses have to be checked.

Results were derived rather than quoted. The telescoping splits came from partial fractions and from the identity , the arithmetico-geometric sum from subtracting times the series, the relation from the definitions of the three means, and the ordering from the semicircle construction.

Every illustration was checked a second way. The telescoped sums were tested at and against direct addition; the arithmetico-geometric sum was confirmed by differentiating the geometric series; the geometric progression in Illustration 9 was verified by substituting the recovered values back into both given conditions; and the mean-inequality minima were confirmed to be attained at the stated equal values.

The illustrations are teaching problems written for this chapter, not previous-year questions, and are not labelled as such.

Header Logo