IB Mathematics/HL/Algebra/Sequences and Series: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Texvc2LaTeXBot
m Replacing deprecated latex syntax mw:Extension:Math/Roadmap
 
(No difference)

Latest revision as of 20:13, 22 May 2019


Number Patterns

An important skill in mathematics is to be able to:

  • recognise patterns in sets of numbers,
  • describe the patterns in words, and
  • continue the pattern

A list of numbers where there is a pattern is called a number sequence. The members (numbers) of a sequence are said to be its terms.

Example

3,7,11,15,

The above is a type of number sequence. The first term is 3 , the second is 7 , etc. The rule of the sequence is that "the sequence starts at 3 and each term is 4 more than the previous term."

Arithmetic Sequences

An arithmetic sequence is a sequence in which each term differs from the previous by the same fixed number:

2,5,8,11,14, is arithmetic as 52=85=118=1411 etc

Algebraic Definition

Within an arithmetic sequence, the n-th term is defined as follows:

an=a1+(n1)d

Where d is defined as:

d=an+1an


Here, the notation is as follows:

a1 is the first term of the sequence.

n is the number of terms in the sequence.

d is the common difference between terms in an arithmetic sequence.

Example

Given the sequence 1,3,5,7,,n , the values of the notation are as follows:

d=an+1and=a2a1=31d=2

And

a1=1

Therefore

an=a1+(n1)dan=1+(n1)2an=1+2n2an=2n1

Thus we can determine any value within a sequence:

a5=2(5)1=101=9

Arithmetic Series

An arithmetic series is the addition of successive terms of an arithmetic sequence.

21+23+27++49

Sum of an Arithmetic Series

Recall that if the first term is a1 and the common difference is d , then the terms are:

a1,a1+d,a1+2d,a1+3d,

Suppose that an is the last or final term of an arithmetic series. Then, where Sn is the sum of the arithmetic series:

Sn=a1+(a1+d)+(a1+2d)++(an2d)+(and)+an+Sn=an+(and)+(an2d)++(a1+2d)+(a1+d)+a12Sn=(a1+an)+(a1+an)+(a1+an)++(a1+an)+(a1+an)+(a1+an)

One can see that there there in fact n terms that look identical, thus:

2Sn=n(a1+an)Sn=n(a1+an)2

Geometric Sequences

A sequence is geometric if each term can be obtained from the previous one by multiplying by the same non-0 constant.

2,10,50,250, is geometric as 2×5=10 and 10×5=50 and 50×5=250 .

Notice that

102=5010=25050=5

i.e., each term divided by the previous one is a non-0 constant.

Algebraic definition

{an} is geometric un+1un=r for all positive integers n , where r is a constant (the common ratio).

The 'Geometric' Mean

If a,b,c are any consecutive terms of a geometric sequence, then

ab=bc {equating common ratios}

Therefore

b2=ac and so b=±ac where ac is the geometric mean of a,c .

The General Term

Suppose the first term of a geometric sequence is a1 and the common ratio is r .

Then a2=a1r therefore a3=a1r2 etc.

Thus an=a1rn1

a1 is the first term of the sequence.

n is the general term.

r is the common ratio between terms in an geometric sequence.

Geometric Series

Compound Interest

Compound interest is the interest earned on top of the original investment. The interest is added to the amount. Thus the investment grows by a large amount each time period.

Consider the following

You invest $1000 into a bank. You leave the money in the back for 3 years. You are paid an interest rate of 10% per annum (p.a.). The interest is added to your investment each year.

An interest rate of 10% p.a. is paid, increasing the value of your investment yearly.

Your percentage increase each year is 10%, i.e.,

100%+10%=110%

So 110% of the value at the start of the year, which corresponds to a multiplier of 1.1.

After one year your investment is worth

1000$×1.1=1100$

After two years it is worth After three years it is worth
1100$×1.1 1210$×1.1
=1000$×1.1×1.1 =1000$×(1.1)2×1.1
=1000$×(1.1)2 =1000$×(1.1)3
=1210$ =1331$
Note
a1=1000$ The initial investment
a2=a1×1.1 The amount after 2 year
a3=a1×(1.1)2 The amount after 3 years
a4=a1×(1.1)3 The amount after 4 years
an+1=a1×(1.1)n The amount after n years

In general, an+1=a1rnis used for compound growth, where

a1 is the initial investment

r is the growth multiplier

n is the number of years

an+1 is the amount after n years

Template:BookCat