In this thread, we are going to derive the series of xex−1. This series is especially important because it is the generating function of the Bernoulli numbers. I have tried many times in vain to derive the series, but with the precious help of members of Mathstack Exchange, I could finally derive it.
The series is especially difficult because the n order derivative is very complex as we progress. For example:
f(x)=xex−1⟹f′(x)=ex(x−1)+1(ex−1)2⟹f′(0)=1(0−1)+11−1=10
We can of course rely on the L'Hopital rule to calculate the limit of x approaches 0 in all n order derivatives but it is a hugely complicated calculation.
Another way must be found to derive the series for this function. The method is to rely on the equality: (xex−1)(ex−1x)=1
We can easily expand ex−1x into its power series by using the series ex=∑+∞n=0xnn!
ex−1x=1+x+x22!+x33!+...−1x=1+x2!+x23!+x34!+...=+∞∑n=1xn−1n!=+∞∑n=0xn(n+1)!
Now, denote the series of xex−1=∑+∞n=0bnxn and the series of ex−1x=∑+∞n=0anxn.
The coefficient of the ∑+∞n=0anxn is an=1(n+1)!
We can rewrite the equation in (1) as followed:
(1+x+x22!+x33!+...)+∞∑n=0bnxn=1+0x+0x2+0x3+...
=(+∞∑n=0bnxn)(+∞∑n=0anxn)=1
We can compare the product of the coefficients bn and an on LHS to the coefficients of the "series" on the RHS in (4) and form this system of equations:
[x0]a0b0=1
[x1]a0b1+a1b0=0
[x2]a0b2+a1b1+a2b0=0
[x3]a0b3+a1b2+a2b1+a3b0=0
[x4]a0b4+a1b3+a2b2+a3b1+a4b0=0
[x5]a0b5+a1b4+a2b3+a3b2+a4b1+a5b0=0
[x6]a0b6+a1b5+a2b4+a3b3+a4b2+a5b1+a6b0=0