Skip to main content
Logo image

Coordinated Calculus

Section 7.10 Applications of Taylor Series

We have now built several examples of Taylor series using the definition, and we have seen in the process that nearly all of the work needed to find a Taylor series is done in finding the coefficients. This can be done for any function by taking derivatives; however, some functions have very complicated derivatives, and the process of finding these derivatives can take a serious amount of time and effort.
Recall the Taylor series expansions about x=0 for the following important functions:

Important Taylor Series and their Intervals of Convergence.

sin⁑(x)=xβˆ’x33!+x55!βˆ’x77!+β‹―=βˆ‘k=0∞(βˆ’1)kx2k+1(2k+1)!forβˆ’βˆž<x<∞cos⁑(x)=1βˆ’x22!+x44!βˆ’x66!+β‹―=βˆ‘k=0∞(βˆ’1)kx2k(2k)!forβˆ’βˆž<x<∞ex=1+x+x22!+x33!+x44!+β‹―=βˆ‘k=0∞xkk!forβˆ’βˆž<x<∞11βˆ’x=1+x+x2+x3+x4+β‹―=βˆ‘k=0∞xkforβˆ’1<x<1(1+x)a=1+ax+a(aβˆ’1)2!x2+β‹―=βˆ‘k=0∞(ak)xkforβˆ’1<x<1 and a∈R
Note: for a real number a and integer kβ‰₯1, (ak)=a(aβˆ’1)β‹―(aβˆ’k+1)k!. We take (a0)=1 for all a∈R.
In many situations, we can use the Taylor series that we already know to find Taylor series for more complicated functions, as illustrated in the next example.

Example 7.66.

The goal of this problem is to find the Taylor series centered at 0 for f(x)=sin⁑(x2).
  1. Find the first two derivatives of f(x). Explain why each time you take another derivative, the result has more terms than the previous derivative. For example, the second derivative has more terms than the first derivative.
  2. Take the Taylor series for sin⁑y about y=0 and then substitute y=x2. Simplify this and you have the Taylor series for sin⁑(x2).
  3. Verify that the derivatives you found in part (a) match the Taylor series from part (b).
  4. What is the radius of convergence of the Taylor series for sin⁑(x2)?
Solution.
  1. fβ€²(x)=2xcos⁑(x2)fβ€³(x)=2cos⁑(x2)βˆ’4x2sin⁑(x2)
    Notice that each time we take a further derivative, we will use at least one of the product rule or the chain rule on each existing term. Thus, there will always be more terms than the previous derivative had.
  2. Since
    sin⁑(y)=yβˆ’y33!+y55!βˆ’y77!+y99!+β‹―,
    substituting y=x2 yields
    sin⁑(x2)=x2βˆ’(x2)33!+(x2)55!βˆ’(x2)77!+(x2)99!+β‹―=x2βˆ’x63!+x105!βˆ’x147!+x189!+β‹―
  3. The constant term of the series should be f(0)=sin⁑(0)=0. The coefficient of the x term of the series should be fβ€²(0)=0β‹…cos⁑(0)=0. The coefficient of the x2 term of the series should be fβ€³(0)2=2cos⁑(0)βˆ’4(0)sin⁑(0)2=22=1. All match!
  4. Since the Taylor series for sin⁑(y) has radius of convergence R=∞, the Taylor series for sin⁑(x2) also has radius of convergence R=∞.
We can also use Taylor series to obtain approximations of function values, and put functions in order. We will develop these methods in this section.

Subsection 7.10.1 New Taylor Series from Old

There are several ways we can obtain Taylor series expansions for functions using known Taylor series expansions for different related functions. This includes the method of substitution, multiplying Taylor series, and differentiating and integrating Taylor series. The following examples will showcase these methods.

Example 7.67.

Our goal in this example is to find a power series expansion for f(x)=11+x2 centered at x=0.
While we could use the methods of Section 7.9 and differentiate f(x)=11+x2 several times to look for patterns and find the Taylor series for f(x), we seek an alternate approach because of how complicated the derivatives of f(x) quickly become.
  1. What is the Taylor series expansion for g(x)=11βˆ’x? What is the interval of convergence of this series?
  2. How is g(βˆ’x2) related to f(x)? Explain, and then substitute βˆ’x2 for x in the power series expansion for g(x). Given the relationship between g(βˆ’x2) and f(x), how is the resulting series related to f(x)?
  3. For which values of x will this power series expansion for f(x) be valid? Why?
