This site is a work in progress. New lessons are added regularly. Contact us
Chapter Review · a rapid pre-test review (speedrun)

Sequences and Series: Chapter Review

A rapid review before the test: the chapter's vocabulary and notation, every formula with the conditions to use it, the standard problem types step by step, and the traps that cost points.

Vocabulary and notation

Sequence, term ana_n, index nn
A function on the positive integers (or on the integers upward from a stated start such as 00), so ana_n is a(n)a(n). The index says WHICH term; the term is its value. The graph is isolated dots, never a curve.
Explicit rule and recursive rule
Explicit gives ana_n as an expression in nn, reaching any term in one substitution. Recursive gives seeds plus a step rule and must be climbed rung by rung: a rule looking back kk steps needs kk seeds, and without them defines nothing.
Sigma notation k=mpak\displaystyle\sum_{k=m}^{p} a_k
Add the summand aka_k at every integer from mm up to pp, BOTH limits included. The index is a dummy: renaming it changes nothing and it never appears in the answer. It fixes how many terms there are even when the summand hides it, so k=165=30\sum_{k=1}^{6} 5 = 30.
Series, partial sum SnS_n, converge and diverge
A series adds the terms of a sequence, and SnS_n adds the first nn. An infinite series converges when its partial sums close in on a single number SS, and its sum is DEFINED to be that SS; otherwise it diverges, with no sum.
Arithmetic sequence, common difference dd
an+1an=da_{n+1} - a_n = d for EVERY neighbouring pair, so two matching differences prove nothing. Equivalently ana_n is linear in nn with slope dd, so ak=4k+1a_k = 4k + 1 has d=4d = 4 on sight.
Geometric sequence, common ratio rr
an+1/an=ra_{n+1}/a_n = r for every pair, with a10a_1 \neq 0 and r0r \neq 0. Sizes grow when r>1|r| > 1 and shrink when r<1|r| < 1; a negative rr alternates the signs.
Binomial coefficient (nk)\binom{n}{k}, Pascal's triangle
(nk)\binom{n}{k} counts which kk of the nn factors of (x+y)n(x+y)^n donate their yy. Row nn lists (n0)\binom{n}{0} through (nn)\binom{n}{n}: n+1n + 1 entries, second entry nn.
Factorial m!m!
The product m(m1)21m(m-1)\cdots 2 \cdot 1, so 4!=244! = 24, with 0!=10! = 1.

