8.7-8.10 taylor/maclaurin, lagrange, power Flashcards
What is the Lagrange form of the remainder?
|Rn(x)|≤|x-c|n+1*max of |fn+1(z)|/(n+1)!, where z is a number between x and c, AKA the diff. btw. x and c to the next power multiplied by the max of the next derivative on the interval divided by the next factorial, or the n+1th integral of the rest of the poly.
If a function has a radius of convergence > 0…
Then it is differentiable and continuous on the interval (c-R, c+R)
How is convergence of a Taylor series determined?
If the lim. as n approaches infinity of the remainder is 0 for all x on an interval, then the taylor series of f converges
What is a convergent Taylor series equal to?
The sum of n from 0 to infinity of (x-c)n*max of fn(c)/(n)!
What is the power series for ln(x)?
1+(-1)n(x-1)n+1/(n+1) starting at 0
What is the power series for e<\sup>x?
xn/n!
What is the power series for sin(x)?
(-1)n(x)2n+1/(2n+1)! starting at 0
What is the power series for cos(x)?
(-1)n(x)2n/(2n)! starting at 0
What is the power series for arctan(x)?
(-1)n(x)2n+1/(2n+1) starting at 0, or the sin power series without the factorial on the bottom
What is the power series for (1+x)k?
1/0!+kx/1!+k(k-1)x2/2!+k(k-1)(k-2)x3/2!… defined by what k is