Pure Year 2 Unit 3 Flashcards
Formula for nth term of an arithmetic sequence
Un = a + (n-1)d
a is the first term and d is the common difference
Formula for the sum of the first n terms of an arithmetic sequence
Sn = (n/2)(2a + (n-1)d)
a is the first term and d is the common difference
Formula for the nth term of a geometric sequence
Un = ar^(n-1)
a is the first term and r is the common ratio
Formula for the sum of the first n terms of a geometric series
Sn = (a(1-r^n))/(1-r)
r =/= 1
a is the first term and r is the common ratio
What is a convergent series?
A geometric series where modulus(r) < 1
Formula for the sum to infinity of a convergent geometric series
S infinity = a/(1-r)
Explain sigma notation
Greek capital letter sigma
Bottom shows the value of the variable to start on
Top shows the value of the variable to end on
Right shows the series with respect to the variable
What does a recurrence relation do? with general rule
Defines each term of a sequence as a function of the previous term
For example, U n+1 = f(Un)