Formulas and theorems

  • Arithmetic: the nnth term

    an=a1+(n1)dam=ak+(mk)d\begin{gathered} a_n = a_1 + (n-1)d \\ a_m = a_k + (m-k)d \end{gathered}

    Use when Any arithmetic sequence, any dd including 00 and negatives. The multiplier counts STEPS, never terms: a1=5a_1 = 5 and d=3d = 3 give a12=5+11(3)=38a_{12} = 5 + 11(3) = 38. Rearranged, d=amakmkd = \dfrac{a_m - a_k}{m - k} with mkm \neq k.

  • Counting terms

    n=La1d+1m,m+1,,phas pm+1 terms\begin{gathered} n = \frac{L - a_1}{d} + 1 \\ m, m+1, \ldots, p \\ \text{has } p - m + 1 \text{ terms} \end{gathered}

    Use when The first needs an arithmetic sequence with last term LL and d0d \neq 0; at d=0d = 0 the values cannot reveal the count. The second holds for any integers mpm \le p, and sigma limits include both ends.

    e.g. 6,13,,976, 13, \ldots, 97 has 917+1=14\tfrac{91}{7} + 1 = 14 terms.

  • Arithmetic series

    Sn=n2(a1+an)Sn=n2(2a1+(n1)d)\begin{gathered} S_n = \frac{n}{2}\left(a_1 + a_n\right) \\ S_n = \frac{n}{2}\bigl(2a_1 + (n-1)d\bigr) \end{gathered}

    Use when Constant difference required, and nn is the NUMBER of terms, not the last term. Use the first form when the last term is given, the second otherwise.

  • The running total of an arithmetic series

    Sn=d2n2+(a1d2)nan=SnSn1\begin{gathered} S_n = \frac{d}{2}n^2 + \left(a_1 - \frac{d}{2}\right)n \\ a_n = S_n - S_{n-1} \end{gathered}

    Use when Runs BOTH ways: an arithmetic total is quadratic in nn with no constant term, and conversely Sn=An2+BnS_n = An^2 + Bn forces an=2An+(BA)a_n = 2An + (B - A), so d=2Ad = 2A. A nonzero constant term means not arithmetic.

    e.g. Sn=3n2nS_n = 3n^2 - n gives an=6n4a_n = 6n - 4 and d=6d = 6.

  • Geometric: the nnth term

    an=a1rn1,amak=rmka_n = a_1 r^{\,n-1}, \qquad \frac{a_m}{a_k} = r^{\,m-k}

    Use when a10a_1 \neq 0 and r0r \neq 0. The exponent is n1n-1, one per multiplication between term 11 and term nn. Keep a negative ratio bracketed: a1=3a_1 = 3 and r=2r = -2 give a6=3(2)5=96a_6 = 3(-2)^5 = -96.

  • Finite geometric series

    Sn=a(1rn)1r=a(rn1)r1(r1)Sn=na(r=1)\begin{gathered} S_n = \frac{a\left(1 - r^{\,n}\right)}{1 - r} = \frac{a\left(r^{\,n} - 1\right)}{r - 1} \quad (r \neq 1) \\ S_n = na \quad (r = 1) \end{gathered}

    Use when The fraction needs r1r \neq 1: the denominator 1r1 - r vanishes there; at r=1r = 1 every term equals aa, so the sum is nana. Only r=1r = 1 is excluded: r=1r = -1 gives a denominator of 22.

    e.g. 48+1632+64=4(1(2)5)1(2)=4(33)3=444 - 8 + 16 - 32 + 64 = \dfrac{4\left(1 - (-2)^5\right)}{1 - (-2)} = \dfrac{4(33)}{3} = 44.

  • Infinite geometric series

    n=1arn1=a1rSSn=Srn\begin{gathered} \sum_{n=1}^{\infty} a r^{\,n-1} = \frac{a}{1 - r} \\ S - S_n = S\,r^{\,n} \end{gathered}

    Use when Needs r<1|r| < 1, a condition on SIZE, so it covers negative ratios. With a0a \neq 0 and r1|r| \ge 1 the partial sums never settle and there is no sum. SSnS - S_n is the exact error left after nn terms.

    e.g. 62+23=61(13)=643=926 - 2 + \tfrac23 - \cdots = \dfrac{6}{1 - \left(-\tfrac13\right)} = \dfrac{6}{\tfrac43} = \dfrac92.

  • The Binomial Theorem

    (x+y)n=k=0n(nk)xnkyk(xy)n=k=0n(1)k(nk)xnkyk\begin{gathered} (x+y)^n = \sum_{k=0}^{n} \binom{n}{k} x^{\,n-k} y^{\,k} \\ (x-y)^n = \sum_{k=0}^{n} (-1)^k \binom{n}{k} x^{\,n-k} y^{\,k} \end{gathered}

    Use when nn a whole number. Exactly n+1n + 1 terms, and every term's two exponents sum to nn. For a difference the coefficient is negative exactly when kk is odd.

  • General term of an expansion

    Tk=(nk)AnkBkk=0,1,,n\begin{gathered} T_k = \binom{n}{k} A^{\,n-k} B^{\,k} \\ k = 0, 1, \ldots, n \end{gathered}

    Use when AA and BB are the WHOLE terms of (A+B)n(A+B)^n, signs included. The list starts at k=0k = 0, so TkT_k is the (k+1)(k+1)st term and the rrth term is (nr1)Anr+1Br1\binom{n}{r-1}A^{\,n-r+1}B^{\,r-1}.

  • Binomial coefficients

    (nk)=n!k!(nk)!(nk)=(n1k1)+(n1k)(nk)=(nnk)\begin{gathered} \binom{n}{k} = \frac{n!}{k!\,(n-k)!} \\ \binom{n}{k} = \binom{n-1}{k-1} + \binom{n-1}{k} \\ \binom{n}{k} = \binom{n}{n-k} \end{gathered}
    Each entry is the sum of the two entries directly above itA triangle of numbers with a single 1 at the apex and every row beginning and ending in 1: row 1; then 1 1; 1 2 1; 1 3 3 1; 1 4 6 4 1; and 1 5 10 10 5 1. In the second-to-last row the adjacent entries 4 and 6 are picked out, and two short converging lines lead from them down to the 10 that sits between them in the last row, which is their sum.11112113311411510514610
    Text description

    Rows 0 to 5 of Pascal's triangle, with the neighbouring entries 4 and 6 joined by short lines down to the 10 they sum to in the row below.

    Use when Integers with 0kn0 \le k \le n, and 0!=10! = 1. Pascal's rule needs an interior 1kn11 \le k \le n-1; the ends are held by (n0)=(nn)=1\binom{n}{0} = \binom{n}{n} = 1. Row nn totals 2n2^n. Cancel (nk)!(n-k)! before multiplying.

    e.g. (103)=10×9×83!=120\binom{10}{3} = \dfrac{10 \times 9 \times 8}{3!} = 120.

