Maclaurin series for
$$\frac{x}{e^x-1}$$
The answer is
$$1-\frac x2 + \frac {x^2}{12} - \frac {x^4}{720} + \cdots$$
How can i get that answer?
|
Maclaurin series for $$\frac{x}{e^x-1}$$ The answer is $$1-\frac x2 + \frac {x^2}{12} - \frac {x^4}{720} + \cdots$$ How can i get that answer? |
|||||||||||||
|
|
Let $f(x)=\frac {x}{e^x-1}$ and consider the product $(e^x-1)\cdot f(x)=x$. Since $f$ is infinitely differentiable it follows that it has a Taylor series. Now, the Taylor series for $e^x-1$ is $$\sum_{k=1}^\infty \frac{x^k}{k!} $$(obtained immediately from the Taylor series for $e^x$). Thus, if $$\sum _{k=0}^\infty c_kx^k$$ is the Taylor series for $f(x)$ then $$(\sum _{k=1}^\infty \frac {x^k}{k!})\cdot (\sum _{k=0}^\infty c_kx^k)=x$$ and dividing by $x$ yields $$(\sum _{k=0}^\infty \frac {x^{k}}{(k+1)!})\cdot (\sum _{k=0}^\infty c_kx^k)=1,$$ from which, by expanding and equating coefficients, we obtain $1/1!\cdot c_0 = 1$, $1/1!\cdot c_1 + 1/2!\cdot c_0 = 0$ $\vdots$ $\sum _{j=0}^m\frac{1}{(j+1)!}\cdot c_{m-j}$ $\vdots $ You solve these equations inductively to obtain the values for the $c_k$. |
||||
|
|
|
One way is to write $e^x-1 $ as $1 + x + x^2/2 + ... - 1$ and then factor out $x$ and cancel up the top and expand it as geometric series and collect the coefficients of like powers. $\displaystyle \begin{align*} e^x - 1 &= x + \frac{x^2}{2!} + \frac{x^3}{3!} + o(x^4)\\ \frac{x}{e^x - 1} &= \frac{1}{1 + \left( \frac x 2 + \frac{x^2}{6} + o(x^3) \right )} \\ &= 1 - \left( \frac x 2 + \frac{x^2}{6} + o(x^3) \right ) + \left( \frac x 2 + \frac{x^2}{6} + o(x^3) \right )^2 - \left( \frac x 2 - \frac{x^2}{6} + o(x^3) \right )^3 + \left( \frac x 2 + \frac{x^2}{6} + o(x^3) \right )^4... \\ &= 1 - \frac{x}{2} + x^2 \left( \frac 1 4 - \frac 1 6 \right ) + x^3 \left(-\frac{1}{4!} + 2 \cdot \frac 1 2 \cdot \frac 1 6 - \frac{1}{2^3} \right ) + x^4 \left(-\frac{1}{5!} + \frac{1}{6^2} + 2 \cdot \frac 12 \cdot \frac{1}{4!} + \frac{1}{2^4}\right )+o(x^5) \end{align*} $ |
|||||
|
|