Sequences

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Linear Recurrence Relation

Tn+1=bTn+c , T1= a

2
New cards

Arithmetic Recursive Equation

Tn+1 = Tn+d , T1 = a

a = first term

d = common difference

Tn = term value

3
New cards

Arithmetic Explicit Rule for the nth term

Tn = a + (n - 1)d

Tn = term value

a = first term

n = term position 

d = common difference

4
New cards

Geometric Recursive Equation

Tn+1 = Tn x r , T1 = a

a = first term

Tn = term value

r = common ratio

n = term position

5
New cards

Geometric Explicit rule for the nth term

Tn = a x rn-1

a = first term

r = common ratio

tn = term value

n = term position

6
New cards

Common Difference:

d = t2 - t1

7
New cards

Common Ratio

r = tn+1/tn

or

r = t2 / t1

or

r = any term / previous term