NDA Maths · Sequence & Series

Interrelating AP, GP and HP — the bridge tricks

NDA's favourite hard genre: take logs to turn a GP into an AP, take reciprocals to turn an HP into an AP, and translate "roots of an equation" conditions into progression conditions.

Why this matters

Fifteen PYQs and the chapter's signature difficulty — six of these are HARD. The wins come from three reflexes: take logs to turn a GP into an AP, take reciprocals to turn an HP into an AP, and write down the three standard three-term conditions before doing anything else. Almost every "if … are in AP and … are in GP" chain falls to writing those conditions and eliminating. Master the five moves below and the hard band of this chapter opens up.

Concept 1 of 5

The three three-term conditions

Intuition

Every progression has a one-line test for three numbers. AP: the middle is the average. GP: the middle squared is the product. HP: flip to reciprocals and test for AP. A neat unifier is the ratio abbc\tfrac{a-b}{b-c}: it equals 1 for an AP, ab\tfrac{a}{b} for a GP, and ac\tfrac{a}{c} for an HP — a quick way to tell them apart.

Definition

For three numbers a,b,ca, b, c:

  • AP     2b=a+c\iff 2b = a + c, and then abbc=1\dfrac{a-b}{b-c} = 1.
  • GP     b2=ac\iff b^2 = ac, and then abbc=ab\dfrac{a-b}{b-c} = \dfrac{a}{b}.
  • HP     b=2aca+c\iff b = \dfrac{2ac}{a+c}, and then abbc=ac\dfrac{a-b}{b-c} = \dfrac{a}{c}.

These three are the workhorses of the entire subtopic — write them down first, always.

The unifying ratio

