Skip to content Skip to navigation Skip to collection information

Connexions

You are here: Home » Content » Siyavula textbooks: Grade 12 Maths » Sigma notation, Finite & Infinite Series

Navigation

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of the content in the repository. You can think of it as a fancy kind of list that will let you see content through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

This content is ...

Affiliated with (What does "Affiliated with" mean?)

This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • FETMaths display tagshide tags

    This module and collection are included inLens: Siyavula: Mathematics (Gr. 10-12)
    By: Siyavula

    Module Review Status: In Review
    Collection Review Status: In Review

    Click the "FETMaths" link to see all content affiliated with them.

    Click the tag icon tag icon to display tags associated with this content.

  • Bookshare

    This collection is included inLens: Bookshare's Lens
    By: Bookshare - A Benetech Initiative

    Comments:

    "Accessible versions of this collection are available at Bookshare. DAISY and BRF provided."

    Click the "Bookshare" link to see all content affiliated with them.

  • Siyavula: Mathematics display tagshide tags

    This collection is included inLens: Siyavula Textbooks: Maths
    By: Free High School Science Texts Project

    Click the "Siyavula: Mathematics" link to see all content affiliated with them.

    Click the tag icon tag icon to display tags associated with this content.

Recently Viewed

This feature requires Javascript to be enabled.

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.
 

Sigma notation, Finite & Infinite Series

Module by: Free High School Science Texts Project. E-mail the author

Series

In this section we simply work on the concept of adding up the numbers belonging to arithmetic and geometric sequences. We call the sum of any sequence of numbers a series.

Some Basics

If we add up the terms of a sequence, we obtain what is called a series. If we only sum a finite amount of terms, we get a finite series. We use the symbol SnSn to mean the sum of the first nn terms of a sequence {a1;a2;a3;...;an}{a1;a2;a3;...;an}:

S n = a 1 + a 2 + a 3 + ... + a n S n = a 1 + a 2 + a 3 + ... + a n
(1)

For example, if we have the following sequence of numbers

1 ; 4 ; 9 ; 25 ; 36 ; 49 ; ... 1 ; 4 ; 9 ; 25 ; 36 ; 49 ; ...
(2)

and we wish to find the sum of the first 4 terms, then we write

S 4 = 1 + 4 + 9 + 25 = 39 S 4 = 1 + 4 + 9 + 25 = 39
(3)

The above is an example of a finite series since we are only summing 4 terms.

If we sum infinitely many terms of a sequence, we get an infinite series:

S = a 1 + a 2 + a 3 + ... S = a 1 + a 2 + a 3 + ...
(4)

Sigma Notation

In this section we introduce a notation that will make our lives a little easier.

A sum may be written out using the summation symbol . This symbol is sigma, which is the capital letter “S” in the Greek alphabet. It indicates that you must sum the expression to the right of it:

i = m n a i = a m + a m + 1 + ... + a n - 1 + a n i = m n a i = a m + a m + 1 + ... + a n - 1 + a n
(5)

where

  • ii is the index of the sum;
  • mm is the lower bound (or start index), shown below the summation symbol;
  • nn is the upper bound (or end index), shown above the summation symbol;
  • aiai are the terms of a sequence.

The index ii is increased from mm to nn in steps of 1.

If we are summing from n=1n=1 (which implies summing from the first term in a sequence), then we can use either SnSn- or -notation since they mean the same thing:

S n = i = 1 n a i = a 1 + a 2 + ... + a n S n = i = 1 n a i = a 1 + a 2 + ... + a n
(6)

For example, in the following sum,

i = 1 5 i i = 1 5 i
(7)

we have to add together all the terms in the sequence ai=iai=i from i=1i=1 up until i=5i=5:

i = 1 5 i = 1 + 2 + 3 + 4 + 5 = 15 i = 1 5 i = 1 + 2 + 3 + 4 + 5 = 15
(8)

