#Calc-2#Math#Series A Taylor Series is a type of Power Series
What are the ’s of the Taylor Series?
The idea with a Taylor series is that it should behave similarly to it’s corresponding f(x) => The way we do this is we match all the derivatives at x = a
The coefficients of the Taylor Series look like
Taylor Series of f(x) at x=a We have seen part of this before, if you chop the series off after the first derivative you get This is the Linear Approximation of f(x) near f(a)
So think of the Taylor Series as an extension of linear approximation. We use more derivatives to better capture the shape and behavior of f(x)
Example Finding Taylor Series
Taylor Polynomials
If you cut off after the kth degree term, you get what’s known as the kth order Taylor Polynomial ()
In the above example, the Taylor Polynomials are as follows, …
Taylor Remainder Theorem
The Taylor Remainder is everything that we cut off from the series to make the Taylor Polynomial In general
For example, The remainder of it (the second Taylor Remainder) is The remainder is an infinite series which converges to something given by Taylors Remainder Theorem
Taylor Remainder Theorem says
converges to where is somewhere between and
is usually very hard to find, so instead we usually just find the maximum value of the n+1’th derivative on the interval between x and a, calling that M. (Make sure to include the endpoints!)
We can use the remainder to estimate how much error is in the approximation of f(x)
so long as
Examples can be found Day 28 of Calc 2
Maclaurin Series
A Maclaurin Series is literally just a Taylor Series where . That’s it.
We use Maclaurin Series to find other Power Series’ like how we used in these examples