Example
7.15. Find the first few terms of
the Maclaurin series for
, if
, and
then compute
.
Explore Solution 7.15.
Method (i). Use the
formula
and
recursively solve for the coefficients
.
![[Graphics:../Images/TaylorLaurentApplicationMod_gr_49.gif]](../Images/TaylorLaurentApplicationMod_gr_49.gif)
![[Graphics:../Images/TaylorLaurentApplicationMod_gr_50.gif]](../Images/TaylorLaurentApplicationMod_gr_50.gif)
![[Graphics:../Images/TaylorLaurentApplicationMod_gr_51.gif]](../Images/TaylorLaurentApplicationMod_gr_51.gif)
![[Graphics:../Images/TaylorLaurentApplicationMod_gr_52.gif]](../Images/TaylorLaurentApplicationMod_gr_52.gif)
The coefficients
are
![[Graphics:../Images/TaylorLaurentApplicationMod_gr_55.gif]](../Images/TaylorLaurentApplicationMod_gr_55.gif)
Compare with Mathematica's Taylor expansion:
![]()
Method (ii). Use Mathematica to expand sec(z) in a Taylor series about z = 0.
![[Graphics:../Images/TaylorLaurentApplicationMod_gr_59.gif]](../Images/TaylorLaurentApplicationMod_gr_59.gif)
Find the fourth derivative of the series and evaluate it to
compute
.
![[Graphics:../Images/TaylorLaurentApplicationMod_gr_62.gif]](../Images/TaylorLaurentApplicationMod_gr_62.gif)
![[Graphics:../Images/TaylorLaurentApplicationMod_gr_64.gif]](../Images/TaylorLaurentApplicationMod_gr_64.gif)
![[Graphics:../Images/TaylorLaurentApplicationMod_gr_65.gif]](../Images/TaylorLaurentApplicationMod_gr_65.gif)
Method (iii). Use division of power series. For this problem we have 1 = cos(z) S(z) where S(z) is the desired Maclaurin series. Mathematica is used to expand cos(z) up to degree n, and solve the resulting equation for coefficients of S(z) up to n.
![[Graphics:../Images/TaylorLaurentApplicationMod_gr_67.gif]](../Images/TaylorLaurentApplicationMod_gr_67.gif)
![[Graphics:../Images/TaylorLaurentApplicationMod_gr_68.gif]](../Images/TaylorLaurentApplicationMod_gr_68.gif)
Remark. This is the same as the first few terms in the Maclaurin series that was computed using methods (i).
![[Graphics:../Images/TaylorLaurentApplicationMod_gr_70.gif]](../Images/TaylorLaurentApplicationMod_gr_70.gif)