Week 11-12 (series and sequences) Flashcards

(3 cards)

1
Q

soving ODE’s using the power series

A

sum (A_n * t^n)

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

Maclurin series

A

start on n=0
aka = f(0)

sum((1/n!)* (fn(0) * x^n))

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

Taylor series

A

start on n=0
aka = f(x0)
sum((1/n!)* (fn(x0) * (x-x0)^n))

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