Download chapter outline

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Big O notation wikipedia , lookup

List of first-order theories wikipedia , lookup

Mathematics of radio engineering wikipedia , lookup

History of Grandi's series wikipedia , lookup

Large numbers wikipedia , lookup

Law of large numbers wikipedia , lookup

Proofs of Fermat's little theorem wikipedia , lookup

Collatz conjecture wikipedia , lookup

Hyperreal number wikipedia , lookup

Infinity wikipedia , lookup

Addition wikipedia , lookup

Elementary mathematics wikipedia , lookup

Arithmetic wikipedia , lookup

Sequence wikipedia , lookup

Transcript
Chapter 6: Sequence and Series
Arithmetic Sequence:
A sequence of terms in which the difference
between any two consecutive terms is
constant.
Example:
5, 8, 11, 14, 17, 20, 23,….
The common difference is 3
Geometric Sequence:
A sequence of terms in which the ratio
between any two consecutive terms is
constant.
Example:
2, 4, 8, 16, 32, 62,…
The common ratio is 2
Formulas for Arithmetic Sequences:
Explicit:
𝒂𝒏 = π’‚πŸ + 𝒅(𝒏 βˆ’ 𝟏)
π‘Ž1 is the first term
d is the common difference
n is the nth term in the sequence
Formulas for Geometric Sequences:
Explicit:
𝒂𝒏 = π’‚πŸ (π’“π’βˆ’πŸ )
π‘Ž1 is the first term
r is the common ratio
n is the nth term in the sequence
example:
Find the 40 term of the following sequence:
5, 8, 11, 14, 17….
example:
Find the 30 term of the following sequence:
2, 4, 8, 16…
d=3
first term = 5
n = 40
π‘Žπ‘› = 5 + 3(40 βˆ’ 1)
π‘Žπ‘› = 5 + 3(39)
π‘Žπ‘› = 5 + 117
π‘Žπ‘› = 122
First term = 2
r=2
n = 30
Recursive:
Recursive:
𝒂𝒏 = π’‚π’βˆ’πŸ + 𝒅
π‘Žπ‘›βˆ’1 is the previous term to π‘Žπ‘›
d is the common difference
𝒂𝒏 = π’‚π’βˆ’πŸ (𝒓)
π‘Žπ‘›βˆ’1 is the previous term to π‘Žπ‘›
r is the common ratio
π‘Žπ‘› = 2(230βˆ’1 )
π‘Žπ‘› = 2(536870912)
π‘Žπ‘› = 1073741824
Series:
The sum of terms in a given sequence. Can be Arithmetic or Geometric.
The sum of the first n terms of a series is denoted as 𝑆𝑛 .
Series can be finite (have a final term) or infinite.
Finite Series:
A series with a finite number of terms.
Infinite Series:
A series with an infinite number of terms.
An infinite Series can have a finite Sum
(Convergent Series) or not have a Sum
(Divergent Series).
Sum formula for a finite Arithmetic Series:
π’‚πŸ + 𝒂𝒏
)
𝟐
n is the number of terms
π‘Ž1 is the first term
π‘Žπ‘› is the nth term
Sum of an Infinite Geometric Series:
π’‚πŸ
𝑺=
πŸβˆ’π’“
Only possible when |π‘Ÿ| < 1. Diverges if not.
𝑺𝒏 = 𝒏(
Sum formula for a finite Geometric Series:
𝟏 βˆ’ 𝒓𝒏
𝑺𝒏 = π’‚πŸ (
)
πŸβˆ’π’“
Example:
Find the sum for the infinite geometric series
if possible.
5 + 4 + 3.2 + 2.56+. ..
r = .8 so it will converge
𝑆=
Summation Notation:
5
5
= = 25
1 βˆ’ .8 . 2
𝒏
βˆ‘ π’‚π’Œ
π’Œ=𝟏
π‘˜ = 1 index of summation (what term you begin on)
𝑛 upper bound of summation (what term you end on)
π‘Žπ‘˜ an indexed variable representing each successive term in the series
Example:
4
βˆ‘(2π‘˜ βˆ’ 1) = (2(𝟏) βˆ’ 1) + (2(𝟐) βˆ’ 1) + (2(πŸ‘) βˆ’ 1) + (2(πŸ’) βˆ’ 1) = 16
π‘˜=1
Geometric Mean:
The square root of the product of two
numbers (used to find the middle term in a
geometric sequence).
βˆšπ’‚π’ƒ
Example:
Find the missing value in the geometric
sequence: 16, ____ , 25.
√16 βˆ— 25
√400
20
Arithmetic Mean:
The average of a set of numerical values,
calculated by adding the values together and
dividing by the number of terms in the set
(used to find the middle term in an arithmetic
sequence).