Calculus · real student question

Find the Taylor series of (1 + 2x)^(1/2) about x = 0, give the general term, and state the interval of convergence.

Question

Find the Taylor series of

f(x)=(1+2x)1/2f(x)=(1+2x)^{1/2}

about x=0x=0, give the general term, and state the interval of convergence.

Step-by-step solution

  1. Use the binomial series rather than repeated differentiation. The generalised binomial theorem states

    (1+t)α=n=0(αn)tn,(αn)=α(α1)(αn+1)n!,(1+t)^{\alpha}=\sum_{n=0}^{\infty}\binom{\alpha}{n}t^{n},\qquad \binom{\alpha}{n}=\frac{\alpha(\alpha-1)\cdots(\alpha-n+1)}{n!},

    valid for t<1|t|<1 and any real α\alpha. Matching the problem: α=12\alpha=\tfrac12 and t=2xt=2x. Computing f(n)(0)f^{(n)}(0) by hand would take four rounds of the chain rule to reach the same place.

  2. Compute the first few coefficients, keeping the powers of 2. Each term is (1/2n)(2x)n\binom{1/2}{n}(2x)^{n}, so the 2n2^{n} must be carried:

    n=1: 12(2x)=x;n=2: 12(12)2(4x2)=12x2;n=1:\ \tfrac12(2x)=x;\qquad n=2:\ \frac{\tfrac12\left(-\tfrac12\right)}{2}(4x^{2})=-\tfrac12x^{2};

    n=3: 12(12)(32)6(8x3)=12x3;n=4: 12(12)(32)(52)24(16x4)=58x4.n=3:\ \frac{\tfrac12\left(-\tfrac12\right)\left(-\tfrac32\right)}{6}(8x^{3})=\tfrac12x^{3};\qquad n=4:\ \frac{\tfrac12\left(-\tfrac12\right)\left(-\tfrac32\right)\left(-\tfrac52\right)}{24}(16x^{4})=-\tfrac58x^{4}.

    Forgetting the 2n2^{n} is the single most common error and would give 18x2\tfrac18x^{2} instead of 12x2-\tfrac12x^{2}.

  3. Write out the expansion. Collecting the terms:

    1+2x=1+xx22+x325x48+\sqrt{1+2x}=1+x-\frac{x^{2}}{2}+\frac{x^{3}}{2}-\frac{5x^{4}}{8}+\cdots

    Note the signs: after the first two terms they alternate, because every factor (12k)\left(\tfrac12-k\right) with k1k\ge1 is negative.

  4. State the general term. In closed form,

    1+2x=n=0(1/2n)2nxn=1+x+n=2(1)n1(2n3)!!n!xn,\sqrt{1+2x}=\sum_{n=0}^{\infty}\binom{1/2}{n}2^{n}x^{n}=1+x+\sum_{n=2}^{\infty}\frac{(-1)^{n-1}(2n-3)!!}{n!}\,x^{n},

    where (2n3)!!=13(2n3)(2n-3)!!=1\cdot3\cdots(2n-3). Checking n=4n=4: 1(135)24=1524=58\frac{-1\cdot(1\cdot3\cdot5)}{24}=-\frac{15}{24}=-\frac58 ✓.

  5. Find the interval of convergence and test numerically. The binomial series needs t=2x<1|t|=|2x|<1, i.e. x<12|x|<\tfrac12; since α=12>0\alpha=\tfrac12>0 the series also converges absolutely at both endpoints, giving [12,12]\left[-\tfrac12,\tfrac12\right]. At x=0.05x=0.05 the four printed terms give 1.04880861.0488086 against 1.1=1.0488088\sqrt{1.1}=1.0488088 ✓; at x=0.1x=0.1 they give 1.09543751.0954375 against 1.09544511.0954451 ✓ — the error grows as xx approaches the endpoint, exactly as expected.

Answer

1+2x=1+xx22+x325x48+=n=0(1/2n)2nxn,x12\sqrt{1+2x}=1+x-\frac{x^{2}}{2}+\frac{x^{3}}{2}-\frac{5x^{4}}{8}+\cdots=\sum_{n=0}^{\infty}\binom{1/2}{n}2^{n}x^{n},\qquad |x|\le\tfrac12

Need to solve a different problem like this? Open the solver →