Taylor Series Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

hard
Find the Maclaurin series for lnโก(1+x)\ln(1+x) and state the interval of convergence.

Solution

  1. 1
    Derivatives: f(n)(0)=(โˆ’1)nโˆ’1(nโˆ’1)!f^{(n)}(0) = (-1)^{n-1}(n-1)! for nโ‰ฅ1n\geq1.
  2. 2
    Coefficient of xnx^n: (โˆ’1)nโˆ’1n\frac{(-1)^{n-1}}{n}.
  3. 3
    lnโก(1+x)=โˆ‘n=1โˆž(โˆ’1)nโˆ’1nxn\ln(1+x) = \sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{n}x^n. Converges on (โˆ’1,1](-1,1].

Answer

lnโก(1+x)=xโˆ’x22+x33โˆ’โ‹ฏโ€‰,โˆ’1<xโ‰ค1\ln(1+x) = x-\frac{x^2}{2}+\frac{x^3}{3}-\cdots, \quad -1<x\leq1
The pattern in derivatives reveals the series coefficients. At x=1x=1: alternating harmonic (converges to lnโก2\ln2); at x=โˆ’1x=-1: harmonic (diverges).

About Taylor Series

A representation of a function as an infinite sum of terms calculated from the function's derivatives at a single point: f(x)=โˆ‘n=0โˆžf(n)(a)n!(xโˆ’a)nf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n
When a=0a = 0, it's called a Maclaurin series.

Learn more about Taylor Series โ†’

More Taylor Series Examples