Chapter 8: Infinite Sequences and Series
Section 8.5: Taylor Series
Example 8.5.10
For fx=x1−x5, use the Binomial expansion formula to obtain its Maclaurin series.
Solution
Mathematical Solution
To apply the formalism of the Binomial series, write x1−x5 as x5 1−x−5, so that c=−5 and x in the expansion is replaced by −x. Then, the Binomial series formula gives
x1−x5
= x5∑n=0∞−5n−xn
=x5∑n=0∞1+2512⁢n+3524⁢n2+512⁢n3+124⁢n4⁢xn
=x51+5⁢x+15⁢x2+35⁢x3+70⁢x4+126⁢x5+⋯
=x5+5⁢x6+15⁢x7+35⁢x8+70⁢x9+126⁢x10+⋯
Of course, this expansion is equivalent to the Maclaurin series for the given function.
Maple Solution
Working from the Context Panel, Maple is unable to provide a formal power series for x5⋅1−x−5, but it can provide one for 1−x−5.
Obtain Maple's formal power series for 1−x3−1/2
Control-drag the given function. Context Panel: Series≻Formal Power Series Set the index to n=0
1−x−5→formal series∑n=0∞1+2512⁢n+3524⁢n2+512⁢n3+124⁢n4⁢xn
Use this expression to obtain the first few terms of the fulll 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
x5⋅∑n=041+2512⁢n+3524⁢n2+512⁢n3+124⁢n4⁢xn=x5⁢70⁢x4+35⁢x3+15⁢x2+5⁢x+1
With an application of the appropriate command, Maple does succeed in obtaining a formal power series for the given function.
simplifyconvertx1−x5,FormalPowerSeries = −1+∑k=0∞124⁢k4−10⁢k3+35⁢k2−50⁢k+24⁢xk
Obtain the first few terms of the Maclaurin series for x1−x5
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 12. To return a polynomial, and not a series data structure containing a term indicating the order of the error, check the box for "Remove order term." See Figure 8.5.9(a).
Figure 8.5.9(a) Series dialog
x1−x5→series in x210⁢x11+126⁢x10+70⁢x9+35⁢x8+15⁢x7+5⁢x6+x5
Apply the Binomial expansion from first principles
Expression palette: Summation and binomial templates
Context Panel: Evaluate and Display Inline
Context Panel: Simplify≻Simplify
x5∑n=0∞−5n⋅−xn = −x5−1+x5
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