series and sequences Flashcards

1
Q

A sequence can be defined by a recurrence relation too

A

Un = the nth term of the sequence

U(n+1) = the next term in the sequence

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

Arithmetic progressions

A

Adding a fixed amount each time
The first term = a
The difference = d
Nth term formula = a + (n-1)d
Summation = n/2 (2a + (n-1)d)

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

Geometric progressions

A

Multiple by a constant each time
the first term = a
the constant = r
Nth term formula = ar^n-1
Summation = a (1 - r^n )/1-r^n

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

Sequences can be increasing, decreasing and periodic

A

increasing = each term is larger then the previous
Decreasing = each term in smaller then the previous
Periodic = the terms repeat in a cycle

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

A convergent series has a sum to infinity

A

if |r| < 1and n is really big the r^n will be really small
or to put it technically r^n→0
This means (1-r^n) is really close to 1

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

Sum to infinity of a geometric sequence

A

a/1-r

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

A divergent series doesn’t have a a sum to infinity

A

it continues forever so is impossible to figure out

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

Pascals Triangle

A

1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
1 8 28 56 70 56 28 8 1
1 9 36 84 126 126 84 36 9 1
1 10 45 120 210 252 210 120 45 10 1

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

binomial formula

A

e.g (a+bx)^5

(1)(a^5) + (5)(a^4)(b) + (10)(a^3)(b^2)
+ (10)(a^2)(b^3) + (5)(a^1)(b^4) + (1)(b^5)

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

if n is a fraction or a negative for a binomial expansion

A

= an infinity sum
has to be in the form (1 + x)^n

1 + nx + (n(n-1)/1x2) (x^2)

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

some binomial expansions are only valid for certain x values

A

usually you have state what x is valid for

if n is positive, the binomial expansion is valid for all x values

if n is a negative or a fraction for the expansion (p+qx)^n is valid when |qx/p| < 1

or |x| < |p/q|

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

partial fractions

A

e.g
f(x) = x-1 / (3+ x)(1-5x) in the form

A/(3+x) + B/(1-5x)

just times the entire thing by the denominator to get

x-1 = A(1-5x) + B(3+x)

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

using sigma to find the summation

A

15
𝛴 (2n+3) 15 is the last term
n+1

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