Coefficient of $x^3$ in expansion of $\frac{1}{e^x\cdot (1+x)}$

617 Views Asked by At

If $|x|<1$, then what is the coefficient of $x^3$ in expansion of $\dfrac{1}{e^x\cdot (1+x)}$?

My Try: So I rewrote this by taking $e^x$ to the numerator to get $\frac{e^{-x}}{(1+x)}$. My problem is, how can I deduce the coefficient of $x^3$ here, since I would need to divide the numerator by the denominator, which is a cumbersome task. Is there a simpler way? How can I solve problems like these? I'd love to know.

3

There are 3 best solutions below

2
On BEST ANSWER

Hint. Note that $$\frac{1}{e^x\cdot(1+x)}=\frac{e^{-x}}{1-(-x)}=\left(\sum_{n=0}^{\infty} \frac{(-x)^n}{n!}\right)\cdot \left(\sum_{n=0}^{\infty} {(-x)^n}\right)\\ =\left(1-x+\frac{x^2}{2}-\frac{x^3}{6}+o(x^3)\right)\cdot \left(1-x+x^2-x^3+o(x^3)\right).$$ Can you take it from here?

P.S. Along the same lines, it can be seen that, more generally, the coefficient of $x^n$ in the expansion of $\frac{1}{e^x\cdot(1+x)}$ is $$\sum_{k=0}^n\frac{(-1)^k}{k!}\cdot (-1)^{n-k}=(-1)^n\sum_{k=0}^n\frac{1}{k!}.$$ See the Cauchy product wiki page.

3
On

\begin{eqnarray*} \frac{e^{-x}}{1+x} &=&\left(1-x+\frac{x^2}{2}-\frac{x^3}{6}+\cdots \right) (1- x+x^2-x^3+\cdots ) \\ &=& \cdots +x^3 \underbrace{\left( -1-1-\frac{1}{2}-\frac{1}{6}\right)}_{\color{blue}{-\frac{8}{3}}}+ \cdots \end{eqnarray*}

0
On

From the two Taylor series at $0$, to order $x^3$:$$ e^{-x} = 1-x+\frac{x^2}{2}-\frac{x^3}{6} + o(x^3) \tag{1} $$ and $$ \frac{1}{1+x} = 1-x+x^2-x^3+o(x^3)\tag{2} $$ we obtain $$\begin{align} \frac{e^{-x}}{1+x} &= \left(1-x+\frac{x^2}{2}-\frac{x^3}{6} + o(x^3)\right)\left(1-x+x^2-x^3+o(x^3)\right)\\ &= 1-x+x^2-x^3+o(x^3) - x+x^2-x^3+\frac{x^2}{2}-\frac{x^3}{2}-\frac{x^3}{6}\\ &= 1-2x+\frac{5}{2}x^2{\color{red}{-\frac{8}{3}}}x^3 +o(x^3) \end{align}$$ and you can just read off the coefficient.

Note that when expanding the product, we could have focused on only the terms $x^3$ (it would have been marginally faster, but would have required keeping track); and didn't expand any term $x^k$ with $k>3$, since anyway they are "swallowed" by the $o(x^3)$.