arithmetic sequence
an=a1+d(n-1)
arithmetic series
sn=n((a1+an)/2)
1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
arithmetic sequence
an=a1+d(n-1)
arithmetic series
sn=n((a1+an)/2)
geometric sequence
an=a(r)n-1
geometric series
sn=a1((1-rn)/1-r)
infinite geometric sums
sn=a1/1-r
|r|>1 → no sum
0>|r|>1 → sum
repeating decimal
whatever is repeating/one “9” for every repeating value
recursive arithmetic
an=an-1+d
recursive geometric
an=an-1(r)