abbc={1APa/bGPa/cHP\frac{a-b}{b-c} = \begin{cases} 1 & \text{AP} \\[2pt] a/b & \text{GP} \\[2pt] a/c & \text{HP} \end{cases}

Worked example

Are 3,6,123, 6, 12 in AP, GP, or HP? Compute abbc\dfrac{a-b}{b-c} and confirm it matches.
  1. Test GP: b2=62=36b^2 = 6^2 = 36 and ac=3×12=36ac = 3 \times 12 = 36 — equal, so they are in GP (ratio 2).
  2. Compute the ratio: 36612=36=12\dfrac{3 - 6}{6 - 12} = \dfrac{-3}{-6} = \dfrac12.
  3. For a GP this should equal ab=36=12\dfrac{a}{b} = \dfrac{3}{6} = \dfrac12 — it matches.
Answer:GP; abbc=12=ab\dfrac{a-b}{b-c} = \dfrac12 = \dfrac{a}{b}.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 1Sequence & SeriesHARD
If a, b, c are in AP or GP or HP, then abbc\frac{a-b}{b-c} is equal to

[Q47 · Sep · 2018]

Concept 2 of 5

The log bridge: a GP becomes an AP

Intuition

Logarithms turn multiplication into addition. So taking the log of every term of a GP turns the constant ratio into a constant difference — the logs are in AP. This single move handles questions that mix "in GP" with "ln\ln … in AP", and questions with exponents like px=qy=rzp^x = q^y = r^z.

Definition

If x,y,zx, y, z are in GP (y2=xzy^2 = xz), then logx,logy,logz\log x, \log y, \log z are in AP (since 2logy=logx+logz2\log y = \log x + \log z) — for any base. Conversely, if logs are in AP the originals are in GP. For px=qy=rz=kp^x = q^y = r^z = k: take logs to get xlogp=ylogq=zlogrx\log p = y\log q = z\log r, then logp,logq,logr\log p, \log q, \log r relate through the progression of x,y,zx, y, z.

The bridge

x,y,z in GP    logx,logy,logz in APx, y, z \text{ in GP} \iff \log x, \log y, \log z \text{ in AP}

Worked example

The numbers 2,4,82, 4, 8 are in GP. Show that log2,log4,log8\log 2, \log 4, \log 8 are in AP.
  1. Write each: log2, log4=2log2, log8=3log2\log 2,\ \log 4 = 2\log 2,\ \log 8 = 3\log 2.
  2. These are log2(1,2,3)\log 2 \cdot (1, 2, 3) — equally spaced, common difference log2\log 2.
  3. Check the AP condition: 2log4=4log2=log2+log82\log 4 = 4\log 2 = \log 2 + \log 8. ✓
Answer:log2,log4,log8\log 2, \log 4, \log 8 are in AP with common difference log2\log 2.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 2Sequence & SeriesMODERATE
If p2p^2, q2q^2 and r2r^2 (where p,q,r>0p,q,r>0) are in GP, then which of the following is/are correct? 1. pp, qq and rr are in GP. 2. lnp\ln p, lnq\ln q and lnr\ln r are in AP. Select the correct answer using the code given below:

[Q42 · Apr · 2020]

Concept 3 of 5

The reciprocal bridge: an HP becomes an AP

Intuition

An HP is defined by its reciprocals being in AP — so any HP condition is best handled by flipping. The classic NDA shape wraps the reciprocals in expressions like 1b+c,1c+a,1a+b\tfrac{1}{b+c}, \tfrac{1}{c+a}, \tfrac{1}{a+b}: "in HP" means the denominators b+c,c+a,a+bb+c, c+a, a+b are in AP, which collapses to a simple relation among a,b,ca, b, c.

Definition

1u,1v,1w\tfrac{1}{u}, \tfrac{1}{v}, \tfrac{1}{w} are in HP     u,v,w\iff u, v, w are in AP     2v=u+w\iff 2v = u + w. So whenever you see reciprocals "in HP", drop to the denominators and impose the AP condition on them.

Reciprocal flip

1u,1v,1w in HP    u,v,w in AP\frac{1}{u}, \frac{1}{v}, \frac{1}{w} \text{ in HP} \iff u, v, w \text{ in AP}

Worked example

If 1b+c,1c+a,1a+b\dfrac{1}{b+c}, \dfrac{1}{c+a}, \dfrac{1}{a+b} are in HP, show that a,b,ca, b, c are in AP.
  1. "Reciprocals in HP" means the denominators b+c, c+a, a+bb+c,\ c+a,\ a+b are in AP.
  2. AP condition: 2(c+a)=(b+c)+(a+b)2(c+a) = (b+c) + (a+b).
  3. Expand: 2c+2a=a+2b+ca+c=2b2c + 2a = a + 2b + c \Rightarrow a + c = 2b.
  4. That is exactly the AP condition for a,b,ca, b, c.
Answer:a,b,ca, b, c are in AP.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 3Sequence & SeriesHARD
If 1b+c\frac{1}{b+c}, 1c+a\frac{1}{c+a}, 1a+b\frac{1}{a+b} are in HP, then which of the following is/are correct? 1. aa, bb, cc are in AP 2. (b+c)2(b+c)^{2}, (c+a)2(c+a)^{2}, (a+b)2(a+b)^{2} are in GP Select the correct answer using the code given below.

[Q10 · Sep · 2021]

Concept 4 of 5

Mixed and chained progression problems

Intuition

When a problem strings several conditions together — some terms in AP, others in GP, others in HP — the method never changes: write each condition algebraically (2b=a+c2b=a+c, c2=bdc^2=bd, 2d=1c+1e\tfrac{2}{d}=\tfrac1c+\tfrac1e), then eliminate to get the asked relation. A famous special case: three numbers that are simultaneously in AP and GP must be equal.

Definition

Translate every clause into its three-term condition, then substitute and eliminate. Useful facts that drop out: numbers in both AP and GP are all equal (a=b=ca = b = c); and chains like a,b,ca,b,c in AP, b,c,db,c,d in GP, c,d,ec,d,e in HP force a,c,ea, c, e into GP. There is no shortcut beyond careful elimination — set it up cleanly.

Worked example

If a,b,ca, b, c are in AP and also in GP, prove that a=b=ca = b = c.
  1. AP: a+c=2ba + c = 2b. GP: b2=acb^2 = ac.
  2. Treat aa and cc as roots of t2(a+c)t+ac=0t^2 - (a+c)t + ac = 0, i.e. t22bt+b2=0t^2 - 2bt + b^2 = 0.
  3. That factors as (tb)2=0(t - b)^2 = 0, so both roots equal bb: a=c=ba = c = b.
Answer:a=b=ca = b = c.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 4Sequence & SeriesHARD
If a,b,ca,b,c are in AP; b,c,db,c,d are in GP; c,d,ec,d,e are in HP, then which of the following is/are correct? (A) a,ca,c and ee are in GP. (B) 1a,1c,1e\dfrac{1}{a},\dfrac{1}{c},\dfrac{1}{e} are in GP. Select the correct answer using the code given below:

[Q26 · Apr · 2024]

Concept 5 of 5

Roots, coefficients, and progression conditions

Intuition

Some questions hide a progression inside a quadratic. The link is Vieta's relations: for ax2+bx+c=0ax^2 + bx + c = 0, the roots sum to b/a-b/a and multiply to c/ac/a. A condition on the roots (their ratio, or a symmetric expression in them) becomes an equation in the coefficients — which often turns out to say the coefficients are in AP, GP, or HP.

Definition

For ax2+bx+c=0ax^2 + bx + c = 0 with roots α,β\alpha, \beta:

α+β=ba,αβ=ca.\alpha + \beta = -\frac{b}{a}, \qquad \alpha\beta = \frac{c}{a}.
Symmetric functions reduce to these: α2+β2=(α+β)22αβ\alpha^2 + \beta^2 = (\alpha+\beta)^2 - 2\alpha\beta, 1α+1β=α+βαβ\tfrac{1}{\alpha} + \tfrac{1}{\beta} = \tfrac{\alpha+\beta}{\alpha\beta}, etc. Plug a given root-condition into these and simplify to read off the progression among the coefficients.

Vieta's relations (monic-friendly)

α+β=ba,αβ=ca\alpha + \beta = -\frac{b}{a}, \qquad \alpha\beta = \frac{c}{a}

Worked example

For x2+px+q=0x^2 + px + q = 0 with roots α,β\alpha, \beta, express α2+β2\alpha^2 + \beta^2 in terms of pp and qq.
  1. Vieta: α+β=p\alpha + \beta = -p and αβ=q\alpha\beta = q.
  2. Use the identity α2+β2=(α+β)22αβ\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta.
  3. Substitute: (p)22q=p22q(-p)^2 - 2q = p^2 - 2q.
Answer:α2+β2=p22q\alpha^2 + \beta^2 = p^2 - 2q.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 5Sequence & SeriesHARD
The sum of the roots of the equation ax2+x+c=0ax^2 + x + c = 0 (where aa and cc are non-zero) is equal to the sum of the reciprocals of their squares. Then a,ca2,c2a,\, ca^2,\, c^2 are in

[Q17 · Apr · 2017]

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (4)

  • The three three-term conditions

    The unifying ratio

    abbc={1APa/bGPa/cHP\frac{a-b}{b-c} = \begin{cases} 1 & \text{AP} \\[2pt] a/b & \text{GP} \\[2pt] a/c & \text{HP} \end{cases}
  • The log bridge: a GP becomes an AP

    The bridge

    x,y,z in GP    logx,logy,logz in APx, y, z \text{ in GP} \iff \log x, \log y, \log z \text{ in AP}
  • The reciprocal bridge: an HP becomes an AP

    Reciprocal flip

    1u,1v,1w in HP    u,v,w in AP\frac{1}{u}, \frac{1}{v}, \frac{1}{w} \text{ in HP} \iff u, v, w \text{ in AP}
  • Roots, coefficients, and progression conditions

    Vieta's relations (monic-friendly)

    α+β=ba,αβ=ca\alpha + \beta = -\frac{b}{a}, \qquad \alpha\beta = \frac{c}{a}

Drill every past-year question on this subtopic

15 questions from the bank — paginated, with cart and Word-export support.

Related notes