1/14
You can do it!
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
infinite sequence
a function whose domain is the set of all positive integers
finite sequence
the function consists of only n positive integers
fibonacci sequence
the sequence is definded recursively - the next term is defined by the previous term
series
the sum of a sequence
Partial sum
Contains an ending value
Actual infinite sum
Eventually will approach a number
Finite Arithemtic Sequence
Sn = n/2 * a1 + an (a1 = first term, an = last term)
Recursion Formula
If you know the nth term and the common difference, you can find the (n+1) term by using an+1 = an + d
Annuity Equation
p * ((1+in) -1) / i)
a
total amount
P
principle (initial) amount
n
number of payment periods
i
% rate / number of payments each year
Sum of geometric sequence
Sn = a(1-rn / 1-r) where r does not equal 0 or 1
Sum of an Infinite Geometric Series
if |r| < 1 then a/1-r