Problem types, step by step

Find a term of an arithmetic sequence from two given terms

  1. Count the steps between the known indices and divide the rise: d=amakmkd = \dfrac{a_m - a_k}{m - k}.
  2. Walk back to the first term with a1=ak(k1)da_1 = a_k - (k-1)d.
  3. Substitute into an=a1+(n1)da_n = a_1 + (n-1)d, simplify to a linear rule in nn, and check it reproduces both given terms.

e.g. a4=11a_4 = 11, a9=26a_9 = 26: d=155=3d = \tfrac{15}{5} = 3, a1=2a_1 = 2, an=3n1a_n = 3n - 1, so a20=59a_{20} = 59.

Add an arithmetic series

  1. Confirm one constant dd.
  2. Count the terms: n=La1d+1n = \dfrac{L - a_1}{d} + 1 from a last term, or pm+1p - m + 1 from sigma limits.
  3. Get the first and last term, evaluating the summand at each limit for a sigma sum.
  4. Apply Sn=n2(a1+an)S_n = \dfrac{n}{2}(a_1 + a_n), or n2(2a1+(n1)d)\dfrac{n}{2}\bigl(2a_1 + (n-1)d\bigr) when the last term is unknown.

e.g. k=530(2k1)\sum_{k=5}^{30}(2k-1): 2626 terms running 99 to 5959, so S=13(68)=884S = 13(68) = 884.

Find a term or the ratio of a geometric sequence

  1. Divide consecutive terms to confirm one constant rr, or from two given terms solve amak=rmk\dfrac{a_m}{a_k} = r^{\,m-k}.
  2. An even mkm - k leaves two candidate ratios, so use a stated sign or another term to choose.
  3. Back out a1=akrk1a_1 = \dfrac{a_k}{r^{\,k-1}}, then substitute into an=a1rn1a_n = a_1 r^{\,n-1}.

e.g. a2=6a_2 = 6, a5=48a_5 = 48: r3=8r^3 = 8, so r=2r = 2, a1=3a_1 = 3, and a7=326=192a_7 = 3 \cdot 2^6 = 192.

Sum a finite geometric series given its last term

  1. Find rr by division and confirm it.
  2. Solve a1rn1=La_1 r^{\,n-1} = L for nn by matching powers, or with logarithms.
  3. Substitute into Sn=a(rn1)r1S_n = \dfrac{a\left(r^{\,n} - 1\right)}{r - 1}, switching to Sn=naS_n = na if r=1r = 1.

e.g. 5+15++12155 + 15 + \cdots + 1215: 3n1=2433^{\,n-1} = 243 so n=6n = 6, and S=5(7291)2=1820S = \dfrac{5(729 - 1)}{2} = 1820.

Find how many terms a threshold requires

  1. Write the term, or the partial sum, as a formula in nn, then isolate the power of rr.
  2. Take logarithms and divide by logr\log r, reversing the inequality when logr\log r is negative.
  3. Round up to a whole number and test both sides of the boundary.

e.g. 3+6+12+3 + 6 + 12 + \cdots: 3(2n1)>30003(2^n - 1) > 3000 gives 2n>10012^n > 1001, so n=10n = 10 (S9=1533S_9 = 1533, S10=3069S_{10} = 3069).

Sum an infinite geometric series, including one written in sigma form

  1. Identify rr, and get the first term actually summed by substituting the lower limit into the summand.
  2. Compare r|r| with 11; if r1|r| \ge 1 the series diverges and there is no sum to report.
  3. Apply S=a1rS = \dfrac{a}{1-r}, watching the denominator when rr is negative.

e.g. n=23(25)n\sum_{n=2}^{\infty} 3\left(\tfrac25\right)^n: a=1225a = \tfrac{12}{25}, r=25r = \tfrac25, so S=12/253/5=45S = \tfrac{12/25}{3/5} = \tfrac45.

Write a repeating decimal as a fraction

  1. Split off any non-repeating head and read the repeating part as a series of blocks.
  2. For a block of bb digits, the first block over 10b10^b is aa, and r=10br = 10^{-b}.
  3. Sum with a1r\dfrac{a}{1-r}, add the head back, and reduce.

e.g. 0.18=18/10011/100=1899=2110.\overline{18} = \dfrac{18/100}{1 - 1/100} = \dfrac{18}{99} = \dfrac{2}{11}.

