🔗Learning Outcomes Compute power series by manipulating known exponential/trigonometric/binomial power series.
🔗 Activity 9.3.1. 🔗 🔗How might we use the known geometric power series 11−x=∑n=0∞xn=1+x+x2+x3+x4+… 🔗to find the value of ??=∑n=0∞nxn−1=0+1+2x+3x2+4x3+…? 🔗(a) 🔗Which operation describes the relationship between these two series? Bifurcation Composition Differentiation Multiplication 🔗(b) 🔗What is the result of applying this operation to ?11−x? 0 1(1−x)2 1−1x x1−x2
🔗(a) 🔗Which operation describes the relationship between these two series? Bifurcation Composition Differentiation Multiplication
🔗 Fact 9.3.2. 🔗 🔗Whenever a function is defined as a power series: f(x)=∑n=0∞an(x−c)n 🔗then its derivative and general antiderivative are also defined as power series with the same domain of convergence as ,f(x), found by differentiating or integrating term-by-term: ddx[f(x)]=∑n=0∞ddx[an(x−c)n]=∑n=0∞nan(x−c)n−1∫f(x)dx=C+∑n=0∞[∫an(x−c)ndx]=C+∑n=0∞(x−c)n+1n+1
🔗 Activity 9.3.3. 🔗 🔗Let’s investigate the power series .exp(x)=∑n=0∞1n!xn=1+x+x22+x36+x424+…. 🔗(a) 🔗What is the value of ?exp(0)? .0. .1. .2. .∞. 🔗(b) 🔗What is the value of ?exp′(x)? .0+1+x+x22+x36+…. .1+x+x26+x324+x4120+…. .0+1+x+x23+x312+x460+…. .1+x+x23+x312+x460+…. 🔗(c) 🔗What can we conclude from our calculation of ?f′(x)? .exp′(x)=[exp(x)]2. .exp′(x)=exp(x2). .exp′(x)=2exp(x). .exp′(x)=exp(x). 🔗(d) 🔗What function do we know of that shares each of these properites? exp(x)=11+x exp(x)=cos(x) exp(x)=ex exp(x)=0
🔗(b) 🔗What is the value of ?exp′(x)? .0+1+x+x22+x36+…. .1+x+x26+x324+x4120+…. .0+1+x+x23+x312+x460+…. .1+x+x23+x312+x460+….
🔗(c) 🔗What can we conclude from our calculation of ?f′(x)? .exp′(x)=[exp(x)]2. .exp′(x)=exp(x2). .exp′(x)=2exp(x). .exp′(x)=exp(x).
🔗(d) 🔗What function do we know of that shares each of these properites? exp(x)=11+x exp(x)=cos(x) exp(x)=ex exp(x)=0
🔗 Fact 9.3.4. 🔗 🔗We have that exp(x)=ex=∑n=0∞1n!xn=∑n=0∞xnn!. 🔗That is, for any real number ,x, the series exp(x)=∑n=0∞1n!xn will converge to .ex.
🔗 Fact 9.3.5. 🔗 🔗We may similarly determine that cos(x)=∑n=0∞(−1)n(2n)!x2n=∑n=0∞(−1)nx2n(2n)! 🔗and sin(x)=∑n=0∞(−1)n(2n+1)!x2n+1=∑n=0∞(−1)nx2n+1(2n+1)! 🔗for all real numbers .x. However, we will delay until Fact 9.4.6 to prove this fact another way.
🔗 Activity 9.3.6. 🔗Suppose we wish to find the power series for the function f(x)=e2x by modifying the power series exp(z)=ez=∑n=0∞znn!. 🔗(a) 🔗 🔗Substituting ,z=2x, what is the power series for ?exp(2x)? .exp(2x)=∑n=0∞2xnn!=2+2x+x2+13x3+…. .exp(2x)=∑n=0∞2xn+1n!=2x+2x2+x3+13x4+…. .exp(2x)=∑n=0∞(2x)nn!=1+2x+2x2+43x3+…. .exp(2x)=∑n=0∞xn(2n)!=1+x2+x24+x3720+…. 🔗(b) 🔗What is the interval of convergence for x for this series? .(−∞,∞). .(−12,12). .(0,12). .(−12,12].
🔗(a) 🔗 🔗Substituting ,z=2x, what is the power series for ?exp(2x)? .exp(2x)=∑n=0∞2xnn!=2+2x+x2+13x3+…. .exp(2x)=∑n=0∞2xn+1n!=2x+2x2+x3+13x4+…. .exp(2x)=∑n=0∞(2x)nn!=1+2x+2x2+43x3+…. .exp(2x)=∑n=0∞xn(2n)!=1+x2+x24+x3720+….
🔗(b) 🔗What is the interval of convergence for x for this series? .(−∞,∞). .(−12,12). .(0,12). .(−12,12].
🔗 Fact 9.3.7. 🔗 🔗If a power series f(x)=∑n=0∞an(x−c)n 🔗is known, then for any polynomial g(x) the composition f∘g has a power series given by (f∘g)(x)=f(g(x))=∑n=0∞an(g(x)−c)n 🔗where the domain of convergence is transformed based upon the transformation given by .g(x). 🔗 🔗For example, if f(x) has the domain of convergence ,−2≤x<2, then f(2x+4) has the domain of convergence: −2≤2x+4<2 −6≤2x<−2 −3≤x<−1
🔗 Activity 9.3.8. 🔗Suppose we wish to find the power series for the function .f(x)=1x. 🔗(a) 🔗 🔗Which of the following represents the power series for ?g(r)=11−r? .g(r)=∑n=0∞rxn. .g(r)=∑n=0∞(rx)n. .g(r)=∑n=0∞rn. .g(r)=∑r=0∞xr. 🔗(b) 🔗 🔗For what value of r is ?11−r=1x? .r=x−1. .r=1−x. .r=x+1. .r=−x. 🔗(c) 🔗 🔗Substituting r with this value, which of the following is a power series for ?f(x)=1x? .f(x)=∑n=0∞(−x)n. .f(x)=∑n=0∞(1−x)n. .f(x)=∑n=0∞(x−1)n. .f(x)=∑n=0∞(1+x)n. 🔗(d) 🔗 🔗Given that the domain of convergence for r in f(r) is ,−1<r<1, what should be the domain of convergence for x in ?f(x)? .−1<x<1. .−2<x<0. .−2<x<2. .0<x<2.
🔗(a) 🔗 🔗Which of the following represents the power series for ?g(r)=11−r? .g(r)=∑n=0∞rxn. .g(r)=∑n=0∞(rx)n. .g(r)=∑n=0∞rn. .g(r)=∑r=0∞xr.
🔗(c) 🔗 🔗Substituting r with this value, which of the following is a power series for ?f(x)=1x? .f(x)=∑n=0∞(−x)n. .f(x)=∑n=0∞(1−x)n. .f(x)=∑n=0∞(x−1)n. .f(x)=∑n=0∞(1+x)n.
🔗(d) 🔗 🔗Given that the domain of convergence for r in f(r) is ,−1<r<1, what should be the domain of convergence for x in ?f(x)? .−1<x<1. .−2<x<0. .−2<x<2. .0<x<2.
🔗 Activity 9.3.9. 🔗Suppose we wish to find the power series for the function .f(x)=13−2x. Recall that g(x)=11−r=∑n=0∞rn. 🔗(a) 🔗 🔗For what value of r is ?11−r=13−2x? .r=2x−2. .r=2−2x. .r=2x−3. .r=3−2x. 🔗(b) 🔗 🔗Evaluating r at the previously found value, which of the following is the power series of ?f(x)=13−2x? .f(x)=∑n=0∞(3−2x)n. .f(x)=∑n=0∞(2x−3)n. .f(x)=∑n=0∞(2−2x)n. .f(x)=∑n=0∞(2x−2)n. 🔗(c) 🔗 🔗Given that the interval of convergence for r is ,−1<r<1, what is the interval of convergence for ?x? .−1<x<32. .−12<x<1. .12<x<32. .−12<x<32.
🔗(b) 🔗 🔗Evaluating r at the previously found value, which of the following is the power series of ?f(x)=13−2x? .f(x)=∑n=0∞(3−2x)n. .f(x)=∑n=0∞(2x−3)n. .f(x)=∑n=0∞(2−2x)n. .f(x)=∑n=0∞(2x−2)n.
🔗(c) 🔗 🔗Given that the interval of convergence for r is ,−1<r<1, what is the interval of convergence for ?x? .−1<x<32. .−12<x<1. .12<x<32. .−12<x<32.
🔗 Activity 9.3.10. 🔗Suppose we wish to find the power series for the function .f(x)=11+x2. Recall that g(x)=11−r=∑n=0∞rn. 🔗(a) 🔗 🔗For what value of r is ?11−r=11+x2? .r=x2. .r=−x2. .r=1−x2. .r=x2−1. 🔗(b) 🔗 🔗Evaluating r at the previously found value, which of the following is the power series of ?f(x)=11+x2? .11+x2=∑n=0∞(−1)nx2n. .11+x2=∑n=0∞(1−x2)n. .11+x2=∑n=0∞x2n. .11+x2=∑n=0∞(x2−1)n. 🔗(c) 🔗 🔗Given that the interval of convergence for r is ,−1<r<1, what is the interval of convergence for ?x? .−1<x<1. .−1<x<0. .0<x<1. .0<x<4. 🔗(d) 🔗 🔗How can the power series for 11+x2 be manipulated to obtain a power series for ?arctan(x)? Differentiate each term. Integrate each term. Replace x with x2 in each term. Replace x with 1/x in each term. 🔗(e) 🔗 🔗Which of these power series is the result of this manipulation? .arctan(x)=∑n=0∞(−1)nx2n+12n+1. .arctan(x)=∑n=0∞(−1)nx2n−12n−1. .arctan(x)=∑n=0∞(−1)n(2n)x2n−1. .arctan(x)=∑n=0∞(−1)n(2n+1)x2n.
🔗(b) 🔗 🔗Evaluating r at the previously found value, which of the following is the power series of ?f(x)=11+x2? .11+x2=∑n=0∞(−1)nx2n. .11+x2=∑n=0∞(1−x2)n. .11+x2=∑n=0∞x2n. .11+x2=∑n=0∞(x2−1)n.
🔗(c) 🔗 🔗Given that the interval of convergence for r is ,−1<r<1, what is the interval of convergence for ?x? .−1<x<1. .−1<x<0. .0<x<1. .0<x<4.
🔗(d) 🔗 🔗How can the power series for 11+x2 be manipulated to obtain a power series for ?arctan(x)? Differentiate each term. Integrate each term. Replace x with x2 in each term. Replace x with 1/x in each term.
🔗(e) 🔗 🔗Which of these power series is the result of this manipulation? .arctan(x)=∑n=0∞(−1)nx2n+12n+1. .arctan(x)=∑n=0∞(−1)nx2n−12n−1. .arctan(x)=∑n=0∞(−1)n(2n)x2n−1. .arctan(x)=∑n=0∞(−1)n(2n+1)x2n.
🔗 Activity 9.3.11. 🔗 🔗What function f(x) has power series ?f(x)=∑n=0∞(−1)nxnn!=1−x+x22−x36+⋯? .f(x)=(−1)nex. .f(x)=−ex. .f(x)=e−x. .f(x)=−e−x.
🔗 Activity 9.3.12. 🔗 🔗What function f(x) has power series ?f(x)=∑n=0∞xn+3n!=x3+x4+x52+x66+⋯? .f(x)=ex+3. .f(x)=ex3. .f(x)=e3x. .f(x)=x3ex.
🔗 Fact 9.3.13. 🔗 🔗If a power series f(x)=∑n=0∞an(x−c)n 🔗is known, then for any polynomial g(x) the product fg has a power series given by (fg)(x)=f(x)g(x)=∑n=0∞ang(x)(x−c)n 🔗where the domain of convergence is the same as .f(x).
🔗 Activity 9.3.14. 🔗What function f(x) has power series ?f(x)=∑n=3∞xn=x3+x4+⋯? .f(x)=11−3x. .f(x)=31−x. .f(x)=11−x−x2−x−1. .f(x)=x31−x.
🔗 Activity 9.3.15. 🔗The function n(x)=e−x2 is one whose integrals are very important for statistics. However, it does not admit an elementary antiderivative. 🔗(a) 🔗 🔗Which of the following best represents the power series for ?n(x)=e−x2? .n(x)=−x2∑n=0∞1n!xn=∑n=0∞−1n!xn+2. .n(x)=∑n=0∞1n!(−x2)n=∑n=0∞1n!(−1)nx2n. .n(x)=x−2∑n=0∞1n!(−x)n=∑n=0∞1n!(−1)n+2xn+2. 🔗(b) 🔗 🔗Which of the following best represents a degree 10 polynomial that approximates ?n(x)? .n10(x)=−x2−x3−12x4−16x5−124x6−1120x7−1720x8−15040x9−140320x10. .n10(x)=x2−x3+12x4−16x5+124x6−1120x7+1720x8−15040x9+140320x10. .n10(x)=1−x2+12x4−16x6+124x8−1120x10. 🔗(c) 🔗Use your choice of n10(x) to estimate ∫01n(x)dx by computing .∫01n10(x)dx.
🔗(a) 🔗 🔗Which of the following best represents the power series for ?n(x)=e−x2? .n(x)=−x2∑n=0∞1n!xn=∑n=0∞−1n!xn+2. .n(x)=∑n=0∞1n!(−x2)n=∑n=0∞1n!(−1)nx2n. .n(x)=x−2∑n=0∞1n!(−x)n=∑n=0∞1n!(−1)n+2xn+2.
🔗(b) 🔗 🔗Which of the following best represents a degree 10 polynomial that approximates ?n(x)? .n10(x)=−x2−x3−12x4−16x5−124x6−1120x7−1720x8−15040x9−140320x10. .n10(x)=x2−x3+12x4−16x5+124x6−1120x7+1720x8−15040x9+140320x10. .n10(x)=1−x2+12x4−16x6+124x8−1120x10.
🔗 Activity 9.3.16. g(x)=∑n=0∞xn=11−x .−1<x<1. 🔗(a) 🔗 🔗Which of the following represents an antiderivative of ?g(x)=11−x? .G(x)=C+∑n=0∞xn+1. .G(x)=C+∑n=1∞1nxn+1. .G(x)=C+∑n=0∞1n+1xn+1. .G(x)=C+∑n=1∞1n+1xn. 🔗(b) 🔗Find the interval of convergence for this series.🔗(c) 🔗Recall that G~(x)=ln|1−x| is an antiderivative of .g(x)=11−x. For which C is your chosen ?G(x)=ln|1−x|? 🔗(d) 🔗Use G4(x) to estimate .∫24ln|1−x|dx.
🔗(a) 🔗 🔗Which of the following represents an antiderivative of ?g(x)=11−x? .G(x)=C+∑n=0∞xn+1. .G(x)=C+∑n=1∞1nxn+1. .G(x)=C+∑n=0∞1n+1xn+1. .G(x)=C+∑n=1∞1n+1xn.
🔗(c) 🔗Recall that G~(x)=ln|1−x| is an antiderivative of .g(x)=11−x. For which C is your chosen ?G(x)=ln|1−x|?
🔗 Activity 9.3.17. 🔗 🔗Recall that the power series for f(x)=sin(x) is: sin(x)=∑n=0∞(−1)nx2n+1(2n+1)!. 🔗(a) 🔗Find a power series for .sin(−5x2). 🔗(b) 🔗Find a power series for .x4sin(x). 🔗(c) 🔗Find a power series for ,F(x), an antiderivative of f(x) such that .F(0)=4.
🔗 Activity 9.3.18. 🔗 🔗Recall that the power series for f(x)=−1x−1 is: −1x−1=∑n=0∞xn. 🔗(a) 🔗Find a power series for .1x4+1. 🔗(b) 🔗Find a power series for .−x5x−1. 🔗(c) 🔗Find a power series for .f′(x).
🔗 Activity 9.3.19. 🔗 🔗Recall that g(x)=∑n=0∞xn=11−x 🔗for −1<x<1 and .ddx[arctan(x)]=11+x2=g(−x2). We computed the power series for g(−x2) in Activity 9.3.10. 🔗(a) 🔗Integrate this power series and find C to find a power series for .H(x)=arctan(x). Recall that .arctan(0)=0. 🔗(b) 🔗Find the interval of convergence for this series.
🔗(a) 🔗Integrate this power series and find C to find a power series for .H(x)=arctan(x). Recall that .arctan(0)=0.
🔗 Activity 9.3.20. 🔗(a) 🔗Find the power series for .α(x)=ln|x|. 🔗(b) 🔗Find the interval of convergence for this series.
🔗 Activity 9.3.21. 🔗(a) 🔗Find the power series for .β(x)=arctan(−3x2). 🔗(b) 🔗Find the interval of convergence for this series.