Answer.
  1. 11βˆ’x=βˆ‘k=0∞xk for βˆ’1<x<1.
  2. f(x)=g(βˆ’x2)=βˆ‘k=0∞(βˆ’1)kx2k.
  3. βˆ’1<x<1.
Solution.
  1. Recall that
    g(x)=11βˆ’x=βˆ‘k=0∞xk
    for βˆ’1<x<1.
  2. Substituting βˆ’x2 for x in the power series expansion for g(x) gives
    f(x)=g(βˆ’x2)=11βˆ’(βˆ’x2)=βˆ‘k=0∞(βˆ’x2)k=βˆ‘k=0∞(βˆ’1)kx2k.
  3. This power series expansion for f(x) will be valid as long as βˆ’1<(βˆ’x)2<1 or for βˆ’1<x<1.

Example 7.68.

Find the Taylor series expansion of f(t)=tsin⁑(t3)βˆ’t4 about t=0.
Answer.
tsin⁑(t3)βˆ’t4=βˆ’t103!+t165!βˆ’t227!+β‹―=βˆ‘k=1∞(βˆ’1)kt6k+4(2k+1)!
Solution.
We’ll begin with the Taylor series for sin⁑(x) about x=0, and build the desired series from there.
sin⁑(x)=xβˆ’x33!+x55!βˆ’x77!+β‹―
Next, substitute t3 in for x:
sin⁑(t3)=t3βˆ’(t3)33!+(t3)55!βˆ’(t3)77!+β‹―=t3βˆ’t93!+t155!βˆ’t217!+β‹―
Now multiply the entire series by t:
tsin⁑(t3)=t4βˆ’t103!+t165!βˆ’t227!+β‹―
And finally, subtract t^4:
tsin⁑(t3)βˆ’t4=βˆ’t103!+t165!βˆ’t227!+β‹―
Now that we’ve got the final series, we can write this with Ξ£-notation, as well:
tsin⁑(t3)βˆ’t4=βˆ‘k=1∞(βˆ’1)kt3(2k+1)+1(2k+1)!=βˆ‘k=1∞(βˆ’1)kt6k+4(2k+1)!

Example 7.69.

Find the Taylor series expansion of f(t)=11+2t about 0 and determine its interval of convergence.
Answer.
(1+2t)βˆ’12=1βˆ’t+3β‹…12!t2βˆ’5β‹…3β‹…13!t3+7β‹…5β‹―14!t4βˆ’β‹―
with interval of convergence (βˆ’1/2,1/2).
Solution.
We write f(t)=11+2t=(1+2t)βˆ’12. Note that the Taylor series about 0 for the function (1+x)βˆ’12 is given by
(1+x)βˆ’12=1+(βˆ’12)x+(βˆ’12)(βˆ’32)2!x2+(βˆ’12)(βˆ’32)(βˆ’52)3!x3+β‹―
This series coverges for x in the interval (βˆ’1,1). Substituting 2t for x yields
(1+2t)βˆ’12=1+(βˆ’12)(2t)+(βˆ’12)(βˆ’32)2!(2t)2+(βˆ’12)(βˆ’32)(βˆ’52)3!(2t)3+β‹―
which simplifies to
(1+2t)βˆ’12=1βˆ’t+3β‹…12!t2βˆ’5β‹…3β‹…13!t3+7β‹…5β‹―14!t4βˆ’β‹―
For the series to coverge, we need 2t to fall in the interval (βˆ’1,1), which means the interval of convergence is (βˆ’1/2,1/2).

Example 7.70.

Let f be the function given by the Taylor series expansion
f(x)=βˆ‘k=0∞(βˆ’1)kx2k(2k)!.
  1. Assume that we can differentiate a power series term by term, just like we can differentiate a (finite) polynomial. Use the fact that
    f(x)=1βˆ’x22!+x44!βˆ’x66!+β‹―+(βˆ’1)kx2k(2k)!+β‹―
    to find a power series expansion for fβ€²(x).
  2. Observe that f(x) and fβ€²(x) have familiar Taylor series. What familiar functions are these? What known relationship does our work demonstrate?
  3. What is the series expansion for fβ€³(x)? What familiar function is fβ€³(x)?
Answer.
  1. fβ€²(x)=βˆ’x+x33!βˆ’x55!+β‹―+(βˆ’1)kxkβˆ’1(kβˆ’1)!+β‹―.
  2. ddxcos⁑(x)=βˆ’sin⁑(x).
  3. fβ€³(x)=βˆ’1+x22!βˆ’x44!+β‹―.
