sequences and series Flashcards

(40 cards)

1
Q

what is a sequence

A

an ordered set of terms

and a rule that specifies them

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

what does the letter U stand for in a sequence

A

a specific number in the sequence so u1 is the first number ect.

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

how to give a general term for the sequence 1, 3, 5, 7…

A

ur = 1 + 2(r-1)

with r = 1, 2, 3,

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

how to get a rule from using earlier terms 1, 3, 5, 7…

A

ur+1 = ur + 2

u1

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

what are rydberg units

A

H atom energy levels -1/n^2

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

general expression for Fibonacci sequence

A

nth fibonacci number = (n-1) + (n-2)th

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

what is the fibonacci quarterly

A

F(n+1)/F(n)
so moving up fibonacci sequence but the numerator is one further up
gets closer to golden ratio

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

what is a series

A

the sum of the n-term series

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

what is arithmetic progression

A

sequence with fixed spacing between the terms

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

equation showing the terms of an arithmetic progression

A

a, a+d, a+2d, a+3d

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

equation for arithmetic sequence using past terms

A
ur+1 = ur + d
u1 = a
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

general equation for arithmetic equation

A
ur = a + (r-1)d
r = 1, 2, 3
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is d in arithmetic progression

A

common difference

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

what is geometric progression

A

sequence with terms a, ax, ax^2, ax3

times by the same thing every time

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

general equation for geometric progression

A
ur = ax^r-1
r = 1, 2, 3
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

equation for geometric progression using past terms

A
ur+1 = xur
u1 = a
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

equation for sum of a geometric progression

A

Sn = a(1-x^n)/(1-x)

18
Q

proof of equation for sum of a geometric progression

A

first times everything by x so there is no a term on its own at the beginning and the last term is now ax^n
minus a regular sequence so you end up with -a +ax^n on the right
and xSn - Sn on the left
factorise into brackets and divide so just Sn on the left

19
Q

what is x in geometric progression

20
Q

what is a in geometric progression

A

the first term

21
Q

what does capital greek sigma mean

A

summation running index

22
Q

what is the subscript and superscript above and below the greek sigma

A

subscript start value

superscript final value

23
Q

equation for the sum of an arithmetic progression

A

na + n(n-1)d/2

24
Q

what is the limit of an infinite series

A

the sum of the infinite series
where it trend to
only if it convreges

25
what is the use of converging series in chemistry
to approximate behaviour of a property of a molecule or system calculate functions from limited data
26
what is a power series
a practically infinite polynomial of x
27
what is R
the radius of convergence
28
where does the power series converge (if at all)
modulus x < R | sometimes R is infinite and the entire series can converge but sometimes it doesn't
29
example of a power series in chemistry
ideal gas law | approximations to molar specific heat capacity
30
what equation do real gases obey
the virial equation 1 + Bp + Cp^2 + Dp^3 where B C D are constants for a given gas at fixed T
31
equation for molar specific heat capacity approximation
Cp,m = alpha + beta T + theta T | Cpm is a constant independent of temperature
32
what is a maclaurin series
expanding the function f(x) as a power series | approximate expression for the function around the original
33
how to solve a maclaurin series
find the coefficient using differentiation repeatedly using shorthand index notation for the derivatives and factorial notation where n! is n factorial
34
general formula for coefficients maclaurin series
f(n) (0) = n!an | an = f(n) (0) / n!
35
general formula for maclauren series
f(x) = f(0) + f'(0)x + 1/2! f''(0)x^2 + 1/3! f'''(0)x^3
36
info needed to approximate the function at a value of x within the radius of convergence
the values of the function | its derivatives at the origin x = 0
37
what is a taylor series
expanding a function around a point x0 | find coefficients from the values of the function and derivatives at x0
38
equation for the taylor series
f(x0) + f'(x0)(x-x0) + 1/2! f''(x0)(x-x0)^2 + 1/3!f'''(x0)(x-x0)^3
39
general equation for binomial expansion
1 + nx + n(n-1)/2! x^2 + n(n-1)(n-2)/3! x^3
40
what is the binomial coefficient
n r n choose r