Tuesday, February 18, 2014

ccalgebra-ronaldayers



General Forms Of A Sequence: 




What is a sequence, And how do u know which sequence it is???

A sequence is an ordered list of numbers or objects. There must be a pattern in the way these numbers or objects are organised. We usually refer to this pattern as a common difference or ratio. In this revision I will be concentrating particularly on the two types of sequences. That is the Arithmetic and geometric sequence.



Sequence
The types of sequences


Arithmetic progression/sequences

An arithmetic progression or arithmetic sequence is simply a sequence of numbers with a common difference and this common difference has to be constant. For example: 2, 4, 6, 8, 10 is an arithmetic progression sequence with common difference 2.So you have the arithmetic sequence 2, 4, 6, 8, 10, 12; In general we write the formula for this sequence as:ak+1 = ak+2Where k is the position of a term such as the previous term. This type of sequence where the first term of the sequence and the formula is called an iterative or inductive sequence. It uses an inductive or iterative formulae, this is true for all types of formulas including the geometric sequences. The first term of the sequences and the formula is required. The first term is called a1, the second term a2, third term a3 and so forth…
a1 = 2You can go further to generate the following terms in the sequence;a2 = a1+2a3 = a2+2a4 = a3+2a5 = a4+2On the other hand you might have a sequence with a deductive or direct formulae; For example for our sequence above the formula would be:
ak = 2k+0where k is the position of the term in question. I have add the +0 to signify the process which must be carried out where we subtract the difference from the first term while forming the formula. The same formula will generate the above sequence except we do not need the first few terms of the sequence to find the following sequences.


Geometric progression/sequences

A Geometric sequence is a sequence of numbers where each term in the sequence is found by multiplying the previous term with a with a unchanging number called the common ratio. For instance, the sequence 2, 6, 18, 54, … is a geometric sequence with common ratio 3. Similarly with 10, 5, 2.5, 1.25, … which is a geometric sequence with common ratio 1/2.
In the first instance the sequence 2, 6, 18, 54, ….
a1 = 2
a2 = a1 x 2
a3 = a2 x 2
a4 = a3 x 2
In general we write the formula for the above geometric sequence as:
ak+1 = akx3