Solution.
  1. Note that
    fβ€²(x)=βˆ’x+x33!βˆ’x55!+β‹―+(βˆ’1)kxkβˆ’1(kβˆ’1)!+β‹―.
  2. We recognize f(x) as cos⁑(x) and fβ€²(x) as βˆ’sin⁑(x). This gives the known differentiation formula
    ddxcos⁑(x)=βˆ’sin⁑(x).
  3. We see that
    fβ€³(x)=βˆ’1+x22!βˆ’x44!+β‹―,
    which is the series expansion for βˆ’cos⁑(x) as expected.
Our work in Example 7.70 holds more generally. The corresponding theorem, which we will not prove, states that we can differentiate a power series for a function f term by term and obtain the series expansion for fβ€², and similarly we can integrate a series expansion for a function f term by term and obtain the series expansion for ∫f(x) dx. For both, the radius of convergence of the resulting series is the same as the original, though it is possible that the convergence status of the various series may differ at the endpoints. The formal statement of the Power Series Differentiation and Integration Theorem follows.

Power Series Differentiation and Integration Theorem.

Suppose f(x) has a power series expansion
f(x)=βˆ‘k=0∞ckxk
and that the series converges absolutely to f(x) on the interval βˆ’r<x<r. Then, the power series βˆ‘k=1∞kckxkβˆ’1 obtained by differentiating the power series for f(x) term by term converges absolutely to fβ€²(x) on the interval βˆ’r<x<r. That is,
fβ€²(x)=βˆ‘k=1∞kckxkβˆ’1, for |x|<r.
Similarly, the power series βˆ‘k=0∞ckxk+1k+1 obtained by integrating the power series for f(x) term by term converges absolutely on the interval βˆ’r<x<r, and
∫f(x) dx=βˆ‘k=0∞ckxk+1k+1+C, for |x|<r.
This theorem validates the steps we took in Example 7.70. It tells us that we can differentiate and integrate term by term on the interior of the interval of convergence, but it does not tell us what happens at the endpoints of this interval. We always need to check what happens at the endpoints separately. More importantly, we can use use the approach of differentiating or integrating a series term by term to find new series.

Example 7.71.

We can use Taylor series to approximate definite integrals to which known techniques of integration do not apply. We will illustrate this in this exercise with the definite integral ∫01sin⁑(x2)dx.
  1. Integrate the Taylor series for sin⁑(x2) term by term to obtain a power series expansion for ∫sin⁑(x2)dx.
  2. Use the result from part (a) to explain how to evaluate ∫01sin⁑(x2) dx. Determine the number of terms you will need to approximate ∫01sin⁑(x2)dx to 3 decimal places.
Answer.
  1. ∫sin⁑(x2)dx=βˆ‘k=0∞(βˆ’1)kx4k+3(2k+1)!(4k+3)+C.
  2. ∫01sin⁑(x2)dx=βˆ‘k=0∞(βˆ’1)k1(2k+1)!(4k+3). Use n=1 to generate the desired estimate.
Solution.
  1. Substituting x2 for x in the Taylor series expansion for sin⁑(x) gives us
    sin⁑(x2)=βˆ‘k=0∞(βˆ’1)kx2(2k+1)(2k+1)!,
    as the Taylor series for sin⁑(x2) centered at x=0. We can integrate a Taylor series term by term on its interval of convergence, so
    ∫sin⁑(x2)dx=βˆ«βˆ‘k=0∞(βˆ’1)kx2(2k+1)(2k+1)!dx=βˆ‘k=0∞∫(βˆ’1)kx2(2k+1)(2k+1)!dx=βˆ‘k=0∞∫(βˆ’1)kx4k+2(2k+1)!dx=βˆ‘k=0∞(βˆ’1)kx4k+3(2k+1)!(4k+3)+C.
  2. To evaluate ∫01sin⁑(x2) dx, we evaluate the antiderivative βˆ‘k=0∞(βˆ’1)kx4k+3(2k+1)!(4k+2) at 1 and 0 and subtract. So
    ∫01sin⁑(x2)dx=βˆ‘k=0∞(βˆ’1)kx4k+3(2k+1)!(4k+3)|01=βˆ‘k=0∞(βˆ’1)k1(2k+1)!(4k+3).
    The resulting series is an alternating series, so we can find a value of n that makes the nth partial sum of the series approximate the sum of the series to 3 decimal places by determining a value of n such that
    an+1=1(2(n+1)+1)!(4(n+1)+3)<0.001.
    This is not an inequality that we can solve algebraically, so we use trial and error. Doing so shows that n=1 will work.

