1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Linear Recurrence Relation
Tn+1=bTn+c , T1= a
Arithmetic Recursive Equation
Tn+1 = Tn+d , T1 = a
a = first term
d = common difference
Tn = term value
Arithmetic Explicit Rule for the nth term
Tn = a + (n - 1)d
Tn = term value
a = first term
n = term position
d = common difference
Geometric Recursive Equation
Tn+1 = Tn x r , T1 = a
a = first term
Tn = term value
r = common ratio
n = term position
Geometric Explicit rule for the nth term
Tn = a x rn-1
a = first term
r = common ratio
tn = term value
n = term position
Common Difference:
d = t2 - t1
Common Ratio
r = tn+1/tn
or
r = t2 / t1
or
r = any term / previous term