chapter 9 (Power series) Flashcards

1
Q

general form of a power series

A

sigma(k to inf) ck(x-a)^k

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

ck in power series

A

the coeffiecients

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

a in a power series

A

the offset of the center

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

power series

A

an infinite series whoos terms include powers of a variable

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

linear approximation of f(x) at a

A

L(x) = f(a) +f’(a)(x-a)

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

quadratic approximation of f(x) at a

A

Q(x) = f(a) +f’(a)(x-a) + f’‘(a)/2(x-a)^2

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

the nth order taylor polynomial

A

sigma(k to n) ck(x-a)^k

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

ck in a Taylor polynomial

A

kth derivative of f(a)/k!

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

remainder for an nth order polynomial with M

A

Rn <= M((|x-a|^n+1)

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

remainder formula

A

f^n+1(c)/(n+1)! (x-a)^n+1

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

differences between geometric series as a series and as a power series

A

basically the r in a/1-r becomes an x

so the power series is 1/1-x

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

power geometric series

A

1/1-x = sigma x^k

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

find a power series representation for x^4/1-x using a geometric power series

A

sigma(k to inf) (x^4)(x^k)

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

deriving or intergrating geometric power series to find power series to match ones

A

basically take the derivative or integral of a power series if the derivative or integral gets you closer to what you need to approximate it to

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

when you derive or integrate the non sigma side, what must be done to the sigma side

A

the same exact process

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

interval of convergence

A

this is the interval that the power series is still converghent uppon

17
Q

how to find the interval of convergent

A

use the root or ratio test.

18
Q

root test

A

p= lim of kthsqrt(ak)

19
Q

ratio test

A

l= lim of a(k+1)/ak

20
Q

if the root or ratio limit is 0

A

the radius is inf

the interval is also inf

21
Q

if the root or ratio limit is inf

A

the radius is 0

the interval does not exist. diverges everywhere

22
Q

if the root or ratio limit is anything else

A

put it in absolute values and solve for x. then find the radius and the 2 potential endpoints

23
Q

what to do with two endpoints for the interval of convergence

A

test each with different series tests. if they converge then the endpoint is inclusive. if they diverge the endpoint is noninclusive

24
Q

makalaureans series

A

a taylor series that has an a of 0

25
finding the taylor series for a function
make the collums 1. the kth derivative 2. the kth derivative evaluated at a 3. f^k(a)/K! 4. that multiplied by (x-a)^k find the damn pattern
26
how to get a taylor series to alternate values and skip odd values used for cosine
x must be raised to the 2k it must be 2k! and k must start at 0
27
how to get a taylor series to alternate values and skip even values used for sin
x must be raised to the 2k+1 it must be (2k+1)! and k must start at 0
28
taylor series for 1/1-x
sigma (k=0 to inf) x^k
29
taylor series for e^x
sigma (k=0 to inf) x^k/k!
30
taylor series for ln(1+x)
sigma (k=1 to inf) ((-1^k+1)x^k/k for -1
31
taylor series for sinx
sigma (k=0 to inf) ((-1^k)(x^2k+1)/(2k+1)!
32
taylor series for cosx
sigma (k=0 to inf) ((-1^k)(x^2k)/(2k)!
33
approximate
use the nth order taylor polynomial. plug in a value close to what you are approxximating calc
34
estimate the remainder
find what f^n+1 is bound by | find M then plug in with the given n to the < one