Example 7.72.

Find a power series expansion for ln⁑(1+x) centered at x=0 and determine its interval of convergence.
Hint.
Use the Taylor series expansion for 11+x centered at x=0.
Answer.
ln⁑(1+x)=βˆ‘k=0∞(βˆ’1)kxk+1k+1. for βˆ’1<x<1.
Solution.
Using the Taylor series
11βˆ’x=βˆ‘k=0∞xk
for βˆ’1<x<1 we have that
11+x=βˆ‘k=0∞(βˆ’1)kxk.
Integrating the left and right sides of this last equation gives us
ln⁑(1+x)=βˆ‘k=0∞(βˆ’1)kxk+1k+1+C
for βˆ’1<x<1. Since ln⁑(1)=0 we have that
0=βˆ‘k=0∞(βˆ’1)k0k+1k+1+C
and so C=0. We conclude that
ln⁑(1+x)=βˆ‘k=0∞(βˆ’1)kxk+1k+1.
for βˆ’1<x<1.

Subsection 7.10.2 Using Taylor Series to Approximate Numbers and Function Values

There are many applications of Taylor series, but most are based on the idea of using Taylor series to approximate function values. For example, say we have a function f(x) and we knew the Taylor series for f(x) and we really need to get an approximate value for f(1). Assuming that the Taylor series converges for x=1, we can then substitute x=1 into the series, and use the first few terms of the series to approximate the number. Of course, using more terms of the series gives a better approximation. The examples below walk through how this is done in more details, and highlights some of the different ways in which it can be useful.

Example 7.73.

  1. Find a series expansion centered at x=0 for arctan⁑(x), as well as its interval of convergence.
  2. Recall that arctan⁑(1)=Ο€4, and therefore 4arctan⁑(1)=Ο€. Use the first n terms of the Taylor series for arctan⁑(x) with n=1,2,3,4,5 to get approximate values for Ο€, and fill in the table below.
    Table 7.74. Approximate Values for Ο€
    n Approximate Value
    1
    2
    3
    4
    5
Solution.
  1. While we could differentiate arctan⁑(x) repeatedly and look for patterns in the derivative values at x=0 in an attempt to find the Maclaurin series for arctan⁑(x) from the definition, it turns out to be far easier to use a known series in an insightful way. By thinking of the right-hand side as a geometric series, we can see that
    11+x2=βˆ‘k=0∞(βˆ’1)kx2k
    for βˆ’1<x<1. Recall that
    ddx[arctan⁑(x)]=11+x2,
    and therefore
    ∫11+x2 dx=arctan⁑(x)+C.
    It follows that we can integrate the series for 11+x2 term by term to obtain the power series expansion for arctan⁑(x). Doing so, we find that
    arctan⁑(x)=∫(βˆ‘k=0∞(βˆ’1)kx2k) dx=βˆ‘k=0∞(∫(βˆ’1)kx2k dx)=(βˆ‘k=0∞(βˆ’1)kx2k+12k+1)+C.
    The Power Series Differentiation and Integration Theorem tells us that this equality is valid for at least βˆ’1<x<1.
    To find the value of the constant C, we can use the fact that arctan⁑(0)=0. So
    0=arctan⁑(0)=(βˆ‘k=0∞(βˆ’1)k02k+12k+1)+C=C,
    and we must have C=0. Therefore,
    (7.26)arctan⁑(x)=βˆ‘k=0∞(βˆ’1)kx2k+12k+1
    for at least βˆ’1<x<1.
    It is a straightforward exercise to check that the power series
    βˆ‘k=0∞(βˆ’1)kx2k+12k+1
    converges both when x=βˆ’1 and when x=1; in each case, we have an alternating series with terms 12k+1 that decrease to 0, and thus the interval of convergence for the series expansion for arctan⁑(x) in Equation (7.26) is βˆ’1≀x≀1.
  2. To make the computations a little easier, let’s write out the first five terms of the Taylor series explicitly:
    arctan⁑(x)=xβˆ’x33+x55βˆ’x77+x99βˆ’β‹―
    With x=1, we have
    arctan⁑(1)=1βˆ’13+15βˆ’17+19βˆ’β‹―
    So, if we use just the first term to approximate, we would have
    Ο€=4arctan⁑(1)β‰ˆ4(1)=4,
    giving the table entry for n=1. For n=2, we use the first two terms:
    Ο€=4arctan⁑(1)β‰ˆ4(1βˆ’13)=4(23)β‰ˆ2.6667.
    Continuing, for n=3:
    Ο€β‰ˆ4(1βˆ’13+15)=4(1315)β‰ˆ3.4667.
    The completed table is as follows.
    Table 7.75. Approximate Values for Ο€
    n Approximate Value
    1 4
    2 2.6667
    3 3.4667
    4 2.8952
    5 3.3397
    Since we know that Ο€ is about 3.14159, we haven’t gotten extremely accurate yet, but we are getting there, and continuing to use more terms would yield more accuracy.

