Exam 3 Flashcards

(18 cards)

1
Q

Integrating power series

A

power rule, leave constants and n as is;
plug in bounds;
evaluate result; may require rewriting

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

derivative of a power series

A

list terms, plugging in n = 0, 1, 2…

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

Ratio Test

A

if an + 1 / an = some n < 1, the series is absolutely convergent
if an + 1 / an = some n > 1, the series is divergent
if an + 1 / an = 1, the test is inconclusive

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

Root Test

A

if n root of |an| = some n < 1, the series is absolutely convergent
if n root of |an| = some n > 1, the series is divergent
if n root of |an| = 1, the test is inconclusive

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

Alternating Series test

A

if
- bn is equal or decreasing for all n
- limit of bn = 0
the series is convergent

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

Taylor Series

A

c(x - a)^n
where
c = f’n (a) / n!

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

Power Series

A

an(x - c)^n

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

1 / (1 - x) as a series

A

x^n
R = 1

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

if a power series has R > 0, it is continuous, and so

A

f’(x) = c * n(x - a)^(n - 1)
|f(x)dx = c*x - a)^(n + 1) / n + 1

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

finding radius of convergence

A

use ratio or root test;
R = 1/L
if L = 0, R is infinite
if L is infinite, R = 0
test endpoints for I

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

e^x as a series

A

1/n! * x^n
R is infinite

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

sin(x) as a series

A

((-1)^n / (2n + 1)!) x^2n + 1
R is infinite

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

cos(x) as a series

A

((-1)^n / (2n)!) x^2n
R is infinite

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

arctan as a series

A

((-1)^n / 2n + 1) x^2n + 1;
from 1 / 1 + x^2;
R is infinite

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

ln(1 + x) as a series

A

-1^(n + 1) (x^n / n);
R = 1

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

(1 + x)^k as a series

A

(k! / n!(k - n!)) x^n;
R = 1

17
Q

Estimating accuracy - Taylor’s Inequality

A

|R(x)| <= (M|x - a|^(n + 1)) / (n + 1)!

18
Q

M - Taylor’s Inequality

A

(n + 1)th derivative of f(x) <= M