A-level Mathematics/OCR/FP1/Summation of Series

From testwiki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summation of a Series

In [[../../C2|Core Two]] we learned about arithmetic and geometric progression, but if we need to sum an arithmetic progression over a large range it can become very time consuming. There are formulae that can allow us to calculate the sum. Note that these formulae only work if we start from 1; we will see how to calculate summations from other end points in the example below. The formulae are:

r=1n1=n
r=1nr=12n(n+1)
r=1nr2=16n(n+1)(2n+1)
r=1nr3=14n2(n+1)2

We also need to know this general result about summation:

r=1narb=ar=1nrb

You can see why this is true by thinking of the expanded form:

(a×1b+a×2b+a×3b+...+a×nb)a(1b+2b+3b+...+nb)

Example

Find the sum of the series x=3103x3+4x2+5x.

  1. First we need to break the summation into its three separate components.
    x=3103x3+x=3104x2+x=3105x
  2. Next we need to make them start from one. We then need to subtract the sum of the numbers not included in the summation.
    x=1103x3x=123x3+x=1104x2x=124x2+x=1105xx=125x
  3. Now we use the identities to calculate the individual sums. Remember to include the co-efficients.
    3[14102(10+1)21422(2+1)2]+4[1610(2×10+1)(10+1)162(2×2+1)(2+1)] +5[1210(10+1)122(2+1)]
  4. Now we need to perform a lot of arithmetic. This can be done by hand or utilizing a calculator.
    34(100×1214×9)+416(10×21×1110×3) +52(10×112×3)
    =34(1210036)+23(231030)+52(1106)
    =10828
  5. The sum of the series x=3103x3+4x2+5x=10828.

Template:A-level Mathematics/FP1/TOC