Question: (a) Find the Maclaurin series of cosx up to x6. (b) Find the Maclaurin series of e2x up to x4. (c) Find the Maclaurin series of 1−x1 and state its radius of convergence. (d) Use the series for 1−x1 to find the series for 1+x21.
Question: (a) Find the Maclaurin series of xex−1 up to x3. (b) Find the Maclaurin series of xln(1+x) up to x4. (c) Find the Maclaurin series of cos2x up to x4 using the identity cos2x=21+cos2x. (d) Evaluate limx→0x2ex−1−x using series.
Question: (a) Find the Taylor series of lnx about x=1 up to (x−1)4. (b) Use the result to approximate ln1.1 correct to 4 decimal places. (c) Estimate the error in the approximation. (d) Explain why the Maclaurin series of lnx does not exist.
(b) With x = 1.1$$h = 0.1: ln1.1≈0.1−0.005+0.000333−0.000025=0.095308≈0.0953.
(c) The next term is 5(0.1)5=0.000002. The error is less than the magnitude of the first omitted term: error <0.000002. So ln1.1=0.0953 to 4 d.p. (Actual: 0.095310.)
(d) f(0)=ln0 is undefined, so f(n)(0) does not exist for lnx. The Maclaurin series requires the function and all its derivatives to be defined at x=0.
IT-2: Series for Integration (with Further Calculus)
Question: (a) Use series to evaluate ∫00.5xsinxdx correct to 6 decimal places. (b) Use the series for ex to find the Maclaurin series of 2ex−e−x (hyperbolic sine, sinhx). (c) Evaluate ∫00.2sinhxdx using the series. (d) Find the Maclaurin series of ex2 and use it to find ∫00.5ex2dx.
Question: (a) Find the Maclaurin series of (1−x)−1/2 and determine its radius of convergence. (b) Use the series to approximate 0.91 correct to 5 decimal places. (c) The series ∑n=0∞n!xn converges for all x. Use this to show that ∑n=0∞n!(−1)n=e1. (d) Explain why ∑n=1∞n1 diverges while ∑n=1∞n(−1)n converges.
(d) ∑n=1∞n1 is the harmonic series, which diverges (the partial sums grow without bound, albeit slowly — lnn).
∑n=1∞n(−1)n=−1+21−31+41−⋯ is an alternating series with terms an=1/n that decrease to 0. By the alternating series test, it converges (to −ln2). The partial sums oscillate above and below −ln2With the amplitude of oscillation decreasing.
Using the wrong general term in Maclaurin series: Common series to memorise: ex=∑xn/n!, sinx=∑(−1)nx2n+1/(2n+1)!, cosx=∑(−1)nx2n/(2n)!, ln(1+x)=∑(−1)n+1xn/n, (1+x)n=∑(kn)xk. Mixing up the signs or factorials (e.g., writing n! instead of (2n+1)!) gives wrong expansions.
Forgetting to check the radius of convergence: A series may converge for some values of x but not others. Always determine the radius of convergence before using a series. For ln(1+x), the series converges for ∣x∣<1 (and at x=1). Substituting x=2 into the ln(1+x) series gives a divergent sum — a common error.
Confusing the Maclaurin and Taylor series: A Maclaurin series is a Taylor series centred at x=0. When a question asks for a series about x=a where a=0, you must compute f(n)(a), not f(n)(0). The formula is ∑f(n)(a)(x−a)n/n!.