Wednesday, July 3, 2019

Progression - Algebra


* Progression
- Also called Sequence
- These are the collection of numbers that are arranged in a fixed and orderly manner.

* Elements
- also called Terms
- it is a term used to describe the numbers arranged in a given sequence.

Two Classification of a Sequence:

1. Infinite Sequence 

- sequence whose elements are not in fixed number.
- has no ending or beginning.
e.g.
0, 1, 2, 3 . . .
. . . -2, -1, 0 
- followed by or contains three dots called ellipsis. Meaning, "and so on."


2. Finite Sequence

- Has exact number of elements or terms
- Has an ending and beginning

e.g. 1, 2, 3, 4, 5


* Definitions of Terms

1. Arithmetic Series
            - sum of the terms in an arithmetic sequence.

2. Geometric Series
            - sum of the terms in a geometric sequence.

3. Harmonic Series
            - sum of the terms in a harmonic sequence.

4. Convergent Series
            - infinite series that has a finite sum.

5. Divergent Series
            - infinite series that has no sum.

6. Alternating Series
            - the terms are arranged alternately.


* Arithmetic Sequence
            - It has a common difference between the terms.

Formula:

an = a1 + (n - 1)d

Where: 

an = nth term 

a1 = first term

n = last number (nth term)

d = common difference

d = preceding term - preceded term

e.g. In arithmetic sequence: 1,5,9

d = 5 - 1
   = 9 - 5
   = 4

Sum of All Terms:

S = (n/2)
 x [2a1 + (n - 1)d]

Where:

S = Sum of All Terms
n = last number (nth term)
a1 = first term
d = common difference

Example:

* Find the 27th term of the arithmetic sequence: 1, 5, 9

Given:

a1 = 1
a2 = 5
a3 = 9
n = 27

Required: a27

Solution:

d = 5 - 1 = 4

a27 = a1 + (n - 1)d

       = 1 + (27 - 1)4

       = 1 + 104
 
a27 = 105


* Geometric Sequence
            - It has a common ratio.

Formula:

an = a1rn-1


Where:

an = nth term
a1 = first term
r = common ratio
n = last number (nth term)


Sum of All Terms:





If r > 1


or







If r < 1

Where:

S = sum of all terms
a1 = first term
r = common ratio

n = last number (nth term)





e.g. In Geometric sequence: 2, 6, 18






Example:

* If the first term of a geometric progression is 3 while its common ratio is 2. Find the 5th term.

Given:

a1 = 3

r = 2

n = 5


Required: a5

Solution:

a5 = a1rn-1

= (3)(2)5-1

= (3)(2)4

= (3)(16)

a5 = 48


* Harmonic Progression

- sequence whose elements are the reciprocal of the elements of an arithmetic sequence respectively.
- uses the formula of the arithmetic sequence.

So,
 
h = 1/a
 and vice versa


Example:

Find the 7th term of the harmonic progression of : ½ , ⅕, ⅛

Given:

h1½

h2

h3 

Required: h7

Solution:

* Convert first the harmonic terms to arithmetic terms. 

h1 = 1/a1

a1 = 1/h1

a1 = 1/(½)

a1 = 2

a2 = 1/(
)

a2 = 5

a3 = 1/(
)

a3 = 8

by using the arithmetic formula,

n = 7 

d = 5 - 2 = 8 - 5 = 3

a7 = a1 + (n - 1)d

= 2 + (7 - 1)3

= 2 + 18

a7 = 20

* Convert a7 to h7

h7 = 1 / a7

h7 = 1/20