A-level Mathematics/FP1/Summation of Series

From testwiki
Revision as of 20:21, 21 September 2007 by imported>Mike's bot account (replace Category:Mathematics with Category:A-level Mathematics)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summation of a Series

In 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 starting 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 algebra. This can be done by hand or utilizing a calculator.
    3(14×100×121144×9)+4(16×10×21×1116×10×4) +5(12×10×1112×2×3)
    =(907527)+(3855)+(27515)
    =10828
  5. The sum of the series x=3103x3+4x2+5x=10828.

Method of Differences

The method of differences works when the resultants of the series cancel out in pairs leaving only two resultants. The method of differences only works with:

  • Polynomial identities
  • Polynomials in the denominator, which can be put into partial fractions (which are discussed in Core 4)
  • Trigonometric functions

Suppose we wish to find:

r=1n2r(r+1)(r+2)

This can be expressed as:

r=1n1r(r+1)1(r+1)(r+1)

We expand a few terms of the series at the beginning and end:

[1216]+[16112]+[112120]++[1(n1)n1n(n+1)]+[1n(n+1)1(n+1)(n+2)]

As you can see, all the terms except the first and last cancel out, leaving us with:

121(n+1)(n+2)

To find:

r=12r(r+1)(r+2)

We simply observe that:

limn1(n+1)(n+2)=0

Hence the sum to infinity is simply 12. There is a general rule about this method:

Template:Remember

In the example, f(r) was:

1r(r+1)

Template:A-level Mathematics/FP1/TOC