Examples

  1. i = 1 6 2 i = 2 1 + 2 2 + 2 3 + 2 4 + 2 5 + 2 6 = 2 + 4 + 8 + 16 + 32 + 64 = 126 i = 1 6 2 i = 2 1 + 2 2 + 2 3 + 2 4 + 2 5 + 2 6 = 2 + 4 + 8 + 16 + 32 + 64 = 126
    (9)
  2. i=310(3xi)=3x3+3x4+...+3x9+3x10i=310(3xi)=3x3+3x4+...+3x9+3x10
    (10)
    for any value xx.

Tip:

Notice that in the second example we used three dots (...) to indicate that we had left out part of the sum. We do this to avoid writing out every term of a sum.

Some Basic Rules for Sigma Notation

  1. Given two sequences, aiai and bibi,
    i=1n(ai+bi)=i=1nai+i=1nbii=1n(ai+bi)=i=1nai+i=1nbi
    (11)
  2. For any constant cc that is not dependent on the index ii,
    i=1nc·ai=c·a1+c·a2+c·a3+...+c·an=c(a1+a2+a3+...+an)=ci=1naii=1nc·ai=c·a1+c·a2+c·a3+...+c·an=c(a1+a2+a3+...+an)=ci=1nai
    (12)

Exercises

  1. What is k=142k=142?
  2. Determine i=-13ii=-13i.
  3. Expand k=05ik=05i.
  4. Calculate the value of aa if:
    k=13a·2k-1=28k=13a·2k-1=28
    (13)

Finite Arithmetic Series

Remember that an arithmetic sequence is a set of numbers, such that the difference between any term and the previous term is a constant number, dd, called the constant difference:

a n = a 1 + d ( n - 1 ) a n = a 1 + d ( n - 1 )
(14)

where

  • nn is the index of the sequence;
  • anan is the nthnth-term of the sequence;
  • a1a1 is the first term;
  • dd is the common difference.

When we sum a finite number of terms in an arithmetic sequence, we get a finite arithmetic series.

The simplest arithmetic sequence is when a1=1a1=1 and d=0d=0 in the general form Equation 14; in other words all the terms in the sequence are 1:

a i = a 1 + d ( i - 1 ) = 1 + 0 · ( i - 1 ) = 1 { a i } = { 1 ; 1 ; 1 ; 1 ; 1 ; ... } a i = a 1 + d ( i - 1 ) = 1 + 0 · ( i - 1 ) = 1 { a i } = { 1 ; 1 ; 1 ; 1 ; 1 ; ... }
(15)

If we wish to sum this sequence from i=1i=1 to any positive integer nn, we would write

i = 1 n a i = i = 1 n 1 = 1 + 1 + 1 + ... + 1 ( n times ) i = 1 n a i = i = 1 n 1 = 1 + 1 + 1 + ... + 1 ( n times )
(16)

Since all the terms are equal to 1, it means that if we sum to nn we will be adding nn-number of 1's together, which is simply equal to nn:

i = 1 n 1 = n i = 1 n 1 = n
(17)

Another simple arithmetic sequence is when a1=1a1=1 and d=1d=1, which is the sequence of positive integers:

a i = a 1 + d ( i - 1 ) = 1 + 1 · ( i - 1 ) = i { a i } = { 1 ; 2 ; 3 ; 4 ; 5 ; ... } a i = a 1 + d ( i - 1 ) = 1 + 1 · ( i - 1 ) = i { a i } = { 1 ; 2 ; 3 ; 4 ; 5 ; ... }
(18)

If we wish to sum this sequence from i=1i=1 to any positive integer nn, we would write

i = 1 n i = 1 + 2 + 3 + ... + n i = 1 n i = 1 + 2 + 3 + ... + n
(19)

This is an equation with a very important solution as it gives the answer to the sum of positive integers.

Note: Interesting Fact :

Mathematician, Karl Friedrich Gauss, discovered this proof when he was only 8 years old. His teacher had decided to give his class a problem which would distract them for the entire day by asking them to add all the numbers from 1 to 100. Young Karl realised how to do this almost instantaneously and shocked the teacher with the correct answer, 5050.

We first write SnSn as a sum of terms in ascending order:

S n = 1 + 2 + ... + ( n - 1 ) + n S n = 1 + 2 + ... + ( n - 1 ) + n
(20)

