UNIT 10] power & taylor series Flashcards
what is the purpose of finding several derivates at one point of a function?
it gives a better approximation polynomial for the given function
[with each derivative a new property is identified (ex. first = increasing/decreasing, second = concavity), as more proparities are identified the entire function can be approximated better.]
what is the center of the polynomial?
where the polynomial is expanded about
what is the polynomial referred to if the center is at 0?
maclaurin polynomial
what are 2 ways taylor polynomials are usually denoted?
(P_n)(x) or (T_n)(x)
if f(x) has n derivatives at c (center), then what is the polynomial called?
the nth taylor polynomial for f(x) at c
if f(x) has n derivatives at c (center) = 0, then what is the polynomial called?
the nth maclaurin polynomial for f(x) at c
what do the a_n values have to match up with?
the derivatives of f(x)
ex. a_0 = f(x)
a_1 = f’(x)
a_2 = f’‘(x)
a_3 = f’’‘(x)
what does the nth taylor polynomial for f(x) at c look like?
(P_n)(x) = f(c) + f’(c)(x-c) + ((f’‘(c))((x-c)^2))/(2!) + … + ((f’n’(c))((x-c)^n))/(n!)
what does the nth maclaurin polynomial for f(x) at c look like?
(P_n)(x) = f(0) + f’(0)(x) + ((f’‘(0))(x^2))/(2!) + … + ((f’n’(0))(x^n))/(n!)
what does “_____ degree taylor polynomial” mean?
the degree to which the last term of the polynomial will be raised, the n value
what does a taylor polynomial that includes infinitely many terms become?
a taylor series that converges to the given function within the intervals of convergence
what taylor series is “1 + x + (x^2)/(2!) + (x^3)/(3!) + … + (x^n)/(n!) + …” ?
the taylor series of e^x
what taylor series is “x - (x^3)/(3!) + (x^5)/(5!) - (x^7)/(7!) + … + (((-1)^n)(x^(2n+1)))/(2n+1)! + …” ?
the taylor series of sin(x)
what taylor series is “x - (x^2)/(2!) + (x^4)/(4!) - (x^6)/(6!) + … + (((-1)^n)(x^(2n)))/(2n)! + …” ?
the taylor series of cos(x)
what does a geometric series look like?
∑ ∞ n=0 (a((r)^n)