1/10
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Recursive Sequence
Must know the previous term to find the next term. With the example below, you’d plug the 1st term to find the 2nd, the 2nd term for the 3rd, and so on
Fibonacci Sequence
The 3rd term equals the sum of terms 1 and 2, the 4th term equals the sum of terms 2 and 4, and so on.
Factorial pattern from 0
1,1,2,6,24,120,720,5040
When simplifying factorials
Start at tje greatest part (top or bottom)
Assume n=
Summation Notation
Sum of a finite arithmetic series
Sum = n/2 (a1+an)
geometric sequence
sum of a finite geometric sequence
Sum of Infinite geometric series
inifite geometric series only occur when it converges (goes to one number like 1/3). |r| must be less than 1.
r in infinite geometric series must be
less than 1 w/out sign