We then write the same sum but with the terms in descending order:

S n = n + ( n - 1 ) + ... + 2 + 1 S n = n + ( n - 1 ) + ... + 2 + 1
(21)

We then add corresponding pairs of terms from equations Equation 20 and Equation 21, and we find that the sum for each pair is the same, (n+1)(n+1):

2 S n = ( n + 1 ) + ( n + 1 ) + ... + ( n + 1 ) + ( n + 1 ) 2 S n = ( n + 1 ) + ( n + 1 ) + ... + ( n + 1 ) + ( n + 1 )
(22)

We then have nn-number of (n+1)(n+1)-terms, and by simplifying we arrive at the final result:

2 S n = n ( n + 1 ) S n = n 2 ( n + 1 ) 2 S n = n ( n + 1 ) S n = n 2 ( n + 1 )
(23)
S n = i = 1 n i = n 2 ( n + 1 ) S n = i = 1 n i = n 2 ( n + 1 )
(24)

Note that this is an example of a quadratic sequence.

General Formula for a Finite Arithmetic Series

If we wish to sum any arithmetic sequence, there is no need to work it out term-for-term. We will now determine the general formula to evaluate a finite arithmetic series. We start with the general formula for an arithmetic sequence and sum it from i=1i=1 to any positive integer nn:

i = 1 n a i = i = 1 n [ a 1 + d ( i - 1 ) ] = i = 1 n ( a 1 + d i - d ) = i = 1 n [ ( a 1 - d ) + d i ] = i = 1 n ( a 1 - d ) + i = 1 n ( d i ) = i = 1 n ( a 1 - d ) + d i = 1 n i = ( a 1 - d ) n + d n 2 ( n + 1 ) = n 2 ( 2 a 1 - 2 d + d n + d ) = n 2 ( 2 a 1 + d n - d ) = n 2 [ 2 a 1 + d ( n - 1 ) ] i = 1 n a i = i = 1 n [ a 1 + d ( i - 1 ) ] = i = 1 n ( a 1 + d i - d ) = i = 1 n [ ( a 1 - d ) + d i ] = i = 1 n ( a 1 - d ) + i = 1 n ( d i ) = i = 1 n ( a 1 - d ) + d i = 1 n i = ( a 1 - d ) n + d n 2 ( n + 1 ) = n 2 ( 2 a 1 - 2 d + d n + d ) = n 2 ( 2 a 1 + d n - d ) = n 2 [ 2 a 1 + d ( n - 1 ) ]
(25)

So, the general formula for determining an arithmetic series is given by

S n = i = 1 n [ a 1 + d ( i - 1 ) ] = n 2 [ 2 a 1 + d ( n - 1 ) ] S n = i = 1 n [ a 1 + d ( i - 1 ) ] = n 2 [ 2 a 1 + d ( n - 1 ) ]
(26)

For example, if we wish to know the series S20S20 for the arithmetic sequence ai=3+7(i-1)ai=3+7(i-1), we could either calculate each term individually and sum them:

S 20 = i = 1 20 [ 3 + 7 ( i - 1 ) ] = 3 + 10 + 17 + 24 + 31 + 38 + 45 + 52 + 59 + 66 + 73 + 80 + 87 + 94 + 101 + 108 + 115 + 122 + 129 + 136 = 1390 S 20 = i = 1 20 [ 3 + 7 ( i - 1 ) ] = 3 + 10 + 17 + 24 + 31 + 38 + 45 + 52 + 59 + 66 + 73 + 80 + 87 + 94 + 101 + 108 + 115 + 122 + 129 + 136 = 1390
(27)

or, more sensibly, we could use equation Equation 26 noting that a1=3a1=3, d=7d=7 and n=20n=20 so that

S 20 = i = 1 20 [ 3 + 7 ( i - 1 ) ] = 20 2 [ 2 · 3 + 7 ( 20 - 1 ) ] = 1390 S 20 = i = 1 20 [ 3 + 7 ( i - 1 ) ] = 20 2 [ 2 · 3 + 7 ( 20 - 1 ) ] = 1390
(28)

