Ch 9 Flashcards
(33 cards)
{n} =
1, 2, 3, 4, 5, …
{n2} =
1, 4, 9, 16, 25, 36, …
{7.5 + 2.5(-1)n} =
5, 10, 5, 10, 5, 10, …
1/3, 1/9, 1/27, 1/81, …
{1/3n}
2, 3, 5, 7, 11, 13, 17, 19, 23, …
sequence of prime numbers, no explicit formula
1, 1, 2, 3, 5, 8, 13, 21, …
Fn = Fn-1 + Fn-2
(Fibonacci Sequence)
difference between a sequence and a series?
a sequence is a list of terms, while a series is the product of adding all terms together
limit definition of a sequence
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
what is the difference between an = n2 and f(x) = x2?
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
find the limit of an = (2n+5)1/n
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
what kind of expression is {an}?
a sequence
1, 2, 3, 4, 5, …
an = (sin2n)/(√n)
Does {an} converge or diverge?
use squeeze therom
0 ≤ sin2n ≤ 1
0/(√n) ≤ (sin2n)/(√n) ≤ 1/(√n)
limn->∞ 1/(√n) = 0
limn->∞ = 0
n! =
n! = n(n-1)(n-2)(n-3)•••3•2•1
0! =
0! = 1
(by convention)
7! =
7•6•5•4•3•2•1
{n!} =
1, 2, 6, 24, 120, …
( 1!, 2!, 3!, 4!, 5!, … )
how do you simplify a factorial like 6!/4! ?
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
(3n)! =
3n(3n-1)(3n-2)•••3•2•1
{an} = {((-1)n)/n!)} =
define and explain how to find the limit
-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
list the heirarchy of growth of natural numbers from fastest to slowest, where n is a natural number and k is a constant
nn
n!
kn
nk
√n
ln(n)
where k is a constant and n is a natural number
does the series converge or diverge, and to where?
{√n/n3}
converges to 0
does the series converge or diverge, and to where?
{2n/ln(n)}
diverges to ∞
does the series converge or diverge, and to where?
{n!/nn}
converges to 0
does the series converge or diverge, and to where?
{(2n+1)/en}
converges to 0