Example 7.76.

  1. For values near 0, put the following functions in order from smallest to largest:
    • sin⁑(y2)
    • 1βˆ’cos⁑(y)
    • ln⁑(1+y2)
  2. Use the first four terms of the Taylor series for sin⁑(y2) to estimate the value of sin⁑(1).
Answer.
  1. 1βˆ’cos⁑(y)≀ln⁑(1+y2)≀sin⁑(y2)
  2. About 0.84145.
Solution.
  1. We’ll need to build all three Taylor series, and then compare them. There’s a brief outline of each construction below.
    For sin⁑(y2):
    sin⁑(x)=xβˆ’x33!+x55!βˆ’x77!+x99!βˆ’β‹―sin⁑(y2)=y2βˆ’y63!+x105!βˆ’x147!+x189!
    For 1βˆ’cos⁑(y):
    cos⁑(y)=1βˆ’y22!+y44!βˆ’y66!+y88!βˆ’β‹―1βˆ’cos⁑(y)=y22!βˆ’y44!+y66!βˆ’y88!+β‹―
    For ln⁑(1+y2)
    ln⁑(1+t)=tβˆ’t22+t33βˆ’t44+t55βˆ’β‹―ln⁑(1+y2)=y2βˆ’y42+y63βˆ’y84+y105βˆ’β‹―
    Now, let’s use, say, the degree six taylor polynomials as an estimate, and compare the three series. For values of y near 0, we have
    sin⁑(y2)β‰ˆy2βˆ’y63!1βˆ’cos⁑(y)β‰ˆy22!βˆ’y44!+y66!ln⁑(1+y2)β‰ˆy2βˆ’y42+y63
    We can compare term-by-term and decide which is smaller, or we can plug in a value near 0 to all three approximations; say, y=0.5
    sin⁑((0.5)2)β‰ˆ(0.5)2βˆ’(0.5)63!β‰ˆ0.24741βˆ’cos⁑(0.5)β‰ˆ(0.5)22!βˆ’(0.5)44!+(0.5)66!β‰ˆ0.1224ln⁑(1+(0.5)2)β‰ˆ(0.5)2βˆ’(0.5)42+(0.5)63β‰ˆ0.2234
    Thus, the order is 1βˆ’cos⁑(y)≀ln⁑(1+y2)≀sin⁑(y2)
  2. We’ll plug in y=1 to the Taylor series for sin(y2):
    sin⁑(1)β‰ˆ12βˆ’163!+1105!βˆ’1147!β‰ˆ0.84145

Example 7.77.

Consider the series 1βˆ’222!+244!βˆ’266!+β‹―. This is the Taylor series for some function centered at 0 evaluated at some value x=a. What is the function f(x)? What is the sum of the series?
Answer.
The function is f(x)=cos⁑(x) and the sum of the series is cos⁑(2).
Solution.
This series looks a lot like
1βˆ’x22!+x44!βˆ’x66!+β‹―
where x=2 has been plugged in. We can recognize that this is the Taylor series for cos⁑(x) centered at 0, and since it converges for all real numbers x, the sum of the series must be cos⁑(2).

Subsection 7.10.3 Using Taylor Series to Evaluate Limits

One big takeaway from our study of Taylor series is that they behave just like polynomials. For instance, differentiation and integration of Taylor series can be done term-by-term. In the same spirit, we can apply our knowledge about limits of polynomials to compute limits involving complicated functions by replacing them with their Taylor series. Here are some examples:

Example 7.78.

Evaluate the following limits by first finding a Taylor series expansion of each function, and then evaluating the limit of the series term-by-term.
  1. limxβ†’0sin⁑(x)x
  2. limxβ†’01βˆ’cos⁑(x2)x4
  3. limxβ†’0ln⁑(x6+1)5x6