Pull one term or coefficient out of a binomial expansion

  1. Write the general term (nk)AnkBk\binom{n}{k}A^{\,n-k}B^{\,k} with AA and BB complete, brackets and signs included.
  2. Collect every power of the variable into a single exponent by adding exponents.
  3. Set it equal to the target exponent (zero for a constant term) and solve for kk; a non-integer kk means no such term exists.
  4. Evaluate (nk)\binom{n}{k}, the numerical powers, and the sign.

e.g. Constant term of (x2+2x)6\left(x^2 + \tfrac{2}{x}\right)^6: the power is x123kx^{12-3k}, so k=4k = 4 and (64)24=240\binom{6}{4}2^4 = 240.

Expand a power of a binomial

  1. Write row nn of Pascal's triangle, or use n!k!(nk)!\dfrac{n!}{k!\,(n-k)!}.
  2. March kk from 00 to nn, giving AA the exponent nkn-k and BB the exponent kk, each raised whole.
  3. Evaluate every power, letting a negative BB produce the alternating signs.
  4. Check by setting each variable to 11: the coefficients must total the unexpanded value.

e.g. (x2)3=x3+3x2(2)+3x(4)+(8)=x36x2+12x8(x-2)^3 = x^3 + 3x^2(-2) + 3x(4) + (-8) = x^3 - 6x^2 + 12x - 8.

Exam traps

  • Trap Multiplying the step by the term number: for 4,11,18,4, 11, 18, \ldots, writing a30=4+30(7)=214a_{30} = 4 + 30(7) = 214.

    Fix 214214 is the 31st term: reaching term nn takes n1n-1 steps, so a30=4+29(7)=207a_{30} = 4 + 29(7) = 207. The exponent in a1rn1a_1r^{\,n-1} counts the same way, so the 5th term of 2,6,18,2, 6, 18, \ldots is 234=1622 \cdot 3^4 = 162. Recovering dd or rr from two terms divides by steps too.

  • Trap Losing the +1+1 that turns steps back into terms.

    Fix (La1)÷d(L - a_1) \div d counts steps: from 33 to 4343 by fours is 1010 steps but 1111 terms. Sigma limits are inclusive too, so k=36\sum_{k=3}^{6} holds 44.

  • Trap Reading 'diverges' as 'blows up', then trusting a1r\dfrac{a}{1-r} at r=1r = -1.

    Fix 77+77+7 - 7 + 7 - 7 + \cdots has bounded partial sums 7,0,7,0,7, 0, 7, 0, \ldots that never settle, so it has no sum, though the formula would report 72\tfrac72.

  • Trap Sign slips with a negative ratio.

    Fix 1(13)=431 - \left(-\tfrac13\right) = \tfrac43, never 23\tfrac23: subtracting a negative adds. An even exponent kills the sign too, so (3)6=+729(-3)^6 = +729.

  • Trap Calling TkT_k the kkth term of an expansion.

    Fix The list starts at k=0k = 0, so TkT_k is the (k+1)(k+1)st term. The 3rd term of (x+y)7(x+y)^7 has k=2k = 2, giving 21x5y221x^5y^2, not the 35x4y335x^4y^3 that k=3k = 3 returns.

  • Trap Leaving a coefficient outside the power: reading the k=1k = 1 term of (2a+3)4(2a+3)^4 as 4a3(3)=12a34a^3(3) = 12a^3.

    Fix The whole bracketed quantity is raised, so that term is 4(2a)3(3)=96a34(2a)^3(3) = 96a^3.

  • Trap Marking every coefficient of (xy)n(x - y)^n negative because the binomial has a minus sign.

    Fix The sign is (1)k(-1)^k, so it is negative exactly when kk is odd. In (x1)6(x-1)^6 the coefficient of x4x^4 is +15+15.

  • Trap Reading a percentage change as the common ratio.

    Fix A rise of 66 percent gives r=1.06r = 1.06, not 0.060.06; a drop of 2020 percent gives r=0.80r = 0.80.

  • Trap Averaging to find a term sitting between two others in a geometric sequence.

    Fix The ratio must stay constant, so the term between 44 and 2525 satisfies x2=100x^2 = 100, giving x=10x = 10 or x=10x = -10, not 14.514.5.

  • Trap Assuming shrinking terms force convergence, so any series whose terms go to 00 has a sum.

    Fix That is a geometric fact, not a general one: 1+12+13+1 + \tfrac12 + \tfrac13 + \cdots has terms shrinking to 00 and partial sums past every bound. For a geometric series the test is r<1\lvert r \rvert < 1.

Chapter test Questions from across the chapter