Part of ALG-03 — Sequences & Series (AP, GP, Special Series)

Method of Differences

by Notetube Official110 words4 views

When to use: When the differences of consecutive terms form an AP or GP.

Technique:

  1. Compute first differences: dkd_k = ak+1a_{k+1} - aka_k
  2. If dkd_k is constant: original sequence is AP
  3. If dkd_k forms an AP: second differences are constant, so ana_n is quadratic in n
  4. If dkd_k forms a GP: sum the GP to find ana_n

Example: Sequence 2, 5, 10, 17, 26, ... Differences: 3, 5, 7, 9, ... (AP with d=2) Second differences: 2, 2, 2, ... (constant) So ana_n = An2An^2 + Bn + C. Using a1a_1=2, a2a_2=5, a3a_3=10: A+B+C=2, 4A+2B+C=5, 9A+3B+C=10. Solving: A=1, B=0, C=1. So ana_n = n2n^2 + 1.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes