We're just starting Taylor series now, and I got kind of stumped on a problem. Is there a way to find the nth term part of the series, or is it just intuition by looking at some of the terms?
$$f(x)=(1+x)^{-3}.$$
$\sum_{n=0}^\infty\frac{(-1)^n x^n(1 + n)(2 + n)}2$ is the answer but, looking at the terms, the $\frac{1}{2}(n+1)(n+2)$ part doesn't jump out at me. Perhaps I just lack the number sense to do this, but help would be appreciated.
For problems of the form $(a+x)^n$, you can actually cheat and use the generalized binomial expansion (which is secretly just Taylor expansions for a binomial to a power)
$$(a+x)^n=\sum_{k=0}^\infty\binom nk a^{n-k}x^k$$
where
$$\binom nk=\frac{n(n-1)(n-2)\cdots(n-k+1)}{k!}$$
Which should help make the answer jump out at you as more clear.