Chapter 10 Part 2 Flashcards

1
Q

Pn(x) =

A

f(c) + f’(c)(x-c)
+ f’‘(c)(x-c)^2 / 2! + …
+ f^n(c)(x-c)^n / n!

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

THE REMAINDER/ERROR OF A TAYLOR POLYNOMIAL

A

watch multiple videos

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

Error is less than or equal to the next term
|Rn(x)| =

A

|f(x) - Pn(x)|, which is less than or equal to |max[f^(n+1)(z) * (x-c)^(n+1) / (n+1)!|

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

When working with an alternating series, and the terms decrease in magnitude, then a(n+1) < b, when finding

A

an error less than b

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

maximum value of cos/sin(x) =

A

1

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

if given “on [a, b]”, x will equal b for |Rn(x)| because

A

it is the maximum value of x
- for max[f^(n+1) (z)], find the n+1 derivative of f(x) and plug in b

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

a power series converges at its _____

A

center

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

if the power series diverges by the ratio test, it only converges at its _____, and R = ____

A

center; 0

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

R:

A

radius of convergence

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

if the power series converges at an interval [a, b], then R =

A

b-a / 2
- be sure to check endpoints of the interval

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

if the power series’ limit is less than 1, it converges ______, and R =

A

everywhere; ∞

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

MOST POPULAR POWER SERIES

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

1/1+x =

A

1 - x + x^2 - x^3 +…+ (-1)^n * x^n

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

e^x =

A

1 + x + x^2 / 2! + x^3 / 3! +…+ x^n / n!

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

sinx =

A

x - x^3 / 3! + x^5 / 5!
- x^7 / 7! +…
+ (-1)^n x^(2n+1) / (2n+1)!

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

cosx = `

A

1 - x^2 / 2! + x^4 / 4!
- x^6 / 6! +…
+ (-1)^n x^2n / 2n!

17
Q

ln(x) =

A

(x-1) - (x-1)^2 / 2 + (x-1)^3 / 3 -…+ (-1)^(n-1) * (x-1)^n / n

18
Q

All of the parts of the power series that have x to the nth degree count as the nth term

19
Q

Geometric series

A

Pn(x) = ar^n

20
Q

binomial series (k>0)

A

f(x) = (1+x)^k
f^n(x) = [k - (n-1)] * x^n / n!

21
Q

you can manipulate complex power series using the ones you know