🔗 Activity 9.1.1. 🔗 🔗Suppose we could define a function as an “infinite-length polynomial”: .f(x)=1+x+x2+x3+x4+⋯. 🔗(a) 🔗Would f(1) be well-defined as a finite real number? No, the sum would diverge towards .∞. No, the sum would oscillate between 0 and .1. Yes, the sum would be .0. Yes, the sum would be .1. 🔗(b) 🔗Would f(−1) be well-defined as a finite real number? No, the sum would diverge towards .∞. No, the sum would oscillate between 0 and .1. Yes, the sum would be .0. Yes, the sum would be .1. 🔗(c) 🔗Would f(1/2) be well-defined as a finite real number? No, the sum would diverge towards .∞. Yes, the sum would be approximately .1. Yes, the sum would be approximately .2. Yes, the sum would be exactly .2. 🔗(d) 🔗When is f(x) well-defined as a finite real number? Its value is x1−x when .|x|<1. Its value is x1−x when .x<1. Its value is 11−x when .|x|<1. Its value is 11−x when .x<1.
🔗(a) 🔗Would f(1) be well-defined as a finite real number? No, the sum would diverge towards .∞. No, the sum would oscillate between 0 and .1. Yes, the sum would be .0. Yes, the sum would be .1.
🔗(b) 🔗Would f(−1) be well-defined as a finite real number? No, the sum would diverge towards .∞. No, the sum would oscillate between 0 and .1. Yes, the sum would be .0. Yes, the sum would be .1.
🔗(c) 🔗Would f(1/2) be well-defined as a finite real number? No, the sum would diverge towards .∞. Yes, the sum would be approximately .1. Yes, the sum would be approximately .2. Yes, the sum would be exactly .2.
🔗(d) 🔗When is f(x) well-defined as a finite real number? Its value is x1−x when .|x|<1. Its value is x1−x when .x<1. Its value is 11−x when .|x|<1. Its value is 11−x when .x<1.
🔗 Definition 9.1.2. 🔗 🔗Given a sequence of numbers an and a number ,c, we may define a function f(x) as a power series: .f(x)=∑n=0∞an(x−c)n=a0+a1(x−c)+a2(x−c)2+a3(x−c)3+⋯. 🔗 🔗The above power series is said to be centered at c. Often power series are centered at ;0; in this case, they may be written as: .f(x)=∑n=0∞anxn=a0+a1x+a2x2+a3x3+⋯. 🔗The domain of this function (often referred to as the domain of convergence or interval of convergence) is exactly the set of x-values for which the series converges.
🔗 Activity 9.1.3. 🔗 🔗In Section 9.2 we will learn how to prove that ∑n=0∞xnn! converges for each real value .x. Thus the function f(x)=∑n=0∞xnn!=1+x+x22+x36+x424+x5120+⋯ 🔗has the domain of all real numbers. 🔗(a) 🔗 🔗To estimate ,f(2), use technology to compute the first few terms as follows: f(2)=∑n=0∞2nn!=1+2+222+236+2424+25120+⋯=?+⋯≈? 🔗 🔗Which of these choices is the closest to this value? .2≈1.414. .e2≈7.389. .sin(2)≈0.909. .cos(2)≈−0.416. 🔗(b) 🔗 🔗Estimate f(−1) in a similar fashion: f(−1)=∑n=0∞?n!=?+?+?+?+?+?+⋯=?+⋯≈? 🔗 🔗Which of these choices is the closest to this value? .11≈1.000. .1e1≈0.369. .1sin(1)≈1.188. .1cos(1)≈1.851.
🔗(a) 🔗 🔗To estimate ,f(2), use technology to compute the first few terms as follows: f(2)=∑n=0∞2nn!=1+2+222+236+2424+25120+⋯=?+⋯≈? 🔗 🔗Which of these choices is the closest to this value? .2≈1.414. .e2≈7.389. .sin(2)≈0.909. .cos(2)≈−0.416.
🔗(b) 🔗 🔗Estimate f(−1) in a similar fashion: f(−1)=∑n=0∞?n!=?+?+?+?+?+?+⋯=?+⋯≈? 🔗 🔗Which of these choices is the closest to this value? .11≈1.000. .1e1≈0.369. .1sin(1)≈1.188. .1cos(1)≈1.851.
🔗 Activity 9.1.4. 🔗 🔗The function f(x)=∑n=0∞xnn!=∑n=0∞1n!(x−0)n 🔗is centered at .0. Likewise, graphing the polynomial that uses the first six terms f5(x)=1+x+x22+x36+x424+x5120 🔗alongside the graph of ex reveals the illustration given in the following figure. Plots of .y=f5(x),y=ex. Figure 192. Plots of .y=f5(x),y=ex. 🔗What might we conclude? ex≈1+x+x22+x36+x424+x5120 near .x=0. ex=1+x+x22+x36+x424+x5120 near .x=0. ex≈1+x+x22+x36+x424+x5120 for all .x. ex=1+x+x22+x36+x424+x5120 for all .x.
🔗 Definition 9.1.5. 🔗 🔗Given a power series ,f(x)=∑n=0∞an(x−c)n=a0+a1(x−c)+a2(x−c)2+a3(x−c)3+⋯, 🔗let fN(x)=∑n=0Nan(x−c)n=a0+a1(x−c)+a2(x−c)2+⋯+aN(x−c)N 🔗be its degree N polynomial approximation for x nearby .c. 🔗 🔗For example, g3(x)=∑n=03n2(x−1)n=0+(x−1)+4(x−1)2+9(x−1)3=−6+20x−23x3+9x3 🔗is a degree 3 approximation of g(x)=∑n=0∞n2(x−1)n valid for x values nearby .1.
🔗 Activity 9.1.6. 🔗Consider a function p(x) defined by p(x)=∑n=0∞2n(2n)!xn. 🔗(a) 🔗Find ,p3(x), the degree 3 polynomial approximation for .p(x). 🔗(b) 🔗Use p3(x) to estimate .p(−1).