Sequence and Summitation Notation Nation

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

flashcard set

Earn XP

Description and Tags

You can do it!

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

infinite sequence

a function whose domain is the set of all positive integers

2
New cards

finite sequence

the function consists of only n positive integers

3
New cards

fibonacci sequence

the sequence is definded recursively - the next term is defined by the previous term

4
New cards

series

the sum of a sequence

5
New cards

Partial sum

Contains an ending value

6
New cards

Actual infinite sum

Eventually will approach a number

7
New cards

Finite Arithemtic Sequence

Sn = n/2 * a1 + an (a1 = first term, an = last term)

<p>S<sub>n</sub> = n/2 * a<sub>1 </sub>+ a<sub>n</sub> (a<sub>1</sub> = first term, a<sub>n</sub> = last term)</p>
8
New cards

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