So, for instance $e^x = \sum\limits_{n=0}^\infty \frac{x^n}{n!}$, why do we start from n=0, and not n=1? Why do we care about some zero$^{th}$ term? Do we do the same with other functions? Why?
2026-04-07 17:49:46.1775584186
If we want to write a function in power series, what's the first n? 0 or 1?
3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Suppose
$$f(x)=\sum_{n=0}^\infty a_nx^n,$$
and that this is valid on an interval containing $0$, then
$$f(0)=a_0+\sum_{n=1}^\infty a_n0^n=a_0.$$
So the constant term $a_0$ is the value of the function at $0$. If all of our power series started with $n=1$, say
$$f(x)=\sum_{n=1}^\infty a_nx^n,$$
then $f(0)=0$ all the time.