Question
Question: How do you find a power series converging to \[f(x) = \dfrac{{\sin x}}{x}\] and determine the radius...
How do you find a power series converging to f(x)=xsinx and determine the radius of convergence?
Solution
Hint : First we need to find the power series of xsinx . A power series about ‘a’, or just power series, is any series that can be written in the form n=0∑∞cn(x−a)n . Where ‘a’ and cn are numbers. The cn are often called the coefficients of the series. We can find the radius of convergence using the ratio test.
Complete step-by-step answer :
Given, f(x)=xsinx .
Now let’s use the maclaurin expansion.
We know the formula of the maclaurin series: first we find the maclaurin series of f(x)=sinx .
n=0∑∞n!f(n)(0)(x−0)k=f(0)+1!f′(0)x+2!f′′(0)x2+3!f′′′(0)x3+4!f(4)(0)x4+5!f(5)(0)x5+.....
We need f(0)=sin(0)=0
Differentiating sinx with respect to ‘x’. f′(x)=cosx
f′(0)=cos(0)=1
Again differentiate with respect to ‘x’. f′′(x)=−sinx
f′′(0)=−sin(0)=0
Again differentiate with respect to ‘x’. f′′′(x)=−cosx
f′′′(0)=−cos(0)=−1
Again differentiate with respect to ‘x’. f(4)(0)=sinx
f(4)(0)=sin(0)=0
Again differentiate with respect to ‘x’. f(5)(0)=cosx
f(5)(0)=cos(0)=1
Substituting we have,
⇒sinx=0+1!(1)x+2!(0)x2+3!(−1)x3+4!(0)x4+5!(1)x5+......
⇒sinx=0+x+0−3!x3+0+5!x5−......
⇒sinx=x−3!x3+5!x5−.....
Expressing this in the sigma notation we have,
⇒sinx=n=0∑∞(−1)n(2n+1)!x2n+1
But we need xsinx . So divide the above equation by x
⇒xsinx=n=0∑∞(−1)n(2n+1)!x2n+1.x1
⇒xsinx=n=0∑∞(−1)n(2n+1)!x2n . This is the required power series.
Now for checking the radius of convergence, we have ratio test sate that if we have a series ∑an then n→∞limanan+1=L . If L is less than 1 then the series is convergent.
Here an=(−1)n(2n+1)!x2n
Lets find anan+1=((−1)n(2n+1)!x2n)((−1)n+1(2(n+1)+1)!x2(n+1))
We have (−1)n(−1)n+1=(−1)n+1−n above becomes
⇒anan+1=((2n+1)!x2n)((−1)n+1−n(2n+2+1)!x2(n+1))
We can rewrite it has,
⇒anan+1=−(2n+3)!x2n+2×x2n(2n+1)!
Since we have, x2nx2n+2=x2n+2−2n=x2
⇒anan+1=−(2n+3)!x2(2n+1)!
Now substituting in the limit we have
⇒n→∞limanan+1=n→∞lim−(2n+3)!x2(2n+1)!
Since the limit is for ‘n’ we can treat x as constant and removing outside the limit,
=x2n→∞lim(2n+3)!(2n+1)!
=x2n→∞lim(2n+3)!(2n+1)!
This can be written as
=x2n→∞lim(2n+3)(2n+2)1
=0
The radius of convergence is 0.
So, the correct answer is “0”.
Note : Since it has a long calculation part be careful in each step. In the above problem we have, (2n+3)!(2n+1)! .
We know that n!=n(n−1)(n−2)..... . Hence we can write (2n+3)!=(2n+3)(2n+2)(2n+1)! . Hence the numerator terms cancel out we will have (2n+3)(2n+2)1 .