Something that has bugged me since university. Why does the Taylor Series have that specific form? For example there is a division by n! - why not (say) (n^2)!
How does one get to the Taylor Series? It does not strike me as "intuitively obvious" that it
is a representation of a function as an infinite sum of terms that are calculated from the values of the function's derivatives at a single point.
Was this all trial and error or am I missing something here?
The basic principle is that you want to match the function's value, first derivative, second derivative, third derivative, etc. at a single point. Such a series is not guaranteed to actually equal the function at all points, but it will for an important class of functions called analytic functions.
This point is often chosen to be $x = 0$. One reason is convenience: At $x = 0$, the value is determined solely by the constant coefficient, the first derivative solely by the linear coefficient, the second derivative solely by the quadratic coefficient, the third derivative solely by the cubic coefficient, and so forth.
What's more, we can find out what these coefficients are by taking those derivatives. For instance, suppose we denote the third coefficient by $a_3$. Then the third derivative of $a_3x^3$ is
$$ \frac{d^3}{dx^3}a_3x^3 = \frac{d^2}{dx^2}3a_3x^2 = \frac{d}{dx}6a_3x = 6a_3 $$
Setting this equal to $f'''(0)$ gives
$$ a_3 = \frac{f'''(0)}{6} $$
This generalizes in the expected way for all coefficients.