Sequences and Series

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/31

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.

32 Terms

1
New cards

sequence

list of nums written in a specific order (increasing, decreasing, exponential increase, etc), indexed with pos, natural nums

  • a1, a2, a3, … an (the nums are subscripts)

2
New cards

notations for sequence

{an}, {an} → (infinite as superscript, “n=1” as subscript)

  • unless otherwise stated, assume that n starts at 1 and goes up to infinity

3
New cards

finding a formula for the general term of a sequence

  • observe how the numerator changes separate from how the denom changes

  • use (-1)^n for alternating neg sign

4
New cards

graphing sequences

  • input: pos natural nums (i)

  • output: terms of the sequence (o)

  • ex: (i, o) = (1,1/4), (2, 2/9)… given the general sequence term:

    • an = n/(n+1)²

5
New cards

if a limit of a sequence approaches a real num, the sequence is ____

convergent

6
New cards

if the limit of a sequence DNE (either approaches infinity or alternates between nums infinite times), the sequence _____

diverges

7
New cards
<p>(limits of sequences rules)</p>

(limits of sequences rules)

knowt flashcard image
8
New cards

the squeeze/sandwich theorem

<p></p>
9
New cards
term image

ONLY if it’s zero

<p>ONLY if it’s zero</p>
10
New cards

the sequence {r^n} =

knowt flashcard image
11
New cards

monotonic sequence

a sequence that is always either increasing or decreasing

12
New cards

bounded sequence

a sequence where all the terms are withen a certain range (like a bounded area region)

13
New cards

deriv method to det if a sequence is monotone

  • the deriv of the sequence fn is always pos

  • the deriv of the sequence fn is ALWAYS neg (no matter what input value)

14
New cards

you can sometimes _________ the first few terms of a sequence and it would not change the limit of the sequence

discard

15
New cards

to det whether a sequence is strictly increasing or decreasing

  • even if the fn fluctuates for the first few terms, it can EVENTUALLY strictly increase/decrease

  • observe whether the deriv of the sequence fn f(x) is positive or negative for all x vals greater than or equal to 1

  • BUT it could be x vals greater than or equal to any num greater than 1 (hence, the sequence EVENTUALLY strictly decreases/increases)

  • sub in nums greater than 1 into the deriv and observe how the fn changes

16
New cards

if a sequence is eventually increasing, then either:

  1. it has an UPPER bound that is a constant (lim exists)

  2. it diverges to POSITIVE INFINITY

17
New cards

if a sequence is eventually decreasing, then either:

  1. it has a lower bound that is a constant (lim exists)

  2. it diverges to NEGATIVE INFINITY

18
New cards

bounded sequence cont’d

  • would have an upper bound (upper lim)

  • or a lower bound (lower lim)

  • (basically find the lim of the sequence)

19
New cards

for sequences w alternating sign (-1)^n, take the lim of the __________

absolute val

20
New cards

series

SUM of the TERMS in a seqeunce

21
New cards

finite vs infinite series

  • finite: first and last term is defined

  • infinite: continues indefinitely → we must look at the sequence of PARTIAL SUMS (S1, S2, S3… (the nums are subcripts)) where S2 for example represents the partial sum of the first two terms in the sequence

22
New cards

sum of an infinite series simple example

we make an infinite sequence made up of the partial sums (see image)

  • the sum is the limit of the sequence of partial sums (expression of Sn) as n approaches infinity

<p>we make an infinite sequence made up of the partial sums (see image)</p><ul><li><p>the sum is the limit of the sequence of partial sums (expression of Sn) as n approaches infinity </p></li></ul><p></p>
23
New cards

sequence of partial sums

  • Sn = general expression for the sequence of partial sums

  • up until n (on top of the sigma symbol) -. add up until the nth term

<ul><li><p>Sn = general expression for the sequence of partial sums</p></li><li><p>up until n (on top of the sigma symbol) -. add up until the nth term</p><p></p></li></ul><p></p>
24
New cards

if the limit of the sequence of partial sums (Sn, diff from An) as n approaches infinity exists (meaning convergence), then

the series of the infinite sequence converges and comes up with a real sum.

  • because the SUM of the series equals to the limit of the general expression of the sequence of partial sums (Sn)

25
New cards

if the limit of the sequence of partial sums as n approaches infinity DNE or is infinity (meaning divergence), then

the series of the infinite sequence itself diverges

26
New cards

geometric series

  • “a” and “r” are both constant values

  • the series can start with a num other than “a”

<ul><li><p>“a” and “r” are both constant values</p></li><li><p>the series can start with a num other than “a” </p></li></ul><p></p>
27
New cards

geometric series: if r = 1 (the common ratio raised to the power of n)

the series simplifies to:

a + a + a + a… = na → + or - infinity, therefore divergent

Sn = na

28
New cards

for geometric series: if r ≠ 1

memorize the last line

29
New cards

for geometric series: if -1 < r < 1, then r^n → 0 as n → infinity, therefore

knowt flashcard image
30
New cards

a geometric series is convergent if:

|r| < 1

31
New cards

if |r| < 1 for a geometric series, the sum =

a/(1 - r)

32
New cards

a geometric series is divergent if:

|r| >= 1