Question
Question: How do you find the power series for \[f\left( x \right)=\int{\dfrac{\ln \left( 1+t \right)}{t}}dt~\...
How do you find the power series for f(x)=∫tln(1+t)dt from [0,x] and determine its radius of convergence?
Solution
In order to find the solution to the given question, that is to find the power series for f(x)=∫tln(1+t)dt from [0,x] and determine its radius of convergence, we will use the Maclaurin Series of ln(1+x) then replace x with t to determine the value of tln(1+t) and find the power series with the help of it. And to determine radius of convergence use the d'Alembert's ratio test.
Complete step by step solution:
According to the question, given function in the question is as follows:
f(x)=∫tln(1+t)dt
We are going to start with the well-known Maclaurin Series for ln(1+x):
ln(1+x)=x−2x2+3x3−4x4+...
Now replace the variable x in the above series by t then we get:
⇒ln(1+t)=t−2t2+3t3−4t4+...
So, now we have the value of tln(1+t) as:
\Rightarrow \dfrac{\ln \left( 1+t \right)}{t}=\dfrac{1}{t}\left\\{ t-\dfrac{{{t}^{2}}}{2}+\dfrac{{{t}^{3}}}{3}-\dfrac{{{t}^{4}}}{4}+... \right\\}
⇒tln(1+t)=1−2t+3t2−4t3+...
So, we can substitute the above value in the given function and get:
⇒f(x)=0∫xtln(1+t)dt
\Rightarrow f\left( x \right)=\int\limits_{0}^{x}{\left\\{ 1-\dfrac{t}{2}+\dfrac{{{t}^{2}}}{3}-\dfrac{{{t}^{3}}}{4}+... \right\\}}dt
⇒f(x)=t−22t2+33t3−44t4+...0x
⇒f(x)=[t−4t2+9t3−16t4+...]0x
⇒f(x)=x−4x2+9x3−16x4+...
Therefore, we can write the above equation in the following power series
⇒f(x)=r=1∑∞(−1)r+1r2xr
In order to find the radius of convergence of the derived power series we will apply
d'Alembert's ratio test which states that
Suppose that;
S=r=1∑∞an and L=n→∞limanan+1
Then
if L<1 then the series converges absolutely;
if L>1 then the series is divergent;
if L=1or the limit fails to exist the test is inconclusive.
Now the given series is as follows;
⇒S=r=1∑∞(−1)r+1r2xr
Applying the d'Alembert's ratio test in the above series we get:
⇒L=n→∞limn2(−1)n+1xn(n+1)2(−1)n+1+1xn+1
After simplifying it further we get:
⇒L=n→∞lim(n+1)2(−1)xn2
Now open the brackets and solve them, we get:
⇒L=n→∞lim∣−x∣×n2+2n+1n2⋅n21n21
⇒L=n→∞lim∣−x∣×1+n2+n211
After applying the limit, we get:
⇒L=∣x∣
And we can conclude that the series converges if L<1
⇒∣x∣<1.
Therefore, f(x)=x−4x2+9x3−16x4+... or we can say f(x)=r=1∑∞(−1)r+1r2xr and its radius of convergence is ∣x∣<1 or equivalently x∈(−1,1) or −1<x<1.
Note: Students make mistakes while getting confused with the signs before the terms in the Maclaurin series of ln(1+x). They might write it as ln(1+x)=x+2x2−3x3+4x4+... instead of ln(1+x)=x−2x2+3x3−4x4+... which leads to the completely wrong answer.