Question
Question: How do you find a power series representation for \[\ln \left( 1-{{x}^{2}} \right)\] and what is the...
How do you find a power series representation for ln(1−x2) and what is the radius of convergence?
Solution
In mathematics, a power series (in one variable) is an infinite series. Power series are useful in mathematical analysis, where they arise as Taylor series of infinitely differentiable functions. To solve this question, we should know how to write the power series/ MacLaurin series of a function of form ln(1+x). The power series representation for ln(1+x) is n=0∑∞n+1(−1)nxn+1. Also to find the radius of convergence, use the ratio test which states that if x→∞limanan+1<1, then n=0∑∞an converges.
Complete step by step solution:
We are asked to express the power series expansion of ln(1−x2), and to find the radius of convergence. We know that power series representation for ln(1+x) is n=0∑∞n+1(−1)nxn+1.
To find the representation for ln(1−x2), we substitute −x2 at the place of x in the summation formula, by doing this we get
⇒n=0∑∞n+1(−1)n(−x2)n+1
Using the exponential property (ab)n=anbn, the above expression can also be written as
⇒n=0∑∞n+1(−1)n(−1)n+1(x2)n+1
Again using the property (ab)n=anbn in the reverse direction this time, we can simplify the above expression as
⇒n=0∑∞n+1(−1)2n+1(x)2n+2
As 2n+1 is an odd number, (−1)2n+1 will always be −1. Thus, we get
⇒n=0∑∞n+1−(x)2n+2
To find the radius of convergence, use the ratio test which states that if x→∞limanan+1<1, then n=0∑∞an converges
⇒x→∞limn+1−(x)2n+2(n+1)+1−(x)2(n+1)+2<1
Simplifying the above expression, we get
⇒x→∞limn+2−(x)2n+4×−(x)2n+2n+1<1
⇒x2<1
Solving the above inequality, we get
⇒−1<x<1
Thus, the convergence radius of the given expression is 1.
Note:
To solve these types of problems, one should know the expansions of different types of series, for example, the Taylor series. The Maclaurin series is a special case of the Taylor series. Calculation mistakes should be avoided.