This example demonstrates how useful equation Equation 26 is.

Exercises

  1. The sum to nn terms of an arithmetic series is Sn=n2(7n+15)Sn=n2(7n+15).
    1. How many terms of the series must be added to give a sum of 425?
    2. Determine the 6th term of the series.
  2. The sum of an arithmetic series is 100 times its first term, while the last term is 9 times the first term. Calculate the number of terms in the series if the first term is not equal to zero.
  3. The common difference of an arithmetic series is 3. Calculate the values of nn for which the nthnth term of the series is 93, and the sum of the first nn terms is 975.
  4. The sum of nn terms of an arithmetic series is 5n2-11n5n2-11n for all values of nn. Determine the common difference.
  5. The sum of an arithmetic series is 100 times the value of its first term, while the last term is 9 times the first term. Calculate the number of terms in the series if the first term is not equal to zero.
  6. The third term of an arithmetic sequence is -7 and the 7th term is 9. Determine the sum of the first 51 terms of the sequence.
  7. Calculate the sum of the arithmetic series 4+7+10++9014+7+10++901.
  8. The common difference of an arithmetic series is 3. Calculate the values of nn for which the n th n th term of the series is 93 and the sum of the first nn terms is 975.

Finite Squared Series

When we sum a finite number of terms in a quadratic sequence, we get a finite quadratic series. The general form of a quadratic series is quite complicated, so we will only look at the simple case when D=2D=2 and d=(a2-a1)=3d=(a2-a1)=3, where DD is the common second difference and dd is the finite difference. This is the sequence of squares of the integers:

a i = i 2 a i = 1 2 ; 2 2 ; 3 2 ; 4 2 ; 5 2 ; 6 2 ; ... = 1 ; 4 ; 9 ; 16 ; 25 ; 36 ; ... a i = i 2 a i = 1 2 ; 2 2 ; 3 2 ; 4 2 ; 5 2 ; 6 2 ; ... = 1 ; 4 ; 9 ; 16 ; 25 ; 36 ; ...
(29)

If we wish to sum this sequence and create a series, then we write

S n = i = 1 n i 2 = 1 + 4 + 9 + ... + n 2 S n = i = 1 n i 2 = 1 + 4 + 9 + ... + n 2
(30)

which can be written, in general, as

S n = i = 1 n i 2 = n 6 ( 2 n + 1 ) ( n + 1 ) S n = i = 1 n i 2 = n 6 ( 2 n + 1 ) ( n + 1 )
(31)

The proof for equation Equation 31 can be found under the Advanced block that follows:

Derivation of the Finite Squared Series

We will now prove the formula for the finite squared series:

S n = i = 1 n i 2 = 1 + 4 + 9 + ... + n 2 S n = i = 1 n i 2 = 1 + 4 + 9 + ... + n 2
(32)

We start off with the expansion of (k+1)3(k+1)3.

( k + 1 ) 3 = k 3 + 3 k 2 + 3 k + 1 ( k + 1 ) 3 - k 3 = 3 k 2 + 3 k + 1 ( k + 1 ) 3 = k 3 + 3 k 2 + 3 k + 1 ( k + 1 ) 3 - k 3 = 3 k 2 + 3 k + 1
(33)
k = 1 : 2 3 - 1 3 = 3 ( 1 ) 2 + 3 ( 1 ) + 1 k = 2 : 3 3 - 2 3 = 3 ( 2 ) 2 + 3 ( 2 ) + 1 k = 3 : 4 3 - 3 3 = 3 ( 3 ) 2 + 3 ( 3 ) + 1 k = n : ( n + 1 ) 3 - n 3 = 3 n 2 + 3 n + 1 k = 1 : 2 3 - 1 3 = 3 ( 1 ) 2 + 3 ( 1 ) + 1 k = 2 : 3 3 - 2 3 = 3 ( 2 ) 2 + 3 ( 2 ) + 1 k = 3 : 4 3 - 3 3 = 3 ( 3 ) 2 + 3 ( 3 ) + 1 k = n : ( n + 1 ) 3 - n 3 = 3 n 2 + 3 n + 1
(34)

