Chapter 8: Infinite Sequences and Series
Section 8.5: Taylor Series
Example 8.5.8
For fx=8+x3, use the Binomial expansion formula to obtain its Maclaurin series.
Solution
Mathematical Solution
To apply the formalism of the Binomial series, write 8+x3 as 81/31+x/81/3=21+x/81/3, so that c=1/3 and x in the expansion is replaced by x/8. Then, the Binomial series formula gives
8+x3 = 2 ∑n=0∞1/3nx8n=2+112⁢x−1288⁢x2+520736⁢x3−5248832⁢x4+⋯
Of course, this expansion is equivalent to the Maclaurin series for the given function.
Maple Solution
Obtain Maple's formal power series for 8+x3
Control-drag the given function. Context Panel: Series≻Formal Power Series Set the index to n=0
8+x3→formal series∑n=0∞⁡2⁢−1n⁢8−n⁢pochhammer⁡−13,n⁢xnn!
Use this expression to obtain the first few terms of the expansion
Control-drag the expression for the formal power series and edit ∞, the upper limit of the sum, to say, 4.
Context Panel: Evaluate Sum
∑n=042⁢−1n⁢8−n⁢pochhammer⁡−13,n⁢xnn!=2+112⁢x−1288⁢x2+520736⁢x3−5248832⁢x4
The pochhammer symbol is expressed in terms of the gamma function, itself a generalization of the factorial function. The details are well beyond the scope of the introductory integral calculus course.
Obtain the first few terms of the Maclaurin series for 8+x3
Control-drag the given function and press the Enter key.
Context Panel: Series≻Series≻x The order of the series is the power in the remainder term. To obtain an expansion containing up to terms of 4th degree, the order has to be taken as 5. To return a polynomial, and not a series data structure containing a term indicating the order of the remainder, check the box for "Remove order term." See Figure 8.5.8(a).
Context Panel: Simplify≻Simplify
Figure 8.5.8(a) Series dialog
8+x3
8+x13
→series in x
81/3+124⁢81/3⁢x−1576⁢81/3⁢x2+541472⁢81/3⁢x3−5497664⁢81/3⁢x4
= simplify
2+112⁢x−1288⁢x2+520736⁢x3−5248832⁢x4
Apply the Binomial expansion from first principles
Expression palette: Summation and binomial template
Apply the simplify command along with the assuming option. (Maple lost the ability to make this evaluation syntax-free.)
simplify2∑n=0∞1/3n⋅x8n assuming x>−8,x<8 = 8+x13
Maple converts the formal expression for the Binomial series to the given function, thereby demonstrating that the Binomial series, as determined by the formula in Section 8.5, actually represents the given function.
<< Previous Example Section 8.5 Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
Download Help Document