Sequences and series Flashcards
What is a sequence?
A series of numbers following a set rule
What is a term in a sequence?
The value at a specific location
How is the nth term of a sequence notated?
Uⁿ
What is a recurrence relation?
A way of defining a sequence in which initial values are given, and then each term is calculated from one or more previous term(s), i.e. Uⁿ⁺¹=2Uⁿ
What is an arithmetic sequence?
A sequence in which the difference between two successive terms is constant
What is a series?
The sum of a finite or infinite number of terms of a sequence
How can the nth term of an arithmetic sequence be calculated, given the first term (a) and the common difference (d)?
a+d(n-1)
How is the sum of the first n terms of a sequence notated?
Sⁿ
How can Sⁿ be calculated, given the first term (a) and the common difference (d)?
(n/2)(2a+d(n-1))
How can Sⁿ be calculated, given the first term (a) and the nth term (L)?
(n/2)(a+L)
Describe sigma notation
“Σf(r), r=a to b” means to go through all integers between a and b (inclusive) and add f(r) to the running total