1/16
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
nth term of arithmetic sequence
an=a1+d(n-1)
recursive representation given a1 and d (arithmetic)
an=an-1+d
Sum of Arithmetic Sequence
Sn=n/2 (a1+an)
Arithmetic sequence convergent or divergent?
Divergent
nth term of a geometric sequence
an=a1rn-1
recursive representation given a1 and r (geometric sequence)
an = ran-1
Sum of geometric sequence
Sn = a1[(1-rn)/(1-r)]
Geometric sequence convergent or divergent
If absolute value of r ≥ 1 than divergent, if absolute value of r < 1 than convergent
nth term of a harmonic sequence
an = 1/n
Sum of harmonic sequence
Sn = 1 + ½ + 1/3 + ¼ + … 1/n
harmonic sequence convergent or divergent
divergent
nth term of a quadratic sequence
yn = an2+bn+c
quadratic sequences convergent or divergent
divergent
how to tell if a sequence is quadratic
if the 2nd difference is constant than the sequence is quadratic
nth term of a telescoping sequence
an = (1)/(n2+bn+c)
telescoping sequence convergent or divergent
convergent
sum of elements of a telescoping sequence
Sn= sigma(1/(n-a) - 1/(n-b)