If we add all the terms on the right and left, we arrive at

( n + 1 ) 3 - 1 = i = 1 n ( 3 i 2 + 3 i + 1 ) n 3 + 3 n 2 + 3 n + 1 - 1 = 3 i = 1 n i 2 + 3 i = 1 n i + i = 1 n 1 n 3 + 3 n 2 + 3 n = 3 i = 1 n i 2 + 3 n 2 ( n + 1 ) + n i = 1 n i 2 = 1 3 [ n 3 + 3 n 2 + 3 n - 3 n 2 ( n + 1 ) - n ] = 1 3 ( n 3 + 3 n 2 + 3 n - 3 2 n 2 - 3 2 n - n ) = 1 3 ( n 3 + 3 2 n 2 + 1 2 n ) = n 6 ( 2 n 2 + 3 n + 1 ) ( n + 1 ) 3 - 1 = i = 1 n ( 3 i 2 + 3 i + 1 ) n 3 + 3 n 2 + 3 n + 1 - 1 = 3 i = 1 n i 2 + 3 i = 1 n i + i = 1 n 1 n 3 + 3 n 2 + 3 n = 3 i = 1 n i 2 + 3 n 2 ( n + 1 ) + n i = 1 n i 2 = 1 3 [ n 3 + 3 n 2 + 3 n - 3 n 2 ( n + 1 ) - n ] = 1 3 ( n 3 + 3 n 2 + 3 n - 3 2 n 2 - 3 2 n - n ) = 1 3 ( n 3 + 3 2 n 2 + 1 2 n ) = n 6 ( 2 n 2 + 3 n + 1 )
(35)

Therefore,

i = 1 n i 2 = n 6 ( 2 n + 1 ) ( n + 1 ) i = 1 n i 2 = n 6 ( 2 n + 1 ) ( n + 1 )
(36)

Finite Geometric Series

When we sum a known number of terms in a geometric sequence, we get a finite geometric series. We can write out each term of a geometric sequence in the general form:

a n = a 1 · r n - 1 a n = a 1 · r n - 1
(37)

where

  • nn is the index of the sequence;
  • anan is the nthnth-term of the sequence;
  • a1a1 is the first term;
  • rr is the common ratio (the ratio of any term to the previous term).

By simply adding together the first nn terms, we are actually writing out the series

S n = a 1 + a 1 r + a 1 r 2 + ... + a 1 r n - 2 + a 1 r n - 1 S n = a 1 + a 1 r + a 1 r 2 + ... + a 1 r n - 2 + a 1 r n - 1
(38)

We may multiply the above equation by rr on both sides, giving us

r S n = a 1 r + a 1 r 2 + a 1 r 3 + ... + a 1 r n - 1 + a 1 r n r S n = a 1 r + a 1 r 2 + a 1 r 3 + ... + a 1 r n - 1 + a 1 r n
(39)

You may notice that all the terms on the right side of Equation 38 and Equation 39 are the same, except the first and last terms. If we subtract Equation 38 from Equation 39, we are left with just

r S n - S n = a 1 r n - a 1 S n ( r - 1 ) = a 1 ( r n - 1 ) r S n - S n = a 1 r n - a 1 S n ( r - 1 ) = a 1 ( r n - 1 )
(40)

Dividing by (r-1)(r-1) on both sides, we arrive at the general form of a geometric series:

S n = i = 1 n a 1 · r i - 1 = a 1 ( r n - 1 ) r - 1 S n = i = 1 n a 1 · r i - 1 = a 1 ( r n - 1 ) r - 1
(41)

The following video summarises what you have learnt so far about sequences and series:

Figure 1
Khan academy video on series - 1

