Question
Question: What is a power series representation for \[f\left( x \right) = \ln \left( {1 + x} \right)\] and wha...
What is a power series representation for f(x)=ln(1+x) and what is its radius of convergence?
Solution
Here, we will first differentiate the function ln(1+x) and convert it in the form of 1−u1 .Then on integrating the expanded function, we will obtain the required power series. After that for the radius of convergence, we will use the ratio test on the power series obtained which states that if n→∞lim∣anan+1∣ <1 ,then n=0∑∞an converges.
Complete step by step answer:
Let the given function be written as
f(x)=ln(1+x) −−−(1)
Differentiating both sides of the above equation with respect to x we get
dxd(f(x))=dxd(ln(1+x))
Now using the formula
dxd(lnx)=x1
Therefore, we get
⇒f1(x)=1+x1 −−−(2)
Now let us consider the right-hand side of the above equation as
g(x)=1+x1
Now, using binomial expansion we know that
(1+x)−n=1−nx+2!n(n+1)x2−3!n(n+1)(n+2)x3+.....
So, (1+x)−1=1−(1)x+2!1(1+1)x2−3!1(1+1)(1+2)x3+.....
⇒(1+x)−1=1−x+2!2x2−3!6x3+.....
On cancelling the terms, we get
⇒(1+x)−1=1−x+x2−x3+.....
Now, substituting the value in the equation (2) we get
⇒f1(x)=1−x+x2−x3+.....
Now, integrating both the sides, we have
⇒∫f1(x) dx=∫(1−x+x2−x3+.....) dx
We know that
∫f1(x) dx=f(x)
⇒∫xn dx=n+1xn+1
Therefore, we get
f(x)=x−2x2+3x3−4x4+.....+c
where c is the constant of integration
Substituting the value in the equation (1) we get
ln(1+x)=x−2x2+3x3−4x4+.....+c
⇒ln(1+x)=1x1−2x2+3x3−4x4+.....+c
Now writing the right-hand side in the summation form, we get
⇒ln(1+x)=n=0∑∞(−1)nn+1xn+1 + c −−−(3)
Now substituting x=0 in the above equation, we have
ln(1+0)=n=0∑∞(−1)nn+10n+1+c
⇒ln(1)=0+c
We know that ln(1)=0
Therefore, we get
0=0+c
⇒c=0
Substituting this in equation (3) we get
⇒ln(1+x)=n=0∑∞(−1)nn+1xn+1−−−(4)
which is the required power series representation for ln(1+x)
Now, for the radius of convergence, we have to determine the interval of convergence of the above power series.So, for that we will apply the ratio test which states that if n→∞lim∣anan+1∣ <1 ,then n=0∑∞an converges
Let L=n→∞lim∣anan+1∣
From equation (4) we have
an=n+1xn+1
Therefore,
⇒L=n→∞lim∣n+1xn+1n+2xn+2∣
⇒L=n→∞lim∣n+2x(n+1)∣
⇒L=∣x∣n→∞lim∣n+2n+1∣
As n tends to infinity, n will get closer to n+1 and n+2
and hence n→∞lim∣n+2n+1∣ =1
Putting this value in the above equation, we get
L= ∣x∣
Now by ratio test, the above limit must be less than one, which means
∣x∣ <1
Hence, the radius of convergence is equal to one.
Note: Power series are useful in mathematical analysis, where they arise as Taylor series of infinitely differentiable functions. When a power series converges on an interval, then the distance from the centre of convergence to the other end of an interval, where it converges is called the radius of convergence. Also note that the radius of convergence can be determined using other tests as well such as Integral test, Raabe’s test, etc.