Sissa and arithmetico-geometric sums

#hsc-maths#sequences#advanced

This problem explores the classic “Sissa” chessboard problem as a route into arithmetico‑geometric series—one of the trickier patterns you’ll meet in the HSC Sequences topic. By working through both a finite and an infinite version, you’ll learn the shift‑and‑subtract technique, a powerful trick that converts a sum with a linear term into a far simpler geometric series.

Problem Statement

  • Evaluate S64=1+2+4++263S_{64}=1+2+4+\cdots+2^{63}.
  • Let
T=n=164n2n1.T=\sum_{n=1}^{64} n2^{n-1}.

Use shift-and-subtract to find a closed form.

  • Evaluate
n=1n2n.\sum_{n=1}^{\infty}\frac{n}{2^n}.

Hints

Use T2TT-2T for the finite AGP, and similarly S12SS-\frac12S for the infinite one.


Solutions

The first sum is a plain geometric series with first term 11, common ratio 22, and 6464 terms. We apply the finite geometric series formula directly:

S64=2641.S_{64}=2^{64}-1.

For the finite arithmetico‑geometric sum TT, we notice that multiplying by the common ratio 22 shifts the powers on the geometric part and creates a cancellation when we subtract. Write out 2T2T and subtract:

T2T=n=1642n164264=(2641)64264,T-2T=\sum_{n=1}^{64}2^{n-1}-64\cdot2^{64} =(2^{64}-1)-64\cdot2^{64},

so

T=63264+1.T=63\cdot2^{64}+1.

The infinite series S=n=1n2nS=\sum_{n=1}^\infty \frac{n}{2^n} has common ratio 12\frac12. We use the same shift‑and‑subtract idea: multiply by 12\frac12 and subtract, which turns the tail into a pure geometric series that we can sum to infinity.

S12S=12+14+18+=1,S-\frac12S=\frac12+\frac14+\frac18+\cdots=1,

hence S=2S=2.


Takeaways

  • A pure geometric series is just the standard formula; the real trick is handling the interfering linear factor nn with shift‑and‑subtract.
  • Multiplying by the common ratio and subtracting aligns the series so that the arithmetic part collapses, leaving only a simple geometric series to evaluate.
  • The same method works for both finite and infinite arithmetico‑geometric series, making it a universal tool for sums of the form nrn1\sum n r^{n-1}.

Further Readings

HSC Differential Equations, HSC Trigonometry, HSC Collections, HSC Combinatorics

Written by Vu Hung Nguyen

Mathematics Educator · LinkedIn · About