Exercises

  1. Prove that
    a+ar+ar2+...+arn-1=a(1-rn)(1-r)a+ar+ar2+...+arn-1=a(1-rn)(1-r)
    (42)
  2. Find the sum of the first 11 terms of the geometric series 6+3+32+34+...6+3+32+34+...
  3. Show that the sum of the first nn terms of the geometric series
    54+18+6+...+5(13)n-154+18+6+...+5(13)n-1
    (43)
    is given by 81-34-n81-34-n.
  4. The eighth term of a geometric sequence is 640. The third term is 20. Find the sum of the first 7 terms.
  5. Solve for nn: t=1n8(12)t=1534t=1n8(12)t=1534.
  6. The ratio between the sum of the first three terms of a geometric series and the sum of the 4th-, 5th- and 6th-terms of the same series is 8:278:27. Determine the common ratio and the first 2 terms if the third term is 8.
  7. Given the geometric sequence 1;-3;9;1;-3;9; determine:
    1. The 8 th th term of the sequence
    2. The sum of the first 8 terms of the sequence.
  8. Determine:
    n=143·2n-1n=143·2n-1
    (44)

Infinite Series

Thus far we have been working only with finite sums, meaning that whenever we determined the sum of a series, we only considered the sum of the first nn terms. In this section, we consider what happens when we add infinitely many terms together. You might think that this is a silly question - surely the answer will be when one sums infinitely many numbers, no matter how small they are? The surprising answer is that while in some cases one will reach (like when you try to add all the positive integers together), there are some cases one will get a finite answer. If you don't believe this, try doing the following sum, a geometric series, on your calculator or computer:

1 2 + 1 4 + 1 8 + 1 16 + 1 32 + ... 1 2 + 1 4 + 1 8 + 1 16 + 1 32 + ...
(45)

You might think that if you keep adding more and more terms you will eventually get larger and larger numbers, but in fact you won't even get past 1 - try it and see for yourself!

We denote the sum of an infinite number of terms of a sequence by

S = i = 1 a i S = i = 1 a i
(46)

When we sum the terms of a series, and the answer we get after each summation gets closer and closer to some number, we say that the series converges. If a series does not converge, then we say that it diverges.

Infinite Geometric Series

There is a simple test for knowing instantly which geometric series converges and which diverges. When rr, the common ratio, is strictly between -1 and 1, i.e. -1<r<1-1<r<1, the infinite series will converge, otherwise it will diverge. There is also a formula for working out the value to which the series converges.

Let's start off with formula Equation 41 for the finite geometric series:

S n = i = 1 n a 1 · r i - 1 = a 1 ( r n - 1 ) r - 1 S n = i = 1 n a 1 · r i - 1 = a 1 ( r n - 1 ) r - 1
(47)

Now we will investigate the behaviour of rnrn for -1<r<1-1<r<1 as n becomes larger.

Take r=12r=12:

n = 1 : r n = r 1 = ( 1 2 ) 1 = 1 2 n = 2 : r n = r 2 = ( 1 2 ) 2 = 1 2 · 1 2 = 1 4 < 1 2 n = 3 : r n = r 3 = ( 1 2 ) 3 = 1 2 · 1 2 · 1 2 = 1 8 < 1 4 n = 1 : r n = r 1 = ( 1 2 ) 1 = 1 2 n = 2 : r n = r 2 = ( 1 2 ) 2 = 1 2 · 1 2 = 1 4 < 1 2 n = 3 : r n = r 3 = ( 1 2 ) 3 = 1 2 · 1 2 · 1 2 = 1 8 < 1 4
(48)

Since rr is in the range -1<r<1-1<r<1, we see that rnrn gets closer to 0 as n gets larger.

Therefore,

S n = a 1 ( r n - 1 ) r - 1 S = a 1 ( 0 - 1 ) r - 1 for - 1 < r < 1 = - a 1 r - 1 = a 1 1 - r S n = a 1 ( r n - 1 ) r - 1 S = a 1 ( 0 - 1 ) r - 1 for - 1 < r < 1 = - a 1 r - 1 = a 1 1 - r
(49)

The sum of an infinite geometric series is given by the formula

S = i = 1 a 1 r i - 1 = a 1 1 - r for - 1 < r < 1 S = i = 1 a 1 r i - 1 = a 1 1 - r for - 1 < r < 1
(50)

where a1a1 is the first term of the series and rr is the common ratio.

Figure 2
Khan academy video on series - 2

