We've already looked at binomial coefficients a little, and "special numbers" (Stirling Numbers and Fibonacci Numbers), but what are generating functions and asymptotics?
"In mathematics a generating function is a formal power series whose coefficients encode information about a sequence an that is indexed by the natural numbers" (wikipedia).
An ordinary generating function is defined by:

The coefficients on the power series are 1, 1, 1, 1.... So this is the generating function for the sequence containing all ones. The sum's equality to 1/(1-x) holds for x in (-1,1). Not all generating functions will converge or have closed forms and some generating functions (like the one above) will only have closed forms for a range of numbers. For 1/(1-x) and x > 1, the sum clearly does not converge and does not match the closed form. However, for x < 1, the sum does converge. You can see that the equality holds under these conditions by multiplying both sides of the equation by (1-x):

Where m is a number approaching infinity. As m approaches infinity for x > 1, x^m approaches a giant number, so the closed form does not hold for |x| > 1. We'll get to learn much more about generating functions in a few hundred days.
No comments:
Post a Comment