Answer.
  1. limxβ†’0sin⁑(x)x=1
  2. limxβ†’01βˆ’cos⁑(x2)x4=12
  3. limxβ†’0ln⁑(x6+1)5x6=15
Solution.
  1. The Taylor series for sin⁑(x) about 0 is xβˆ’x33!+x55!βˆ’β‹―. Therefore,
    limxβ†’0sin⁑(x)x=limxβ†’0xβˆ’x33!+x55!βˆ’β‹―x=limxβ†’01βˆ’x23!+x45!βˆ’β‹―=1
  2. The Taylor series for cos⁑(x) about 0 is 1βˆ’x22!+x44!βˆ’β‹―. By composing with x2 and subtracting the resulting series from 1, we obtain
    1βˆ’cos⁑(x2)=1βˆ’(1βˆ’x42!+x84!βˆ’β‹―)=x42!βˆ’x84!+β‹―
    limxβ†’01βˆ’cos⁑(x2)x4=limxβ†’0x42!βˆ’x84!+β‹―x4=limxβ†’012βˆ’x44!+β‹―=12
  3. The Taylor series for ln⁑(x+1) about 0 is xβˆ’x22+x33βˆ’β‹―. By composing with x6, we reach
    limxβ†’0ln⁑(x6+1)5x6=limxβ†’0x6βˆ’x122+x183βˆ’β‹―5x6=limxβ†’015βˆ’x610+x1215βˆ’β‹―=15
While many limits like the ones above can also be evaluated using other methods, such as L’Hopital’s Rule, the Taylor series approach often turns out to be easier. Because Taylor series behave like polynomials, to take the limit of a Taylor series we only need to know the dominant (first) term!

Subsection 7.10.4 Summary

  • Taylor series for complicated functions can often be found by manipulating Taylor series for known functions. Some techniques for manipulation are addition, substraction, multiplication, division, substitution, differentiation, and integration.
  • Taylor series are especially useful to approximate function values, where of course the accuracy of the approximation can be improved by using more terms in the series. These approximations have various applications.

Exercises 7.10.5 Exercises

1. Finding the Taylor series for a cosine function.

Find the Taylor series centered at 0 for the function f(x)=cos⁑(t3)βˆ’1t2.

2. Finding the Taylor series for a function by modifying a known one.

Find the Taylor series centered at 0 for the function f(x)=x1+2x3.

3. Finding the Taylor series for a product of functions.

Using known Taylor series, find the first four nonzero terms of the Taylor series about 0 for the function f(x)=exsin⁑(x).

5. Estimating sin⁑(3) using Taylor series with different centers.

In this exercise, we will investigate how the center of a Taylor series can affect the accuracy of the estimation it provides.
  1. Use a seven-degree Taylor polynomial about a=0 for sin⁑(x) to approximate sin⁑(3).
  2. Find the seventh-degree Taylor polynomial about a=Ο€ for sin⁑(x), and use it to approximate sin⁑(3).
  3. Use a calculator to find the value of sin⁑(3). Given that 3 is much closer to Ο€ than it is to 0, do your two approximations make sense?

7. Using a Taylor series to estimate an integral.

Let F(x)=∫0xsin⁑(5t2) dt.
Find the MacLaurin polynomial of degree 7 for F(x).
Use this polynomial to estimate the value of ∫00.61sin⁑(5x2) dx.
Note: your answer to the last part needs to be correct to 9 decimal places.

8. Using a Taylor series to estimate a definite integral within a specific accuracy.

Use series to approximate the definite integral to within the indicated accuracy:
∫00.3eβˆ’x2dx, with an error <10βˆ’4
Note: The answer you derive here should be the partial sum of an appropriate series (the number of terms determined by an error estimate). This number is not necessarily the correct value of the integral truncated to the correct number of decimal places.

9. Using Taylor series to put functions in order near a point.

Using their Taylor series centered at 0, determine which of the two functions is largest for values of x near 0:
  • ex
  • 11βˆ’x

10. Finding the sum of a series by recognizing that it’s a Taylor series.

By recognizing each series as a Taylor series evaluated at a specific value of x, find the sum of each series.
  1. 1+2+42!+83!+β‹―+2nn!+β‹―
  2. 1βˆ’252!+6254!βˆ’156256!+β‹―
  3. 3+92!+273!+814!+β‹―