Exercises

  1. What does (25)n(25)n approach as nn tends towards ?
  2. Given the geometric series:
    2·(5)5+2·(5)4+2·(5)3+...2·(5)5+2·(5)4+2·(5)3+...
    (51)
    1. Show that the series converges
    2. Calculate the sum to infinity of the series
    3. Calculate the sum of the first 8 terms of the series, correct to two decimal places.
    4. Determine n=92·56-nn=92·56-n correct to two decimal places using previously calculated results.
  3. Find the sum to infinity of the geometric series 3+1+13+19+...3+1+13+19+...
  4. Determine for which values of xx, the geometric series
    2+23(x+1)+29(x+1)2+...2+23(x+1)+29(x+1)2+...
    (52)
    will converge.
  5. The sum to infinity of a geometric series with positive terms is 416416 and the sum of the first two terms is 223223. Find aa, the first term, and rr, the common ratio between consecutive terms.

End of Chapter Exercises

  1. Is 1+2+3+4+...1+2+3+4+... an example of a finite series or an infinite series?
  2. Calculate
    k=263(13)k+2k=263(13)k+2
    (53)
  3. If x+1x+1; x-1x-1; 2x-52x-5 are the first 3 terms of a convergent geometric series, calculate the:
    1. Value of xx.
    2. Sum to infinity of the series.
  4. Write the sum of the first 20 terms of the series 6+3+32+34+...6+3+32+34+... in ,-notation.
  5. Given the geometric series: 2·55+2·54+2·53+...2·55+2·54+2·53+...
    1. Show that the series converges.
    2. Calculate the sum of the first 8 terms of the series, correct to TWO decimal places.
    3. Calculate the sum to infinity of the series.
    4. Use your answer to Item 59 above to determine
      n=92·5(6-n)n=92·5(6-n)
      (54)
      correct to TWO decimal places.
  6. For the geometric series,
    54+18+6+...+5(13)n-154+18+6+...+5(13)n-1
    (55)
    calculate the smallest value of nn for which the sum of the first nn terms is greater than 80.9980.99.
  7. Determine the value of k=112(15)k-1k=112(15)k-1.
  8. A new soccer competition requires each of 8 teams to play every other team once.
    1. Calculate the total number of matches to be played in the competition.
    2. If each of nn teams played each other once, determine a formula for the total number of matches in terms of nn.
  9. The midpoints of the opposite sides of square of length 4 units are joined to form 4 new smaller squares. This midpoints of the new smaller squares are then joined in the same way to make even smaller squares. This process is repeated indefinitely. Calculate the sum of the areas of all the squares so formed.
  10. Thembi worked part-time to buy a Mathematics book which cost R29,50. On 1 February she saved R1,60, and saves everyday 30 cents more than she saved the previous day. (So, on the second day, she saved R1,90, and so on.) After how many days did she have enough money to buy the book?
  11. Consider the geometric series:
    5+212+114+...5+212+114+...
    (56)
    1. If AA is the sum to infinity and BB is the sum of the first nn terms, write down the value of:
      1. AA
      2. BB in terms of nn.
    2. For which values of nn is (A-B)<124(A-B)<124?
  12. A certain plant reaches a height of 118 mm after one year under ideal conditions in a greenhouse. During the next year, the height increases by 12 mm. In each successive year, the height increases by 5858 of the previous year's growth. Show that the plant will never reach a height of more than 150 mm.
  13. Calculate the value of nn if a=1n(20-4a)=-20a=1n(20-4a)=-20.
  14. Michael saved R400 during the first month of his working life. In each subsequent month, he saved 10% more than what he had saved in the previous month.
    1. How much did he save in the 7th working month?
    2. How much did he save all together in his first 12 working months?
    3. In which month of his working life did he save more than R1,500 for the first time?
  15. A man was injured in an accident at work. He receives a disability grant of R4,800 in the first year. This grant increases with a fixed amount each year.
    1. What is the annual increase if, over 20 years, he would have received a total of R143,500?
    2. His initial annual expenditure is R2,600 and increases at a rate of R400 per year. After how many years does his expenses exceed his income?
  16. The Cape Town High School wants to build a school hall and is busy with fundraising. Mr. Manuel, an ex-learner of the school and a successful politician, offers to donate money to the school. Having enjoyed mathematics at school, he decides to donate an amount of money on the following basis. He sets a mathematical quiz with 20 questions. For the correct answer to the first question (any learner may answer), the school will receive 1 cent, for a correct answer to the second question, the school will receive 2 cents, and so on. The donations 1, 2, 4, ... form a geometric sequence. Calculate (Give your answer to the nearest Rand)
    1. The amount of money that the school will receive for the correct answer to the 20 th th question.
    2. The total amount of money that the school will receive if all 20 questions are answered correctly.
  17. The first term of a geometric sequence is 9, and the ratio of the sum of the first eight terms to the sum of the first four terms is 97:8197:81. Find the first three terms of the sequence, if it is given that all the terms are positive.
  18. (k-4);(k+1);m;5k(k-4);(k+1);m;5k is a set of numbers, the first three of which form an arithmetic sequence, and the last three a geometric sequence. Find kk and mm if both are positive.
  19. Given: The sequence 6+p;10+p;15+p6+p;10+p;15+p is geometric.
    1. Determine pp.
    2. Show that the common ratio is 5454.
    3. Determine the 10th term of this sequence correct to one decimal place.
  20. The second and fourth terms of a convergent geometric series are 36 and 16, respectively. Find the sum to infinity of this series, if all its terms are positive.
  21. Evaluate: k=25k(k+1)2k=25k(k+1)2
  22. Sn=4n2+1Sn=4n2+1 represents the sum of the first nn terms of a particular series. Find the second term.
  23. Find pp if:       k=127pk=t=112(24-3t)k=127pk=t=112(24-3t)
  24. Find the integer that is the closest approximation to:
    102001+102003102002+102002102001+102003102002+102002
    (57)
  25. Find the pattern and hence calculate:
    1-2+3-4+5-6...+677-678+...-10001-2+3-4+5-6...+677-678+...-1000
    (58)
  26. Determine if p=1(x+2)pp=1(x+2)p converges. If it does, then work out what it converges to if:
    1. x=-52x=-52
    2. x=-5x=-5
  27. Calculate:       i=15·4-ii=15·4-i
  28. The sum of the first pp terms of a sequence is p(p+1)p(p+1). Find the 10th term.
  29. The powers of 2 are removed from the set of positive integers
    1;2;3;4;5;6;...;1998;1999;20001;2;3;4;5;6;...;1998;1999;2000
    (59)
    Find the sum of remaining integers.
  30. Observe the pattern below:
    Figure 3
    Figure 3 (MG12C3_004.png)
    1. If the pattern continues, find the number of letters in the column containing M's.
    2. If the total number of letters in the pattern is 361, which letter will be in the last column.
  31. The following question was asked in a test: Find the value of 22005+2200522005+22005. Here are some of the students' answers:
    1. Megan said the answer is 4200542005.
    2. Stefan wrote down 2401024010.
    3. Nina thinks it is 2200622006.
    4. Annatte gave the answer 22005×200522005×2005.
    Who is correct? (“None of them" is also a possibility.)
  32. A shrub of height 110 cm is planted. At the end of the first year, the shrub is 120 cm tall. Thereafter, the growth of the shrub each year is half of its growth in the previous year. Show that the height of the shrub will never exceed 130 cm.

Collection Navigation

Content actions

Download module as:

Add:

Collection to:

My Favorites (?)

'My Favorites' is a special kind of lens which you can use to bookmark modules and collections. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need an account to use 'My Favorites'.

| A lens I own (?)

Definition of a lens

Lenses

A lens is a custom view of the content in the repository. You can think of it as a fancy kind of list that will let you see content through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

| External bookmarks

Module to:

My Favorites (?)

'My Favorites' is a special kind of lens which you can use to bookmark modules and collections. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need an account to use 'My Favorites'.

| A lens I own (?)

Definition of a lens

Lenses

A lens is a custom view of the content in the repository. You can think of it as a fancy kind of list that will let you see content through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

| External bookmarks