Ch 9 Flashcards

(33 cards)

1
Q

{n} =

A

1, 2, 3, 4, 5, …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

{n2} =

A

1, 4, 9, 16, 25, 36, …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

{7.5 + 2.5(-1)n} =

A

5, 10, 5, 10, 5, 10, …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

1/3, 1/9, 1/27, 1/81, …

A

{1/3n}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

2, 3, 5, 7, 11, 13, 17, 19, 23, …

A

sequence of prime numbers, no explicit formula

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

1, 1, 2, 3, 5, 8, 13, 21, …

A

Fn = Fn-1 + Fn-2

(Fibonacci Sequence)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

difference between a sequence and a series?

A

a sequence is a list of terms, while a series is the product of adding all terms together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

limit definition of a sequence

A

If an = f(n) for all positive integers, then:

the limit of f(x) as x approaches infinity = L

implies that

the limit of an as n approaches infinity = L

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is the difference between an = n2 and f(x) = x2?

A

they are the same except for domain, f(x) = x is continuous while an = n2 is discreet a discreet set of points and so not continuous

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

find the limit of an = (2n+5)1/n

A

an is not continuous, so no derivitive can be taken. an must be rewritten as a function of x:

f(x) = (2x+5)1/x yields indeterminate form:

0

set (2x+5)1/x = y

take natural log of both sides and pull out exponent, yielding:

(1/x)ln(2x+5) = lny , another indeterminate form:

∞/∞

via Lôpetal’s Rule:

lny = limx->∞ (2/(2x+5)) / 1 = 0 so

lny = 0

e0 = y

1 = y

so limn->∞ an = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what kind of expression is {an}?

A

a sequence

1, 2, 3, 4, 5, …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

an = (sin2n)/(√n)

Does {an} converge or diverge?

A

use squeeze therom

0 ≤ sin2n ≤ 1

0/(√n) ≤ (sin2n)/(√n) ≤ 1/(√n)

limn->∞ 1/(√n) = 0

limn->∞ = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

n! =

A

n! = n(n-1)(n-2)(n-3)•••3•2•1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

0! =

A

0! = 1

(by convention)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

7! =

A

7•6•5•4•3•2•1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

{n!} =

A

1, 2, 6, 24, 120, …

( 1!, 2!, 3!, 4!, 5!, … )

17
Q

how do you simplify a factorial like 6!/4! ?

A

6!/4! = (6•5•4•3•2•1)/(4•3•2•1)

which could be written:

(6•5•4!)/(4!)

factor out the factorial:

(6•5)(4!/4!)=

(6•5)(1)=

6•5

18
Q

(3n)! =

A

3n(3n-1)(3n-2)•••3•2•1

19
Q

{an} = {((-1)n)/n!)} =

define and explain how to find the limit

A

-1/1, 1/2, -1/3, 1/4, -1/5, …

cannot be rewritten as f(x)=(-1x)/x! because x! is not the same as n! (x is not range restricted to natural numbers)

use squeeze therom instead of functional substitution and compare problem to 1/2n and -1/2n

f(x) = 1/2x and g(x)=1/2x

1/n! < 1/2n for n≥4 and -1/2n for n ≤ 4

-1/2n < (-1)n/n! < 1/2n for n ≥ 4

limn->∞ -1/2n = 0 and limn->∞ 1/2n = 0

so by squeeze therom limn->∞(-1)n/n! = 0

20
Q

list the heirarchy of growth of natural numbers from fastest to slowest, where n is a natural number and k is a constant

A

nn

n!

kn

nk

√n

ln(n)

where k is a constant and n is a natural number

21
Q

does the series converge or diverge, and to where?

{√n/n3}

A

converges to 0

22
Q

does the series converge or diverge, and to where?

{2n/ln(n)}

A

diverges to ∞

23
Q

does the series converge or diverge, and to where?

{n!/nn}

A

converges to 0

24
Q

does the series converge or diverge, and to where?

{(2n+1)/en}

A

converges to 0

25
find an expression for the nth term of a sequence: 3, 7, 11, 15, ...
an = 4n-1
26
find an expression for the nth term of a sequence: 2, -1, 1/2, -1/4, 1/8, ...
4(1/2)n(-1)n+1 - or- - (-1/2)n-2 - or- - 4(-1/2)n (other answers possible)
27
Sk = | (partial sums)
Sk = a1+a2+a3+…ak
28
What is the definition of the sum of an infinite series?
The limit of its sequence of partial sums, provided the limit exists. ∑ (n=1∞) an = limk->∞ Sk
29
(n=1∞) 1/2n = establish a pattern for generically determining the sequence of partial sums.
1/2+1/4+1/8+1/16+… S1 = 1/2 S2 = 1/2+1/4 = 3/4 S3 = 1/2+1/4+1/8 = 7/8 S4 = 1/2+1/4/+1/8+1/16 = 15/16 Sk = (2k-1)/(2k) so the sequence of partial sums: {Sk} or {(2k-1)/(2k)} so by the limit definition of the sequence of partial sums: limk->∞ (2k-1)/2k = 1 ∑ (∞n=1) 1/2n = 1
30
(n=1∞) 1/(n2-1) = establish a pattern for generically determining the sequence of partial sums.
= 1/3+1/8+1/15+1/24+… S1 = 1/3 S2 = 1/3+1/8 = 11/24 S3 = 1/3+1/8+1/15 = 189/360 **NO EASY PATTERN** Use partial fraction decomposition: 1(n2-1) = 1/((n-1)(n+1)) = A/(n-1)+B/(n+1) 1 = A(n+1)+B(n-1) A = 1/2, B = -1/2 = ∑(n=2∞) ((1/2)/(n-1)+(-1/2)/(n+1)) (distribute:) = ∑(n=2∞) (1/(2n-1)-1/(2n+1)) S1 = 1/2-1/6 S2 = (1/2-1/6)+(1/4-1/8) S3 = (1/2-1/6)+(1/4-1/8)+(1/6-1/10) S4 = (1/2-1/6)+(1/4-1/8)+(1/6-1/10)+(1/8-1/12) S5 = (1/2-1/6)+(1/4-1/8)+(1/6-1/10)+(1/8-1/12)+(1/10-1/14) Sk = 1/2+1/4-1/(2(k+1))-1/(2(k+2)) limk->∞Sk = 1/2+1/4=3/4 so ∑ (n=1∞) 1/(n2-1) converges to 3/4
31
AST
Alternating series test If an alternating series satisfies: **1)** limn->∞ an=0 **2)** an _\>_ an+1 \> 0 (for all n _\>_ k, k is some positive integer) then the series converges if **2)** fails, then AST does not apply if **1)** fails, tehn AST does not apply, and the limit of the sequence does not exist, so the nth term test applies. **THE ALTERNATING SERIES TEST CANNOT PROVE DIVERGENCE**
32
33
Alternating Series Remainder
Suppose ∑(-1)n an is *convergent* by **AST**. Then, if ∑(-1) an = S, |S-SN| _\<_ an+1   (where SN is the Nth partial sum)