Question
Question: How do you find the Maclaurin series and radius of convergence for \[f\left( x \right) = \dfrac{1}{{...
How do you find the Maclaurin series and radius of convergence for f(x)=(1+x)21?
Solution
This question can be solved by recalling the fact that the Maclaurin series is defined by f(0)+1!f′(0)x+2!f′′(0)x2+3!f′′′(0)x3+........n!fn(x)xn, we will find the general form of all derivatives at the function f(x) and substitute x=0 in the formula and make necessary calculations to get the required result, and the radius of the convergence is given by ratio test i.e., n→∞limanan+1.
Complete step-by-step answer:
We know that the Maclaurin series is given by,
f(0)+1!f′(0)x+2!f′′(0)x2+3!f′′′(0)x3+........n!fn(x)xn
Now the given function is f(x)=(1+x)21,
Now substitute zero in x place we get,
⇒f(0)=(1+0)21,
Now simplifying we get,
⇒f(0)=(1)21,
Now finally we get,
⇒f(0)=1,
Now deriving the given function using the identityf(x)=x−nthenf′(x)=−nx−n−1 we get,
f(x)=(1+x)21,
⇒f′(x)=(1+x)3−2,
Now substitute the value of zero in x place we get,
⇒f′(0)=(1+0)3−2,
Now simplifying we get,
⇒f′(0)=1−2=−2,
Now again differentiating f′(x)=(1+x)3−2 we get,
⇒f′′(x)=dxd(1+x)3−2,
Now again applying the identity we get,
⇒f′′(x)=−3((1+x)6−2(1+x)2),
Now simplifying we get,
⇒f′′(x)=(1+x)46,
Now substitute the value of zero in x place we get,
⇒f′′(0)=(1+0)46=6,
Now again differentiating f′′(x)=(1+x)46 we get,
⇒f′′′(x)=dxd(1+x)46,
Now applying derivative identity, we get,
⇒f′′′(x)=4((1+x)8−6(1+x)3),
Now simplifying we get,
⇒f′′′(x)=(1+x)5−24,
Now substitute the value of zero in x place we get,
⇒f′′′(0)=(1+0)5−24=−24,
Now substituting these values in the Maclaurin series we get,
f(0)+1!f′(0)x+2!f′′(0)x2+3!f′′′(0)x3+........n!f′(0)xn,
⇒1+1!−2x+2!6x2−3!24x3+.....
Now simplifying we get,
⇒1−2x+26x2−624x3+.....,
Now again simplifying we get,
⇒1−2x+3x2−4x3+.....
Which can be written in summation notation as,
⇒n=1∑∞(−1)n+1(n)xn−1,
Now the radius of the convergence is given by ratio test i.e., n→∞limanan+1,
Now herean+1can be found by substituting n by n+1 we get,
⇒an+1=(−1)n+1+1(n+1)xn+1−1,
Now substituting the values in the ratio test formula we get,
⇒n→∞lim(−1)n+1(n)xn−1(−1)n+1+1(n+1)xn+1−1,
Now simplifying we get,
⇒n→∞lim(−1)n+1(n)xn−1(−1)n+2(n+1)xn,
Now again simplifying by using the exponents identities we get,
⇒n→∞limn(−1)n+2−n−1(n+1)xn−n+1,
Now eliminating the like terms we get,
⇒n→∞limn(−1)(n+1)x,
Now again simplifying for applying limit we get,
⇒n→∞lim(−1)x(nn+n1),
Now applying limit we get,
⇒(−1)x(1+∞1),
We know that∞1=0, we get,
⇒(−1)x=−x
By the ratio test,∣x∣<1 for the series to be convergent. Therefore, the radius of convergence is 1.
The Malclaurin series is n=1∑∞(−1)n+1(n)xn−1 and the radius of convergence is 1.
Final Answer:
The Maclaurin series for f(x)=(1+x)21 are n=1∑∞(−1)n+1(n)xn−1 and radius of convergence for f(x)=(1+x)21 is 1.
Note:
A Maclaurin series is a power series that allows one to calculate an approximation of a function f(x) for input values close to zero, given that one knows the values of the successive derivatives of the function at zero. In many practical applications, it is equivalent to the function it represents
A Maclaurin series can be used to approximate a function, find the antiderivative of a complicated function, or compute an otherwise incomputable sum. Partial sums of a Maclaurin series provide polynomial approximations for the function.
A Maclaurin series is a special case of a Taylor series, obtained by setting x=0.
The radius of convergence is half the length of the interval; it is also the radius of the circle in the complex plane within which the series converges.
Convergence may be determined by a variety of methods, but the ratio test tends to provide an immediate value r for the radius of convergence. The interval of convergence may then be determined by testing the value of the series at the endpoints −r and r.