Applications
- Musical sequences â chord progression
- Programming â iteration
- Finance â interest
Concepts
- Similar yet different to sets
Order Matters
- Ordered, unlike sets
Finite vs Infinite Sequences
- Finite â days of the week, alphabet
- Infinite â natural numbers
Index Notation
- Sequences start at a certain indexes depending on the context
- or
Examples
-
-
-
Explicit vs Recursive
- Recursive â using previous values of the sequence
- Explicit â
- Recursive â
Examples
- Given and , find
- Given and , find
Arithmetic vs Geometric
Arithmetic
- Linear, constant difference â
- General form â
Geometric
- Quadratic, constant ratio â
- General form â
Summation
- Denoted with
- â index
- â start value
- â end value
- â body
Example
-