Question
Question: How to find the Maclaurin series and the radius of convergence for \[f\left( x \right)=\dfrac{1}{{{\...
How to find the Maclaurin series and the radius of convergence for f(x)=(1+x)21?
Solution
In order to find the solution to the given question that is to find the maclaurin series and the radius of convergence for f(x)=(1+x)21, first use the concept that the Maclaurin series is given by f(0)+1!f′(0)x+2!f′′(0)x2+...+n!fn(0)xn and find the value of f(0), f′(0) and f′′(0). After that substitute these values in the formula of Maclaurin’s series and identify the pattern if it’s forming any power series. At last determine the radius of the convergence with the help of the ratio test for series that is Suppose L=n→∞limanan+1 then the ratio test states that: if L < 1 then the series converges absolutely; if L > 1 then the series is divergent; and if L = 1 or the limit fails to exist, then the test is inconclusive, because there exist both convergent and divergent series that satisfy this case.
Complete step by step solution:
According to the question, given function in the question is as follows:
f(x)=(1+x)21
In order to find the it’s Maclaurin’s series, use the concept that the Maclaurin series is given by ⇒f(0)+1!f′(0)x+2!f′′(0)x2+...+n!fn(0)xn
First start by finding the value of f(0) on the first few derivatives, shown below:
⇒f(0)=(1+0)21=1
After this find the derivative of f′(x) to find the value of f′(0)
⇒f′(x)=−(x+1)42(x+1)
⇒f′(x)=(x+1)3−2
Now we find the value of f′(0), by substituting x=0 in the above equation, we get:
⇒f′(0)=(0+1)3−2=−2
After this find the derivative of f′′(x) to find the value of f′′(0)
⇒f′′(x)=(x+1)66(x+1)2
⇒f′′(x)=(x+1)46
Now we find the value of f′′(0), by substituting x=0 in the above equation, we get:
⇒f′′(0)=(0+1)46=6
Substitute the value of f(0), f′(0) and f′′(0) in the first few terms of the formula of Maclaurin’s series, we get:
⇒1+1!(−2)x+2!(6)x2+...
Simplify it further by opening the brackets, we get:
⇒1−1!2x+2!6x2+...
We know the value of first few factorials that is 1!=1 and 2!=2, applying these values in the above equation, we get:
⇒1−12x+26x2+...
⇒1−2x+3x2...
We can see the similarity here. The above expression can be written in the form of the power series that is:
⇒n=1∑∞(−1)n+1nxn−1
To determine the radius of the convergence, apply the ratio test for series in the above equation where the ratio test states that: suppose L=n→∞limanan+1 then if L < 1 then the series converges absolutely; if L > 1 then the series is divergent; and if L = 1 or the limit fails to exist, then the test is inconclusive, because there exist both convergent and divergent series that satisfy this case.
⇒n→∞lim(−1)n+1nxn−1(−1)n+1+1(n+1)xn−1+1
⇒n→∞lim(−1)n+1(n)xn−1(−1)n+2(n+1)xn
⇒n→∞lim(−1)(n)(n+1)x
⇒n→∞lim(−1)(1+n1)x
We know that the n→∞lim(n1)=0, applying this in the above equation, we get:
⇒(−1)(1)x
After solving the brackets, we get:
⇒−x
By the ratio test, ∣x∣<1 for the series to be convergent. Therefore, the radius of convergence is 1.
Therefore, The Maclaurin series of the function f(x)=(1+x)21 is given by ⇒n=1∑∞(−1)n+1nxn−1 and the radius of convergence is 1.
Note: Students can go wrong while determining the values of f′(0) andf′′(0). In order to find the derivative of f′(0), students first find the value off(0)and then take its derivative which is completely wrong and leads to the wrong answer. So, it’s important to remember that first find the derivative of f′(x) to find the value of f′(0) by substituting x=0 in f′(x).